Added orderable crates for medical emergencies (#12815)
This commit is contained in:
@@ -3,3 +3,21 @@ ent-MedicalSupplies = { ent-CrateMedicalSupplies }
|
|||||||
|
|
||||||
ent-MedicalChemistrySupplies = { ent-CrateChemistrySupplies }
|
ent-MedicalChemistrySupplies = { ent-CrateChemistrySupplies }
|
||||||
.desc = { ent-CrateChemistrySupplies.desc }
|
.desc = { ent-CrateChemistrySupplies.desc }
|
||||||
|
|
||||||
|
ent-EmergencyBurnKit = { ent-CrateEmergencyBurnKit }
|
||||||
|
.desc = { ent-CrateEmergencyBurnKit.desc }
|
||||||
|
|
||||||
|
ent-EmergencyToxinKit = { ent-CrateEmergencyToxinKit }
|
||||||
|
.desc = { ent-CrateEmergencyToxinKit.desc }
|
||||||
|
|
||||||
|
ent-EmergencyO2Kit = { ent-CrateEmergencyO2Kit }
|
||||||
|
.desc = { ent-CrateEmergencyO2Kit.desc }
|
||||||
|
|
||||||
|
ent-EmergencyBruteKit = { ent-CrateEmergencyBruteKit }
|
||||||
|
.desc = { ent-CrateEmergencyBruteKit.desc }
|
||||||
|
|
||||||
|
ent-EmergencyAdvancedKit = { ent-CrateEmergencyAdvancedKit }
|
||||||
|
.desc = { ent-CrateEmergencyAdvancedKit.desc }
|
||||||
|
|
||||||
|
ent-EmergencyRadiationKit = { ent-CrateEmergencyRadiationKit }
|
||||||
|
.desc = { ent-CrateEmergencyRadiationKit.desc }
|
||||||
@@ -11,3 +11,21 @@ ent-CrateMedicalSurgery = Surgical supplies crate
|
|||||||
|
|
||||||
ent-CrateMedicalScrubs = Medical scrubs crate
|
ent-CrateMedicalScrubs = Medical scrubs crate
|
||||||
.desc = Medical clothings.
|
.desc = Medical clothings.
|
||||||
|
|
||||||
|
ent-CrateEmergencyBurnKit = Emergency burn kit
|
||||||
|
.desc = Crate filled with four burn treatment kits
|
||||||
|
|
||||||
|
ent-CrateEmergencyToxinKit = Emergency toxin kit
|
||||||
|
.desc = Crate filled with four toxin treatment kits
|
||||||
|
|
||||||
|
ent-CrateEmergencyO2Kit = Emergency O2 kit
|
||||||
|
.desc = Crate filled with four O2 treatment kits
|
||||||
|
|
||||||
|
ent-CrateEmergencyBruteKit = Emergency brute kit
|
||||||
|
.desc = Crate filled with four brute treatment kits
|
||||||
|
|
||||||
|
ent-CrateEmergencyAdvancedKit = Emergency advanced kit
|
||||||
|
.desc = Crate filled with four advanced treatment kits
|
||||||
|
|
||||||
|
ent-CrateEmergencyRadiationKit = Emergency radiation kit
|
||||||
|
.desc = Crate filled with four radiation treatment kits
|
||||||
@@ -17,3 +17,63 @@
|
|||||||
cost: 750
|
cost: 750
|
||||||
category: Medical
|
category: Medical
|
||||||
group: market
|
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
|
amount: 1
|
||||||
- id: ClothingMaskSterile
|
- id: ClothingMaskSterile
|
||||||
amount: 3
|
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