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.

24 lines
335 B

{
"gold": 0,
"name": "Julia",
"hp": 10,
"inventory": [
{
"gold": 5,
"damage": "10",
"amount": 6,
"durability": 1000,
"name": "Holz",
"doesDamage": true
},
{
"gold": 5,
"damage": "10",
"amount": 5,
"durability": 1000,
"name": "Stein",
"doesDamage": true
}
],
"currentLocation": "Wald"
}