| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "version": 1,
- "license": "CC-BY-SA-3.0",
- "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/1592a112e3d33eec4a0704b518a138d5a976f455",
- "size": {
- "x": 32,
- "y": 32
- },
- "states": [
- {
- "name": "icon",
- "directions": 1
- },
- {
- "name": "icon-on",
- "directions": 1,
- "delays": [
- [
- 0.5,
- 0.1,
- 0.1
- ]
- ]
- },
- {
- "name": "inhand-left",
- "directions": 4
- },
- {
- "name": "inhand-right",
- "directions": 4
- },
- {
- "name": "equipped-BACKPACK",
- "directions": 4
- },
- {
- "name": "on-equipped-BACKPACK",
- "directions": 4,
- "delays": [
- [
- 0.5,
- 0.2,
- 0.1
- ],
- [
- 0.5,
- 0.2,
- 0.1
- ],
- [
- 0.5,
- 0.2,
- 0.1
- ],
- [
- 0.5,
- 0.2,
- 0.1
- ]
- ]
- },
- {
- "name": "equipped-SUITSTORAGE",
- "directions": 4
- },
- {
- "name": "on-equipped-SUITSTORAGE",
- "directions": 4,
- "delays": [
- [
- 0.5,
- 0.2,
- 0.1
- ],
- [
- 0.5,
- 0.2,
- 0.1
- ],
- [
- 0.5,
- 0.2,
- 0.1
- ],
- [
- 0.5,
- 0.2,
- 0.1
- ]
- ]
- }
- ]
- }
|