Cheaper medkit crates (#19368)
This commit is contained in:
@@ -13,25 +13,25 @@ ent-CrateMedicalScrubs = Medical scrubs crate
|
||||
.desc = Medical clothings.
|
||||
|
||||
ent-CrateEmergencyBurnKit = Emergency burn kit
|
||||
.desc = Crate filled with four burn treatment kits
|
||||
.desc = Crate filled with a burn treatment kit
|
||||
|
||||
ent-CrateEmergencyToxinKit = Emergency toxin kit
|
||||
.desc = Crate filled with four toxin treatment kits
|
||||
.desc = Crate filled with a toxin treatment kit
|
||||
|
||||
ent-CrateEmergencyO2Kit = Emergency O2 kit
|
||||
.desc = Crate filled with four O2 treatment kits
|
||||
.desc = Crate filled with an O2 treatment kit
|
||||
|
||||
ent-CrateEmergencyBruteKit = Emergency brute kit
|
||||
.desc = Crate filled with four brute treatment kits
|
||||
.desc = Crate filled with a brute treatment kit
|
||||
|
||||
ent-CrateEmergencyAdvancedKit = Emergency advanced kit
|
||||
.desc = Crate filled with four advanced treatment kits
|
||||
.desc = Crate filled with an advanced treatment kit
|
||||
|
||||
ent-CrateEmergencyRadiationKit = Emergency radiation kit
|
||||
.desc = Crate filled with four radiation treatment kits
|
||||
.desc = Crate filled with a radiation treatment kit
|
||||
|
||||
ent-CrateBodyBags = Body bags crate
|
||||
.desc = Contains ten body bags.
|
||||
|
||||
|
||||
ent-CrateVirologyBiosuit = Virology bio suit crate
|
||||
.desc = Contains 2 biohazard suits to ensure that no disease will distract you from treating the crew. Requires Medical access to open.
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
sprite: Objects/Specific/Medical/firstaidkits.rsi
|
||||
state: burnkit
|
||||
product: CrateEmergencyBurnKit
|
||||
cost: 2100
|
||||
cost: 600
|
||||
category: Medical
|
||||
group: market
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
sprite: Objects/Specific/Medical/firstaidkits.rsi
|
||||
state: toxinkit
|
||||
product: CrateEmergencyToxinKit
|
||||
cost: 700
|
||||
cost: 600
|
||||
category: Medical
|
||||
group: market
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
sprite: Objects/Specific/Medical/firstaidkits.rsi
|
||||
state: o2kit
|
||||
product: CrateEmergencyO2Kit
|
||||
cost: 1100
|
||||
cost: 600
|
||||
category: Medical
|
||||
group: market
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
sprite: Objects/Specific/Medical/firstaidkits.rsi
|
||||
state: brutekit
|
||||
product: CrateEmergencyBruteKit
|
||||
cost: 3600
|
||||
cost: 600
|
||||
category: Medical
|
||||
group: market
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
sprite: Objects/Specific/Medical/firstaidkits.rsi
|
||||
state: advkit
|
||||
product: CrateEmergencyAdvancedKit
|
||||
cost: 3700
|
||||
cost: 1200
|
||||
category: Medical
|
||||
group: market
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
sprite: Objects/Specific/Medical/firstaidkits.rsi
|
||||
state: radkit
|
||||
product: CrateEmergencyRadiationKit
|
||||
cost: 2500
|
||||
cost: 600
|
||||
category: Medical
|
||||
group: market
|
||||
|
||||
|
||||
@@ -63,8 +63,7 @@
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: MedkitBurnFilled
|
||||
amount: 4
|
||||
- id: MedkitBurnFilled
|
||||
|
||||
- type: entity
|
||||
id: CrateEmergencyToxinKit
|
||||
@@ -72,8 +71,7 @@
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: MedkitToxinFilled
|
||||
amount: 4
|
||||
- id: MedkitToxinFilled
|
||||
|
||||
- type: entity
|
||||
id: CrateEmergencyO2Kit
|
||||
@@ -81,8 +79,7 @@
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: MedkitOxygenFilled
|
||||
amount: 4
|
||||
- id: MedkitOxygenFilled
|
||||
|
||||
- type: entity
|
||||
id: CrateEmergencyBruteKit
|
||||
@@ -90,8 +87,7 @@
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: MedkitBruteFilled
|
||||
amount: 4
|
||||
- id: MedkitBruteFilled
|
||||
|
||||
- type: entity
|
||||
id: CrateEmergencyAdvancedKit
|
||||
@@ -99,8 +95,7 @@
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: MedkitAdvancedFilled
|
||||
amount: 4
|
||||
- id: MedkitAdvancedFilled
|
||||
|
||||
- type: entity
|
||||
id: CrateEmergencyRadiationKit
|
||||
@@ -108,8 +103,7 @@
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: MedkitRadiationFilled
|
||||
amount: 4
|
||||
- id: MedkitRadiationFilled
|
||||
|
||||
- type: entity
|
||||
id: CrateBodyBags
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: MedicatedSuture
|
||||
amount: 2
|
||||
- id: Brutepack
|
||||
- id: Gauze
|
||||
- id: Bloodpack
|
||||
- id: SyringeTranexamicAcid
|
||||
|
||||
Reference in New Issue
Block a user