Add a bottle of water to the survival box (#22881)
* BO'OH'O'WA'ER * smallbottle * extendedbox
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user