meta.json 1.5 KB

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