meta.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/pull/80025/commits/f0cc8856d4c1b6b3933524a2d37581cc81c3c05b, /icons/obj/machines/floor.dmi. Edited by chromiumboy",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "base"
  12. },
  13. {
  14. "name": "unpowered"
  15. },
  16. {
  17. "name": "panel_open"
  18. },
  19. {
  20. "name": "blank"
  21. },
  22. {
  23. "name": "icon_in_call"
  24. },
  25. {
  26. "name": "lights_calling",
  27. "delays": [
  28. [
  29. 0.2,
  30. 0.1,
  31. 0.1,
  32. 0.1,
  33. 0.1,
  34. 0.5,
  35. 0.1,
  36. 0.1,
  37. 0.1,
  38. 0.1
  39. ]
  40. ]
  41. },
  42. {
  43. "name": "lights_in_call",
  44. "delays": [
  45. [
  46. 0.1,
  47. 0.1,
  48. 0.1,
  49. 0.1,
  50. 0.1,
  51. 0.1,
  52. 0.1,
  53. 0.1
  54. ]
  55. ]
  56. },
  57. {
  58. "name": "lights_ringing",
  59. "delays": [
  60. [
  61. 0.1,
  62. 0.1,
  63. 0.1,
  64. 0.1,
  65. 0.1,
  66. 0.2,
  67. 0.1,
  68. 0.1,
  69. 0.1,
  70. 0.1,
  71. 0.1,
  72. 0.8
  73. ]
  74. ]
  75. },
  76. {
  77. "name": "lights_hanging_up",
  78. "delays": [
  79. [
  80. 0.1,
  81. 0.1,
  82. 0.1,
  83. 0.1,
  84. 0.1,
  85. 0.1,
  86. 0.1,
  87. 0.1,
  88. 0.1,
  89. 0.1,
  90. 0.1,
  91. 0.1,
  92. 0.1,
  93. 0.1,
  94. 0.1,
  95. 99
  96. ]
  97. ]
  98. }
  99. ]
  100. }