meta.json 954 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/1da0b5547e02db0db48d0bc93926c26bd8888347",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "fab-active",
  12. "delays": [
  13. [
  14. 1.5,
  15. 0.1,
  16. 0.1,
  17. 0.1,
  18. 0.1,
  19. 0.1,
  20. 0.1,
  21. 0.05,
  22. 0.1,
  23. 0.3,
  24. 0.1,
  25. 0.05,
  26. 0.1,
  27. 0.3,
  28. 0.1,
  29. 0.05,
  30. 0.1,
  31. 0.3,
  32. 0.1,
  33. 0.1,
  34. 0.1,
  35. 0.1
  36. ]
  37. ]
  38. },
  39. {
  40. "name": "fab-idle"
  41. },
  42. {
  43. "name": "fab-o"
  44. },
  45. {
  46. "name": "fab-load",
  47. "delays": [
  48. [
  49. 0.1,
  50. 0.1,
  51. 0.1,
  52. 0.1,
  53. 0.1,
  54. 0.1,
  55. 0.1,
  56. 0.2,
  57. 0.3
  58. ]
  59. ]
  60. }
  61. ]
  62. }