Skip to content

Commit

Permalink
merged master with branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfking6116 committed Mar 19, 2024
1 parent c05c1b8 commit 41f784a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/Locale/en-US/_NF/research/technologies.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ research-technology-hardsuits-experimental-industrial = Experimental Salvager Ha
research-technology-hardsuits-armored = Armored Hardsuits
research-technology-hardsuits-armored-advanced = Advanced Armored Hardsuits
research-technology-hardsuits-experimental-rd = Experimental Research Hardsuit
research-technology-rapid-construction = Rapid Construction
research-technology-rapid-construction-adv = Advanced Rapid Construction
27 changes: 27 additions & 0 deletions Resources/Prototypes/_NF/Research/industrial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,19 @@
technologyPrerequisites:
- HardsuitsSpecialized

- type: technology
id: RapidConstruction
name: research-technology-rapid-construction
icon:
sprite: Objects/Tools/rcd.rsi
state: icon-shipyard
discipline: Industrial
tier: 2
cost: 10000
recipeUnlocks:
- ShipyardRCD
- ShipyardRCDAmmo

# Tier 3

- type: technology
Expand All @@ -68,3 +81,17 @@
- ClothingOuterHardsuitAncientEVA
technologyPrerequisites:
- HardsuitsAdvanced

- type: technology
id: AdvRapidConstruction
name: research-technology-rapid-construction-adv
icon:
sprite: Objects/Tools/rcd.rsi
state: icon
discipline: Industrial
tier: 3
cost: 20000
recipeUnlocks:
- RCD
- RCDAmmo
- BorgModuleRCD

0 comments on commit 41f784a

Please sign in to comment.