-
Notifications
You must be signed in to change notification settings - Fork 60
Bomb Rad Suit #142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Bomb Rad Suit #142
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| lathe-category-advanced-suits-recipe = Advanced Suits |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,3 @@ | ||
| research-technology-civilian-stash = Civilian Ship Stash | ||
| research-technology-military-stash = Military Ship Stash | ||
| research-technology-military-stash = Military Ship Stash | ||
| research-technology-suits-advanced = Advanced Suits |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,7 +19,7 @@ | |
| Piercing: 0.9 | ||
| Heat: 0.75 | ||
| - type: ExplosionResistance | ||
| damageCoefficient: 0.15 | ||
| damageCoefficient: 0.05 | ||
| - type: GroupExamine | ||
| - type: Tag | ||
| tags: | ||
|
|
@@ -117,7 +117,7 @@ | |
| modifiers: | ||
| coefficients: | ||
| Heat: 0.90 | ||
| Radiation: 0.01 | ||
| Radiation: 0 | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Triad changes must be marked |
||
| - type: Clothing | ||
| sprite: Clothing/OuterClothing/Suits/rad.rsi | ||
| - type: GroupExamine | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,42 @@ | ||
| - type: latheRecipe | ||
| abstract: true | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Conventions state that
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also, why is this a new |
||
| id: SuitsAdvancedRecipe | ||
|
|
||
| - type: latheRecipe | ||
| parent: SuitsAdvancedRecipe | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| id: ClothingOuterSuitRad | ||
| completetime: 6 | ||
| categories: | ||
| - AdvancedSuits | ||
| result: ClothingOuterSuitRad | ||
| materials: | ||
| Steel: 500 | ||
| Durathread: 2000 | ||
| Plastic: 500 | ||
| Plasteel: 500 | ||
| Plasma: 500 | ||
|
|
||
| - type: latheRecipe | ||
| parent: SuitsAdvancedRecipe | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| id: ClothingHeadHelmetBombSuit | ||
| completetime: 5 | ||
| categories: | ||
| - AdvancedSuits | ||
| result: ClothingHeadHelmetBombSuit | ||
| materials: | ||
| Durathread: 2000 | ||
| Plastic: 1000 | ||
| Plasteel: 1000 | ||
|
|
||
| - type: latheRecipe | ||
| id: ClothingOuterSuitBomb | ||
| parent: SuitsAdvancedRecipe | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| completetime: 3 | ||
| categories: | ||
| - AdvancedSuits | ||
| result: ClothingOuterSuitBomb | ||
| materials: | ||
| Steel: 250 | ||
| Durathread: 1000 | ||
| Plastic: 250 | ||
| Glass: 500 | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Assuming this does what I think it does: I don't think we need a dedicated category for a couple items? This adds a new dropdown selection to lathes, right? Please do correct me if I'm wrong
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. it adds a new category for the protolathe to make i understand, I'm at work rn so I'll check it and fix most of it when i get home |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| - type: latheCategory | ||
| id: AdvancedSuits | ||
| name: lathe-category-AdvancedSuitsRecipe |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| - type: latheRecipePack | ||
| id: SuitsAdvancedRecipe | ||
| recipes: | ||
| - ClothingOuterSuitRad | ||
| - ClothingHeadHelmetBombSuit | ||
| - ClothingOuterSuitBomb |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| - type: technology | ||
| id: SuitsAdvanced | ||
| name: research-technology-Suits-Advanced | ||
| entityIcon: ClothingOuterSuitBomb | ||
| discipline: Industrial | ||
| tier: 2 | ||
| cost: 5000 | ||
| recipeUnlocks: | ||
| - ClothingOuterSuitRad | ||
| - ClothingHeadHelmetBombSuit | ||
| - ClothingOuterSuitBomb | ||
| technologyPrerequisites: | ||
| - HardsuitsSpecialized | ||
| position: 1, 7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Triad changes must be marked