Remove RCD from tech and make it a crate (#22720)
This commit is contained in:
@@ -33,3 +33,9 @@ ent-CrateAirlockKit = Airlock kit
|
||||
|
||||
ent-CrateEvaKit = EVA kit
|
||||
.desc = A set consisting of two prestigious EVA suits and helmets.
|
||||
|
||||
ent-CrateRCDAmmo = RCD ammo crate
|
||||
.desc = 3 RCD ammo, each restoring 5 charges.
|
||||
|
||||
ent-CrateRCD = RCD crate
|
||||
.desc = A crate containing a single Rapid Construction Device.
|
||||
|
||||
@@ -12,7 +12,6 @@ research-technology-compact-power = Compact Power
|
||||
research-technology-industrial-engineering = Industrial Engineering
|
||||
research-technology-power-generation = Power Generation
|
||||
research-technology-atmospheric-tech = Atmospherics
|
||||
research-technology-rapid-construction = Rapid Construction
|
||||
research-technology-shuttlecraft = Shuttlecraft
|
||||
research-technology-ripley-aplu = Ripley APLU
|
||||
research-technology-advanced-atmospherics = Advanced Atmospherics
|
||||
|
||||
@@ -87,3 +87,23 @@
|
||||
cost: 5000
|
||||
category: Engineering
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: EngineeringRCDAmmo
|
||||
icon:
|
||||
sprite: Objects/Tools/rcd.rsi
|
||||
state: icon
|
||||
product: CrateRCDAmmo
|
||||
cost: 2500
|
||||
category: Engineering
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: EngineeringRCD
|
||||
icon:
|
||||
sprite: Objects/Tools/rcd.rsi
|
||||
state: ammo
|
||||
product: CrateRCD
|
||||
cost: 800
|
||||
category: Engineering
|
||||
group: market
|
||||
|
||||
@@ -127,3 +127,20 @@
|
||||
amount: 2
|
||||
- id: ClothingOuterHardsuitEVA
|
||||
amount: 2
|
||||
|
||||
- type: entity
|
||||
id: CrateRCDAmmo
|
||||
parent: CrateEngineering
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: RCDAmmo
|
||||
amount: 3
|
||||
|
||||
- type: entity
|
||||
id: CrateRCD
|
||||
parent: CrateEngineeringSecure
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: RCD
|
||||
|
||||
@@ -210,8 +210,6 @@
|
||||
- AnomalyScanner
|
||||
- AnomalyLocator
|
||||
- AnomalyLocatorWide
|
||||
- RCD
|
||||
- RCDAmmo
|
||||
- HandheldCrewMonitor
|
||||
- Scalpel
|
||||
- Retractor
|
||||
|
||||
@@ -122,20 +122,6 @@
|
||||
- WeaponGrapplingGun
|
||||
- BorgModuleGrapplingGun
|
||||
|
||||
- type: technology
|
||||
id: RapidConstruction
|
||||
name: research-technology-rapid-construction
|
||||
icon:
|
||||
sprite: Objects/Tools/rcd.rsi
|
||||
state: icon
|
||||
discipline: Industrial
|
||||
tier: 2
|
||||
cost: 10000
|
||||
recipeUnlocks:
|
||||
- RCD
|
||||
- RCDAmmo
|
||||
- BorgModuleRCD
|
||||
|
||||
- type: technology
|
||||
id: Shuttlecraft
|
||||
name: research-technology-shuttlecraft
|
||||
@@ -193,6 +179,7 @@
|
||||
- PowerDrill
|
||||
- JawsOfLife
|
||||
- BorgModuleAdvancedTool
|
||||
- BorgModuleRCD
|
||||
|
||||
# Tier 3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user