-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathPlayerDataExample.txt
33 lines (33 loc) · 1.28 KB
/
PlayerDataExample.txt
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
{
"response": {
"player_data": {
"hp": 1662225.9990701675,
"current_lane": 1,
"target": 2,
"gold": 54417242018725.031,
"active_abilities_bitfield": "640",
"active_abilities": [
{
"ability": 9,
"timestamp_done": 1434247271,
"timestamp_cooldown": 1434250856
},
{
"ability": 7,
"timestamp_done": 1434249484,
"timestamp_cooldown": 1434249779
}
]
,
"crit_damage": 18955260
"loot": [
{
"ability": 17
},
{
"ability": 20
}
]
}
}
}