meta.json 720 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/29c0ed1b000619cb5398ef921000a8d4502ba0b6 and modified by Swept & ElectroSR",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "empty",
  12. "directions": 1
  13. },
  14. {
  15. "name": "wired",
  16. "directions": 1
  17. },
  18. {
  19. "name": "no-payload",
  20. "directions": 1
  21. },
  22. {
  23. "name": "no-trigger",
  24. "directions": 1
  25. },
  26. {
  27. "name": "complete",
  28. "directions": 1
  29. },
  30. {
  31. "name": "primed",
  32. "directions": 1,
  33. "delays": [
  34. [ 0.2, 0.2 ]
  35. ]
  36. }
  37. ]
  38. }