meta.json 781 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/9bebd81ae0b0a7f952b59886a765c681205de31f",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "lantern"
  12. },
  13. {
  14. "name": "lantern-on"
  15. },
  16. {
  17. "name": "off-inhand-left",
  18. "directions": 4
  19. },
  20. {
  21. "name": "off-inhand-right",
  22. "directions": 4
  23. },
  24. {
  25. "name": "on-inhand-left",
  26. "directions": 4
  27. },
  28. {
  29. "name": "burnt"
  30. },
  31. {
  32. "name": "flashing"
  33. },
  34. {
  35. "name": "on-inhand-right",
  36. "directions": 4
  37. },
  38. {
  39. "name": "on-equipped-BELT",
  40. "directions": 4
  41. },
  42. {
  43. "name": "off-equipped-BELT",
  44. "directions": 4
  45. }
  46. ]
  47. }