meta.json 793 B

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