cloth.json 667 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "cloth-cap": {
  3. "name": "Cloth Cap",
  4. "craft": {
  5. "allowed": true,
  6. "recipe": {
  7. "leather": 5,
  8. "leather-strips": 3
  9. },
  10. "level": "craft",
  11. "output": {
  12. "cloth-cap": 1
  13. }
  14. },
  15. "stats": {
  16. "ac": 4,
  17. "enchant": {
  18. "bonus-ac": 2
  19. },
  20. "flamable": "low"
  21. },
  22. "stack-size": 1,
  23. "price": {
  24. "buy": "20c",
  25. "sell": "10c"
  26. },
  27. "tile": {
  28. "color": "WHI ON BLA",
  29. "symbol": "n"
  30. }
  31. }
  32. }