meta.json 679 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from Baystation12 at commit https://github.com/Baystation12/Baystation12/commit/c5dc6953e6e1fde87c2ded60038144f1d21fbd48",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "icon"
  12. },
  13. {
  14. "name": "iconstripe"
  15. },
  16. {
  17. "name": "NTmono"
  18. },
  19. {
  20. "name": "equipped-INNERCLOTHING",
  21. "directions": 4
  22. },
  23. {
  24. "name": "equipped-BELT",
  25. "directions": 4
  26. },
  27. {
  28. "name": "equipped-HELMET",
  29. "directions": 4
  30. },
  31. {
  32. "name": "inhand-left",
  33. "directions": 4
  34. },
  35. {
  36. "name": "inhand-right",
  37. "directions": 4
  38. }
  39. ]
  40. }