From 5b12c01271a917ff6839f869e7b16300355948c3 Mon Sep 17 00:00:00 2001 From: Tanja Herche Date: Wed, 25 Jan 2023 21:58:10 +0100 Subject: [PATCH] refactoring: reordered properties of items --- src/main/resources/items.json | 92 +++++++++++++++++------------------ 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/src/main/resources/items.json b/src/main/resources/items.json index da0e7be..83d7495 100644 --- a/src/main/resources/items.json +++ b/src/main/resources/items.json @@ -3,88 +3,88 @@ "name": "Holz", "damage": "1-3", "crafting": true, - "gold": 10, "durability": 1000, - "amountShop": 10 + "amountShop": 10, + "gold": 10 }, { "name": "Heiliges Schwert der Engel", "damage": "1000", "crafting": false, + "durability": 1000, "amountShop": 1, - "gold": 1000, - "durability": 1000 + "gold": 1000 }, { "name": "Stein", "damage": "5-10", "crafting": true, - "amountShop": 1500, "durability": 1000, + "amountShop": 1500, "gold": 2 }, { "name": "Fell", "damage": "0", "crafting": true, - "gold": 100, "durability": 1000, - "amountShop": 500 + "amountShop": 500, + "gold": 100 }, { "name": "Sand", - "gold": 1, + "damage": "2", "crafting": true, "durability": 1000, - "damage": "2", - "amountShop": 1500 + "amountShop": 1500, + "gold": 1 }, { "name": "Treibholz", - "amountShop": 1000, "damage": "1", "crafting": true, - "gold": 1, - "durability": 1000 + "durability": 1000, + "amountShop": 1000, + "gold": 1 }, { "name": "Krabbenschere", "damage": "4", + "crafting": true, "durability": 1000, "amountShop": 750, - "gold": 1, - "crafting": true + "gold": 1 }, { "name": "Eiszapfen", + "damage": "5", "crafting": true, - "amountShop": 1000, - "gold": 1, "durability": 1000, - "damage": "5" + "amountShop": 1000, + "gold": 1 }, { "name": "Schnee", - "durability": 10, "damage": "1", + "crafting": true, + "durability": 10, "amountShop": 100, - "gold": 1, - "crafting": true + "gold": 1 }, { "name": "Yetikralle", + "damage": "20", + "crafting": true, "durability": 1000, "amountShop": 250, - "crafting": true, - "gold": 5, - "damage": "20" + "gold": 5 }, { "name": "Löwenkralle", - "durability": 1000, - "amountShop": 400, "damage": "10", "crafting": true, + "durability": 1000, + "amountShop": 400, "gold": 3 }, { @@ -92,63 +92,63 @@ "damage": "5-10", "crafting": true, "durability": 1000, - "gold": 2, - "amountShop": 1500 + "amountShop": 1500, + "gold": 2 }, { "name": "Lehm", - "durability": 1000, - "gold": 1, "damage": "0", "crafting": true, - "amountShop": 3000 + "durability": 1000, + "amountShop": 3000, + "gold": 1 }, { "name": "Giftblume", + "damage": "15-20", + "crafting": true, "durability": 1000, "amountShop": 300, - "gold": 1, - "damage": "15-20", - "crafting": true + "gold": 1 }, { "name": "Drachenzahn", - "amountShop": 300, - "crafting": true, "damage": "5", + "crafting": true, "durability": 1000, + "amountShop": 300, "gold": 3 }, { "name": "Drachenhaut", - "amountShop": 200, - "gold": 3, "damage": "0", "crafting": true, - "durability": 1000 + "durability": 1000, + "amountShop": 200, + "gold": 3 }, { "name": "Sand", "damage": "1", - "amountShop": 1500, "crafting": true, "durability": 1000, + "amountShop": 1500, "gold": 1 }, { "name": "Knochen", + "damage": "6", + "crafting": true, "durability": 1000, "amountShop": 450, - "gold": 2, - "damage": "6", - "crafting": true + "gold": 2 }, { "name": "Kaktus", - "gold": 2, - "amountShop": 700, "damage": "5", "crafting": true, - "durability": 1000 + "durability": 1000, + "amountShop": 700, + "gold": 2 } ] \ No newline at end of file