Files

41 lines
605 B
JSON
Raw Permalink Normal View History

2023-05-09 00:41:34 +06:00
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
2023-06-16 01:27:22 +00:00
"license": "CC-BY-SA-3.0",
"copyright": "Poxuy",
2023-05-09 00:41:34 +06:00
"states": [
{
"name": "stunbaton_nocell"
},
{
"name": "stunbaton_off"
},
{
"name": "stunbaton_on"
},
{
"name": "off-inhand-left",
"directions": 4
},
{
"name": "off-inhand-right",
"directions": 4
},
{
"name": "on-inhand-left",
"directions": 4
},
{
"name": "on-inhand-right",
"directions": 4
},
{
"name": "equipped-BELT",
"directions": 4
}
]
2023-06-16 01:27:22 +00:00
}