meta.json 600 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "taken from tgstation at commit https://github.com/tgstation/tgstation/commit/d170a410d40eec4fc19fe5eb8d561d58a0902082",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "electrified_ai",
  12. "delays": [
  13. [
  14. 0.2,
  15. 0.2,
  16. 0.2,
  17. 0.2,
  18. 0.2,
  19. 0.2
  20. ]
  21. ]
  22. },
  23. {
  24. "name": "apc_hacked",
  25. "delays": [
  26. [
  27. 0.2,
  28. 0.2,
  29. 0.2,
  30. 0.2,
  31. 0.2,
  32. 0.2
  33. ]
  34. ]
  35. }
  36. ]
  37. }