meta.json 894 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/0f6496a55ceefa0f1bf1668fcef49b5182471695",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "icon"
  12. },
  13. {
  14. "name": "flare_base"
  15. },
  16. {
  17. "name": "flare_spent"
  18. },
  19. {
  20. "name": "flare_unlit"
  21. },
  22. {
  23. "name": "flare_burn",
  24. "delays": [
  25. [
  26. 0.05,
  27. 0.05,
  28. 0.05,
  29. 0.05
  30. ]
  31. ]
  32. },
  33. {
  34. "name": "lit-inhand-left",
  35. "directions": 4
  36. },
  37. {
  38. "name": "lit-inhand-right",
  39. "directions": 4
  40. },
  41. {
  42. "name": "unlit-inhand-left",
  43. "directions": 4
  44. },
  45. {
  46. "name": "unlit-inhand-right",
  47. "directions": 4
  48. },
  49. {
  50. "name": "equipped-BELT",
  51. "directions": 4
  52. }
  53. ]
  54. }