Files
Ed c99e265435 Thief stuff: Gloves, Spy Crew Monitor, Invisible Crate, Toy (#21551)
* add some stuff

* finish pack

* Update encryption_keys.yml

* revert secret channels

* revert spy key

* add spy crew monitor

* add invisible crate

* add void cloak
2023-11-12 16:41:45 -07:00

52 lines
818 B
JSON

{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from TGstation at commit https://github.com/tgstation/tgstation/commit/8b1ffd1e49a2d30a0aab63264106a3ec0e07f415",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "icon"
},
{
"name": "equipped-NECK",
"directions": 4,
"delays": [
[
0.1,
0.1,
0.1,
0.5
],
[
0.1,
0.1,
0.1,
0.5
],
[
0.1,
0.1,
0.1,
0.5
],
[
0.1,
0.1,
0.1,
0.5
]
]
}
]
}