Added orderable crates for medical emergencies (#12815)
This commit is contained in:
@@ -17,3 +17,63 @@
|
||||
cost: 750
|
||||
category: Medical
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: EmergencyBurnKit
|
||||
icon:
|
||||
sprite: Objects/Specific/Medical/firstaidkits.rsi
|
||||
state: burnkit
|
||||
product: CrateEmergencyBurnKit
|
||||
cost: 2100
|
||||
category: Medical
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: EmergencyToxinKit
|
||||
icon:
|
||||
sprite: Objects/Specific/Medical/firstaidkits.rsi
|
||||
state: toxinkit
|
||||
product: CrateEmergencyToxinKit
|
||||
cost: 700
|
||||
category: Medical
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: EmergencyO2Kit
|
||||
icon:
|
||||
sprite: Objects/Specific/Medical/firstaidkits.rsi
|
||||
state: o2kit
|
||||
product: CrateEmergencyO2Kit
|
||||
cost: 1100
|
||||
category: Medical
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: EmergencyBruteKit
|
||||
icon:
|
||||
sprite: Objects/Specific/Medical/firstaidkits.rsi
|
||||
state: brutekit
|
||||
product: CrateEmergencyBruteKit
|
||||
cost: 3600
|
||||
category: Medical
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: EmergencyAdvancedKit
|
||||
icon:
|
||||
sprite: Objects/Specific/Medical/firstaidkits.rsi
|
||||
state: advkit
|
||||
product: CrateEmergencyAdvancedKit
|
||||
cost: 3700
|
||||
category: Medical
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: EmergencyRadiationKit
|
||||
icon:
|
||||
sprite: Objects/Specific/Medical/firstaidkits.rsi
|
||||
state: radkit
|
||||
product: CrateEmergencyRadiationKit
|
||||
cost: 2500
|
||||
category: Medical
|
||||
group: market
|
||||
@@ -82,3 +82,57 @@
|
||||
amount: 1
|
||||
- id: ClothingMaskSterile
|
||||
amount: 3
|
||||
|
||||
- type: entity
|
||||
id: CrateEmergencyBurnKit
|
||||
parent: CrateMedical
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: MedkitBurnFilled
|
||||
amount: 4
|
||||
|
||||
- type: entity
|
||||
id: CrateEmergencyToxinKit
|
||||
parent: CrateMedical
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: MedkitToxinFilled
|
||||
amount: 4
|
||||
|
||||
- type: entity
|
||||
id: CrateEmergencyO2Kit
|
||||
parent: CrateMedical
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: MedkitOxygenFilled
|
||||
amount: 4
|
||||
|
||||
- type: entity
|
||||
id: CrateEmergencyBruteKit
|
||||
parent: CrateMedical
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: MedkitBruteFilled
|
||||
amount: 4
|
||||
|
||||
- type: entity
|
||||
id: CrateEmergencyAdvancedKit
|
||||
parent: CrateMedical
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: MedkitAdvancedFilled
|
||||
amount: 4
|
||||
|
||||
- type: entity
|
||||
id: CrateEmergencyRadiationKit
|
||||
parent: CrateMedical
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: MedkitRadiationFilled
|
||||
amount: 4
|
||||
Reference in New Issue
Block a user