meta.json 605 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "https://github.com/tgstation/tgstation/commit/033d025f53051dc53ece230f486578be6f05f88f",
  5. "size": {
  6. "x": 32,
  7. "y": 64
  8. },
  9. "states": [
  10. {
  11. "name": "pod-panel"
  12. },
  13. {
  14. "name": "cover-off"
  15. },
  16. {
  17. "name": "cover-on",
  18. "delays": [
  19. [
  20. 0.1,
  21. 0.1,
  22. 0.1,
  23. 0.1,
  24. 0.1,
  25. 0.1,
  26. 0.1,
  27. 0.1
  28. ]
  29. ]
  30. },
  31. {
  32. "name": "pod-open"
  33. },
  34. {
  35. "name": "pod-on"
  36. },
  37. {
  38. "name": "pod-off"
  39. }
  40. ]
  41. }