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.

23 lines
335 B

2 years ago
2 years ago
  1. {
  2. "gold": 0,
  3. "name": "null",
  4. "hp": 10,
  5. "inventory": [
  6. {
  7. "gold": 5,
  8. "damage": "10",
  9. "amount": 6,
  10. "durability": 1000,
  11. "name": "Holz",
  12. "doesDamage": true
  13. },
  14. {
  15. "gold": 5,
  16. "damage": "10",
  17. "amount": 5,
  18. "durability": 1000,
  19. "name": "Stein",
  20. "doesDamage": true
  21. }
  22. ],
  23. "currentLocation": "Berge"
  24. }