meta.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "version": 1,
  3. "size": {
  4. "x": 32,
  5. "y": 32
  6. },
  7. "license": "CC-BY-SA-3.0",
  8. "copyright": "Taken from https://github.com/discordia-space/CEV-Eris/blob/master/icons/obj/machines/excelsior/autolathe.dmi at 40b254106b46981b8ad95ccd5589deb8fa56e765",
  9. "states": [
  10. {
  11. "name": "rndpointsource",
  12. "directions": 4,
  13. "delays": [
  14. [
  15. 0.8,
  16. 0.2
  17. ],
  18. [
  19. 0.8,
  20. 0.2
  21. ],
  22. [
  23. 0.8,
  24. 0.2
  25. ],
  26. [
  27. 0.8,
  28. 0.2
  29. ]
  30. ]
  31. },
  32. {
  33. "name": "rndpointsource-broken",
  34. "delays": [
  35. [
  36. 0.1,
  37. 0.1,
  38. 0.1
  39. ]
  40. ]
  41. },
  42. {
  43. "name": "rndpointsource-off"
  44. },
  45. {
  46. "name": "rndpointsource-icon"
  47. }
  48. ]
  49. }