-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusers.json
More file actions
1 lines (1 loc) · 1.08 KB
/
Copy pathusers.json
File metadata and controls
1 lines (1 loc) · 1.08 KB
1
[{"user_name": "aaaa", "key_word": "Hello2", "first_time": false, "original_stamina": 20, "max_hp": 30, "max_stamina": 30, "char_name": "Heeeeee", "class": "Knight", "hp": 15.0, "damage": 30, "armor": 40, "stamina": 0, "evade": 10, "defeated_enemies": ["Goblin"], "enemies": [{"name": "Orc", "hp": 20, "moves": {"smash": 15, "bash": 20}}, {"name": "Troll", "hp": 300, "moves": {"club": 20, "stomp": 25}}, {"name": "Skeleton Archer", "hp": 80, "moves": {"arrow shot": 10, "poison arrow": 12}}, {"name": "Dark Mage", "hp": 120, "moves": {"fireball": 20, "dark bolt": 25}}]}, {"user_name": "aaa", "key_word": "Hello2", "first_time": false, "original_stamina": 20, "max_hp": 60, "max_stamina": 20, "intro_done": true, "char_name": "Heeeeee", "class": "Knight", "hp": 48.0, "damage": 30, "armor": 40, "stamina": 15, "evade": 10, "defeated_enemies": ["Goblin", "Orc"], "enemies": [{"name": "Troll", "hp": 270, "moves": {"club": 20, "stomp": 25}}, {"name": "Skeleton Archer", "hp": 80, "moves": {"arrow shot": 10, "poison arrow": 12}}, {"name": "Dark Mage", "hp": 120, "moves": {"fireball": 20, "dark bolt": 25}}]}]