fix watercooler sprite (Also adds solution visuals) (#16740)
This commit is contained in:
parent
40c6c1c3ae
commit
8e3f2cc1fa
|
|
@ -58,7 +58,6 @@
|
|||
- state: highfueltank-2-1
|
||||
map: ["enum.SolutionContainerLayers.Fill"]
|
||||
visible: false
|
||||
- type: Appearance
|
||||
- type: SolutionContainerVisuals
|
||||
maxFillLevels: 7
|
||||
fillBaseName: highfueltank-2-
|
||||
|
|
@ -114,7 +113,14 @@
|
|||
components:
|
||||
- type: Sprite
|
||||
sprite: Structures/Storage/tanks.rsi
|
||||
state: watercooler
|
||||
layers:
|
||||
- state: watercooler-2
|
||||
- state: watercooler-2-1
|
||||
map: ["enum.SolutionContainerLayers.Fill"]
|
||||
visible: false
|
||||
- type: SolutionContainerVisuals
|
||||
maxFillLevels: 4
|
||||
fillBaseName: watercooler-2-
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
tank:
|
||||
|
|
@ -147,5 +153,7 @@
|
|||
Quantity: 10000
|
||||
maxVol: 10000
|
||||
# It's pressurized...
|
||||
- type: ExaminableSolution
|
||||
solution: tank
|
||||
- type: ReagentTank
|
||||
transferAmount: 100
|
||||
|
|
|
|||
|
|
@ -99,6 +99,21 @@
|
|||
},
|
||||
{
|
||||
"name": "highfueltank-2-7"
|
||||
},
|
||||
{
|
||||
"name": "watercooler-2"
|
||||
},
|
||||
{
|
||||
"name": "watercooler-2-1"
|
||||
},
|
||||
{
|
||||
"name": "watercooler-2-2"
|
||||
},
|
||||
{
|
||||
"name": "watercooler-2-3"
|
||||
},
|
||||
{
|
||||
"name": "watercooler-2-4"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 207 B |
Binary file not shown.
|
After Width: | Height: | Size: 222 B |
Binary file not shown.
|
After Width: | Height: | Size: 253 B |
Binary file not shown.
|
After Width: | Height: | Size: 273 B |
Binary file not shown.
|
After Width: | Height: | Size: 723 B |
Loading…
Reference in New Issue