Cheaper medkit crates (#19368)
This commit is contained in:
@@ -13,22 +13,22 @@ ent-CrateMedicalScrubs = Medical scrubs crate
|
|||||||
.desc = Medical clothings.
|
.desc = Medical clothings.
|
||||||
|
|
||||||
ent-CrateEmergencyBurnKit = Emergency burn kit
|
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
|
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
|
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
|
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
|
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
|
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
|
ent-CrateBodyBags = Body bags crate
|
||||||
.desc = Contains ten body bags.
|
.desc = Contains ten body bags.
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
sprite: Objects/Specific/Medical/firstaidkits.rsi
|
sprite: Objects/Specific/Medical/firstaidkits.rsi
|
||||||
state: burnkit
|
state: burnkit
|
||||||
product: CrateEmergencyBurnKit
|
product: CrateEmergencyBurnKit
|
||||||
cost: 2100
|
cost: 600
|
||||||
category: Medical
|
category: Medical
|
||||||
group: market
|
group: market
|
||||||
|
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
sprite: Objects/Specific/Medical/firstaidkits.rsi
|
sprite: Objects/Specific/Medical/firstaidkits.rsi
|
||||||
state: toxinkit
|
state: toxinkit
|
||||||
product: CrateEmergencyToxinKit
|
product: CrateEmergencyToxinKit
|
||||||
cost: 700
|
cost: 600
|
||||||
category: Medical
|
category: Medical
|
||||||
group: market
|
group: market
|
||||||
|
|
||||||
@@ -44,7 +44,7 @@
|
|||||||
sprite: Objects/Specific/Medical/firstaidkits.rsi
|
sprite: Objects/Specific/Medical/firstaidkits.rsi
|
||||||
state: o2kit
|
state: o2kit
|
||||||
product: CrateEmergencyO2Kit
|
product: CrateEmergencyO2Kit
|
||||||
cost: 1100
|
cost: 600
|
||||||
category: Medical
|
category: Medical
|
||||||
group: market
|
group: market
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@
|
|||||||
sprite: Objects/Specific/Medical/firstaidkits.rsi
|
sprite: Objects/Specific/Medical/firstaidkits.rsi
|
||||||
state: brutekit
|
state: brutekit
|
||||||
product: CrateEmergencyBruteKit
|
product: CrateEmergencyBruteKit
|
||||||
cost: 3600
|
cost: 600
|
||||||
category: Medical
|
category: Medical
|
||||||
group: market
|
group: market
|
||||||
|
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
sprite: Objects/Specific/Medical/firstaidkits.rsi
|
sprite: Objects/Specific/Medical/firstaidkits.rsi
|
||||||
state: advkit
|
state: advkit
|
||||||
product: CrateEmergencyAdvancedKit
|
product: CrateEmergencyAdvancedKit
|
||||||
cost: 3700
|
cost: 1200
|
||||||
category: Medical
|
category: Medical
|
||||||
group: market
|
group: market
|
||||||
|
|
||||||
@@ -74,7 +74,7 @@
|
|||||||
sprite: Objects/Specific/Medical/firstaidkits.rsi
|
sprite: Objects/Specific/Medical/firstaidkits.rsi
|
||||||
state: radkit
|
state: radkit
|
||||||
product: CrateEmergencyRadiationKit
|
product: CrateEmergencyRadiationKit
|
||||||
cost: 2500
|
cost: 600
|
||||||
category: Medical
|
category: Medical
|
||||||
group: market
|
group: market
|
||||||
|
|
||||||
|
|||||||
@@ -64,7 +64,6 @@
|
|||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- id: MedkitBurnFilled
|
- id: MedkitBurnFilled
|
||||||
amount: 4
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: CrateEmergencyToxinKit
|
id: CrateEmergencyToxinKit
|
||||||
@@ -73,7 +72,6 @@
|
|||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- id: MedkitToxinFilled
|
- id: MedkitToxinFilled
|
||||||
amount: 4
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: CrateEmergencyO2Kit
|
id: CrateEmergencyO2Kit
|
||||||
@@ -82,7 +80,6 @@
|
|||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- id: MedkitOxygenFilled
|
- id: MedkitOxygenFilled
|
||||||
amount: 4
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: CrateEmergencyBruteKit
|
id: CrateEmergencyBruteKit
|
||||||
@@ -91,7 +88,6 @@
|
|||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- id: MedkitBruteFilled
|
- id: MedkitBruteFilled
|
||||||
amount: 4
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: CrateEmergencyAdvancedKit
|
id: CrateEmergencyAdvancedKit
|
||||||
@@ -100,7 +96,6 @@
|
|||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- id: MedkitAdvancedFilled
|
- id: MedkitAdvancedFilled
|
||||||
amount: 4
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: CrateEmergencyRadiationKit
|
id: CrateEmergencyRadiationKit
|
||||||
@@ -109,7 +104,6 @@
|
|||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- id: MedkitRadiationFilled
|
- id: MedkitRadiationFilled
|
||||||
amount: 4
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: CrateBodyBags
|
id: CrateBodyBags
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- id: MedicatedSuture
|
- id: MedicatedSuture
|
||||||
amount: 2
|
- id: Brutepack
|
||||||
- id: Gauze
|
- id: Gauze
|
||||||
- id: Bloodpack
|
- id: Bloodpack
|
||||||
- id: SyringeTranexamicAcid
|
- id: SyringeTranexamicAcid
|
||||||
|
|||||||
Reference in New Issue
Block a user