meta.json 785 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "equipped-NECK",
  12. "directions": 4,
  13. "delays": [
  14. [
  15. 0.3,
  16. 0.2,
  17. 0.3,
  18. 0.2
  19. ],
  20. [
  21. 0.3,
  22. 0.2,
  23. 0.3,
  24. 0.2
  25. ],
  26. [
  27. 0.3,
  28. 0.2,
  29. 0.3,
  30. 0.2
  31. ],
  32. [
  33. 0.3,
  34. 0.2,
  35. 0.3,
  36. 0.2
  37. ]
  38. ]
  39. },
  40. {
  41. "name": "inhand-left",
  42. "directions": 4
  43. },
  44. {
  45. "name": "inhand-right",
  46. "directions": 4
  47. }
  48. ]
  49. }