meta.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Derivative of protolathe from tgstation at https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a. Created by Mithrandalf https://github.com/Mith-randalf",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "icon",
  12. "directions": 4
  13. },
  14. {
  15. "name": "building",
  16. "directions": 4,
  17. "delays": [
  18. [
  19. 0.15,
  20. 0.15,
  21. 0.15,
  22. 0.15,
  23. 0.15,
  24. 0.15,
  25. 0.15,
  26. 0.15
  27. ],
  28. [
  29. 0.15,
  30. 0.15,
  31. 0.15,
  32. 0.15,
  33. 0.15,
  34. 0.15,
  35. 0.15,
  36. 0.15
  37. ],
  38. [
  39. 0.15,
  40. 0.15,
  41. 0.15,
  42. 0.15,
  43. 0.15,
  44. 0.15,
  45. 0.15,
  46. 0.15
  47. ],
  48. [
  49. 0.15,
  50. 0.15,
  51. 0.15,
  52. 0.15,
  53. 0.15,
  54. 0.15,
  55. 0.15,
  56. 0.15
  57. ]
  58. ]
  59. }
  60. ]
  61. }