Add layers field to construction prototype (#14222)
This commit is contained in:
@@ -391,6 +391,11 @@
|
||||
icon:
|
||||
sprite: Structures/Piping/Atmospherics/vent.rsi
|
||||
state: vent_off
|
||||
layers:
|
||||
- sprite: Structures/Piping/Atmospherics/pipe.rsi
|
||||
state: pipeHalf
|
||||
- sprite: Structures/Piping/Atmospherics/vent.rsi
|
||||
state: vent_off
|
||||
conditions:
|
||||
- !type:TileNotBlocked {}
|
||||
|
||||
@@ -407,6 +412,11 @@
|
||||
icon:
|
||||
sprite: Structures/Piping/Atmospherics/vent.rsi
|
||||
state: vent_off
|
||||
layers:
|
||||
- sprite: Structures/Piping/Atmospherics/pipe.rsi
|
||||
state: pipeHalf
|
||||
- sprite: Structures/Piping/Atmospherics/vent.rsi
|
||||
state: vent_off
|
||||
conditions:
|
||||
- !type:TileNotBlocked {}
|
||||
|
||||
@@ -423,6 +433,11 @@
|
||||
icon:
|
||||
sprite: Structures/Piping/Atmospherics/scrubber.rsi
|
||||
state: scrub_off
|
||||
layers:
|
||||
- sprite: Structures/Piping/Atmospherics/pipe.rsi
|
||||
state: pipeHalf
|
||||
- sprite: Structures/Piping/Atmospherics/scrubber.rsi
|
||||
state: scrub_off
|
||||
conditions:
|
||||
- !type:TileNotBlocked {}
|
||||
|
||||
@@ -439,6 +454,11 @@
|
||||
icon:
|
||||
sprite: Structures/Piping/Atmospherics/outletinjector.rsi
|
||||
state: injector
|
||||
layers:
|
||||
- sprite: Structures/Piping/Atmospherics/pipe.rsi
|
||||
state: pipeHalf
|
||||
- sprite: Structures/Piping/Atmospherics/outletinjector.rsi
|
||||
state: injector
|
||||
conditions:
|
||||
- !type:TileNotBlocked {}
|
||||
|
||||
@@ -456,6 +476,11 @@
|
||||
icon:
|
||||
sprite: Structures/Piping/Atmospherics/pump.rsi
|
||||
state: pumpPressure
|
||||
layers:
|
||||
- sprite: Structures/Piping/Atmospherics/pipe.rsi
|
||||
state: pipeStraight
|
||||
- sprite: Structures/Piping/Atmospherics/pump.rsi
|
||||
state: pumpPressure
|
||||
conditions:
|
||||
- !type:TileNotBlocked {}
|
||||
|
||||
@@ -472,6 +497,11 @@
|
||||
icon:
|
||||
sprite: Structures/Piping/Atmospherics/pump.rsi
|
||||
state: pumpVolume
|
||||
layers:
|
||||
- sprite: Structures/Piping/Atmospherics/pipe.rsi
|
||||
state: pipeStraight
|
||||
- sprite: Structures/Piping/Atmospherics/pump.rsi
|
||||
state: pumpVolume
|
||||
conditions:
|
||||
- !type:TileNotBlocked {}
|
||||
|
||||
@@ -488,6 +518,11 @@
|
||||
icon:
|
||||
sprite: Structures/Piping/Atmospherics/pump.rsi
|
||||
state: pumpPassiveGate
|
||||
layers:
|
||||
- sprite: Structures/Piping/Atmospherics/pipe.rsi
|
||||
state: pipeStraight
|
||||
- sprite: Structures/Piping/Atmospherics/pump.rsi
|
||||
state: pumpPassiveGate
|
||||
conditions:
|
||||
- !type:TileNotBlocked {}
|
||||
|
||||
@@ -504,6 +539,11 @@
|
||||
icon:
|
||||
sprite: Structures/Piping/Atmospherics/pump.rsi
|
||||
state: pumpManualValve
|
||||
layers:
|
||||
- sprite: Structures/Piping/Atmospherics/pipe.rsi
|
||||
state: pipeStraight
|
||||
- sprite: Structures/Piping/Atmospherics/pump.rsi
|
||||
state: pumpManualValve
|
||||
conditions:
|
||||
- !type:TileNotBlocked {}
|
||||
|
||||
@@ -520,6 +560,11 @@
|
||||
icon:
|
||||
sprite: Structures/Piping/Atmospherics/gascanisterport.rsi
|
||||
state: gasCanisterPort
|
||||
layers:
|
||||
- sprite: Structures/Piping/Atmospherics/pipe.rsi
|
||||
state: pipeHalf
|
||||
- sprite: Structures/Piping/Atmospherics/gascanisterport.rsi
|
||||
state: gasCanisterPort
|
||||
conditions:
|
||||
- !type:TileNotBlocked {}
|
||||
|
||||
@@ -536,6 +581,11 @@
|
||||
icon:
|
||||
sprite: Structures/Piping/Atmospherics/vent.rsi
|
||||
state: vent_off
|
||||
layers:
|
||||
- sprite: Structures/Piping/Atmospherics/pipe.rsi
|
||||
state: pipeStraight
|
||||
- sprite: Structures/Piping/Atmospherics/vent.rsi
|
||||
state: vent_off
|
||||
conditions:
|
||||
- !type:TileNotBlocked {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user