meta.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "version": 1,
  3. "license": "CC-BY-NC-SA-3.0",
  4. "copyright": "taken from /tg/ station at commit https://github.com/tgstation/tgstation/commit/02756c2bc2cf3000080d030955e994242bab39b5, holoclown made by brainfood1183 (github)",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "magic",
  12. "directions": 4
  13. },
  14. {
  15. "name": "tech",
  16. "directions": 4
  17. },
  18. {
  19. "name": "miner",
  20. "directions": 4
  21. },
  22. {
  23. "name": "magic_flare",
  24. "directions": 4
  25. },
  26. {
  27. "name": "magic_base",
  28. "directions": 4
  29. },
  30. {
  31. "name": "holoclown",
  32. "directions": 4
  33. },
  34. {
  35. "name": "holoclown_base",
  36. "directions": 4
  37. },
  38. {
  39. "name": "holoclown_flare",
  40. "directions": 4,
  41. "delays": [
  42. [
  43. 0.1,
  44. 0.1
  45. ],
  46. [
  47. 0.1,
  48. 0.1
  49. ],
  50. [
  51. 0.1,
  52. 0.1
  53. ],
  54. [
  55. 0.1,
  56. 0.1
  57. ]
  58. ]
  59. },
  60. {
  61. "name": "miner_flare",
  62. "directions": 4
  63. },
  64. {
  65. "name": "miner_base",
  66. "directions": 4,
  67. "delays": [
  68. [
  69. 0.1,
  70. 0.1,
  71. 0.1
  72. ],
  73. [
  74. 0.1,
  75. 0.1,
  76. 0.1
  77. ],
  78. [
  79. 0.1,
  80. 0.1,
  81. 0.1
  82. ],
  83. [
  84. 0.1,
  85. 0.1,
  86. 0.1
  87. ]
  88. ]
  89. },
  90. {
  91. "name": "tech_flare",
  92. "directions": 4
  93. },
  94. {
  95. "name": "tech_base",
  96. "directions": 4
  97. }
  98. ]
  99. }