meta.json 1.3 KB

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