Browse Source

added damage and doesDamage to playerconfig

remotes/origin/Julia
Juliakn66 2 years ago
parent
commit
e7f156b1af
  1. 21
      src/main/resources/playerconfig.json

21
src/main/resources/playerconfig.json

@ -1,17 +1,22 @@
{ {
"name": "null",
"gold": 0, "gold": 0,
"name": "null",
"hp": 10, "hp": 10,
"currentLocation": "Wald",
"inventory": [ "inventory": [
{ {
"damage": 10,
"amount": 5,
"durability": 1000,
"name": "Holz", "name": "Holz",
"amount": "5",
"durability": 1000
},{
"doesDamage": true
},
{
"damage": 10,
"amount": 5,
"durability": 1000,
"name": "Stein", "name": "Stein",
"amount": "5",
"durability": 1000
"doesDamage": true
} }
]
],
"currentLocation": "Wald"
} }
Loading…
Cancel
Save