cwars-watchdog.json
· 1.9 KiB · JSON
Исходник
{
"type": "AlertGroup",
"alerts": [
{
"type": "ChatAlert",
"message": "You\u0027ve been awarded * plaudits and * tickets for your contributions.",
"regexEnabled": true,
"gameMessageType": "GAME_MESSAGE",
"enabled": true,
"name": "Awarded Chat Msg (Game end)",
"debounceTime": 0,
"randomNotifications": false,
"notifications": [
{
"type": "SoundEffect",
"soundID": 3925,
"gain": 2,
"fireWhenFocused": true,
"fireWhenAFK": false,
"fireWhenAFKForSeconds": 5,
"delayMilliseconds": 0
},
{
"type": "ScreenFlash",
"color": "#46FF0000",
"flashMode": "FLASH",
"flashDuration": 2,
"fireWhenFocused": true,
"fireWhenAFK": false,
"fireWhenAFKForSeconds": 5,
"delayMilliseconds": 0
}
]
},
{
"type": "InventoryAlert",
"inventoryAlertType": "ITEM",
"itemName": "Rune Pouch",
"isRegexEnabled": false,
"itemQuantity": 1,
"quantityComparator": "GREATER_THAN_OR_EQUALS",
"enabled": true,
"name": "Rune pouch detected (game start)",
"debounceTime": 0,
"randomNotifications": false,
"notifications": [
{
"type": "SoundEffect",
"soundID": 3928,
"gain": 8,
"fireWhenFocused": true,
"fireWhenAFK": false,
"fireWhenAFKForSeconds": 5,
"delayMilliseconds": 0
},
{
"type": "ScreenFlash",
"color": "#4600FF1D",
"flashMode": "FLASH",
"flashDuration": 2,
"fireWhenFocused": true,
"fireWhenAFK": false,
"fireWhenAFKForSeconds": 5,
"delayMilliseconds": 0
}
]
}
],
"enabled": true,
"name": "CastleWars",
"debounceTime": 0,
"randomNotifications": false
}
1 | { |
2 | "type": "AlertGroup", |
3 | "alerts": [ |
4 | { |
5 | "type": "ChatAlert", |
6 | "message": "You\u0027ve been awarded * plaudits and * tickets for your contributions.", |
7 | "regexEnabled": true, |
8 | "gameMessageType": "GAME_MESSAGE", |
9 | "enabled": true, |
10 | "name": "Awarded Chat Msg (Game end)", |
11 | "debounceTime": 0, |
12 | "randomNotifications": false, |
13 | "notifications": [ |
14 | { |
15 | "type": "SoundEffect", |
16 | "soundID": 3925, |
17 | "gain": 2, |
18 | "fireWhenFocused": true, |
19 | "fireWhenAFK": false, |
20 | "fireWhenAFKForSeconds": 5, |
21 | "delayMilliseconds": 0 |
22 | }, |
23 | { |
24 | "type": "ScreenFlash", |
25 | "color": "#46FF0000", |
26 | "flashMode": "FLASH", |
27 | "flashDuration": 2, |
28 | "fireWhenFocused": true, |
29 | "fireWhenAFK": false, |
30 | "fireWhenAFKForSeconds": 5, |
31 | "delayMilliseconds": 0 |
32 | } |
33 | ] |
34 | }, |
35 | { |
36 | "type": "InventoryAlert", |
37 | "inventoryAlertType": "ITEM", |
38 | "itemName": "Rune Pouch", |
39 | "isRegexEnabled": false, |
40 | "itemQuantity": 1, |
41 | "quantityComparator": "GREATER_THAN_OR_EQUALS", |
42 | "enabled": true, |
43 | "name": "Rune pouch detected (game start)", |
44 | "debounceTime": 0, |
45 | "randomNotifications": false, |
46 | "notifications": [ |
47 | { |
48 | "type": "SoundEffect", |
49 | "soundID": 3928, |
50 | "gain": 8, |
51 | "fireWhenFocused": true, |
52 | "fireWhenAFK": false, |
53 | "fireWhenAFKForSeconds": 5, |
54 | "delayMilliseconds": 0 |
55 | }, |
56 | { |
57 | "type": "ScreenFlash", |
58 | "color": "#4600FF1D", |
59 | "flashMode": "FLASH", |
60 | "flashDuration": 2, |
61 | "fireWhenFocused": true, |
62 | "fireWhenAFK": false, |
63 | "fireWhenAFKForSeconds": 5, |
64 | "delayMilliseconds": 0 |
65 | } |
66 | ] |
67 | } |
68 | ], |
69 | "enabled": true, |
70 | "name": "CastleWars", |
71 | "debounceTime": 0, |
72 | "randomNotifications": false |
73 | } |