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: EmergencyMedipen
|
||||||
- id: Flare
|
- id: Flare
|
||||||
- id: FoodTinMRE
|
- id: FoodTinMRE
|
||||||
|
- id: DrinkWaterBottleFull
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
- state: internals
|
- state: internals
|
||||||
@@ -31,6 +32,7 @@
|
|||||||
- id: EmergencyMedipen
|
- id: EmergencyMedipen
|
||||||
- id: Flare
|
- id: Flare
|
||||||
- id: FoodTinMRE
|
- id: FoodTinMRE
|
||||||
|
- id: DrinkWaterBottleFull
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
- state: internals
|
- state: internals
|
||||||
@@ -51,6 +53,7 @@
|
|||||||
- id: EmergencyMedipen
|
- id: EmergencyMedipen
|
||||||
- id: Flare
|
- id: Flare
|
||||||
- id: FoodTinMRE
|
- id: FoodTinMRE
|
||||||
|
- id: DrinkWaterBottleFull
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
- state: internals
|
- state: internals
|
||||||
@@ -71,6 +74,7 @@
|
|||||||
- id: EmergencyMedipen
|
- id: EmergencyMedipen
|
||||||
- id: Flare
|
- id: Flare
|
||||||
- id: FoodTinMRE
|
- id: FoodTinMRE
|
||||||
|
- id: DrinkWaterBottleFull
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
- state: internals
|
- state: internals
|
||||||
@@ -96,6 +100,7 @@
|
|||||||
- id: EmergencyMedipen
|
- id: EmergencyMedipen
|
||||||
- id: Flare
|
- id: Flare
|
||||||
- id: FoodTinMRE
|
- id: FoodTinMRE
|
||||||
|
- id: DrinkWaterBottleFull
|
||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- BoxHug
|
- BoxHug
|
||||||
|
|||||||
@@ -23,6 +23,8 @@
|
|||||||
name: security gas mask
|
name: security gas mask
|
||||||
description: A standard issue Security gas mask.
|
description: A standard issue Security gas mask.
|
||||||
components:
|
components:
|
||||||
|
- type: Item
|
||||||
|
size: Tiny
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Mask/gassecurity.rsi
|
sprite: Clothing/Mask/gassecurity.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
@@ -120,6 +122,8 @@
|
|||||||
name: medical mask
|
name: medical mask
|
||||||
description: A close-fitting sterile mask that can be connected to an air supply.
|
description: A close-fitting sterile mask that can be connected to an air supply.
|
||||||
components:
|
components:
|
||||||
|
- type: Item
|
||||||
|
size: Tiny
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Mask/medical.rsi
|
sprite: Clothing/Mask/medical.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
@@ -137,6 +141,8 @@
|
|||||||
name: military-style medical mask
|
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.
|
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:
|
components:
|
||||||
|
- type: Item
|
||||||
|
size: Tiny
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Mask/medicalsecurity.rsi
|
sprite: Clothing/Mask/medicalsecurity.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
@@ -155,6 +161,8 @@
|
|||||||
name: breath mask
|
name: breath mask
|
||||||
description: Might as well keep this on 24/7.
|
description: Might as well keep this on 24/7.
|
||||||
components:
|
components:
|
||||||
|
- type: Item
|
||||||
|
size: Tiny
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Mask/breath.rsi
|
sprite: Clothing/Mask/breath.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
@@ -259,6 +267,8 @@
|
|||||||
name: muzzle
|
name: muzzle
|
||||||
description: To stop that awful noise.
|
description: To stop that awful noise.
|
||||||
components:
|
components:
|
||||||
|
- type: Item
|
||||||
|
size: Tiny
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Mask/muzzle.rsi
|
sprite: Clothing/Mask/muzzle.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
|
|||||||
@@ -410,13 +410,15 @@
|
|||||||
name: water bottle
|
name: water bottle
|
||||||
description: Simple clean water of unknown origin. You think that maybe you dont want to know it.
|
description: Simple clean water of unknown origin. You think that maybe you dont want to know it.
|
||||||
components:
|
components:
|
||||||
|
- type: Item
|
||||||
|
size: Small
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
solutions:
|
solutions:
|
||||||
drink:
|
drink:
|
||||||
maxVol: 50
|
maxVol: 30
|
||||||
reagents:
|
reagents:
|
||||||
- ReagentId: Water
|
- ReagentId: Water
|
||||||
Quantity: 50
|
Quantity: 30
|
||||||
- type: Drink
|
- type: Drink
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Consumable/Drinks/waterbottle.rsi
|
sprite: Objects/Consumable/Drinks/waterbottle.rsi
|
||||||
|
|||||||
Reference in New Issue
Block a user