| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "version": 1,
- "license": "CC-BY-SA-3.0",
- "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/3d319f6157acc1c1cd9ebcb0f6f12641e051cf91. equipped-FEET-vox & on-equipped-FEET-vox state taken from vgstation13 at https://github.com/vgstation-coders/vgstation13/blob/31d6576ba8102135d058ef49c3cb6ecbe8db8a79/icons/mob/species/vox/shoes.dmi, and equipped-FEET-vox state modified to fix inconsistencies",
- "size": {
- "x": 32,
- "y": 32
- },
- "states": [
- {
- "name": "equipped-FEET",
- "directions": 4
- },
- {
- "name": "on-equipped-FEET",
- "directions": 4
- },
- {
- "name": "equipped-FEET-vox",
- "directions": 4
- },
- {
- "name": "on-equipped-FEET-vox",
- "directions": 4
- },
- {
- "name": "icon"
- },
- {
- "name": "icon-on"
- },
- {
- "name": "inhand-left",
- "directions": 4
- },
- {
- "name": "inhand-right",
- "directions": 4
- },
- {
- "name": "on-inhand-left",
- "directions": 4
- },
- {
- "name": "on-inhand-right",
- "directions": 4
- }
- ]
- }
|