meta.json 1000 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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": "shiv"
  12. },
  13. {
  14. "name": "scalpel"
  15. },
  16. {
  17. "name": "advanced"
  18. },
  19. {
  20. "name": "laser"
  21. },
  22. {
  23. "name": "shiv-inhand-left",
  24. "directions": 4
  25. },
  26. {
  27. "name": "shiv-inhand-right",
  28. "directions": 4
  29. },
  30. {
  31. "name": "inhand-left",
  32. "directions": 4
  33. },
  34. {
  35. "name": "inhand-right",
  36. "directions": 4
  37. },
  38. {
  39. "name": "advanced-inhand-left",
  40. "directions": 4
  41. },
  42. {
  43. "name": "advanced-inhand-right",
  44. "directions": 4
  45. },
  46. {
  47. "name": "laser-inhand-left",
  48. "directions": 4
  49. },
  50. {
  51. "name": "laser-inhand-right",
  52. "directions": 4
  53. },
  54. {
  55. "name": "0",
  56. "delays": [
  57. [
  58. 0.1,
  59. 0.1
  60. ]
  61. ]
  62. },
  63. {
  64. "name": "25"
  65. },
  66. {
  67. "name": "50"
  68. },
  69. {
  70. "name": "75"
  71. },
  72. {
  73. "name": "100"
  74. }
  75. ]
  76. }