Skip to content

Commit

Permalink
Add a bottle of water to the survival box (space-wizards#22881)
Browse files Browse the repository at this point in the history
* BO'OH'O'WA'ER

* smallbottle

* extendedbox
  • Loading branch information
Blackern5000 authored Dec 23, 2023
1 parent 06a663d commit a09efd4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Resources/Prototypes/Catalog/Fills/Boxes/emergency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- id: EmergencyMedipen
- id: Flare
- id: FoodTinMRE
- id: DrinkWaterBottleFull
- type: Sprite
layers:
- state: internals
Expand All @@ -31,6 +32,7 @@
- id: EmergencyMedipen
- id: Flare
- id: FoodTinMRE
- id: DrinkWaterBottleFull
- type: Sprite
layers:
- state: internals
Expand All @@ -51,6 +53,7 @@
- id: EmergencyMedipen
- id: Flare
- id: FoodTinMRE
- id: DrinkWaterBottleFull
- type: Sprite
layers:
- state: internals
Expand All @@ -71,6 +74,7 @@
- id: EmergencyMedipen
- id: Flare
- id: FoodTinMRE
- id: DrinkWaterBottleFull
- type: Sprite
layers:
- state: internals
Expand All @@ -96,6 +100,7 @@
- id: EmergencyMedipen
- id: Flare
- id: FoodTinMRE
- id: DrinkWaterBottleFull
- type: Tag
tags:
- BoxHug
Expand Down
10 changes: 10 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Masks/masks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a09efd4

Please sign in to comment.