From 56c535fe49fa1becf774ea501271c65d1072d2a7 Mon Sep 17 00:00:00 2001 From: Wolfking6116 Date: Tue, 19 Mar 2024 02:12:31 -0400 Subject: [PATCH] returns RCD to science + Shipyard RCD to NF directory --- .../en-US/_NF/research/technologies.ftl | 1 + .../Prototypes/_NF/Research/industrial.yml | 33 +++++++++---------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Resources/Locale/en-US/_NF/research/technologies.ftl b/Resources/Locale/en-US/_NF/research/technologies.ftl index 2ac8782f3bb..664336427c0 100644 --- a/Resources/Locale/en-US/_NF/research/technologies.ftl +++ b/Resources/Locale/en-US/_NF/research/technologies.ftl @@ -1,2 +1,3 @@ research-techology-advanced-personal-propulsion = Advanced Personal Propulsion research-technology-rapid-construction = Rapid Construction +research-technology-adv-rapid-construction = Advanced Rapid Construction diff --git a/Resources/Prototypes/_NF/Research/industrial.yml b/Resources/Prototypes/_NF/Research/industrial.yml index 1a8d4ee1fc6..4ba2138bb30 100644 --- a/Resources/Prototypes/_NF/Research/industrial.yml +++ b/Resources/Prototypes/_NF/Research/industrial.yml @@ -7,27 +7,26 @@ name: research-technology-rapid-construction icon: sprite: Objects/Tools/rcd.rsi - state: icon + state: icon-shipyard discipline: Industrial tier: 2 cost: 10000 recipeUnlocks: - - RCD - - RCDAmmo - - BorgModuleRCD + - ShipyardRCD + - ShipyardRCDAmmo # Tier 3 -# - type: technology # frontier - threw this in here since I noticed it was missing, incase anyone wanted it back in. not the point of this pr so can remove it if needed. -# id: CompactPower -# name: research-technology-compact-power -# icon: -# sprite: Structures/Power/Generation/wallmount_generator.rsi -# state: panel -# discipline: Industrial -# tier: 3 -# cost: 15000 -# recipeUnlocks: -# - WallmountSubstationElectronics -# - WallmountGeneratorElectronics -# - WallmountGeneratorAPUElectronics +- type: technology + id: AdvRapidConstruction + name: research-technology-adv-rapid-construction + icon: + sprite: Objects/Tools/rcd.rsi + state: icon + discipline: Industrial + tier: 3 + cost: 20000 + recipeUnlocks: + - RCD + - RCDAmmo + - BorgModuleRCD