| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "version": 1,
- "license": "CC-BY-SA-3.0",
- "copyright": "Taken from https://github.com/vgstation-coders/vgstation13/commit/b459ea3fdee965bdc3e93e7983ad7fa610d05c12 and https://github.com/tgstation/tgstation/commit/ead6d8d59753ef033efdfad17f337df268038ff3 and modified by ravage",
- "size": {
- "x": 32,
- "y": 32
- },
- "states": [
- {
- "name": "icon"
- },
- {
- "name": "equipped-HELMET",
- "directions": 4,
- "delays": [
- [
- 0.5,
- 0.5,
- 0.5,
- 0.5
- ],
- [
- 0.5,
- 0.5,
- 0.5,
- 0.5
- ],
- [
- 0.5,
- 0.5,
- 0.5,
- 0.5
- ],
- [
- 0.5,
- 0.5,
- 0.5,
- 0.5
- ]
- ]
- },
- {
- "name": "inhand-left",
- "directions": 4
- },
- {
- "name": "inhand-right",
- "directions": 4
- }
- ]
- }
|