You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
737 B

  1. [
  2. {
  3. "name": "Holz",
  4. "damage": "1-3",
  5. "crafting": true,
  6. "doesDamage": true,
  7. "durability": 1000,
  8. "amountShop": 10,
  9. "gold": 10
  10. },
  11. {
  12. "name": "Heiliges Schwert der Engel",
  13. "damage": "1000",
  14. "crafting": false,
  15. "doesDamage": true,
  16. "durability": 1000,
  17. "amountShop": 1,
  18. "gold": 1000
  19. },
  20. {
  21. "name": "Stein",
  22. "damage": "5-10",
  23. "crafting": true,
  24. "doesDamage": true,
  25. "durability": 1000,
  26. "amountShop": 1500,
  27. "gold": 2
  28. },
  29. {
  30. "name": "Fell",
  31. "damage": "0",
  32. "crafting": true,
  33. "doesDamage": false,
  34. "durability": 1000,
  35. "amountShop": 500,
  36. "gold": 100
  37. }
  38. ]