meta.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "version": 1,
  3. "license": "CC0-1.0",
  4. "copyright": "Created by EmoGarbage404 (github)",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "substation"
  12. },
  13. {
  14. "name": "substation_static"
  15. },
  16. {
  17. "name": "substation_wall",
  18. "directions": 4
  19. },
  20. {
  21. "name": "screen_wall",
  22. "directions": 4,
  23. "delays": [
  24. [
  25. 5.0,
  26. 0.5,
  27. 0.5,
  28. 0.5
  29. ],
  30. [
  31. 5.0,
  32. 0.5,
  33. 0.5,
  34. 0.5
  35. ],
  36. [
  37. 5.0,
  38. 0.5,
  39. 0.5,
  40. 0.5
  41. ],
  42. [
  43. 5.0,
  44. 0.5,
  45. 0.5,
  46. 0.5
  47. ]
  48. ]
  49. },
  50. {
  51. "name": "substation_wall_static"
  52. },
  53. {
  54. "name": "full"
  55. },
  56. {
  57. "name": "charging",
  58. "delays": [
  59. [
  60. 0.1,
  61. 0.1
  62. ]
  63. ]
  64. },
  65. {
  66. "name": "dead",
  67. "delays": [
  68. [
  69. 0.3,
  70. 0.1
  71. ]
  72. ]
  73. },
  74. {
  75. "name": "screen",
  76. "delays": [
  77. [
  78. 5.0,
  79. 0.5,
  80. 0.5,
  81. 0.5
  82. ]
  83. ]
  84. }
  85. ]
  86. }