meta.json 762 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a, inhands by mubururu_ (github)",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "dead"
  12. },
  13. {
  14. "name": "harvest"
  15. },
  16. {
  17. "name": "produce"
  18. },
  19. {
  20. "name": "seed"
  21. },
  22. {
  23. "name": "stage-1"
  24. },
  25. {
  26. "name": "stage-2"
  27. },
  28. {
  29. "name": "produce-inhand-left",
  30. "directions": 4
  31. },
  32. {
  33. "name": "produce-inhand-right",
  34. "directions": 4
  35. }
  36. ]
  37. }