-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathsplits.json
81 lines (81 loc) · 1.16 KB
/
splits.json
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"title": "Super Monkey Ball 2: Monkeyed Ball",
"category": "Story Mode All Levels",
"attempts": 3316,
"completed": 30,
"split_names": [
"World 1",
"World 2",
"World 3",
"World 4",
"World 5",
"World 6",
"World 7",
"World 8",
"World 9",
"World 10"
],
"golds": [
{
"duration": "2:11.832"
},
{
"duration": "2:19.000"
},
null,
{
"duration": "2:16.000"
},
{
"duration": "2:09.133"
},
{
"duration": "2:24.000"
},
{
"duration": "2:34.258"
},
{
"duration": "2:28.164"
},
{
"duration": "2:29.000"
},
{
"duration": "4:02.718"
}
],
"personal_best": {
"attempt": 3300,
"splits": [
{
"time": "2:13.254"
},
{
"time": "4:38.476"
},
{
"time": "6:40.419"
},
{
"time": "9:01.785"
},
{
"time": "11:10.919"
},
{
"time": "13:48.517"
},
null,
{
"time": "18:52.920"
},
{
"time": "21:30.001"
},
{
"time": "25:32.719"
}
]
}
}