Files
crystall-punk-14/Resources/Textures/Structures/Piping/Atmospherics/pipe.rsi/meta.json
Kevin Zheng 6444f7b7c5 Make pipes leak when destroyed (#20928)
This plugs a meta where atmos techs were fireaxing pipes to remove them without leaking their contents.
2023-12-10 23:51:45 -08:00

44 lines
896 B
JSON

{
"version":1,
"size":{
"x":32,
"y":32
},
"license":"CC-BY-SA-3.0",
"copyright":"pipeTrinaryConnectors made by Menshin for SS14 based on pipeTJunction, the rest is taken from https://github.com/tgstation/tgstation at commit 57cd1d59ca019dd0e7811ac451f295f818e573da",
"states":[
{
"name":"pipeBroken",
"directions":1
},
{
"name":"pipeTJunction",
"directions":4
},
{
"name":"pipeHalf",
"directions":4
},
{
"name":"pipeBend",
"directions":4
},
{
"name": "pipeFourway",
"directions":4
},
{
"name":"pipeStraight",
"directions":4
},
{
"name":"pipeConnector",
"directions":4
},
{
"name":"pipeTrinaryConnectors",
"directions":4
}
]
}