Remove RCD from tech and make it a crate (#22720)

This commit is contained in:
Nemanja
2023-12-18 21:40:55 -05:00
committed by GitHub
parent a055304768
commit 5eb1a1ce8c
6 changed files with 44 additions and 17 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -210,8 +210,6 @@
- AnomalyScanner
- AnomalyLocator
- AnomalyLocatorWide
- RCD
- RCDAmmo
- HandheldCrewMonitor
- Scalpel
- Retractor

View File

@@ -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