More windoors (starring directional window) (#25501)
* Added Plasma and Uranium Windoors, plus uranium directional windows * I forgor the locked proto's too ;-; * Skill issue, forgot to remove something that was a test * Please dear git tests, let me sleep (ShardGlassRUranium indeed does not exist) * No more static prices for windows/windoors * I wish I knew how to run the tests locally ;-;
This commit is contained in:
@@ -0,0 +1,172 @@
|
||||
{
|
||||
"version":1,
|
||||
"license":"CC-BY-SA-3.0",
|
||||
"copyright":"Taken from tgstation at https://github.com/tgstation/tgstation/blob/3681006d7102045e334e8eddb23a8685fcdb258a/icons/obj/doors/windoor.dmi, edited by SphiraI(github)",
|
||||
"size": {
|
||||
"x":32,
|
||||
"y":32
|
||||
},
|
||||
"states":[
|
||||
{
|
||||
"name":"assembly",
|
||||
"directions":4,
|
||||
"delays":[
|
||||
[
|
||||
0.3,0.3
|
||||
],
|
||||
[
|
||||
0.3,0.3
|
||||
],
|
||||
[
|
||||
0.3,0.3
|
||||
],
|
||||
[
|
||||
0.3,0.3
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name":"closed",
|
||||
"directions":4
|
||||
},
|
||||
{
|
||||
"name":"closed_unlit",
|
||||
"directions":4
|
||||
},
|
||||
{
|
||||
"name":"closing",
|
||||
"directions":4,
|
||||
"delays":[
|
||||
[
|
||||
0.1,0.1,0.1,0.1,0.1,0.1,0.1
|
||||
],
|
||||
[
|
||||
0.1,0.1,0.1,0.1,0.1,0.1,0.1
|
||||
],
|
||||
[
|
||||
0.1,0.1,0.1,0.1,0.1,0.1,0.1
|
||||
],
|
||||
[
|
||||
0.1,0.1,0.1,0.1,0.1,0.1,0.1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name":"closing_unlit",
|
||||
"directions":4,
|
||||
"delays":[
|
||||
[
|
||||
0.1,0.1,0.1,0.1,0.1,0.1,0.1
|
||||
],
|
||||
[
|
||||
0.1,0.1,0.1,0.1,0.1,0.1,0.1
|
||||
],
|
||||
[
|
||||
0.1,0.1,0.1,0.1,0.1,0.1,0.1
|
||||
],
|
||||
[
|
||||
0.1,0.1,0.1,0.1,0.1,0.1,0.1]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name":"open",
|
||||
"directions":4
|
||||
},
|
||||
{
|
||||
"name":"open_unlit",
|
||||
"directions":4
|
||||
},
|
||||
{
|
||||
"name":"opening",
|
||||
"directions":4,
|
||||
"delays":[
|
||||
[
|
||||
0.1,0.1,0.1,0.1,0.1,0.1,0.1
|
||||
],
|
||||
[
|
||||
0.1,0.1,0.1,0.1,0.1,0.1,0.1
|
||||
],
|
||||
[
|
||||
0.1,0.1,0.1,0.1,0.1,0.1,0.1
|
||||
],
|
||||
[
|
||||
0.1,0.1,0.1,0.1,0.1,0.1,0.1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name":"opening_unlit",
|
||||
"directions":4,
|
||||
"delays":[
|
||||
[
|
||||
0.1,0.1,0.1,0.1,0.1,0.1,0.1
|
||||
],
|
||||
[
|
||||
0.1,0.1,0.1,0.1,0.1,0.1,0.1
|
||||
],
|
||||
[
|
||||
0.1,0.1,0.1,0.1,0.1,0.1,0.1
|
||||
],
|
||||
[
|
||||
0.1,0.1,0.1,0.1,0.1,0.1,0.1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name":"deny_unlit",
|
||||
"directions":4,
|
||||
"delays":[
|
||||
[
|
||||
0.1,0.2,0.1
|
||||
],
|
||||
[
|
||||
0.1,0.2,0.1
|
||||
],
|
||||
[
|
||||
0.1,0.2,0.1
|
||||
],
|
||||
[
|
||||
0.1,0.2,0.1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name":"sparks",
|
||||
"directions":4,
|
||||
"delays":[
|
||||
[
|
||||
0.1,0.1,0.1,0.1,0.1,0.1
|
||||
],
|
||||
[
|
||||
0.1,0.1,0.1,0.1,0.1,0.1
|
||||
],
|
||||
[
|
||||
0.1,0.1,0.1,0.1,0.1,0.1
|
||||
],
|
||||
[
|
||||
0.1,0.1,0.1,0.1,0.1,0.1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name":"panel_open",
|
||||
"directions":4
|
||||
},
|
||||
{
|
||||
"name":"bolted_unlit",
|
||||
"directions":4
|
||||
},
|
||||
{
|
||||
"name":"welded",
|
||||
"directions":4
|
||||
},
|
||||
{
|
||||
"name":"secure_underlay",
|
||||
"directions":4
|
||||
},
|
||||
{
|
||||
"name": "emergency_unlit",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user