meta.json 709 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from https://github.com/tgstation/tgstation/commit/c65da5a49477413310c81c460ea4b243a9f864dd with minor edits.",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "jammer",
  12. "directions": 1
  13. },
  14. {
  15. "name": "jammer_high_charge",
  16. "directions": 1
  17. },
  18. {
  19. "name": "jammer_medium_charge",
  20. "directions": 1
  21. },
  22. {
  23. "name": "jammer_low_charge",
  24. "directions": 1,
  25. "delays": [
  26. [
  27. 0.3,
  28. 0.3
  29. ]
  30. ]
  31. }
  32. ]
  33. }