meta.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "alert3",
  12. "delays": [
  13. [
  14. 0.1,
  15. 0.1,
  16. 0.1,
  17. 0.1,
  18. 0.1,
  19. 0.1,
  20. 0.1
  21. ]
  22. ]
  23. },
  24. {
  25. "name": "harvest3",
  26. "delays": [
  27. [
  28. 0.1,
  29. 0.1,
  30. 0.1,
  31. 0.1,
  32. 0.1,
  33. 0.1,
  34. 0.1
  35. ]
  36. ]
  37. },
  38. {
  39. "name": "lowhealth3",
  40. "delays": [
  41. [
  42. 0.1,
  43. 0.1,
  44. 0.1,
  45. 0.1,
  46. 0.1,
  47. 0.1,
  48. 0.1
  49. ]
  50. ]
  51. },
  52. {
  53. "name": "lownutri"
  54. },
  55. {
  56. "name": "lownutri3",
  57. "delays": [
  58. [
  59. 0.1,
  60. 0.1,
  61. 0.1,
  62. 0.1,
  63. 0.1,
  64. 0.1,
  65. 0.1
  66. ]
  67. ]
  68. },
  69. {
  70. "name": "lowwater3",
  71. "delays": [
  72. [
  73. 0.1,
  74. 0.1,
  75. 0.1,
  76. 0.1,
  77. 0.1,
  78. 0.1,
  79. 0.1
  80. ]
  81. ]
  82. }
  83. ]
  84. }