Ultima attività 1743731002

Revisione 3ba84c23d3e13d72288aef3eab1057f29423b037

cwars-watchdog.json Raw
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}