meta.json 598 B

12345678910111213141516171819202122232425262728
  1. {
  2. "version": 1,
  3. "size": {
  4. "x": 32,
  5. "y": 32
  6. },
  7. "license": "CC-BY-SA-3.0",
  8. "copyright": "Taken from https://github.com/tgstation/tgstation/commit/53d1f1477d22a11a99c6c6924977cd431075761b Changed by Alekshhh + eyes added by jamessimo",
  9. "states": [
  10. {
  11. "name": "critical"
  12. },
  13. {
  14. "name": "dead"
  15. },
  16. {
  17. "name": "icon"
  18. },
  19. {
  20. "name": "regalrat",
  21. "directions": 4
  22. },
  23. {
  24. "name": "eyes",
  25. "directions": 4
  26. }
  27. ]
  28. }