Added generic empty liquids tank (#20563)

This commit is contained in:
drteaspoon420
2023-09-30 23:21:07 +03:00
committed by GitHub
parent b9db1eb9e3
commit 574b2a94d9
3 changed files with 25 additions and 1 deletions

View File

@@ -156,4 +156,25 @@
- type: ExaminableSolution
solution: tank
- type: ReagentTank
transferAmount: 100
transferAmount: 100
- type: entity
id: GenericTank
parent: StorageTank
suffix: Empty
components:
- type: StaticPrice
price: 500
- type: Sprite
sprite: Structures/Storage/tanks.rsi
layers:
- state: generictank-1
- state: watertank-2-1
map: ["enum.SolutionContainerLayers.Fill"]
visible: false
- type: Appearance
- type: SolutionContainerVisuals
maxFillLevels: 5
fillBaseName: watertank-2-
- type: ExaminableSolution
solution: tank

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -114,6 +114,9 @@
},
{
"name": "watercooler-2-4"
},
{
"name": "generictank-1"
}
]
}