diff --git a/src/main/resources/items.json b/src/main/resources/items.json index 85b3f26..f482e12 100644 --- a/src/main/resources/items.json +++ b/src/main/resources/items.json @@ -3,24 +3,32 @@ "name": "Holz", "damage": "1-3", "crafting": true, - "durability": 1000 + "durability": 1000, + "amountShop": 10, + "gold": 10 }, { "name": "Heiliges Schwert der Engel", "damage": "1000", "crafting": false, - "durability": 1000 + "durability": 1000, + "amountShop": 1, + "gold": 1000 }, { "name": "Stein", "damage": "5-10", "crafting": true, - "durability": 1000 + "durability": 1000, + "amountShop": 1500, + "gold": 2 }, { "name": "Fell", "damage": "0", "crafting": true, - "durability": 1000 + "durability": 1000, + "amountShop": 500, + "gold": 100 } ] \ No newline at end of file