Adds the water cooler (#7724)
This commit is contained in:
@@ -61,6 +61,22 @@
|
|||||||
- ReagentId: Water
|
- ReagentId: Water
|
||||||
Quantity: 1500
|
Quantity: 1500
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: WaterTankFull
|
||||||
|
id: WaterCooler
|
||||||
|
name: water cooler
|
||||||
|
description: Seems like a good place to stand and waste time.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Structures/Storage/tanks.rsi
|
||||||
|
state: watercooler
|
||||||
|
- type: SolutionContainerManager
|
||||||
|
solutions:
|
||||||
|
tank:
|
||||||
|
reagents:
|
||||||
|
- ReagentId: Water
|
||||||
|
Quantity: 500
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: StorageTank
|
parent: StorageTank
|
||||||
id: WaterTankHighCapacity
|
id: WaterTankHighCapacity
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/8442af39ee82b813194f71db82edd2923d97818d",
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/8442af39ee82b813194f71db82edd2923d97818d, watercooler Taken from paradise at https://github.com/ParadiseSS13/Paradise/commit/ae2258d9235752ac6d80ec11e36553fe3b6ae59e",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
@@ -15,6 +15,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "highwatertank"
|
"name": "highwatertank"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "watercooler"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
Resources/Textures/Structures/Storage/tanks.rsi/watercooler.png
Normal file
BIN
Resources/Textures/Structures/Storage/tanks.rsi/watercooler.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 331 B |
Reference in New Issue
Block a user