From a09efd47cde04cced5d0f220ad6811775e67c599 Mon Sep 17 00:00:00 2001 From: Alzore <140123969+Blackern5000@users.noreply.github.com> Date: Sat, 23 Dec 2023 00:33:20 -0600 Subject: [PATCH] Add a bottle of water to the survival box (#22881) * BO'OH'O'WA'ER * smallbottle * extendedbox --- Resources/Prototypes/Catalog/Fills/Boxes/emergency.yml | 5 +++++ Resources/Prototypes/Entities/Clothing/Masks/masks.yml | 10 ++++++++++ .../Objects/Consumable/Drinks/drinks_bottles.yml | 6 ++++-- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Boxes/emergency.yml b/Resources/Prototypes/Catalog/Fills/Boxes/emergency.yml index 049780a9260e7..99094ff10fe7b 100644 --- a/Resources/Prototypes/Catalog/Fills/Boxes/emergency.yml +++ b/Resources/Prototypes/Catalog/Fills/Boxes/emergency.yml @@ -12,6 +12,7 @@ - id: EmergencyMedipen - id: Flare - id: FoodTinMRE + - id: DrinkWaterBottleFull - type: Sprite layers: - state: internals @@ -31,6 +32,7 @@ - id: EmergencyMedipen - id: Flare - id: FoodTinMRE + - id: DrinkWaterBottleFull - type: Sprite layers: - state: internals @@ -51,6 +53,7 @@ - id: EmergencyMedipen - id: Flare - id: FoodTinMRE + - id: DrinkWaterBottleFull - type: Sprite layers: - state: internals @@ -71,6 +74,7 @@ - id: EmergencyMedipen - id: Flare - id: FoodTinMRE + - id: DrinkWaterBottleFull - type: Sprite layers: - state: internals @@ -96,6 +100,7 @@ - id: EmergencyMedipen - id: Flare - id: FoodTinMRE + - id: DrinkWaterBottleFull - type: Tag tags: - BoxHug diff --git a/Resources/Prototypes/Entities/Clothing/Masks/masks.yml b/Resources/Prototypes/Entities/Clothing/Masks/masks.yml index 556de937376da..faa057a7a11fc 100644 --- a/Resources/Prototypes/Entities/Clothing/Masks/masks.yml +++ b/Resources/Prototypes/Entities/Clothing/Masks/masks.yml @@ -23,6 +23,8 @@ name: security gas mask description: A standard issue Security gas mask. components: + - type: Item + size: Tiny - type: Sprite sprite: Clothing/Mask/gassecurity.rsi - type: Clothing @@ -120,6 +122,8 @@ name: medical mask description: A close-fitting sterile mask that can be connected to an air supply. components: + - type: Item + size: Tiny - type: Sprite sprite: Clothing/Mask/medical.rsi - type: Clothing @@ -137,6 +141,8 @@ name: military-style medical mask description: A medical mask with a small layer of protection against damage and viruses, similar to the one used in the medical units of the first corporate war. components: + - type: Item + size: Tiny - type: Sprite sprite: Clothing/Mask/medicalsecurity.rsi - type: Clothing @@ -155,6 +161,8 @@ name: breath mask description: Might as well keep this on 24/7. components: + - type: Item + size: Tiny - type: Sprite sprite: Clothing/Mask/breath.rsi - type: Clothing @@ -259,6 +267,8 @@ name: muzzle description: To stop that awful noise. components: + - type: Item + size: Tiny - type: Sprite sprite: Clothing/Mask/muzzle.rsi - type: Clothing diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml index d36d48e316025..671ac095a398e 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml @@ -410,13 +410,15 @@ name: water bottle description: Simple clean water of unknown origin. You think that maybe you dont want to know it. components: + - type: Item + size: Small - type: SolutionContainerManager solutions: drink: - maxVol: 50 + maxVol: 30 reagents: - ReagentId: Water - Quantity: 50 + Quantity: 30 - type: Drink - type: Sprite sprite: Objects/Consumable/Drinks/waterbottle.rsi