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
39 lines
737 B
|
|
[
|
|
{
|
|
"name": "Holz",
|
|
"damage": "1-3",
|
|
"crafting": true,
|
|
"doesDamage": true,
|
|
"durability": 1000,
|
|
"amountShop": 10,
|
|
"gold": 10
|
|
},
|
|
{
|
|
"name": "Heiliges Schwert der Engel",
|
|
"damage": "1000",
|
|
"crafting": false,
|
|
"doesDamage": true,
|
|
"durability": 1000,
|
|
"amountShop": 1,
|
|
"gold": 1000
|
|
},
|
|
{
|
|
"name": "Stein",
|
|
"damage": "5-10",
|
|
"crafting": true,
|
|
"doesDamage": true,
|
|
"durability": 1000,
|
|
"amountShop": 1500,
|
|
"gold": 2
|
|
},
|
|
{
|
|
"name": "Fell",
|
|
"damage": "0",
|
|
"crafting": true,
|
|
"doesDamage": false,
|
|
"durability": 1000,
|
|
"amountShop": 500,
|
|
"gold": 100
|
|
}
|
|
]
|