meta.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "version": 1,
  3. "size": {
  4. "x": 32,
  5. "y": 32
  6. },
  7. "license": "CC-BY-SA-3.0",
  8. "copyright": "https://github.com/vgstation-coders/vgstation13 at 8d9c91e19cb52713c7f7f1804c2b6f7203f8d331, daw-base/display from /tg/staiton at commit https://github.com/tgstation/tgstation/commit/ebcf2ab180037d400a7e8ac7a2ba011a0f03edf3, harp.png, timpani.png and contrabass.png by Hyenh, tuba.png by EmoGarbage404",
  9. "states": [
  10. {
  11. "name": "minimoog",
  12. "directions": 4
  13. },
  14. {
  15. "name": "church-organ",
  16. "directions": 4
  17. },
  18. {
  19. "name": "minimoog-broken",
  20. "directions": 4
  21. },
  22. {
  23. "name": "piano",
  24. "directions": 4
  25. },
  26. {
  27. "name": "piano-upright",
  28. "directions": 4
  29. },
  30. {
  31. "name": "piano-broken",
  32. "directions": 4
  33. },
  34. {
  35. "name": "xylophone",
  36. "directions": 4
  37. },
  38. {
  39. "name": "xylophone-broken",
  40. "directions": 4
  41. },
  42. {
  43. "name": "harp"
  44. },
  45. {
  46. "name": "contrabass"
  47. },
  48. {
  49. "name": "taiko"
  50. },
  51. {
  52. "name": "timpani",
  53. "directions": 4
  54. },
  55. {
  56. "name": "toms",
  57. "directions": 4
  58. },
  59. {
  60. "name": "marimba",
  61. "directions": 4
  62. },
  63. {
  64. "name": "vibraphone",
  65. "directions": 4
  66. },
  67. {
  68. "name": "tuba"
  69. },
  70. {
  71. "name": "daw-base",
  72. "directions": 1
  73. },
  74. {
  75. "name": "daw-panel",
  76. "directions": 1
  77. },
  78. {
  79. "name": "daw-display",
  80. "directions": 1,
  81. "delays": [
  82. [
  83. 0.3,
  84. 0.3,
  85. 0.3
  86. ]
  87. ]
  88. }
  89. ]
  90. }