Added generic empty liquids tank (#20563)
This commit is contained in:
@@ -156,4 +156,25 @@
|
|||||||
- type: ExaminableSolution
|
- type: ExaminableSolution
|
||||||
solution: tank
|
solution: tank
|
||||||
- type: ReagentTank
|
- 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 |
@@ -114,6 +114,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "watercooler-2-4"
|
"name": "watercooler-2-4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "generictank-1"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user