meta.json 701 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "version": 1,
  3. "size": {
  4. "x": 8,
  5. "y": 8
  6. },
  7. "license": "CC-BY-SA-3.0",
  8. "copyright": "Taken from /tg/station at commit https://github.com/tgstation/tgstation/commit/20ae083f140ac5b4da7e8bc40f95349001b6c086",
  9. "states": [
  10. {
  11. "name": "Fine"
  12. },
  13. {
  14. "name": "Critical"
  15. },
  16. {
  17. "name": "Dead",
  18. "delays": [
  19. [
  20. 0.125,
  21. 0.125,
  22. 0.125,
  23. 0.125,
  24. 0.125,
  25. 0.125
  26. ]
  27. ]
  28. },
  29. {
  30. "name": "Rotting"
  31. }
  32. ]
  33. }