meta.json 682 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from cev-eris at https://github.com/discordia-space/CEV-Eris/commit/476e374cea95ff5e8b1603c48342bf700e2cd7af",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "retractor"
  12. },
  13. {
  14. "name": "hemostat"
  15. },
  16. {
  17. "name": "setter"
  18. },
  19. {
  20. "name": "inhand-left",
  21. "directions": 4
  22. },
  23. {
  24. "name": "inhand-right",
  25. "directions": 4
  26. },
  27. {
  28. "name": "hemostat-inhand-left",
  29. "directions": 4
  30. },
  31. {
  32. "name": "hemostat-inhand-right",
  33. "directions": 4
  34. },
  35. {
  36. "name": "setter-inhand-left",
  37. "directions": 4
  38. },
  39. {
  40. "name": "setter-inhand-right",
  41. "directions": 4
  42. }
  43. ]
  44. }