Browse Source

refactoring: add to item.json "amountShop" and "gold"

remotes/origin/shop
Max Gerbeth 2 years ago
parent
commit
be84a78653
  1. 16
      src/main/resources/items.json

16
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
}
]
Loading…
Cancel
Save