-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathfullyOverridden.json
59 lines (59 loc) · 980 Bytes
/
fullyOverridden.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
{
"enabled": false,
"makePredictions": true,
"followRaid": true,
"participateCampaigns": true,
"claimMoments": true,
"joinChat": true,
"index": 5,
"chatMode": "IRC",
"priorities": [
{
"type": "constant",
"score": 50
},
{
"type": "subscribed",
"score": 100,
"score2": 200,
"score3": 300
},
{
"type": "pointsAbove",
"score": 25,
"threshold": 10
},
{
"type": "pointsBelow",
"score": 75,
"threshold": 20
},
{
"type": "watchStreak",
"score": 80
},
{
"type": "drops",
"score": 90
}
],
"predictions": {
"minimumPointsRequired": 25,
"delayCalculator": {
"type": "fromStart",
"seconds": 60
},
"amountCalculator": {
"type": "constant",
"amount": 20
},
"outcomePicker": {
"type": "leastPoints"
},
"actions": [
{
"type": "stealth"
}
]
}
}