From: freeman2651 <104049107+freeman2651@users.noreply.github.com> Date: Mon, 24 Apr 2023 02:15:21 +0000 (-0400) Subject: [tweak] Medkit inventory change (#15636) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=d50cceb88f554b5e0c72a6589d4dc948c4e1ac5f;p=space-station-14.git [tweak] Medkit inventory change (#15636) * rebalance medkit contents * and top of the empty space --- diff --git a/Resources/Prototypes/Catalog/Fills/Items/firstaidkits.yml b/Resources/Prototypes/Catalog/Fills/Items/firstaidkits.yml index 9740647bb4..4c5b084f88 100644 --- a/Resources/Prototypes/Catalog/Fills/Items/firstaidkits.yml +++ b/Resources/Prototypes/Catalog/Fills/Items/firstaidkits.yml @@ -11,8 +11,9 @@ amount: 2 - id: Ointment amount: 2 + - id: Gauze - id: PillTricordrazine - amount: 3 + amount: 5 # see https://github.com/tgstation/blob/master/code/game/objects/items/storage/firstaid.dm for example contents - type: entity @@ -22,10 +23,11 @@ components: - type: StorageFill contents: + - id: SyringeInaprovaline - id: Ointment amount: 4 - id: PillKelotane - amount: 3 + amount: 5 - type: entity id: MedkitBruteFilled @@ -36,11 +38,11 @@ contents: - id: Brutepack amount: 2 # TO DO: Advanced brute pack - - id: PillIron - amount: 2 - id: Gauze - id: Bloodpack - id: SyringeTranexamicAcid + - id: PillIron + amount: 5 - type: entity id: MedkitToxinFilled @@ -50,10 +52,12 @@ - type: StorageFill contents: - id: SyringeSpaceacillin + amount: 2 - id: SyringeIpecac - - id: PillDylovene - amount: 3 + amount: 2 - id: AntiPoisonMedipen + - id: PillDylovene + amount: 7 - type: entity id: MedkitOxygenFilled @@ -62,11 +66,12 @@ components: - type: StorageFill contents: + - id: ClothingMaskBreathMedical + - id: EmergencyOxygenTank - id: EmergencyMedipen - - id: PillDexalin - amount: 3 - id: SyringeInaprovaline - amount: 2 + - id: PillDexalin + amount: 7 - type: entity id: MedkitRadiationFilled @@ -76,10 +81,11 @@ - type: StorageFill contents: - id: Ointment - amount: 2 - - id: PillHyronalin amount: 3 - id: EmergencyMedipen + amount: 2 + - id: PillHyronalin + amount: 9 - type: entity id: MedkitAdvancedFilled @@ -90,8 +96,8 @@ contents: - id: Brutepack amount: 2 # TO DO: Advanced fills - - id: Gauze - id: Ointment + - id: Gauze - id: Bloodpack amount: 2 @@ -108,6 +114,8 @@ - id: AntiPoisonMedipen - id: Bloodpack amount: 2 + - id: PillTricordrazine + amount: 2 - type: entity id: StimkitFilled diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml index 9bd8754202..ac6a0c86db 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml @@ -160,7 +160,7 @@ maxVol: 20 reagents: - ReagentId: Dexalin - Quantity: 15 + Quantity: 10 - type: entity name: dylovene pill @@ -173,7 +173,7 @@ maxVol: 20 reagents: - ReagentId: Dylovene - Quantity: 15 + Quantity: 10 - type: entity name: hyronalin pill @@ -186,7 +186,7 @@ maxVol: 20 reagents: - ReagentId: Hyronalin - Quantity: 15 + Quantity: 10 - type: entity name: iron pill @@ -199,7 +199,7 @@ maxVol: 20 reagents: - ReagentId: Iron - Quantity: 15 + Quantity: 10 - type: entity name: kelotane pill @@ -212,7 +212,7 @@ maxVol: 20 reagents: - ReagentId: Kelotane - Quantity: 15 + Quantity: 10 - type: entity name: space drugs @@ -238,7 +238,7 @@ maxVol: 20 reagents: - ReagentId: Tricordrazine - Quantity: 15 + Quantity: 10 - type: entity name: romerol pill