meta.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "icon by RiceMar1244 based on tgstation at https://github.com/tgstation/tgstation/commit/8b7f8ba6a3327c7381967c550f185dffafd11a57; inhand, wield, and belt equip sprites by RiceMar1244",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "icon"
  12. },
  13. {
  14. "name": "animation-icon",
  15. "delays": [
  16. [
  17. 0.2,
  18. 0.2
  19. ]
  20. ]
  21. },
  22. {
  23. "name": "inhand-right",
  24. "directions": 4
  25. },
  26. {
  27. "name": "inhand-left",
  28. "directions": 4
  29. },
  30. {
  31. "name": "wielded-inhand-right",
  32. "directions": 4
  33. },
  34. {
  35. "name": "wielded-inhand-left",
  36. "directions": 4
  37. },
  38. {
  39. "name": "equipped-BELT",
  40. "directions": 4
  41. },
  42. {
  43. "name": "equipped-SUITSTORAGE",
  44. "directions": 4
  45. }
  46. ]
  47. }