[tweak] Medkit inventory change (#15636)

* rebalance medkit contents

* and top of the empty space
This commit is contained in:
freeman2651
2023-04-23 22:15:21 -04:00
committed by GitHub
parent 9a0ef2e709
commit d50cceb88f
2 changed files with 26 additions and 18 deletions

View File

@@ -11,8 +11,9 @@
amount: 2 amount: 2
- id: Ointment - id: Ointment
amount: 2 amount: 2
- id: Gauze
- id: PillTricordrazine - id: PillTricordrazine
amount: 3 amount: 5
# see https://github.com/tgstation/blob/master/code/game/objects/items/storage/firstaid.dm for example contents # see https://github.com/tgstation/blob/master/code/game/objects/items/storage/firstaid.dm for example contents
- type: entity - type: entity
@@ -22,10 +23,11 @@
components: components:
- type: StorageFill - type: StorageFill
contents: contents:
- id: SyringeInaprovaline
- id: Ointment - id: Ointment
amount: 4 amount: 4
- id: PillKelotane - id: PillKelotane
amount: 3 amount: 5
- type: entity - type: entity
id: MedkitBruteFilled id: MedkitBruteFilled
@@ -36,11 +38,11 @@
contents: contents:
- id: Brutepack - id: Brutepack
amount: 2 # TO DO: Advanced brute pack amount: 2 # TO DO: Advanced brute pack
- id: PillIron
amount: 2
- id: Gauze - id: Gauze
- id: Bloodpack - id: Bloodpack
- id: SyringeTranexamicAcid - id: SyringeTranexamicAcid
- id: PillIron
amount: 5
- type: entity - type: entity
id: MedkitToxinFilled id: MedkitToxinFilled
@@ -50,10 +52,12 @@
- type: StorageFill - type: StorageFill
contents: contents:
- id: SyringeSpaceacillin - id: SyringeSpaceacillin
amount: 2
- id: SyringeIpecac - id: SyringeIpecac
- id: PillDylovene amount: 2
amount: 3
- id: AntiPoisonMedipen - id: AntiPoisonMedipen
- id: PillDylovene
amount: 7
- type: entity - type: entity
id: MedkitOxygenFilled id: MedkitOxygenFilled
@@ -62,11 +66,12 @@
components: components:
- type: StorageFill - type: StorageFill
contents: contents:
- id: ClothingMaskBreathMedical
- id: EmergencyOxygenTank
- id: EmergencyMedipen - id: EmergencyMedipen
- id: PillDexalin
amount: 3
- id: SyringeInaprovaline - id: SyringeInaprovaline
amount: 2 - id: PillDexalin
amount: 7
- type: entity - type: entity
id: MedkitRadiationFilled id: MedkitRadiationFilled
@@ -76,10 +81,11 @@
- type: StorageFill - type: StorageFill
contents: contents:
- id: Ointment - id: Ointment
amount: 2
- id: PillHyronalin
amount: 3 amount: 3
- id: EmergencyMedipen - id: EmergencyMedipen
amount: 2
- id: PillHyronalin
amount: 9
- type: entity - type: entity
id: MedkitAdvancedFilled id: MedkitAdvancedFilled
@@ -90,8 +96,8 @@
contents: contents:
- id: Brutepack - id: Brutepack
amount: 2 # TO DO: Advanced fills amount: 2 # TO DO: Advanced fills
- id: Gauze
- id: Ointment - id: Ointment
- id: Gauze
- id: Bloodpack - id: Bloodpack
amount: 2 amount: 2
@@ -108,6 +114,8 @@
- id: AntiPoisonMedipen - id: AntiPoisonMedipen
- id: Bloodpack - id: Bloodpack
amount: 2 amount: 2
- id: PillTricordrazine
amount: 2
- type: entity - type: entity
id: StimkitFilled id: StimkitFilled

View File

@@ -160,7 +160,7 @@
maxVol: 20 maxVol: 20
reagents: reagents:
- ReagentId: Dexalin - ReagentId: Dexalin
Quantity: 15 Quantity: 10
- type: entity - type: entity
name: dylovene pill name: dylovene pill
@@ -173,7 +173,7 @@
maxVol: 20 maxVol: 20
reagents: reagents:
- ReagentId: Dylovene - ReagentId: Dylovene
Quantity: 15 Quantity: 10
- type: entity - type: entity
name: hyronalin pill name: hyronalin pill
@@ -186,7 +186,7 @@
maxVol: 20 maxVol: 20
reagents: reagents:
- ReagentId: Hyronalin - ReagentId: Hyronalin
Quantity: 15 Quantity: 10
- type: entity - type: entity
name: iron pill name: iron pill
@@ -199,7 +199,7 @@
maxVol: 20 maxVol: 20
reagents: reagents:
- ReagentId: Iron - ReagentId: Iron
Quantity: 15 Quantity: 10
- type: entity - type: entity
name: kelotane pill name: kelotane pill
@@ -212,7 +212,7 @@
maxVol: 20 maxVol: 20
reagents: reagents:
- ReagentId: Kelotane - ReagentId: Kelotane
Quantity: 15 Quantity: 10
- type: entity - type: entity
name: space drugs name: space drugs
@@ -238,7 +238,7 @@
maxVol: 20 maxVol: 20
reagents: reagents:
- ReagentId: Tricordrazine - ReagentId: Tricordrazine
Quantity: 15 Quantity: 10
- type: entity - type: entity
name: romerol pill name: romerol pill