File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 26
26
// / description:
27
27
// / Limits the maximum number of requests directed at the Stratz API to the indicated number.
28
28
// /
29
- "requests_per_second" : 3
29
+ "requests_per_second" : 3
30
30
},
31
31
32
32
// /
155
155
// / ALL_PICK_RANKED
156
156
// / ... more at https://api.stratz.com/graphiql (look for GameModeEnumType)
157
157
// /
158
- "modes" : [" ALL_PICK_RANKED" ],
158
+ "modes" : [" ALL_PICK_RANKED" ],
159
159
160
160
// /
161
161
// / type: float
164
164
// / description:
165
165
// / Heroes with a winrate below this percentage won't be included.
166
166
// /
167
- "winrate_treshold" : 49.00 ,
167
+ "winrate_treshold" : 49.00 ,
168
168
169
169
// /
170
170
// / type: float
182
182
// / description:
183
183
// / If true, show the pickrate percentage below the winrate percentage for each hero.
184
184
// /
185
- "show_pickrates" : true ,
185
+ "show_pickrates" : true ,
186
186
187
187
// /
188
188
// / type: bool
233
233
// / description:
234
234
// / How many last weeks of data to use.
235
235
// /
236
- "weeks" : 4
236
+ "weeks" : 4
237
237
}
238
238
]
239
239
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"stratz" : {
3
3
"token" : " my-token" ,
4
- "requests_per_second" : 3
4
+ "requests_per_second" : 3
5
5
},
6
6
"steam" : {
7
7
"path" : " C:\\ Program Files (x86)\\ Steam"
11
11
"name" : " My Grid" ,
12
12
"users" : [" account1" ],
13
13
"ranks" : [" Crusader" , " Archon" , " Legend" ],
14
- "modes" : [" ALL_PICK_RANKED" ],
15
- "winrate_treshold" : 49.00 ,
14
+ "modes" : [" ALL_PICK_RANKED" ],
15
+ "winrate_treshold" : 49.00 ,
16
16
"pickrate_treshold" : 3.00 ,
17
- "show_pickrates" : true ,
17
+ "show_pickrates" : true ,
18
18
"include_outliers" : false ,
19
- "weeks" : 4
19
+ "weeks" : 4
20
20
}
21
21
]
22
22
}
You can’t perform that action at this time.
0 commit comments