* add: experimental stunbaton resprite. * add: galoshes resprite * add: sofa resprite * fix: outer grey sofa * fix: experimental stunbaton sprite
104 lines
1.5 KiB
JSON
104 lines
1.5 KiB
JSON
{
|
|
"version": 1,
|
|
"license": "CC-BY-SA-3.0",
|
|
"copyright": "Taken from vgstation at https://github.com/vgstation-coders/vgstation13/commit/1cdfb0230cc96d0ba751fa002d04f8aa2f25ad7d",
|
|
"size": {
|
|
"x": 32,
|
|
"y": 32
|
|
},
|
|
"states": [
|
|
{
|
|
"name": "stunbaton_off"
|
|
},
|
|
{
|
|
"name": "stunbaton_nocell"
|
|
},
|
|
{
|
|
"name": "stunbaton_on",
|
|
"delays": [
|
|
[
|
|
0.1,
|
|
0.1,
|
|
0.1,
|
|
0.1,
|
|
0.1,
|
|
0.1,
|
|
0.1
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"name": "equipped-BELT",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "off-inhand-left",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "off-inhand-right",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "on-inhand-left",
|
|
"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
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"name": "on-inhand-right",
|
|
"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
|
|
]
|
|
]
|
|
}
|
|
]
|
|
}
|