-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsave.json
More file actions
55 lines (55 loc) · 1.13 KB
/
save.json
File metadata and controls
55 lines (55 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"player": {
"name": "Robstah",
"race_id": "night_elf",
"class_id": "rogue",
"level": 1,
"experience": 25,
"gold": 0,
"location_id": "elwynn_crossroads",
"zone_id": "elwynn_forest",
"health": 115,
"max_health": 120,
"resource": 80,
"max_resource": 100,
"stats": {
"strength": 6,
"agility": 15,
"intellect": 4,
"stamina": 8,
"armor": 6,
"health": 120,
"resource_max": 100
},
"modifiers": {
"dodge_chance": 0.02
},
"inventory": {
"rusty_dagger": 1,
"threadbare_shirt": 1,
"ragged_pants": 1,
"worn_leather_boots": 1,
"boar_tusk": 1,
"roasted_boar_meat": 1
},
"equipment": {
"weapon": "rusty_dagger",
"chest": "threadbare_shirt",
"legs": "ragged_pants",
"feet": "worn_leather_boots"
},
"abilities": [
"basic_attack",
"sinister_strike"
],
"ability_cooldowns": {
"sinister_strike": 0
},
"active_quests": {},
"completed_quests": []
},
"content_root": "data",
"vendor_stock": {},
"world_flags": {},
"defeated_bosses": []
}