meta.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from tgstation at commits https://github.com/tgstation/tgstation/commit/b30e2934e7585bad901dd12a35d0635f1fc292c1 and https://github.com/tgstation/tgstation/commit/6b0af0febe578f47ae280781682ea7a3d77f508a, modified by https://github.com/PixelTheKermit & https://github.com/MilenVolf, Underwing is drawn by Ubaser",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "default",
  12. "directions": 4
  13. },
  14. {
  15. "name": "charred",
  16. "directions": 4
  17. },
  18. {
  19. "name": "dbushy",
  20. "directions": 4
  21. },
  22. {
  23. "name": "dcurvy",
  24. "directions": 4
  25. },
  26. {
  27. "name": "dfan",
  28. "directions": 4
  29. },
  30. {
  31. "name": "dpointy",
  32. "directions": 4
  33. },
  34. {
  35. "name": "feathery",
  36. "directions": 4
  37. },
  38. {
  39. "name": "firewatch",
  40. "directions": 4
  41. },
  42. {
  43. "name": "gray",
  44. "directions": 4
  45. },
  46. {
  47. "name": "jungle",
  48. "directions": 4
  49. },
  50. {
  51. "name": "maple",
  52. "directions": 4
  53. },
  54. {
  55. "name": "moffra",
  56. "directions": 4
  57. },
  58. {
  59. "name": "oakworm",
  60. "directions": 4
  61. },
  62. {
  63. "name": "plasmafire",
  64. "directions": 4
  65. },
  66. {
  67. "name": "royal",
  68. "directions": 4
  69. },
  70. {
  71. "name": "striped",
  72. "directions": 4
  73. },
  74. {
  75. "name": "whitefly",
  76. "directions": 4
  77. },
  78. {
  79. "name": "witchwing",
  80. "directions": 4
  81. },
  82. {
  83. "name": "underwing_primary",
  84. "directions": 4
  85. },
  86. {
  87. "name": "underwing_secondary",
  88. "directions": 4
  89. }
  90. ]
  91. }