daggers.json 616 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "wood-dagger": {
  3. "name": "Wooden Dagger",
  4. "craft": {
  5. "allowed": true,
  6. "recipe": {
  7. "wood-plank": 1,
  8. "wood-stick": 1
  9. },
  10. "level": "craft",
  11. "output": {
  12. "wood-dagger": 1
  13. }
  14. },
  15. "stats": {
  16. "damage": "1d4",
  17. "hit": "1d20+1",
  18. "enchant": {
  19. "bonus-damage": 3,
  20. "bonus-hit": 3
  21. },
  22. "counter": [
  23. "dex"
  24. ],
  25. "flamable": "high"
  26. },
  27. "stack-size": 1,
  28. "price": {
  29. "buy": "30c",
  30. "sell": "15c"
  31. },
  32. "tile": {
  33. "color": "BRO ON BLA",
  34. "symbol": "|"
  35. }
  36. }
  37. }