fix watercooler sprite (Also adds solution visuals) (#16740)
This commit is contained in:
@@ -58,7 +58,6 @@
|
|||||||
- state: highfueltank-2-1
|
- state: highfueltank-2-1
|
||||||
map: ["enum.SolutionContainerLayers.Fill"]
|
map: ["enum.SolutionContainerLayers.Fill"]
|
||||||
visible: false
|
visible: false
|
||||||
- type: Appearance
|
|
||||||
- type: SolutionContainerVisuals
|
- type: SolutionContainerVisuals
|
||||||
maxFillLevels: 7
|
maxFillLevels: 7
|
||||||
fillBaseName: highfueltank-2-
|
fillBaseName: highfueltank-2-
|
||||||
@@ -114,7 +113,14 @@
|
|||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Structures/Storage/tanks.rsi
|
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
|
- type: SolutionContainerManager
|
||||||
solutions:
|
solutions:
|
||||||
tank:
|
tank:
|
||||||
@@ -147,5 +153,7 @@
|
|||||||
Quantity: 10000
|
Quantity: 10000
|
||||||
maxVol: 10000
|
maxVol: 10000
|
||||||
# It's pressurized...
|
# It's pressurized...
|
||||||
|
- type: ExaminableSolution
|
||||||
|
solution: tank
|
||||||
- type: ReagentTank
|
- type: ReagentTank
|
||||||
transferAmount: 100
|
transferAmount: 100
|
||||||
|
|||||||
@@ -99,6 +99,21 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "highfueltank-2-7"
|
"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 |
Reference in New Issue
Block a user