fix watercooler sprite (Also adds solution visuals) (#16740)

This commit is contained in:
MisterMecky 2023-05-23 23:24:42 +08:00 committed by GitHub
parent 40c6c1c3ae
commit 8e3f2cc1fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 25 additions and 2 deletions

View File

@ -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

View File

@ -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