Advertisement
Guest User

Untitled

a guest
Oct 18th, 2023
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.36 KB | None | 0 0
  1. {
  2.   "zone": 29,
  3.   "won": false,
  4.   "dead": false,
  5.   "player": {
  6.     "damage": 8,
  7.     "defense": 5,
  8.     "maxHp": 10,
  9.     "hp": 1,
  10.     "gold": 242,
  11.     "weaponName": "Falchion",
  12.     "armourName": "Gold Shield"
  13.   },
  14.   "enemy": {
  15.     "name": "Swarm of Spiders",
  16.     "damage": 9,
  17.     "defense": 2,
  18.     "hp": 15,
  19.     "maxHp": 15,
  20.     "gold": 0
  21.   }
  22. }
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement