nexsight 0.2.4 → 0.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/insight.min.js +1 -1
- package/insight3.nxs +1 -2164
- package/package.json +1 -1
package/insight3.nxs
CHANGED
|
@@ -1,2164 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"type": "group",
|
|
3
|
-
"name": "insight3",
|
|
4
|
-
"enabled": true,
|
|
5
|
-
"items": [
|
|
6
|
-
{
|
|
7
|
-
"type": "function",
|
|
8
|
-
"name": "onInstall",
|
|
9
|
-
"enabled": true,
|
|
10
|
-
"code": "nexusclient.reflexes().run_function('onLoad', {}, 'insight3');"
|
|
11
|
-
},
|
|
12
|
-
{
|
|
13
|
-
"type": "function",
|
|
14
|
-
"name": "onUninstall",
|
|
15
|
-
"enabled": true,
|
|
16
|
-
"code": "// Place any code here you'd like to autorun when the package is uninstalled"
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"type": "function",
|
|
20
|
-
"name": "onLoad",
|
|
21
|
-
"enabled": true,
|
|
22
|
-
"code": "import('https://unpkg.com/nexsight/insight.min.js')"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"type": "function",
|
|
26
|
-
"name": "esLoad",
|
|
27
|
-
"enabled": true,
|
|
28
|
-
"code": "const insightDisplay = () => {\n if (insight.currentAffs().length > 0) {\n nexusclient.add_html_line(insight.currentAffDisplayHTML());\n }\n}\n\neventStream.registerEvent('PromptEvent', insightDisplay);"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"type": "group",
|
|
32
|
-
"name": "Target Curing",
|
|
33
|
-
"enabled": true,
|
|
34
|
-
"items": [
|
|
35
|
-
{
|
|
36
|
-
"type": "group",
|
|
37
|
-
"name": "Curatives",
|
|
38
|
-
"enabled": true,
|
|
39
|
-
"items": [
|
|
40
|
-
{
|
|
41
|
-
"type": "trigger",
|
|
42
|
-
"name": "",
|
|
43
|
-
"enabled": true,
|
|
44
|
-
"actions": [
|
|
45
|
-
{
|
|
46
|
-
"type": "script",
|
|
47
|
-
"enabled": true,
|
|
48
|
-
"script": "insight.usedCure({player: args[1], id: 'antimony'})"
|
|
49
|
-
}
|
|
50
|
-
],
|
|
51
|
-
"text": "^(\\w+?) eats (?:a ginger root|an antimony flake)\\.$",
|
|
52
|
-
"matching": "regexp",
|
|
53
|
-
"whole_words": true,
|
|
54
|
-
"case_sensitive": true
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"type": "trigger",
|
|
58
|
-
"name": "",
|
|
59
|
-
"enabled": true,
|
|
60
|
-
"actions": [
|
|
61
|
-
{
|
|
62
|
-
"type": "script",
|
|
63
|
-
"enabled": true,
|
|
64
|
-
"script": "insight.usedCure({player: args[1], id: 'magnesium'})"
|
|
65
|
-
}
|
|
66
|
-
],
|
|
67
|
-
"text": "^(\\w+?) eats a (?:bloodroot leaf|magnesium chip)\\.$",
|
|
68
|
-
"matching": "regexp",
|
|
69
|
-
"whole_words": true,
|
|
70
|
-
"case_sensitive": true
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"type": "trigger",
|
|
74
|
-
"name": "",
|
|
75
|
-
"enabled": true,
|
|
76
|
-
"actions": [
|
|
77
|
-
{
|
|
78
|
-
"type": "script",
|
|
79
|
-
"enabled": true,
|
|
80
|
-
"script": "insight.usedCure({player: args[1], id: 'plumbum'})"
|
|
81
|
-
}
|
|
82
|
-
],
|
|
83
|
-
"text": "^(\\w+?) eats a (?:goldenseal root|plumbum flake)\\.$",
|
|
84
|
-
"matching": "regexp",
|
|
85
|
-
"whole_words": true,
|
|
86
|
-
"case_sensitive": true
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"type": "trigger",
|
|
90
|
-
"name": "",
|
|
91
|
-
"enabled": true,
|
|
92
|
-
"actions": [
|
|
93
|
-
{
|
|
94
|
-
"type": "script",
|
|
95
|
-
"enabled": true,
|
|
96
|
-
"script": "insight.usedCure({player: args[1], id: 'aurum'})"
|
|
97
|
-
}
|
|
98
|
-
],
|
|
99
|
-
"text": "^(\\w+?) eats (?:a piece of kelp|an aurum flake)\\.$",
|
|
100
|
-
"matching": "regexp",
|
|
101
|
-
"whole_words": true,
|
|
102
|
-
"case_sensitive": true
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"type": "trigger",
|
|
106
|
-
"name": "",
|
|
107
|
-
"enabled": true,
|
|
108
|
-
"actions": [
|
|
109
|
-
{
|
|
110
|
-
"type": "script",
|
|
111
|
-
"enabled": true,
|
|
112
|
-
"script": "insight.usedCure({player: args[1], id: 'ferrum'})"
|
|
113
|
-
}
|
|
114
|
-
],
|
|
115
|
-
"text": "^(\\w+?) eats a (?:ginseng root|ferrum flake)\\.$",
|
|
116
|
-
"matching": "regexp",
|
|
117
|
-
"whole_words": true,
|
|
118
|
-
"case_sensitive": true
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"type": "trigger",
|
|
122
|
-
"name": "",
|
|
123
|
-
"enabled": true,
|
|
124
|
-
"actions": [
|
|
125
|
-
{
|
|
126
|
-
"type": "script",
|
|
127
|
-
"enabled": true,
|
|
128
|
-
"script": "insight.confirmAff({id: \"anorexia\", state: false, player: args[1]});\n\nlet deafnessTimer\nclearTimeout(deafnessTimer);\ndeafnessTimer = setTimeout(() => { \n insight.usedCure({player: args[1], id: 'calamine'}); \n}, 3000);"
|
|
129
|
-
}
|
|
130
|
-
],
|
|
131
|
-
"text": "^(\\w+?) eats a (?:hawthorn berry|calamine crystal)\\.$",
|
|
132
|
-
"matching": "regexp",
|
|
133
|
-
"whole_words": true,
|
|
134
|
-
"case_sensitive": true
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
"type": "trigger",
|
|
138
|
-
"name": "",
|
|
139
|
-
"enabled": true,
|
|
140
|
-
"actions": [
|
|
141
|
-
{
|
|
142
|
-
"type": "script",
|
|
143
|
-
"enabled": true,
|
|
144
|
-
"script": "insight.usedCure({player: args[1], id: 'arsenic'})"
|
|
145
|
-
}
|
|
146
|
-
],
|
|
147
|
-
"text": "^(\\w+?) eats (?:some bayberry bark|an arsenic pellet)\\.$",
|
|
148
|
-
"matching": "regexp",
|
|
149
|
-
"whole_words": true,
|
|
150
|
-
"case_sensitive": true
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"type": "trigger",
|
|
154
|
-
"name": "",
|
|
155
|
-
"enabled": true,
|
|
156
|
-
"actions": [
|
|
157
|
-
{
|
|
158
|
-
"type": "script",
|
|
159
|
-
"enabled": true,
|
|
160
|
-
"script": "insight.usedCure({player: args[1], id: 'stannum'})"
|
|
161
|
-
}
|
|
162
|
-
],
|
|
163
|
-
"text": "^(\\w+?) eats (?:some prickly ash bark|a stannum flake)\\.$",
|
|
164
|
-
"matching": "regexp",
|
|
165
|
-
"whole_words": true,
|
|
166
|
-
"case_sensitive": true
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
"type": "trigger",
|
|
170
|
-
"name": "",
|
|
171
|
-
"enabled": true,
|
|
172
|
-
"actions": [
|
|
173
|
-
{
|
|
174
|
-
"type": "script",
|
|
175
|
-
"enabled": true,
|
|
176
|
-
"script": "insight.usedCure({player: args[1], id: 'argentum'})"
|
|
177
|
-
}
|
|
178
|
-
],
|
|
179
|
-
"text": "^(\\w+?) eats (?:a lobelia seed|an argentum flake)\\.$",
|
|
180
|
-
"matching": "regexp",
|
|
181
|
-
"whole_words": true,
|
|
182
|
-
"case_sensitive": true
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"type": "trigger",
|
|
186
|
-
"name": "",
|
|
187
|
-
"enabled": true,
|
|
188
|
-
"actions": [
|
|
189
|
-
{
|
|
190
|
-
"type": "script",
|
|
191
|
-
"enabled": true,
|
|
192
|
-
"script": "// Typically Epidermal apply\ninsight.usedCure({player: args[1], id: 'epidermal to body'})"
|
|
193
|
-
}
|
|
194
|
-
],
|
|
195
|
-
"text": "^(\\w+?) takes some salve from a vial and rubs it on \\w+ body\\.$",
|
|
196
|
-
"matching": "regexp",
|
|
197
|
-
"whole_words": true,
|
|
198
|
-
"case_sensitive": true
|
|
199
|
-
},
|
|
200
|
-
{
|
|
201
|
-
"type": "trigger",
|
|
202
|
-
"name": "",
|
|
203
|
-
"enabled": true,
|
|
204
|
-
"actions": [
|
|
205
|
-
{
|
|
206
|
-
"type": "script",
|
|
207
|
-
"enabled": true,
|
|
208
|
-
"script": "insight.confirmAff({id: \"slickness\", state: false, player: args[1]});\n\nif (insight.hasAff({id: 'unblind', player: args[1]})) {\n insight.addAff({player: args[1], id: 'undeaf'});\n} else if (insight.hasAff({id: 'undeaf', player: args[1]})) {\n\tinsight.addAff({player: args[1], id: 'undeaf'});\n}"
|
|
209
|
-
}
|
|
210
|
-
],
|
|
211
|
-
"text": "^(\\w+?) takes some salve from a vial and rubs it on \\w+ head\\.$",
|
|
212
|
-
"matching": "regexp",
|
|
213
|
-
"whole_words": true,
|
|
214
|
-
"case_sensitive": true
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
"type": "trigger",
|
|
218
|
-
"name": "",
|
|
219
|
-
"enabled": true,
|
|
220
|
-
"actions": [
|
|
221
|
-
{
|
|
222
|
-
"type": "script",
|
|
223
|
-
"enabled": true,
|
|
224
|
-
"script": "if (insight.hasAnAff({ids: [\"hypothermia\",\n \"heartseed\",\n \"serioustrauma\",\n \"mildtrauma\",\n \"calcifiedtorso\"], player: args[1]})) {\n\tinsight.usedCure({id: \"restoration to torso\", player: args[1]});\n} else {\n\tinsight.usedCure({id: \"mending to torso\", player: args[1]});\n}\n"
|
|
225
|
-
}
|
|
226
|
-
],
|
|
227
|
-
"text": "^(\\w+?) takes some salve from a vial and rubs it on \\w+ torso\\.$",
|
|
228
|
-
"matching": "regexp",
|
|
229
|
-
"whole_words": true,
|
|
230
|
-
"case_sensitive": true
|
|
231
|
-
},
|
|
232
|
-
{
|
|
233
|
-
"type": "trigger",
|
|
234
|
-
"name": "",
|
|
235
|
-
"enabled": true,
|
|
236
|
-
"actions": [
|
|
237
|
-
{
|
|
238
|
-
"type": "script",
|
|
239
|
-
"enabled": true,
|
|
240
|
-
"script": "//Imyrr takes some salve from a vial and rubs it on his arms.\nif (insight.hasAnAff({ids: [\"damagedleftarm\", \"damagedrightarm\", \"mangledleftarm\", \"mangledrightarm\"], player: args[1]})) {\n\tinsight.usedCure({id: \"restoration to arms\", player: args[1]});\n} else {\n\tinsight.usedCure({id: \"mending to arms\", player: args[1]});\n}"
|
|
241
|
-
}
|
|
242
|
-
],
|
|
243
|
-
"text": "^(\\w+?) takes some salve from a vial and rubs it on \\w+ arms\\.$",
|
|
244
|
-
"matching": "regexp",
|
|
245
|
-
"whole_words": true,
|
|
246
|
-
"case_sensitive": true
|
|
247
|
-
},
|
|
248
|
-
{
|
|
249
|
-
"type": "trigger",
|
|
250
|
-
"name": "",
|
|
251
|
-
"enabled": true,
|
|
252
|
-
"actions": [
|
|
253
|
-
{
|
|
254
|
-
"type": "script",
|
|
255
|
-
"enabled": true,
|
|
256
|
-
"script": "//Imyrr takes some salve from a vial and rubs it on his legs.\nif (insight.hasAnAff({ids: [\"damagedleftleg\", \"damagedrightleg\", \"mangledleftleg\", \"mangledrightleg\"], player: args[1]})) {\n\tinsight.usedCure({id: \"restoration to legs\", player: args[1]});\n} else {\n\tinsight.usedCure({id: \"mending to legs\", player: args[1]});\n}"
|
|
257
|
-
}
|
|
258
|
-
],
|
|
259
|
-
"text": "^(\\w+?) takes some salve from a vial and rubs it on \\w+ legs\\.$",
|
|
260
|
-
"matching": "regexp",
|
|
261
|
-
"whole_words": true,
|
|
262
|
-
"case_sensitive": true
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"type": "trigger",
|
|
266
|
-
"name": "",
|
|
267
|
-
"enabled": true,
|
|
268
|
-
"actions": [
|
|
269
|
-
{
|
|
270
|
-
"type": "script",
|
|
271
|
-
"enabled": true,
|
|
272
|
-
"script": "//Imyrr takes some salve from a vial and rubs it on his skin.\n// Untargetted apply.\n// Caloric, Mass\nif (insight.hasAnAff({ids: [\"frozen\", \"shivering\"], player: args[1]})) {\n\tinsight.usedCure({id: \"caloric\", player: args[1]});\n} else {\n\tinsight.addDef({id: \"caloric\", player: args[1]});\n}"
|
|
273
|
-
}
|
|
274
|
-
],
|
|
275
|
-
"text": "^(\\w+?) takes some salve from a vial and rubs it on \\w+ skin\\.$",
|
|
276
|
-
"matching": "regexp",
|
|
277
|
-
"whole_words": true,
|
|
278
|
-
"case_sensitive": true
|
|
279
|
-
},
|
|
280
|
-
{
|
|
281
|
-
"type": "trigger",
|
|
282
|
-
"name": "",
|
|
283
|
-
"enabled": true,
|
|
284
|
-
"actions": [
|
|
285
|
-
{
|
|
286
|
-
"type": "script",
|
|
287
|
-
"enabled": true,
|
|
288
|
-
"script": "if (insight.hasAnAff({ids: [\"aeon\", \"deadening\", \"tension\", \"unweavingspirit\"], player: args[1]})) {\n\tinsight.usedCure({id: \"cinnabar\", player: args[1]});\n} else if (insight.hasAnAff({ids: [\"disloyalty\", \"hellsight\", \"manaleech\", \"slickness\"], player: args[1]})) {\n\tinsight.usedCure({id: \"realgar\", player: args[1]});\n}"
|
|
289
|
-
}
|
|
290
|
-
],
|
|
291
|
-
"text": "^(\\w+?) takes a long drag off \\w+ pipe\\.$",
|
|
292
|
-
"matching": "regexp",
|
|
293
|
-
"whole_words": true,
|
|
294
|
-
"case_sensitive": true
|
|
295
|
-
},
|
|
296
|
-
{
|
|
297
|
-
"type": "trigger",
|
|
298
|
-
"name": "Tree Tattoo",
|
|
299
|
-
"enabled": true,
|
|
300
|
-
"actions": [
|
|
301
|
-
{
|
|
302
|
-
"type": "script",
|
|
303
|
-
"enabled": true,
|
|
304
|
-
"script": "insight.usedCure({id: \"tree\", player: args[1]});\n\neventStream.raiseEvent('treeLostInsightTracker');"
|
|
305
|
-
}
|
|
306
|
-
],
|
|
307
|
-
"text": "^(\\w+?) touches a tree of life tattoo\\.$",
|
|
308
|
-
"matching": "regexp",
|
|
309
|
-
"whole_words": true,
|
|
310
|
-
"case_sensitive": true
|
|
311
|
-
},
|
|
312
|
-
{
|
|
313
|
-
"type": "trigger",
|
|
314
|
-
"name": "Focus",
|
|
315
|
-
"enabled": true,
|
|
316
|
-
"actions": [
|
|
317
|
-
{
|
|
318
|
-
"type": "script",
|
|
319
|
-
"enabled": true,
|
|
320
|
-
"script": "insight.usedCure({id: \"focus\", player: args[1]});\n\neventStream.raiseEvent('focusLostInsightTracker');"
|
|
321
|
-
}
|
|
322
|
-
],
|
|
323
|
-
"text": "^A look of extreme focus crosses the face of (\\w+?)\\.$",
|
|
324
|
-
"matching": "regexp",
|
|
325
|
-
"whole_words": true,
|
|
326
|
-
"case_sensitive": true
|
|
327
|
-
}
|
|
328
|
-
]
|
|
329
|
-
},
|
|
330
|
-
{
|
|
331
|
-
"type": "group",
|
|
332
|
-
"name": "Class Cures",
|
|
333
|
-
"enabled": true,
|
|
334
|
-
"items": [
|
|
335
|
-
{
|
|
336
|
-
"type": "trigger",
|
|
337
|
-
"name": "Sun Tarot",
|
|
338
|
-
"enabled": true,
|
|
339
|
-
"actions": [
|
|
340
|
-
{
|
|
341
|
-
"type": "script",
|
|
342
|
-
"enabled": true,
|
|
343
|
-
"script": "insight.usedCure({id: \"sun\", player: args[1]});"
|
|
344
|
-
}
|
|
345
|
-
],
|
|
346
|
-
"text": "^The globe of light illuminates (\\w+?) with its brilliance\\.$",
|
|
347
|
-
"matching": "regexp",
|
|
348
|
-
"whole_words": true,
|
|
349
|
-
"case_sensitive": true
|
|
350
|
-
},
|
|
351
|
-
{
|
|
352
|
-
"type": "trigger",
|
|
353
|
-
"name": "Runewarden Sun",
|
|
354
|
-
"enabled": true,
|
|
355
|
-
"actions": [
|
|
356
|
-
{
|
|
357
|
-
"type": "script",
|
|
358
|
-
"enabled": true,
|
|
359
|
-
"script": "insight.usedCure({id: \"sun\", player: args[1]});"
|
|
360
|
-
}
|
|
361
|
-
],
|
|
362
|
-
"text": "^A rune like a rising sun upon the ground flares, bathing (\\w+) with healing magic\\.$",
|
|
363
|
-
"matching": "regexp",
|
|
364
|
-
"whole_words": true,
|
|
365
|
-
"case_sensitive": true
|
|
366
|
-
},
|
|
367
|
-
{
|
|
368
|
-
"type": "trigger",
|
|
369
|
-
"name": "Shrugging",
|
|
370
|
-
"enabled": true,
|
|
371
|
-
"actions": [
|
|
372
|
-
{
|
|
373
|
-
"type": "script",
|
|
374
|
-
"enabled": true,
|
|
375
|
-
"script": "insight.usedCure({id: \"shrugging\", player: args[1]});"
|
|
376
|
-
}
|
|
377
|
-
],
|
|
378
|
-
"text": "^(\\w+?) hunches (?:her|his) shoulders and lets out a soft hiss\\.$",
|
|
379
|
-
"matching": "regexp",
|
|
380
|
-
"whole_words": true,
|
|
381
|
-
"case_sensitive": true
|
|
382
|
-
},
|
|
383
|
-
{
|
|
384
|
-
"type": "trigger",
|
|
385
|
-
"name": "",
|
|
386
|
-
"enabled": true,
|
|
387
|
-
"actions": [
|
|
388
|
-
{
|
|
389
|
-
"type": "script",
|
|
390
|
-
"enabled": true,
|
|
391
|
-
"script": "insight.usedCure({id: \"generic\", player: args[1]});"
|
|
392
|
-
}
|
|
393
|
-
],
|
|
394
|
-
"text": "^(\\w+?) is surrounded in a cool, refreshing mist\\.$",
|
|
395
|
-
"matching": "regexp",
|
|
396
|
-
"whole_words": true,
|
|
397
|
-
"case_sensitive": true
|
|
398
|
-
},
|
|
399
|
-
{
|
|
400
|
-
"type": "trigger",
|
|
401
|
-
"name": "",
|
|
402
|
-
"enabled": true,
|
|
403
|
-
"actions": [
|
|
404
|
-
{
|
|
405
|
-
"type": "script",
|
|
406
|
-
"enabled": true,
|
|
407
|
-
"script": "insight.usedCure({id: \"generic\", player: args[1]});"
|
|
408
|
-
}
|
|
409
|
-
],
|
|
410
|
-
"text": "^A demonic crimson glow emanates from (\\w+?)\\.$",
|
|
411
|
-
"matching": "regexp",
|
|
412
|
-
"whole_words": true,
|
|
413
|
-
"case_sensitive": true
|
|
414
|
-
},
|
|
415
|
-
{
|
|
416
|
-
"type": "trigger",
|
|
417
|
-
"name": "Pariah Leech",
|
|
418
|
-
"enabled": true,
|
|
419
|
-
"actions": [
|
|
420
|
-
{
|
|
421
|
-
"type": "script",
|
|
422
|
-
"enabled": true,
|
|
423
|
-
"script": "insight.usedCure({id: \"generic\", player: args[1]});"
|
|
424
|
-
}
|
|
425
|
-
],
|
|
426
|
-
"text": "^Something pulses from within the chest of (\\w+), and \\w+ seems more vital\\.$",
|
|
427
|
-
"matching": "regexp",
|
|
428
|
-
"whole_words": true,
|
|
429
|
-
"case_sensitive": true
|
|
430
|
-
}
|
|
431
|
-
]
|
|
432
|
-
}
|
|
433
|
-
]
|
|
434
|
-
},
|
|
435
|
-
{
|
|
436
|
-
"type": "group",
|
|
437
|
-
"name": "Affliction Indicators",
|
|
438
|
-
"enabled": true,
|
|
439
|
-
"items": [
|
|
440
|
-
{
|
|
441
|
-
"type": "group",
|
|
442
|
-
"name": "Cure Confirms",
|
|
443
|
-
"enabled": true,
|
|
444
|
-
"items": [
|
|
445
|
-
{
|
|
446
|
-
"type": "trigger",
|
|
447
|
-
"name": "Lovers Cure Confirm",
|
|
448
|
-
"enabled": true,
|
|
449
|
-
"actions": [
|
|
450
|
-
{
|
|
451
|
-
"type": "script",
|
|
452
|
-
"enabled": true,
|
|
453
|
-
"script": "insight.confirmAff({id: \"lovers\", state: false, player: args[1]});"
|
|
454
|
-
}
|
|
455
|
-
],
|
|
456
|
-
"text": "^(\\w+) shakes \\w+ head and a look of clarity returns to \\w+ eyes\\.$",
|
|
457
|
-
"matching": "regexp",
|
|
458
|
-
"whole_words": true,
|
|
459
|
-
"case_sensitive": true
|
|
460
|
-
},
|
|
461
|
-
{
|
|
462
|
-
"type": "trigger",
|
|
463
|
-
"name": "",
|
|
464
|
-
"enabled": true,
|
|
465
|
-
"actions": [
|
|
466
|
-
{
|
|
467
|
-
"type": "script",
|
|
468
|
-
"enabled": true,
|
|
469
|
-
"script": "insight.usedCure({id: \"stand\", player: args[1]});"
|
|
470
|
-
}
|
|
471
|
-
],
|
|
472
|
-
"text": "^(\\w+) stands up\\.$",
|
|
473
|
-
"matching": "regexp",
|
|
474
|
-
"whole_words": true,
|
|
475
|
-
"case_sensitive": true
|
|
476
|
-
},
|
|
477
|
-
{
|
|
478
|
-
"type": "trigger",
|
|
479
|
-
"name": "Whispering Madness Lost",
|
|
480
|
-
"enabled": true,
|
|
481
|
-
"actions": [
|
|
482
|
-
{
|
|
483
|
-
"type": "script",
|
|
484
|
-
"enabled": true,
|
|
485
|
-
"script": "insight.confirmAff({id: \"whisperingmadness\", player: args[1]});"
|
|
486
|
-
}
|
|
487
|
-
],
|
|
488
|
-
"text": "^(\\w+) ceases \\w+ violent trembling\\.$",
|
|
489
|
-
"matching": "regexp",
|
|
490
|
-
"whole_words": true,
|
|
491
|
-
"case_sensitive": true
|
|
492
|
-
},
|
|
493
|
-
{
|
|
494
|
-
"type": "trigger",
|
|
495
|
-
"name": "Slime Lost",
|
|
496
|
-
"enabled": true,
|
|
497
|
-
"actions": [
|
|
498
|
-
{
|
|
499
|
-
"type": "script",
|
|
500
|
-
"enabled": true,
|
|
501
|
-
"script": "insight.removeAff({id: \"slimeobscure\", player: args[1]});"
|
|
502
|
-
}
|
|
503
|
-
],
|
|
504
|
-
"text": "^(\\w+) finally rids \\w+ of the slime covering \\w+\\.$",
|
|
505
|
-
"matching": "regexp",
|
|
506
|
-
"whole_words": true,
|
|
507
|
-
"case_sensitive": true
|
|
508
|
-
},
|
|
509
|
-
{
|
|
510
|
-
"type": "trigger",
|
|
511
|
-
"name": "",
|
|
512
|
-
"enabled": true,
|
|
513
|
-
"actions": [
|
|
514
|
-
{
|
|
515
|
-
"type": "script",
|
|
516
|
-
"enabled": true,
|
|
517
|
-
"script": "insight.confirmAff({id: \"slickness\", state: false, player: args[1]});"
|
|
518
|
-
}
|
|
519
|
-
],
|
|
520
|
-
"text": "^(\\w+) applies a sileris berry to \\w+\\.$",
|
|
521
|
-
"matching": "regexp",
|
|
522
|
-
"whole_words": true,
|
|
523
|
-
"case_sensitive": true
|
|
524
|
-
}
|
|
525
|
-
]
|
|
526
|
-
},
|
|
527
|
-
{
|
|
528
|
-
"type": "group",
|
|
529
|
-
"name": "Aff Confirms",
|
|
530
|
-
"enabled": true,
|
|
531
|
-
"items": [
|
|
532
|
-
{
|
|
533
|
-
"type": "trigger",
|
|
534
|
-
"name": "Paralysis confirm 2",
|
|
535
|
-
"enabled": true,
|
|
536
|
-
"actions": [
|
|
537
|
-
{
|
|
538
|
-
"type": "script",
|
|
539
|
-
"enabled": true,
|
|
540
|
-
"script": "insight.addAff({id: \"paralysis\", state: true, player: args[1]});"
|
|
541
|
-
}
|
|
542
|
-
],
|
|
543
|
-
"text": "^Horror overcomes (\\w+?)'s face as \\w+ body stiffens into paralysis\\.$",
|
|
544
|
-
"matching": "regexp",
|
|
545
|
-
"whole_words": true,
|
|
546
|
-
"case_sensitive": true
|
|
547
|
-
},
|
|
548
|
-
{
|
|
549
|
-
"type": "trigger",
|
|
550
|
-
"name": "Paralysis confirm 1",
|
|
551
|
-
"enabled": true,
|
|
552
|
-
"actions": [
|
|
553
|
-
{
|
|
554
|
-
"type": "script",
|
|
555
|
-
"enabled": true,
|
|
556
|
-
"script": "insight.addAff({id: \"paralysis\", state: true, player: args[1]});"
|
|
557
|
-
}
|
|
558
|
-
],
|
|
559
|
-
"text": "^Horror overcomes the face of (\\w+?) as \\w+ body locks in paralysis\\.$",
|
|
560
|
-
"matching": "regexp",
|
|
561
|
-
"whole_words": true,
|
|
562
|
-
"case_sensitive": true
|
|
563
|
-
},
|
|
564
|
-
{
|
|
565
|
-
"type": "trigger",
|
|
566
|
-
"name": "Recklessness confirm 1",
|
|
567
|
-
"enabled": true,
|
|
568
|
-
"actions": [
|
|
569
|
-
{
|
|
570
|
-
"type": "script",
|
|
571
|
-
"enabled": true,
|
|
572
|
-
"script": "insight.addAff({id: \"recklessness\", player: args[1]});"
|
|
573
|
-
}
|
|
574
|
-
],
|
|
575
|
-
"text": "^(\\w+) smiles as \\w+ rams \\w+ fist into \\w+ jaw\\.$",
|
|
576
|
-
"matching": "regexp",
|
|
577
|
-
"whole_words": true,
|
|
578
|
-
"case_sensitive": true
|
|
579
|
-
},
|
|
580
|
-
{
|
|
581
|
-
"type": "trigger",
|
|
582
|
-
"name": "Recklessness confirm 2",
|
|
583
|
-
"enabled": true,
|
|
584
|
-
"actions": [
|
|
585
|
-
{
|
|
586
|
-
"type": "script",
|
|
587
|
-
"enabled": true,
|
|
588
|
-
"script": "insight.addAff({id: \"recklessness\", player: args[1]});"
|
|
589
|
-
}
|
|
590
|
-
],
|
|
591
|
-
"text": "^(\\w+) uses \\w+ right foot to stomp on \\w+ left as hard as possible\\.$",
|
|
592
|
-
"matching": "regexp",
|
|
593
|
-
"whole_words": true,
|
|
594
|
-
"case_sensitive": true
|
|
595
|
-
},
|
|
596
|
-
{
|
|
597
|
-
"type": "trigger",
|
|
598
|
-
"name": "Impatience 3P",
|
|
599
|
-
"enabled": true,
|
|
600
|
-
"actions": [
|
|
601
|
-
{
|
|
602
|
-
"type": "script",
|
|
603
|
-
"enabled": true,
|
|
604
|
-
"script": "insight.addAff({id: \"impatience\", player: args[1]});"
|
|
605
|
-
}
|
|
606
|
-
],
|
|
607
|
-
"text": "^(\\w+) shuffles \\w+ feet in boredom\\.$",
|
|
608
|
-
"matching": "regexp",
|
|
609
|
-
"whole_words": true,
|
|
610
|
-
"case_sensitive": true
|
|
611
|
-
},
|
|
612
|
-
{
|
|
613
|
-
"type": "trigger",
|
|
614
|
-
"name": "Darkshade Tick",
|
|
615
|
-
"enabled": true,
|
|
616
|
-
"actions": [
|
|
617
|
-
{
|
|
618
|
-
"type": "script",
|
|
619
|
-
"enabled": true,
|
|
620
|
-
"script": "insight.addAff({id: \"darkshade\", player: args[1]});"
|
|
621
|
-
}
|
|
622
|
-
],
|
|
623
|
-
"text": "^(\\w+) lets out a piercing scream, as if wounded by the very sunlight\\.$",
|
|
624
|
-
"matching": "regexp",
|
|
625
|
-
"whole_words": true,
|
|
626
|
-
"case_sensitive": true
|
|
627
|
-
},
|
|
628
|
-
{
|
|
629
|
-
"type": "trigger",
|
|
630
|
-
"name": "Nausea Tick",
|
|
631
|
-
"enabled": true,
|
|
632
|
-
"actions": [
|
|
633
|
-
{
|
|
634
|
-
"type": "script",
|
|
635
|
-
"enabled": true,
|
|
636
|
-
"script": "insight.addAff({id: \"nausea\", player: args[1]});"
|
|
637
|
-
}
|
|
638
|
-
],
|
|
639
|
-
"text": "^(\\w+) doubles over, vomiting violently\\.$",
|
|
640
|
-
"matching": "regexp",
|
|
641
|
-
"whole_words": true,
|
|
642
|
-
"case_sensitive": true
|
|
643
|
-
},
|
|
644
|
-
{
|
|
645
|
-
"type": "trigger",
|
|
646
|
-
"name": "Claustrophobia 3P",
|
|
647
|
-
"enabled": true,
|
|
648
|
-
"actions": [
|
|
649
|
-
{
|
|
650
|
-
"type": "script",
|
|
651
|
-
"enabled": true,
|
|
652
|
-
"script": "insight.confirmAff({id: \"claustrophobia\", state: true, player: args[1]});"
|
|
653
|
-
}
|
|
654
|
-
],
|
|
655
|
-
"text": "^(\\w+) begins to pant in terror\\.$",
|
|
656
|
-
"matching": "regexp",
|
|
657
|
-
"whole_words": true,
|
|
658
|
-
"case_sensitive": true
|
|
659
|
-
},
|
|
660
|
-
{
|
|
661
|
-
"type": "trigger",
|
|
662
|
-
"name": "Agoraphobia 3P",
|
|
663
|
-
"enabled": true,
|
|
664
|
-
"actions": [
|
|
665
|
-
{
|
|
666
|
-
"type": "script",
|
|
667
|
-
"enabled": true,
|
|
668
|
-
"script": "insight.confirmAff({id: \"agoraphobia\", state: true, player: args[1]});"
|
|
669
|
-
}
|
|
670
|
-
],
|
|
671
|
-
"text": "^(\\w+) is gripped with fear, staring out with terrified eyes\\.$",
|
|
672
|
-
"matching": "regexp",
|
|
673
|
-
"whole_words": true,
|
|
674
|
-
"case_sensitive": true
|
|
675
|
-
},
|
|
676
|
-
{
|
|
677
|
-
"type": "trigger",
|
|
678
|
-
"name": "Confusion 3P",
|
|
679
|
-
"enabled": true,
|
|
680
|
-
"actions": [
|
|
681
|
-
{
|
|
682
|
-
"type": "script",
|
|
683
|
-
"enabled": true,
|
|
684
|
-
"script": "insight.confirmAff({id: \"confusion\", state: true, player: args[1]});"
|
|
685
|
-
}
|
|
686
|
-
],
|
|
687
|
-
"text": "^(\\w+) looks about bemusedly\\.$",
|
|
688
|
-
"matching": "regexp",
|
|
689
|
-
"whole_words": true,
|
|
690
|
-
"case_sensitive": true
|
|
691
|
-
},
|
|
692
|
-
{
|
|
693
|
-
"type": "trigger",
|
|
694
|
-
"name": "Shyness 3P",
|
|
695
|
-
"enabled": true,
|
|
696
|
-
"actions": [
|
|
697
|
-
{
|
|
698
|
-
"type": "script",
|
|
699
|
-
"enabled": true,
|
|
700
|
-
"script": "insight.confirmAff({id: \"shyness\", state: true, player: args[1]});"
|
|
701
|
-
}
|
|
702
|
-
],
|
|
703
|
-
"text": "^(\\w+) trembles with fear\\.$",
|
|
704
|
-
"matching": "regexp",
|
|
705
|
-
"whole_words": true,
|
|
706
|
-
"case_sensitive": true
|
|
707
|
-
},
|
|
708
|
-
{
|
|
709
|
-
"type": "trigger",
|
|
710
|
-
"name": "Dementia 3P",
|
|
711
|
-
"enabled": true,
|
|
712
|
-
"actions": [
|
|
713
|
-
{
|
|
714
|
-
"type": "script",
|
|
715
|
-
"enabled": true,
|
|
716
|
-
"script": "insight.confirmAff({id: \"dementia\", state: true, player: args[1]});"
|
|
717
|
-
}
|
|
718
|
-
],
|
|
719
|
-
"text": "^(\\w+) stares about \\w+ frenziedly, wild-eyed\\.$",
|
|
720
|
-
"matching": "regexp",
|
|
721
|
-
"whole_words": true,
|
|
722
|
-
"case_sensitive": true
|
|
723
|
-
},
|
|
724
|
-
{
|
|
725
|
-
"type": "trigger",
|
|
726
|
-
"name": "",
|
|
727
|
-
"enabled": true,
|
|
728
|
-
"actions": [
|
|
729
|
-
{
|
|
730
|
-
"type": "script",
|
|
731
|
-
"enabled": true,
|
|
732
|
-
"script": "insight.addAff({id: \"prone\", player: args[1]});"
|
|
733
|
-
}
|
|
734
|
-
],
|
|
735
|
-
"text": "^(\\w+)'s eyes close suddenly as \\w+ falls asleep\\.$",
|
|
736
|
-
"matching": "regexp",
|
|
737
|
-
"whole_words": true,
|
|
738
|
-
"case_sensitive": true
|
|
739
|
-
},
|
|
740
|
-
{
|
|
741
|
-
"type": "trigger",
|
|
742
|
-
"name": "",
|
|
743
|
-
"enabled": true,
|
|
744
|
-
"actions": [
|
|
745
|
-
{
|
|
746
|
-
"type": "script",
|
|
747
|
-
"enabled": true,
|
|
748
|
-
"script": "insight.addAff({id: \"slickness\", player: args[1]});\ninsight.removeDef({id: \"fangbarrier\", player: args[1]});"
|
|
749
|
-
}
|
|
750
|
-
],
|
|
751
|
-
"text": "^The protective coating covering the skin of (\\w+) sloughs off\\.$",
|
|
752
|
-
"matching": "regexp",
|
|
753
|
-
"whole_words": true,
|
|
754
|
-
"case_sensitive": true
|
|
755
|
-
}
|
|
756
|
-
]
|
|
757
|
-
}
|
|
758
|
-
]
|
|
759
|
-
},
|
|
760
|
-
{
|
|
761
|
-
"type": "group",
|
|
762
|
-
"name": "Target Defences",
|
|
763
|
-
"enabled": true,
|
|
764
|
-
"items": [
|
|
765
|
-
{
|
|
766
|
-
"type": "trigger",
|
|
767
|
-
"name": "",
|
|
768
|
-
"enabled": true,
|
|
769
|
-
"actions": [
|
|
770
|
-
{
|
|
771
|
-
"type": "script",
|
|
772
|
-
"enabled": true,
|
|
773
|
-
"script": "insight.addDef({id: \"shield\", player: args[1]});"
|
|
774
|
-
}
|
|
775
|
-
],
|
|
776
|
-
"text": "^The magical shield surrounding \\w+ makes that impossible\\.$",
|
|
777
|
-
"matching": "regexp",
|
|
778
|
-
"whole_words": true,
|
|
779
|
-
"case_sensitive": true
|
|
780
|
-
},
|
|
781
|
-
{
|
|
782
|
-
"type": "trigger",
|
|
783
|
-
"name": "",
|
|
784
|
-
"enabled": true,
|
|
785
|
-
"actions": [
|
|
786
|
-
{
|
|
787
|
-
"type": "script",
|
|
788
|
-
"enabled": true,
|
|
789
|
-
"script": "insight.addDef({id: \"shield\", player: args[1]});"
|
|
790
|
-
}
|
|
791
|
-
],
|
|
792
|
-
"text": "^A dizzying beam of energy strikes you as your attack rebounds off of \\w+?'s shield\\.$",
|
|
793
|
-
"matching": "regexp",
|
|
794
|
-
"whole_words": true,
|
|
795
|
-
"case_sensitive": true
|
|
796
|
-
},
|
|
797
|
-
{
|
|
798
|
-
"type": "trigger",
|
|
799
|
-
"name": "",
|
|
800
|
-
"enabled": true,
|
|
801
|
-
"actions": [
|
|
802
|
-
{
|
|
803
|
-
"type": "script",
|
|
804
|
-
"enabled": true,
|
|
805
|
-
"script": "insight.addDef({id: \"fangbarrier\", player: args[1]});"
|
|
806
|
-
}
|
|
807
|
-
],
|
|
808
|
-
"text": "^A nearly invisible magical shield forms around (\\w+?)\\.$",
|
|
809
|
-
"matching": "regexp",
|
|
810
|
-
"whole_words": true,
|
|
811
|
-
"case_sensitive": true
|
|
812
|
-
},
|
|
813
|
-
{
|
|
814
|
-
"type": "trigger",
|
|
815
|
-
"name": "",
|
|
816
|
-
"enabled": true,
|
|
817
|
-
"actions": [
|
|
818
|
-
{
|
|
819
|
-
"type": "script",
|
|
820
|
-
"enabled": true,
|
|
821
|
-
"script": "insight.removeDef({id: \"shield\", player: args[1]});"
|
|
822
|
-
}
|
|
823
|
-
],
|
|
824
|
-
"text": "^(\\w+) has no shield for your gremlin to shatter, occultist\\.$",
|
|
825
|
-
"matching": "regexp",
|
|
826
|
-
"whole_words": true,
|
|
827
|
-
"case_sensitive": true
|
|
828
|
-
},
|
|
829
|
-
{
|
|
830
|
-
"type": "trigger",
|
|
831
|
-
"name": "",
|
|
832
|
-
"enabled": true,
|
|
833
|
-
"actions": [
|
|
834
|
-
{
|
|
835
|
-
"type": "script",
|
|
836
|
-
"enabled": true,
|
|
837
|
-
"script": "insight.addDef({id: \"fangbarrier\", player: args[1]});"
|
|
838
|
-
}
|
|
839
|
-
],
|
|
840
|
-
"text": "^A supple purple shell of sileris berry juice has formed around (\\w+)\\.$",
|
|
841
|
-
"matching": "regexp",
|
|
842
|
-
"whole_words": true,
|
|
843
|
-
"case_sensitive": true
|
|
844
|
-
},
|
|
845
|
-
{
|
|
846
|
-
"type": "trigger",
|
|
847
|
-
"name": "",
|
|
848
|
-
"enabled": true,
|
|
849
|
-
"actions": [
|
|
850
|
-
{
|
|
851
|
-
"type": "script",
|
|
852
|
-
"enabled": true,
|
|
853
|
-
"script": "insight.addDef({id: \"insomnia\", player: args[1]});"
|
|
854
|
-
}
|
|
855
|
-
],
|
|
856
|
-
"text": "^(\\w+) clenches \\w+ fists and grits \\w+ teeth\\.$",
|
|
857
|
-
"matching": "regexp",
|
|
858
|
-
"whole_words": true,
|
|
859
|
-
"case_sensitive": true
|
|
860
|
-
}
|
|
861
|
-
]
|
|
862
|
-
},
|
|
863
|
-
{
|
|
864
|
-
"type": "group",
|
|
865
|
-
"name": "Skills",
|
|
866
|
-
"enabled": true,
|
|
867
|
-
"items": [
|
|
868
|
-
{
|
|
869
|
-
"type": "group",
|
|
870
|
-
"name": "Domination",
|
|
871
|
-
"enabled": true,
|
|
872
|
-
"items": [
|
|
873
|
-
{
|
|
874
|
-
"type": "trigger",
|
|
875
|
-
"name": "Command Chimera Hit",
|
|
876
|
-
"enabled": true,
|
|
877
|
-
"actions": [
|
|
878
|
-
{
|
|
879
|
-
"type": "script",
|
|
880
|
-
"enabled": true,
|
|
881
|
-
"script": "insight.confirmAff({id: \"undeaf\", state: true, player: args[1]});\n\nconst index = nexusclient.current_block.indexOf(nexusclient.current_line);\nif (!nexusclient.current_block[index + 1].line.includes(insight.target.id)) {\n\tinsight.confirmAff({id: \"hallucinations\", state: true, player: args[1]});\n}"
|
|
882
|
-
}
|
|
883
|
-
],
|
|
884
|
-
"text": "^A chimera lets out a concussive roar at (\\w+)\\.$",
|
|
885
|
-
"matching": "regexp",
|
|
886
|
-
"whole_words": true,
|
|
887
|
-
"case_sensitive": true
|
|
888
|
-
},
|
|
889
|
-
{
|
|
890
|
-
"type": "trigger",
|
|
891
|
-
"name": "Command Chimera Miss",
|
|
892
|
-
"enabled": true,
|
|
893
|
-
"actions": [
|
|
894
|
-
{
|
|
895
|
-
"type": "script",
|
|
896
|
-
"enabled": true,
|
|
897
|
-
"script": "insight.confirmAff({id: \"undeaf\", state: false, player: args[1]});"
|
|
898
|
-
}
|
|
899
|
-
],
|
|
900
|
-
"text": "^A chimera throws forward all three of its heads and roars at (\\w+), but \\w+ seems completely unphased\\.$",
|
|
901
|
-
"matching": "regexp",
|
|
902
|
-
"whole_words": true,
|
|
903
|
-
"case_sensitive": true
|
|
904
|
-
},
|
|
905
|
-
{
|
|
906
|
-
"type": "trigger",
|
|
907
|
-
"name": "Command Sycophant",
|
|
908
|
-
"enabled": true,
|
|
909
|
-
"actions": [
|
|
910
|
-
{
|
|
911
|
-
"type": "script",
|
|
912
|
-
"enabled": true,
|
|
913
|
-
"script": "//Doubles focus balance for 60 seconds.\ninsight.addAff({id: \"weakenedmind\", player: args[1]});"
|
|
914
|
-
}
|
|
915
|
-
],
|
|
916
|
-
"text": "^You command your sycophant to weaken the mind of (\\w+)\\.$",
|
|
917
|
-
"matching": "regexp",
|
|
918
|
-
"whole_words": true,
|
|
919
|
-
"case_sensitive": true
|
|
920
|
-
},
|
|
921
|
-
{
|
|
922
|
-
"type": "trigger",
|
|
923
|
-
"name": "Command Bloodleech",
|
|
924
|
-
"enabled": true,
|
|
925
|
-
"actions": [
|
|
926
|
-
{
|
|
927
|
-
"type": "script",
|
|
928
|
-
"enabled": true,
|
|
929
|
-
"script": "insight.addAff({id: \"haemophilia\", player: args[1]});"
|
|
930
|
-
}
|
|
931
|
-
],
|
|
932
|
-
"text": "^You command your bloodleech to corrupt the blood of (\\w+)\\.$",
|
|
933
|
-
"matching": "regexp",
|
|
934
|
-
"whole_words": true,
|
|
935
|
-
"case_sensitive": true
|
|
936
|
-
},
|
|
937
|
-
{
|
|
938
|
-
"type": "trigger",
|
|
939
|
-
"name": "TODO: Command Firelord",
|
|
940
|
-
"enabled": true,
|
|
941
|
-
"actions": [
|
|
942
|
-
{
|
|
943
|
-
"type": "script",
|
|
944
|
-
"enabled": true,
|
|
945
|
-
"script": "//Enter the script here"
|
|
946
|
-
}
|
|
947
|
-
],
|
|
948
|
-
"text": "^You command your firelord to bring down a portion of the power of Pyradius against (\\w+)\\.$",
|
|
949
|
-
"matching": "regexp",
|
|
950
|
-
"whole_words": true,
|
|
951
|
-
"case_sensitive": true
|
|
952
|
-
},
|
|
953
|
-
{
|
|
954
|
-
"type": "trigger",
|
|
955
|
-
"name": "TODO: Command Firelord Miss",
|
|
956
|
-
"enabled": true,
|
|
957
|
-
"actions": [
|
|
958
|
-
{
|
|
959
|
-
"type": "script",
|
|
960
|
-
"enabled": true,
|
|
961
|
-
"script": "//Firelord, no physical afflictions"
|
|
962
|
-
}
|
|
963
|
-
],
|
|
964
|
-
"text": "^(\\w+) does not labour under any afflictions that Pyradius may warp\\.$",
|
|
965
|
-
"matching": "regexp",
|
|
966
|
-
"whole_words": true,
|
|
967
|
-
"case_sensitive": true
|
|
968
|
-
},
|
|
969
|
-
{
|
|
970
|
-
"type": "trigger",
|
|
971
|
-
"name": "Command Bubonis",
|
|
972
|
-
"enabled": false,
|
|
973
|
-
"actions": [
|
|
974
|
-
{
|
|
975
|
-
"type": "script",
|
|
976
|
-
"enabled": true,
|
|
977
|
-
"script": "//First message. Redundant with hit message."
|
|
978
|
-
}
|
|
979
|
-
],
|
|
980
|
-
"text": "^You command your bubonis to bring the plague to (\\w+)\\.$",
|
|
981
|
-
"matching": "regexp",
|
|
982
|
-
"whole_words": true,
|
|
983
|
-
"case_sensitive": true
|
|
984
|
-
},
|
|
985
|
-
{
|
|
986
|
-
"type": "trigger",
|
|
987
|
-
"name": "Command Bubonis Hit",
|
|
988
|
-
"enabled": true,
|
|
989
|
-
"actions": [
|
|
990
|
-
{
|
|
991
|
-
"type": "script",
|
|
992
|
-
"enabled": true,
|
|
993
|
-
"script": "//Gives asthma, or slickness if they already have asthma\n//The protective coating covering the skin of Austere sloughs off.\nif (insight.hasDef({id: \"sileris\", player: args[1]})) {\n if (\n insight.nextLine().includes(\"The protective coating covering the skin of\")\n ) {\n insight.confirmAff({ id: \"asthma\", player: args[1], state: true });\n insight.addAff({ id: \"slickness\", player: args[1] });\n } else {\n insight.confirmAff({ id: \"asthma\", player: args[1], state: true });\n }\n} else {\n if (insight.hasAff({id: \"asthma\", player: args[1], probability: 0.66})) {\n insight.addAff({ id: \"slickness\", player: args[1] });\n } else {\n insight.confirmAff({ id: \"asthma\", player: args[1], state: true });\n }\n}"
|
|
994
|
-
}
|
|
995
|
-
],
|
|
996
|
-
"text": "^A bubonis reaches out and strokes the side of (\\w+)'s face, and boils form and rupture in an instant as (?:she|he) begins hacking up black fluid\\.$",
|
|
997
|
-
"matching": "regexp",
|
|
998
|
-
"whole_words": true,
|
|
999
|
-
"case_sensitive": true
|
|
1000
|
-
},
|
|
1001
|
-
{
|
|
1002
|
-
"type": "trigger",
|
|
1003
|
-
"name": "Command Humbug",
|
|
1004
|
-
"enabled": true,
|
|
1005
|
-
"actions": [
|
|
1006
|
-
{
|
|
1007
|
-
"type": "script",
|
|
1008
|
-
"enabled": true,
|
|
1009
|
-
"script": "//Delivered addiction\ninsight.addAff({id: \"addiction\", player: args[1]});"
|
|
1010
|
-
}
|
|
1011
|
-
],
|
|
1012
|
-
"text": "^You command your humbug to instill a ravenous hunger in (\\w+)\\.$",
|
|
1013
|
-
"matching": "regexp",
|
|
1014
|
-
"whole_words": true,
|
|
1015
|
-
"case_sensitive": true
|
|
1016
|
-
},
|
|
1017
|
-
{
|
|
1018
|
-
"type": "trigger",
|
|
1019
|
-
"name": "Command Hound",
|
|
1020
|
-
"enabled": true,
|
|
1021
|
-
"actions": [
|
|
1022
|
-
{
|
|
1023
|
-
"type": "script",
|
|
1024
|
-
"enabled": true,
|
|
1025
|
-
"script": "insight.addAff({id: \"weariness\", player: args[1]});"
|
|
1026
|
-
}
|
|
1027
|
-
],
|
|
1028
|
-
"text": "^You command your hound to erode the will of (\\w+)\\.$",
|
|
1029
|
-
"matching": "regexp",
|
|
1030
|
-
"whole_words": true,
|
|
1031
|
-
"case_sensitive": true
|
|
1032
|
-
},
|
|
1033
|
-
{
|
|
1034
|
-
"type": "trigger",
|
|
1035
|
-
"name": "Command Crone",
|
|
1036
|
-
"enabled": false,
|
|
1037
|
-
"actions": [
|
|
1038
|
-
{
|
|
1039
|
-
"type": "script",
|
|
1040
|
-
"enabled": true,
|
|
1041
|
-
"script": "//First message. Reduant with second message\nnexSys.eventStream.raiseEvent(`broken${args[1]}${args[2]}GotInsightAff`);"
|
|
1042
|
-
}
|
|
1043
|
-
],
|
|
1044
|
-
"text": "^You command your crone to wither the (left|right) (arm|leg) of (\\w+)\\.$",
|
|
1045
|
-
"matching": "regexp",
|
|
1046
|
-
"whole_words": true,
|
|
1047
|
-
"case_sensitive": true
|
|
1048
|
-
},
|
|
1049
|
-
{
|
|
1050
|
-
"type": "trigger",
|
|
1051
|
-
"name": "Command Crone Hit",
|
|
1052
|
-
"enabled": true,
|
|
1053
|
-
"actions": [
|
|
1054
|
-
{
|
|
1055
|
-
"type": "script",
|
|
1056
|
-
"enabled": true,
|
|
1057
|
-
"script": "//Enter the script here\nnexSys.eventStream.raiseEvent(`broken${args[1]}${args[2]}GotInsightAff`);"
|
|
1058
|
-
}
|
|
1059
|
-
],
|
|
1060
|
-
"text": "^A withered crone reaches out to caress the (left|right) (leg|arm) of (\\w+), the limb withering away under her gnarled grasp\\.$",
|
|
1061
|
-
"matching": "regexp",
|
|
1062
|
-
"whole_words": true,
|
|
1063
|
-
"case_sensitive": true
|
|
1064
|
-
},
|
|
1065
|
-
{
|
|
1066
|
-
"type": "trigger",
|
|
1067
|
-
"name": "Command Storm",
|
|
1068
|
-
"enabled": true,
|
|
1069
|
-
"actions": [
|
|
1070
|
-
{
|
|
1071
|
-
"type": "script",
|
|
1072
|
-
"enabled": true,
|
|
1073
|
-
"script": "//Gives vertigo\ninsight.addAff({id: \"vertigo\", player: args[1]});"
|
|
1074
|
-
}
|
|
1075
|
-
],
|
|
1076
|
-
"text": "^You command your chaos storm to bring down the curse of vertigo upon (\\w+)\\.$",
|
|
1077
|
-
"matching": "regexp",
|
|
1078
|
-
"whole_words": true,
|
|
1079
|
-
"case_sensitive": true
|
|
1080
|
-
},
|
|
1081
|
-
{
|
|
1082
|
-
"type": "trigger",
|
|
1083
|
-
"name": "Command Slime Got",
|
|
1084
|
-
"enabled": true,
|
|
1085
|
-
"actions": [
|
|
1086
|
-
{
|
|
1087
|
-
"type": "script",
|
|
1088
|
-
"enabled": true,
|
|
1089
|
-
"script": "// Paralysis if Asthma\n// You command your slime to envelop Davok.\n// Horror overcomes Davok's face as his body stiffens into paralysis.\n\ninsight.addAff({id: \"slimeobscure\", player: args[1]});\n\nlet re = /^Horror overcomes \\w+'s face as (?:her|his) body stiffens into paralysis\\.$/;\nif (re.test(insight.nextLine())) {\n insight.confirmAff({id: \"asthma\", player: args[1], state: true});\n}"
|
|
1090
|
-
}
|
|
1091
|
-
],
|
|
1092
|
-
"text": "^You command your slime to envelop (\\w+)\\.$",
|
|
1093
|
-
"matching": "regexp",
|
|
1094
|
-
"whole_words": true,
|
|
1095
|
-
"case_sensitive": true
|
|
1096
|
-
},
|
|
1097
|
-
{
|
|
1098
|
-
"type": "trigger",
|
|
1099
|
-
"name": "Command Worm",
|
|
1100
|
-
"enabled": true,
|
|
1101
|
-
"actions": [
|
|
1102
|
-
{
|
|
1103
|
-
"type": "script",
|
|
1104
|
-
"enabled": true,
|
|
1105
|
-
"script": "// 20 second duration. Recurring healthleech.\ninsight.addAff({ id: \"palpatarfeed\", player: args[1] });"
|
|
1106
|
-
}
|
|
1107
|
-
],
|
|
1108
|
-
"text": "^You command your worm to infest (\\w+) with maggots\\.$",
|
|
1109
|
-
"matching": "regexp",
|
|
1110
|
-
"whole_words": true,
|
|
1111
|
-
"case_sensitive": true
|
|
1112
|
-
},
|
|
1113
|
-
{
|
|
1114
|
-
"type": "trigger",
|
|
1115
|
-
"name": "Command Worm Tick",
|
|
1116
|
-
"enabled": true,
|
|
1117
|
-
"actions": [
|
|
1118
|
-
{
|
|
1119
|
-
"type": "script",
|
|
1120
|
-
"enabled": true,
|
|
1121
|
-
"script": "//Delivered Healthleech\ninsight.addAff({id: \"healthleech\", player: args[1]});"
|
|
1122
|
-
}
|
|
1123
|
-
],
|
|
1124
|
-
"text": "^Many somethings writhe beneath the skin of (\\w+), and the sickening sound of chewing can be heard\\.$",
|
|
1125
|
-
"matching": "regexp",
|
|
1126
|
-
"whole_words": true,
|
|
1127
|
-
"case_sensitive": true
|
|
1128
|
-
},
|
|
1129
|
-
{
|
|
1130
|
-
"type": "trigger",
|
|
1131
|
-
"name": "Command Minion Miss",
|
|
1132
|
-
"enabled": true,
|
|
1133
|
-
"actions": [
|
|
1134
|
-
{
|
|
1135
|
-
"type": "script",
|
|
1136
|
-
"enabled": true,
|
|
1137
|
-
"script": "insight.setStatus({id: \"enlightened\", value: false, player: args[1]});"
|
|
1138
|
-
}
|
|
1139
|
-
],
|
|
1140
|
-
"text": "^A minion of chaos thrusts a hand in the direction of (\\w+), but nothing seems to happen\\.$",
|
|
1141
|
-
"matching": "regexp",
|
|
1142
|
-
"whole_words": true,
|
|
1143
|
-
"case_sensitive": true
|
|
1144
|
-
},
|
|
1145
|
-
{
|
|
1146
|
-
"type": "trigger",
|
|
1147
|
-
"name": "Command Gremlin Fail",
|
|
1148
|
-
"enabled": true,
|
|
1149
|
-
"actions": [
|
|
1150
|
-
{
|
|
1151
|
-
"type": "script",
|
|
1152
|
-
"enabled": true,
|
|
1153
|
-
"script": "insight.removeDef({id: 'shield', player: args[1]});"
|
|
1154
|
-
}
|
|
1155
|
-
],
|
|
1156
|
-
"text": "^You command your gremlin to shatter the defences surrounding (\\w+)\\.$",
|
|
1157
|
-
"matching": "regexp",
|
|
1158
|
-
"whole_words": true,
|
|
1159
|
-
"case_sensitive": true
|
|
1160
|
-
},
|
|
1161
|
-
{
|
|
1162
|
-
"type": "trigger",
|
|
1163
|
-
"name": "Command Abomination Fail",
|
|
1164
|
-
"enabled": true,
|
|
1165
|
-
"actions": [
|
|
1166
|
-
{
|
|
1167
|
-
"type": "script",
|
|
1168
|
-
"enabled": true,
|
|
1169
|
-
"script": "insight.removeAff({ id: \"cleanseaura\", player: args[1] });"
|
|
1170
|
-
}
|
|
1171
|
-
],
|
|
1172
|
-
"text": "^An eldritch abomination cannot discern anything through the natural defences of \\w+\\.$",
|
|
1173
|
-
"matching": "regexp",
|
|
1174
|
-
"whole_words": true,
|
|
1175
|
-
"case_sensitive": true
|
|
1176
|
-
},
|
|
1177
|
-
{
|
|
1178
|
-
"type": "trigger",
|
|
1179
|
-
"name": "Primebond Gremlin Hit",
|
|
1180
|
-
"enabled": true,
|
|
1181
|
-
"actions": [
|
|
1182
|
-
{
|
|
1183
|
-
"type": "script",
|
|
1184
|
-
"enabled": true,
|
|
1185
|
-
"script": "insight.addAff({id: \"dizziness\", player: args[1]});"
|
|
1186
|
-
}
|
|
1187
|
-
],
|
|
1188
|
-
"text": "^The gremlin races around and between the legs of (\\w+), \\w+ eyes tracking it as \\w+ sways unsteadily\\.$",
|
|
1189
|
-
"matching": "regexp",
|
|
1190
|
-
"whole_words": true,
|
|
1191
|
-
"case_sensitive": true
|
|
1192
|
-
},
|
|
1193
|
-
{
|
|
1194
|
-
"type": "trigger",
|
|
1195
|
-
"name": "Primebond Gremlin Hit 2",
|
|
1196
|
-
"enabled": true,
|
|
1197
|
-
"actions": [
|
|
1198
|
-
{
|
|
1199
|
-
"type": "script",
|
|
1200
|
-
"enabled": true,
|
|
1201
|
-
"script": "// Target already has dizziness. Knocked off balance.\ninsight.confirmAff({id: \"dizziness\", player: args[1], state: true});"
|
|
1202
|
-
}
|
|
1203
|
-
],
|
|
1204
|
-
"text": "^The gremlin races between the legs of (\\w+)\\.$",
|
|
1205
|
-
"matching": "regexp",
|
|
1206
|
-
"whole_words": true,
|
|
1207
|
-
"case_sensitive": true
|
|
1208
|
-
},
|
|
1209
|
-
{
|
|
1210
|
-
"type": "trigger",
|
|
1211
|
-
"name": "Primebond Bubonis",
|
|
1212
|
-
"enabled": false,
|
|
1213
|
-
"actions": [
|
|
1214
|
-
{
|
|
1215
|
-
"type": "script",
|
|
1216
|
-
"enabled": true,
|
|
1217
|
-
"script": "//Bubonis latched"
|
|
1218
|
-
}
|
|
1219
|
-
],
|
|
1220
|
-
"text": "^Your bubonis entity scuttles over to (\\w+) and then suddenly leaps up, latching itself to \\w+ head\\.$",
|
|
1221
|
-
"matching": "regexp",
|
|
1222
|
-
"whole_words": true,
|
|
1223
|
-
"case_sensitive": true
|
|
1224
|
-
},
|
|
1225
|
-
{
|
|
1226
|
-
"type": "trigger",
|
|
1227
|
-
"name": "Primebond Bubonis Hit",
|
|
1228
|
-
"enabled": true,
|
|
1229
|
-
"actions": [
|
|
1230
|
-
{
|
|
1231
|
-
"type": "script",
|
|
1232
|
-
"enabled": true,
|
|
1233
|
-
"script": "insight.smartAffs({ids: insight.occultist.bubonis, player: args[1]})"
|
|
1234
|
-
}
|
|
1235
|
-
],
|
|
1236
|
-
"text": "^You sense the malignant glee of your bubonis as it infests (\\w+)\\.$",
|
|
1237
|
-
"matching": "regexp",
|
|
1238
|
-
"whole_words": true,
|
|
1239
|
-
"case_sensitive": true
|
|
1240
|
-
},
|
|
1241
|
-
{
|
|
1242
|
-
"type": "trigger",
|
|
1243
|
-
"name": "Primebond Worm",
|
|
1244
|
-
"enabled": false,
|
|
1245
|
-
"actions": [
|
|
1246
|
-
{
|
|
1247
|
-
"type": "script",
|
|
1248
|
-
"enabled": true,
|
|
1249
|
-
"script": "//Worm attached"
|
|
1250
|
-
}
|
|
1251
|
-
],
|
|
1252
|
-
"text": "^A chaos worm begins burrowing into (\\w+)'s belly\\.$",
|
|
1253
|
-
"matching": "regexp",
|
|
1254
|
-
"whole_words": true,
|
|
1255
|
-
"case_sensitive": true
|
|
1256
|
-
},
|
|
1257
|
-
{
|
|
1258
|
-
"type": "trigger",
|
|
1259
|
-
"name": "Primebond Worm Hit",
|
|
1260
|
-
"enabled": true,
|
|
1261
|
-
"actions": [
|
|
1262
|
-
{
|
|
1263
|
-
"type": "script",
|
|
1264
|
-
"enabled": true,
|
|
1265
|
-
"script": "insight.addAff({id: \"nausea\", player: args[1]});"
|
|
1266
|
-
}
|
|
1267
|
-
],
|
|
1268
|
-
"text": "^The worm burrowing into (\\w+) writhes and undulates\\.$",
|
|
1269
|
-
"matching": "regexp",
|
|
1270
|
-
"whole_words": true,
|
|
1271
|
-
"case_sensitive": true
|
|
1272
|
-
},
|
|
1273
|
-
{
|
|
1274
|
-
"type": "trigger",
|
|
1275
|
-
"name": "Primebond Chimera Sleep",
|
|
1276
|
-
"enabled": true,
|
|
1277
|
-
"actions": [
|
|
1278
|
-
{
|
|
1279
|
-
"type": "script",
|
|
1280
|
-
"enabled": true,
|
|
1281
|
-
"script": "//Enter the script here"
|
|
1282
|
-
}
|
|
1283
|
-
],
|
|
1284
|
-
"text": "^The chimera's dragon head exhales a cloud of gas at (\\w+)\\.$",
|
|
1285
|
-
"matching": "regexp",
|
|
1286
|
-
"whole_words": true,
|
|
1287
|
-
"case_sensitive": true
|
|
1288
|
-
},
|
|
1289
|
-
{
|
|
1290
|
-
"type": "trigger",
|
|
1291
|
-
"name": "Primebond Chimera Prone",
|
|
1292
|
-
"enabled": true,
|
|
1293
|
-
"actions": [
|
|
1294
|
-
{
|
|
1295
|
-
"type": "script",
|
|
1296
|
-
"enabled": true,
|
|
1297
|
-
"script": "if (args[1] != nexSys.sys.target)\n return;\nnexSys.eventStream.raiseEvent('proneStateInsight', true);"
|
|
1298
|
-
}
|
|
1299
|
-
],
|
|
1300
|
-
"text": "^The chimera's goat head rams into (\\w+) and knocks (?:her|him) sprawling\\.$",
|
|
1301
|
-
"matching": "regexp",
|
|
1302
|
-
"whole_words": true,
|
|
1303
|
-
"case_sensitive": true
|
|
1304
|
-
},
|
|
1305
|
-
{
|
|
1306
|
-
"type": "trigger",
|
|
1307
|
-
"name": "Primebond Chimera Undeaf",
|
|
1308
|
-
"enabled": true,
|
|
1309
|
-
"actions": [
|
|
1310
|
-
{
|
|
1311
|
-
"type": "script",
|
|
1312
|
-
"enabled": true,
|
|
1313
|
-
"script": "insight.addAff({id: \"undeaf\", player: args[1]});"
|
|
1314
|
-
}
|
|
1315
|
-
],
|
|
1316
|
-
"text": "^(\\w+) is startled to attention by the roaring of the chimera's lion head\\.$",
|
|
1317
|
-
"matching": "regexp",
|
|
1318
|
-
"whole_words": true,
|
|
1319
|
-
"case_sensitive": true
|
|
1320
|
-
},
|
|
1321
|
-
{
|
|
1322
|
-
"type": "trigger",
|
|
1323
|
-
"name": "Primebond Chimera Stun",
|
|
1324
|
-
"enabled": true,
|
|
1325
|
-
"actions": [
|
|
1326
|
-
{
|
|
1327
|
-
"type": "script",
|
|
1328
|
-
"enabled": true,
|
|
1329
|
-
"script": "insight.addAff({id: \"undeaf\", player: args[1]});\n\nnexSys.eventStream.raiseEvent('proneStateInsight', true);"
|
|
1330
|
-
}
|
|
1331
|
-
],
|
|
1332
|
-
"text": "^(\\w+) is stunned by the roaring of the chimera's lion head\\.$",
|
|
1333
|
-
"matching": "regexp",
|
|
1334
|
-
"whole_words": true,
|
|
1335
|
-
"case_sensitive": true
|
|
1336
|
-
},
|
|
1337
|
-
{
|
|
1338
|
-
"type": "trigger",
|
|
1339
|
-
"name": "Primebond Crone Hit",
|
|
1340
|
-
"enabled": true,
|
|
1341
|
-
"actions": [
|
|
1342
|
-
{
|
|
1343
|
-
"type": "script",
|
|
1344
|
-
"enabled": true,
|
|
1345
|
-
"script": "insight.addAff({id: `broken${args[2]}${args[3]}`, player: args[1]});"
|
|
1346
|
-
}
|
|
1347
|
-
],
|
|
1348
|
-
"text": "^The crone withers (\\w+)'s (left|right) (arm|leg) into uselessness\\.$",
|
|
1349
|
-
"matching": "regexp",
|
|
1350
|
-
"whole_words": true,
|
|
1351
|
-
"case_sensitive": true
|
|
1352
|
-
},
|
|
1353
|
-
{
|
|
1354
|
-
"type": "trigger",
|
|
1355
|
-
"name": "Primebond Firelord Hit",
|
|
1356
|
-
"enabled": true,
|
|
1357
|
-
"actions": [
|
|
1358
|
-
{
|
|
1359
|
-
"type": "script",
|
|
1360
|
-
"enabled": true,
|
|
1361
|
-
"script": "insight.addAff({id: \"burning\", player: args[1]});"
|
|
1362
|
-
}
|
|
1363
|
-
],
|
|
1364
|
-
"text": "^(\\w+) cries out in horror as \\w+ body erupts into flames!$",
|
|
1365
|
-
"matching": "regexp",
|
|
1366
|
-
"whole_words": true,
|
|
1367
|
-
"case_sensitive": true
|
|
1368
|
-
},
|
|
1369
|
-
{
|
|
1370
|
-
"type": "trigger",
|
|
1371
|
-
"name": "Soulmaster",
|
|
1372
|
-
"enabled": false,
|
|
1373
|
-
"actions": [
|
|
1374
|
-
{
|
|
1375
|
-
"type": "script",
|
|
1376
|
-
"enabled": true,
|
|
1377
|
-
"script": "//Enter the script here"
|
|
1378
|
-
}
|
|
1379
|
-
],
|
|
1380
|
-
"text": "^Your soulmaster lets loose a horrible scream as it lets part of its being flow into (\\w+)\\.$",
|
|
1381
|
-
"matching": "regexp",
|
|
1382
|
-
"whole_words": true,
|
|
1383
|
-
"case_sensitive": true
|
|
1384
|
-
},
|
|
1385
|
-
{
|
|
1386
|
-
"type": "trigger",
|
|
1387
|
-
"name": "Soulmaster Control",
|
|
1388
|
-
"enabled": true,
|
|
1389
|
-
"actions": [
|
|
1390
|
-
{
|
|
1391
|
-
"type": "script",
|
|
1392
|
-
"enabled": true,
|
|
1393
|
-
"script": "insight.setStatus({id: \"soulmaster\", value: true, player: args[1]});"
|
|
1394
|
-
}
|
|
1395
|
-
],
|
|
1396
|
-
"text": "^You sense that the soulmaster entity is in control of (\\w+)'s being\\.$",
|
|
1397
|
-
"matching": "regexp",
|
|
1398
|
-
"whole_words": true,
|
|
1399
|
-
"case_sensitive": true
|
|
1400
|
-
},
|
|
1401
|
-
{
|
|
1402
|
-
"type": "trigger",
|
|
1403
|
-
"name": "Soulmaster no control",
|
|
1404
|
-
"enabled": true,
|
|
1405
|
-
"actions": [
|
|
1406
|
-
{
|
|
1407
|
-
"type": "script",
|
|
1408
|
-
"enabled": true,
|
|
1409
|
-
"script": "insight.setStatus({id: \"soulmaster\", value: false, player: args[1]});"
|
|
1410
|
-
}
|
|
1411
|
-
],
|
|
1412
|
-
"text": "^Your soulmaster is wrestling for control of (\\w+)'s soul and cannot command \\w+ right now\\.$",
|
|
1413
|
-
"matching": "regexp",
|
|
1414
|
-
"whole_words": true,
|
|
1415
|
-
"case_sensitive": true
|
|
1416
|
-
},
|
|
1417
|
-
{
|
|
1418
|
-
"type": "trigger",
|
|
1419
|
-
"name": "Soulmaster command",
|
|
1420
|
-
"enabled": true,
|
|
1421
|
-
"actions": [
|
|
1422
|
-
{
|
|
1423
|
-
"type": "script",
|
|
1424
|
-
"enabled": true,
|
|
1425
|
-
"script": "insight.setStatus({id: \"soulmaster\", value: false, player: args[1]});"
|
|
1426
|
-
}
|
|
1427
|
-
],
|
|
1428
|
-
"text": "^You order the soulmaster entity to manipulate (\\w+)\\.$",
|
|
1429
|
-
"matching": "regexp",
|
|
1430
|
-
"whole_words": true,
|
|
1431
|
-
"case_sensitive": true
|
|
1432
|
-
},
|
|
1433
|
-
{
|
|
1434
|
-
"type": "trigger",
|
|
1435
|
-
"name": "",
|
|
1436
|
-
"enabled": true,
|
|
1437
|
-
"actions": [
|
|
1438
|
-
{
|
|
1439
|
-
"type": "script",
|
|
1440
|
-
"enabled": true,
|
|
1441
|
-
"script": "//100 bleed\n//220 bleed if haemophilia"
|
|
1442
|
-
}
|
|
1443
|
-
],
|
|
1444
|
-
"text": "^The bloodleech clinging to (\\w+) expands and contracts with a sickening sound\\.$",
|
|
1445
|
-
"matching": "regexp",
|
|
1446
|
-
"whole_words": true,
|
|
1447
|
-
"case_sensitive": true
|
|
1448
|
-
},
|
|
1449
|
-
{
|
|
1450
|
-
"type": "trigger",
|
|
1451
|
-
"name": "",
|
|
1452
|
-
"enabled": true,
|
|
1453
|
-
"actions": [
|
|
1454
|
-
{
|
|
1455
|
-
"type": "script",
|
|
1456
|
-
"enabled": true,
|
|
1457
|
-
"script": "//Enter the script here"
|
|
1458
|
-
}
|
|
1459
|
-
],
|
|
1460
|
-
"text": "^You sense your sycophant begin to feed\\.\\.\\.$",
|
|
1461
|
-
"matching": "regexp",
|
|
1462
|
-
"whole_words": true,
|
|
1463
|
-
"case_sensitive": true
|
|
1464
|
-
},
|
|
1465
|
-
{
|
|
1466
|
-
"type": "trigger",
|
|
1467
|
-
"name": "",
|
|
1468
|
-
"enabled": true,
|
|
1469
|
-
"actions": [
|
|
1470
|
-
{
|
|
1471
|
-
"type": "script",
|
|
1472
|
-
"enabled": true,
|
|
1473
|
-
"script": "//Enter the script here"
|
|
1474
|
-
}
|
|
1475
|
-
],
|
|
1476
|
-
"text": "^Your humbug entity leaps at (\\w+)'s throat\\.$",
|
|
1477
|
-
"matching": "regexp",
|
|
1478
|
-
"whole_words": true,
|
|
1479
|
-
"case_sensitive": true
|
|
1480
|
-
},
|
|
1481
|
-
{
|
|
1482
|
-
"type": "trigger",
|
|
1483
|
-
"name": "",
|
|
1484
|
-
"enabled": true,
|
|
1485
|
-
"actions": [
|
|
1486
|
-
{
|
|
1487
|
-
"type": "script",
|
|
1488
|
-
"enabled": true,
|
|
1489
|
-
"script": "//Enter the script here"
|
|
1490
|
-
}
|
|
1491
|
-
],
|
|
1492
|
-
"text": "^Your green slime entity quickly envelops",
|
|
1493
|
-
"matching": "regexp",
|
|
1494
|
-
"whole_words": true,
|
|
1495
|
-
"case_sensitive": true
|
|
1496
|
-
}
|
|
1497
|
-
]
|
|
1498
|
-
},
|
|
1499
|
-
{
|
|
1500
|
-
"type": "group",
|
|
1501
|
-
"name": "Occultism",
|
|
1502
|
-
"enabled": true,
|
|
1503
|
-
"items": [
|
|
1504
|
-
{
|
|
1505
|
-
"type": "trigger",
|
|
1506
|
-
"name": "Cleanseaura Hit",
|
|
1507
|
-
"enabled": true,
|
|
1508
|
-
"actions": [
|
|
1509
|
-
{
|
|
1510
|
-
"type": "script",
|
|
1511
|
-
"enabled": true,
|
|
1512
|
-
"script": "insight.addAff({id: \"cleanseaura\", player: args[1]});"
|
|
1513
|
-
}
|
|
1514
|
-
],
|
|
1515
|
-
"text": "^A look of sudden concern flits across the visage of (\\w+)\\.$",
|
|
1516
|
-
"matching": "regexp",
|
|
1517
|
-
"whole_words": true,
|
|
1518
|
-
"case_sensitive": true
|
|
1519
|
-
},
|
|
1520
|
-
{
|
|
1521
|
-
"type": "trigger",
|
|
1522
|
-
"name": "Cleanseaura Fail",
|
|
1523
|
-
"enabled": true,
|
|
1524
|
-
"actions": [
|
|
1525
|
-
{
|
|
1526
|
-
"type": "script",
|
|
1527
|
-
"enabled": true,
|
|
1528
|
-
"script": "insight.removeAff({id: \"cleanseaura\", player: args[1]});"
|
|
1529
|
-
}
|
|
1530
|
-
],
|
|
1531
|
-
"text": "^The energy flickers and fades with no visible change\\.$",
|
|
1532
|
-
"matching": "regexp",
|
|
1533
|
-
"whole_words": true,
|
|
1534
|
-
"case_sensitive": true
|
|
1535
|
-
},
|
|
1536
|
-
{
|
|
1537
|
-
"type": "trigger",
|
|
1538
|
-
"name": "Ague Hit",
|
|
1539
|
-
"enabled": true,
|
|
1540
|
-
"actions": [
|
|
1541
|
-
{
|
|
1542
|
-
"type": "script",
|
|
1543
|
-
"enabled": true,
|
|
1544
|
-
"script": "if (insight.hasDef({id: \"caloric\", player: args[1]})) {\n\tinsight.removeDef({id: \"caloric\", player: args[1]})\n} else if (insight.hasAff({id: \"shivering\", player: args[1], probability: 1})) {\n\tinsight.addAff({id: \"frozen\", player: args[1]});\n} else {\n\tinsight.addAff({id: \"shivering\", player: args[1]});\n}"
|
|
1545
|
-
}
|
|
1546
|
-
],
|
|
1547
|
-
"text": "^You create a tendril of icy blue light that lashes out at (\\w+) and wraps around \\w+ aura\\.$",
|
|
1548
|
-
"matching": "regexp",
|
|
1549
|
-
"whole_words": true,
|
|
1550
|
-
"case_sensitive": true
|
|
1551
|
-
},
|
|
1552
|
-
{
|
|
1553
|
-
"type": "trigger",
|
|
1554
|
-
"name": "Attend",
|
|
1555
|
-
"enabled": false,
|
|
1556
|
-
"actions": [
|
|
1557
|
-
{
|
|
1558
|
-
"type": "script",
|
|
1559
|
-
"enabled": true,
|
|
1560
|
-
"script": "// Redundant with third person confirm message.\ninsight.addAff({id: \"undeaf\", player: args[1]});\ninsight.addAff({id: \"unblind\", player: args[1]});"
|
|
1561
|
-
}
|
|
1562
|
-
],
|
|
1563
|
-
"text": "^Focusing your will, you exert your aura at (\\w+) and snap your fingers, forcing \\w+ to pay attention to you\\.$",
|
|
1564
|
-
"matching": "regexp",
|
|
1565
|
-
"whole_words": true,
|
|
1566
|
-
"case_sensitive": true
|
|
1567
|
-
},
|
|
1568
|
-
{
|
|
1569
|
-
"type": "trigger",
|
|
1570
|
-
"name": "Attend Hit",
|
|
1571
|
-
"enabled": true,
|
|
1572
|
-
"actions": [
|
|
1573
|
-
{
|
|
1574
|
-
"type": "script",
|
|
1575
|
-
"enabled": true,
|
|
1576
|
-
"script": "//Removed deafness and blindness\ninsight.addAff({id: \"undeaf\", player: args[1]});\ninsight.addAff({id: \"unblind\", player: args[1]});"
|
|
1577
|
-
}
|
|
1578
|
-
],
|
|
1579
|
-
"text": "^(\\w+)'s eyes flicker open and \\w+ head snaps up\\.$",
|
|
1580
|
-
"matching": "regexp",
|
|
1581
|
-
"whole_words": true,
|
|
1582
|
-
"case_sensitive": true
|
|
1583
|
-
},
|
|
1584
|
-
{
|
|
1585
|
-
"type": "trigger",
|
|
1586
|
-
"name": "Enervate",
|
|
1587
|
-
"enabled": true,
|
|
1588
|
-
"actions": [
|
|
1589
|
-
{
|
|
1590
|
-
"type": "script",
|
|
1591
|
-
"enabled": true,
|
|
1592
|
-
"script": "insight.setStatus({id: \"mana\", value: insight.getStatus({id: \"mana\"}) * (1 - 0.211)})\ninsight.setStatus({id: \"manaPercent\", value: insight.getStatus({id: \"manaPercent\"}) - 0.211});"
|
|
1593
|
-
}
|
|
1594
|
-
],
|
|
1595
|
-
"text": "^You bend your will to send out a tendril of your aura to attach to (\\w+)'s aura, enervating \\w+ mental energy into your own\\.$",
|
|
1596
|
-
"matching": "regexp",
|
|
1597
|
-
"whole_words": true,
|
|
1598
|
-
"case_sensitive": true
|
|
1599
|
-
},
|
|
1600
|
-
{
|
|
1601
|
-
"type": "trigger",
|
|
1602
|
-
"name": "Shrivel Arm",
|
|
1603
|
-
"enabled": true,
|
|
1604
|
-
"actions": [
|
|
1605
|
-
{
|
|
1606
|
-
"type": "script",
|
|
1607
|
-
"enabled": true,
|
|
1608
|
-
"script": "//Always hits Right then Left\nif (insight.hasAff({id: \"brokenrightarm\", player: args[1], probability: 1})) {\n\tinsight.addAff({id: \"brokenleftarm\", player: args[1]});\n} else {\n\tinsight.addAff({id: \"brokenrightarm\", player: args[1]});\n}"
|
|
1609
|
-
}
|
|
1610
|
-
],
|
|
1611
|
-
"text": "^You reach out and stroke an arm of (\\w+), and it withers away\\.$",
|
|
1612
|
-
"matching": "regexp",
|
|
1613
|
-
"whole_words": true,
|
|
1614
|
-
"case_sensitive": true
|
|
1615
|
-
},
|
|
1616
|
-
{
|
|
1617
|
-
"type": "trigger",
|
|
1618
|
-
"name": "Shrivel Leg",
|
|
1619
|
-
"enabled": true,
|
|
1620
|
-
"actions": [
|
|
1621
|
-
{
|
|
1622
|
-
"type": "script",
|
|
1623
|
-
"enabled": true,
|
|
1624
|
-
"script": "//Always hits Right then Left\nif (insight.hasAff({id: \"brokenrightleg\", player: args[1], probability: 1})) {\n\tinsight.addAff({id: \"brokenleftleg\", player: args[1]});\n} else {\n\tinsight.addAff({id: \"brokenrightleg\", player: args[1]});\n}"
|
|
1625
|
-
}
|
|
1626
|
-
],
|
|
1627
|
-
"text": "^You reach out and grasp (\\w+)'s leg in an iron grip, and it shrivels feebly\\.$",
|
|
1628
|
-
"matching": "regexp",
|
|
1629
|
-
"whole_words": true,
|
|
1630
|
-
"case_sensitive": true
|
|
1631
|
-
},
|
|
1632
|
-
{
|
|
1633
|
-
"type": "trigger",
|
|
1634
|
-
"name": "Shrivel Targetted",
|
|
1635
|
-
"enabled": true,
|
|
1636
|
-
"actions": [
|
|
1637
|
-
{
|
|
1638
|
-
"type": "script",
|
|
1639
|
-
"enabled": true,
|
|
1640
|
-
"script": "insight.addAff({id: `broken${args[2]}${args[3]}`, player: args[1]});"
|
|
1641
|
-
}
|
|
1642
|
-
],
|
|
1643
|
-
"text": "^You touch (\\w+)'s (right|left) (arm|leg), and it shrivels away\\.$",
|
|
1644
|
-
"matching": "regexp",
|
|
1645
|
-
"whole_words": true,
|
|
1646
|
-
"case_sensitive": true
|
|
1647
|
-
},
|
|
1648
|
-
{
|
|
1649
|
-
"type": "trigger",
|
|
1650
|
-
"name": "Devolve Hit",
|
|
1651
|
-
"enabled": true,
|
|
1652
|
-
"actions": [
|
|
1653
|
-
{
|
|
1654
|
-
"type": "script",
|
|
1655
|
-
"enabled": true,
|
|
1656
|
-
"script": "insight.addAff({id: \"shyness\", player: args[1]});\ninsight.addAff({id: \"disloyalty\", player: args[1]});"
|
|
1657
|
-
}
|
|
1658
|
-
],
|
|
1659
|
-
"text": "^Feathers sprout up all over (\\w+)'s face, and the lips thicken and lengthen into a small beak\\.$",
|
|
1660
|
-
"matching": "regexp",
|
|
1661
|
-
"whole_words": true,
|
|
1662
|
-
"case_sensitive": true
|
|
1663
|
-
},
|
|
1664
|
-
{
|
|
1665
|
-
"type": "trigger",
|
|
1666
|
-
"name": "Devolve Hit 2",
|
|
1667
|
-
"enabled": true,
|
|
1668
|
-
"actions": [
|
|
1669
|
-
{
|
|
1670
|
-
"type": "script",
|
|
1671
|
-
"enabled": true,
|
|
1672
|
-
"script": "insight.addAff({id: \"shyness\", player: args[1]});\ninsight.addAff({id: \"disloyalty\", player: args[1]});"
|
|
1673
|
-
}
|
|
1674
|
-
],
|
|
1675
|
-
"text": "^(\\w+)'s skin suddenly darkens to a deep green and is covered with warts\\. As \\w+'s face widens, \\w+ mouth stretches to ridiculous proportions\\.$",
|
|
1676
|
-
"matching": "regexp",
|
|
1677
|
-
"whole_words": true,
|
|
1678
|
-
"case_sensitive": true
|
|
1679
|
-
},
|
|
1680
|
-
{
|
|
1681
|
-
"type": "trigger",
|
|
1682
|
-
"name": "Instill",
|
|
1683
|
-
"enabled": true,
|
|
1684
|
-
"actions": [
|
|
1685
|
-
{
|
|
1686
|
-
"type": "script",
|
|
1687
|
-
"enabled": true,
|
|
1688
|
-
"script": "//asthma, clumsiness, healthleech, sensitivity, slickness, paralysis, or darkshade.\ninsight.addAff({id: args[2], player: args[1]});"
|
|
1689
|
-
}
|
|
1690
|
-
],
|
|
1691
|
-
"text": "^You make a sharp gesture toward (\\w+), disrupting \\w+ aura with the (\\w+) affliction\\.$",
|
|
1692
|
-
"matching": "regexp",
|
|
1693
|
-
"whole_words": true,
|
|
1694
|
-
"case_sensitive": true
|
|
1695
|
-
},
|
|
1696
|
-
{
|
|
1697
|
-
"type": "trigger",
|
|
1698
|
-
"name": "Chaosrays Hit",
|
|
1699
|
-
"enabled": true,
|
|
1700
|
-
"actions": [
|
|
1701
|
-
{
|
|
1702
|
-
"type": "script",
|
|
1703
|
-
"enabled": true,
|
|
1704
|
-
"script": "//Antoninus is hit by a orange, blue, and green ray.\n//Antoninus is hit by a red, violet, and indigo ray.\n//Antoninus is hit by a orange ray.\n//Antoninus is hit by a orange and red ray.\nlet chaosColors = {\n\tindigo() {insight.addAff({id: \"stupidity\", player: args[1]});},\n orange() {insight.addAff({id: \"paralysis\", player: args[1]});},\n violet() {\n \tif (insight.hasDef({id: \"speed\", player: args[1]})) {\n \tinsight.removeDef({id: \"speed\", player: args[1]});\n } else {\n \tinsight.addAff({id: \"aeon\", player: args[1]});\n }\n },\n blue() {/*cold damage*/},\n green() {/*healing*/},\n yellow() {/*electric damage*/},\n red() {/*fire damage*/}\n}\nlet colors = args[2].replace(' and ', ',').replaceAll(' ', '').replace(',,', ',').split(',')\ncolors.forEach(e => chaosColors[e]());"
|
|
1705
|
-
}
|
|
1706
|
-
],
|
|
1707
|
-
"text": "^(\\w+) is hit by a (.+) ray\\.$",
|
|
1708
|
-
"matching": "regexp",
|
|
1709
|
-
"whole_words": true,
|
|
1710
|
-
"case_sensitive": true
|
|
1711
|
-
},
|
|
1712
|
-
{
|
|
1713
|
-
"type": "trigger",
|
|
1714
|
-
"name": "Whispering Madness Hit",
|
|
1715
|
-
"enabled": true,
|
|
1716
|
-
"actions": [
|
|
1717
|
-
{
|
|
1718
|
-
"type": "script",
|
|
1719
|
-
"enabled": true,
|
|
1720
|
-
"script": "insight.addAff({id: \"whisperingmadness\", player: args[1]});"
|
|
1721
|
-
}
|
|
1722
|
-
],
|
|
1723
|
-
"text": "^You pass your hand in front of (\\w+)\\. \\w+ trembles and \\w+ eyes widen in terror\\.$",
|
|
1724
|
-
"matching": "regexp",
|
|
1725
|
-
"whole_words": true,
|
|
1726
|
-
"case_sensitive": true
|
|
1727
|
-
},
|
|
1728
|
-
{
|
|
1729
|
-
"type": "trigger",
|
|
1730
|
-
"name": "Whispering Madness Miss",
|
|
1731
|
-
"enabled": true,
|
|
1732
|
-
"actions": [
|
|
1733
|
-
{
|
|
1734
|
-
"type": "script",
|
|
1735
|
-
"enabled": true,
|
|
1736
|
-
"script": "insight.occultist.whisperingmadness.forEach(e => insight.removeAff({id: e, player: args[1]}));"
|
|
1737
|
-
}
|
|
1738
|
-
],
|
|
1739
|
-
"text": "^You pass your hand in front of (\\w+)\\. \\w+ shades \\w+ head as if clearing \\w+ mind\\.$",
|
|
1740
|
-
"matching": "regexp",
|
|
1741
|
-
"whole_words": true,
|
|
1742
|
-
"case_sensitive": true
|
|
1743
|
-
},
|
|
1744
|
-
{
|
|
1745
|
-
"type": "trigger",
|
|
1746
|
-
"name": "Whispering Madness Hit Other",
|
|
1747
|
-
"enabled": true,
|
|
1748
|
-
"actions": [
|
|
1749
|
-
{
|
|
1750
|
-
"type": "script",
|
|
1751
|
-
"enabled": true,
|
|
1752
|
-
"script": "insight.addAff({id: \"whisperingmadness\", player: args[1]});"
|
|
1753
|
-
}
|
|
1754
|
-
],
|
|
1755
|
-
"text": "^\\w+ passes \\w+ hand in front of (\\w+)\\. \\w+ trembles and \\w+ eyes widen in terror\\.$",
|
|
1756
|
-
"matching": "regexp",
|
|
1757
|
-
"whole_words": true,
|
|
1758
|
-
"case_sensitive": true
|
|
1759
|
-
},
|
|
1760
|
-
{
|
|
1761
|
-
"type": "trigger",
|
|
1762
|
-
"name": "Whispering madness proc",
|
|
1763
|
-
"enabled": true,
|
|
1764
|
-
"actions": [
|
|
1765
|
-
{
|
|
1766
|
-
"type": "script",
|
|
1767
|
-
"enabled": true,
|
|
1768
|
-
"script": "insight.confirmAff({id: \"whisperingmadness\", player: args[1], state: true});"
|
|
1769
|
-
}
|
|
1770
|
-
],
|
|
1771
|
-
"text": "^(\\w+) trembles and (?:her|his) eyes widen in terror\\. (?:He|She) looks around (?:herself|himself) as if searching for something that isn't there\\.$",
|
|
1772
|
-
"matching": "regexp",
|
|
1773
|
-
"whole_words": true,
|
|
1774
|
-
"case_sensitive": true
|
|
1775
|
-
},
|
|
1776
|
-
{
|
|
1777
|
-
"type": "trigger",
|
|
1778
|
-
"name": "Truename Hit",
|
|
1779
|
-
"enabled": true,
|
|
1780
|
-
"actions": [
|
|
1781
|
-
{
|
|
1782
|
-
"type": "script",
|
|
1783
|
-
"enabled": true,
|
|
1784
|
-
"script": "insight.removeDef({id: \"speed\", player: args[1]});\ninsight.addAff({id: \"aeon\", player: args[1]});"
|
|
1785
|
-
}
|
|
1786
|
-
],
|
|
1787
|
-
"text": "^Drawing back with a knowing smirk, you utter the truename of (\\w+), who suddenly becomes very still and bleeds from \\w+ eyes and ears\\.$",
|
|
1788
|
-
"matching": "regexp",
|
|
1789
|
-
"whole_words": true,
|
|
1790
|
-
"case_sensitive": true
|
|
1791
|
-
},
|
|
1792
|
-
{
|
|
1793
|
-
"type": "trigger",
|
|
1794
|
-
"name": "Unnamable Hit",
|
|
1795
|
-
"enabled": true,
|
|
1796
|
-
"actions": [
|
|
1797
|
-
{
|
|
1798
|
-
"type": "script",
|
|
1799
|
-
"enabled": true,
|
|
1800
|
-
"script": "//Hit with unnamable"
|
|
1801
|
-
}
|
|
1802
|
-
],
|
|
1803
|
-
"text": "^(\\w+) pales as the blood drains from \\w+ face\\.$",
|
|
1804
|
-
"matching": "regexp",
|
|
1805
|
-
"whole_words": true,
|
|
1806
|
-
"case_sensitive": true
|
|
1807
|
-
},
|
|
1808
|
-
{
|
|
1809
|
-
"type": "trigger",
|
|
1810
|
-
"name": "Unnamable Hit Confirm",
|
|
1811
|
-
"enabled": true,
|
|
1812
|
-
"actions": [
|
|
1813
|
-
{
|
|
1814
|
-
"type": "script",
|
|
1815
|
-
"enabled": true,
|
|
1816
|
-
"script": "//Hit with unnamable. 1-3 afflictions\nfor(let i = 0; i < args[2]; i++) {\n\tinsight.smartAffs({ids: [\"confusion\", \"stupidity\", \"dementia\"], player: args[1]});\n}"
|
|
1817
|
-
}
|
|
1818
|
-
],
|
|
1819
|
-
"text": "^(\\w+) has been struck down by (\\d) curses of the unnamable\\.$",
|
|
1820
|
-
"matching": "regexp",
|
|
1821
|
-
"whole_words": true,
|
|
1822
|
-
"case_sensitive": true
|
|
1823
|
-
},
|
|
1824
|
-
{
|
|
1825
|
-
"type": "trigger",
|
|
1826
|
-
"name": "Enlighten",
|
|
1827
|
-
"enabled": true,
|
|
1828
|
-
"actions": [
|
|
1829
|
-
{
|
|
1830
|
-
"type": "script",
|
|
1831
|
-
"enabled": true,
|
|
1832
|
-
"script": "if (insight.nextLine('You see')) {\n insight.setStatus({id: \"enlightened\", value: true, player: args[1]});\n}"
|
|
1833
|
-
}
|
|
1834
|
-
],
|
|
1835
|
-
"text": "^You place both hands on either side of (\\w+)'s head and stare straight into \\w+ eyes\\. Summoning all your knowledge of the occult mysteries, you will your knowledge into \\w+'s mind\\.$",
|
|
1836
|
-
"matching": "regexp",
|
|
1837
|
-
"whole_words": true,
|
|
1838
|
-
"case_sensitive": true
|
|
1839
|
-
},
|
|
1840
|
-
{
|
|
1841
|
-
"type": "trigger",
|
|
1842
|
-
"name": "",
|
|
1843
|
-
"enabled": true,
|
|
1844
|
-
"actions": [
|
|
1845
|
-
{
|
|
1846
|
-
"type": "script",
|
|
1847
|
-
"enabled": true,
|
|
1848
|
-
"script": "insight.setStatus({id: \"enlightened\", value: true, player: args[1]});"
|
|
1849
|
-
}
|
|
1850
|
-
],
|
|
1851
|
-
"text": "^You see (.+) yell, \"No, it cannot be true! I cannot accept it! I beg of you to make it stop!\"$",
|
|
1852
|
-
"matching": "regexp",
|
|
1853
|
-
"whole_words": true,
|
|
1854
|
-
"case_sensitive": true
|
|
1855
|
-
},
|
|
1856
|
-
{
|
|
1857
|
-
"type": "trigger",
|
|
1858
|
-
"name": "",
|
|
1859
|
-
"enabled": true,
|
|
1860
|
-
"actions": [
|
|
1861
|
-
{
|
|
1862
|
-
"type": "script",
|
|
1863
|
-
"enabled": true,
|
|
1864
|
-
"script": "insight.setStatus({id: \"enlightened\", value: true, player: args[1]});"
|
|
1865
|
-
}
|
|
1866
|
-
],
|
|
1867
|
-
"text": "^You see (.+) shout, \"No, it cannot be true! I cannot accept it! I beg of you to make it stop!\"$",
|
|
1868
|
-
"matching": "regexp",
|
|
1869
|
-
"whole_words": true,
|
|
1870
|
-
"case_sensitive": true
|
|
1871
|
-
},
|
|
1872
|
-
{
|
|
1873
|
-
"type": "trigger",
|
|
1874
|
-
"name": "Regress 3P Prone",
|
|
1875
|
-
"enabled": true,
|
|
1876
|
-
"actions": [
|
|
1877
|
-
{
|
|
1878
|
-
"type": "script",
|
|
1879
|
-
"enabled": true,
|
|
1880
|
-
"script": "insight.addAff({id: \"prone\", player: args[1]});"
|
|
1881
|
-
}
|
|
1882
|
-
],
|
|
1883
|
-
"text": "^The legs of (\\w+) snap out from under \\w+\\.$",
|
|
1884
|
-
"matching": "regexp",
|
|
1885
|
-
"whole_words": true,
|
|
1886
|
-
"case_sensitive": true
|
|
1887
|
-
},
|
|
1888
|
-
{
|
|
1889
|
-
"type": "trigger",
|
|
1890
|
-
"name": "Regress 3P Anorexia",
|
|
1891
|
-
"enabled": true,
|
|
1892
|
-
"actions": [
|
|
1893
|
-
{
|
|
1894
|
-
"type": "script",
|
|
1895
|
-
"enabled": true,
|
|
1896
|
-
"script": "insight.addAff({id: \"anorexia\", player: args[1]});\ninsight.confirmAff({id: \"prone\", player: args[1], state: true});"
|
|
1897
|
-
}
|
|
1898
|
-
],
|
|
1899
|
-
"text": "^The face of (\\w+) turns a particularly vibrant shade of green\\.$",
|
|
1900
|
-
"matching": "regexp",
|
|
1901
|
-
"whole_words": true,
|
|
1902
|
-
"case_sensitive": true
|
|
1903
|
-
}
|
|
1904
|
-
]
|
|
1905
|
-
},
|
|
1906
|
-
{
|
|
1907
|
-
"type": "group",
|
|
1908
|
-
"name": "Tarot",
|
|
1909
|
-
"enabled": true,
|
|
1910
|
-
"items": [
|
|
1911
|
-
{
|
|
1912
|
-
"type": "trigger",
|
|
1913
|
-
"name": "Hit Lovers",
|
|
1914
|
-
"enabled": true,
|
|
1915
|
-
"actions": [
|
|
1916
|
-
{
|
|
1917
|
-
"type": "script",
|
|
1918
|
-
"enabled": true,
|
|
1919
|
-
"script": "//Lovers affliction\ninsight.addAff({id: \"lovers\", player: args[1]});"
|
|
1920
|
-
}
|
|
1921
|
-
],
|
|
1922
|
-
"text": "^You throw a Lovers tarot at (\\w+) and as it strikes true, a look of utter love covers (?:her|his) face\\.$",
|
|
1923
|
-
"matching": "regexp",
|
|
1924
|
-
"whole_words": true,
|
|
1925
|
-
"case_sensitive": true
|
|
1926
|
-
},
|
|
1927
|
-
{
|
|
1928
|
-
"type": "trigger",
|
|
1929
|
-
"name": "TODO: Hit Hangedman",
|
|
1930
|
-
"enabled": true,
|
|
1931
|
-
"actions": [
|
|
1932
|
-
{
|
|
1933
|
-
"type": "script",
|
|
1934
|
-
"enabled": true,
|
|
1935
|
-
"script": "//bound"
|
|
1936
|
-
}
|
|
1937
|
-
],
|
|
1938
|
-
"text": "^You toss the Hanged Man tarot card at (\\w+) and as it reaches (?:her|him), a huge mass of rope bursts out of it to entrap and hinder \\w+\\.$",
|
|
1939
|
-
"matching": "regexp",
|
|
1940
|
-
"whole_words": true,
|
|
1941
|
-
"case_sensitive": true
|
|
1942
|
-
},
|
|
1943
|
-
{
|
|
1944
|
-
"type": "trigger",
|
|
1945
|
-
"name": "Hit Justice",
|
|
1946
|
-
"enabled": true,
|
|
1947
|
-
"actions": [
|
|
1948
|
-
{
|
|
1949
|
-
"type": "script",
|
|
1950
|
-
"enabled": true,
|
|
1951
|
-
"script": "//Justice affliction\ninsight.addAff({id: \"justice\", player: args[1]});"
|
|
1952
|
-
}
|
|
1953
|
-
],
|
|
1954
|
-
"text": "^With a prayer to Miramar, the Just, you fling your tarot card at (\\w+)\\. A set of scales appears above \\w+ head and one side of the scale quickly descends\\. Justice will be done\\.$",
|
|
1955
|
-
"matching": "regexp",
|
|
1956
|
-
"whole_words": true,
|
|
1957
|
-
"case_sensitive": true
|
|
1958
|
-
},
|
|
1959
|
-
{
|
|
1960
|
-
"type": "trigger",
|
|
1961
|
-
"name": "Hit Aeon",
|
|
1962
|
-
"enabled": true,
|
|
1963
|
-
"actions": [
|
|
1964
|
-
{
|
|
1965
|
-
"type": "script",
|
|
1966
|
-
"enabled": true,
|
|
1967
|
-
"script": "//Speed stripped after 2 second delay.\ninsight.removeDef({id: \"speed\", player: args[1]});"
|
|
1968
|
-
}
|
|
1969
|
-
],
|
|
1970
|
-
"text": "^You stand an Aeon tarot on your palm, and blow it lightly at (\\w+)\\.$",
|
|
1971
|
-
"matching": "regexp",
|
|
1972
|
-
"whole_words": true,
|
|
1973
|
-
"case_sensitive": true
|
|
1974
|
-
},
|
|
1975
|
-
{
|
|
1976
|
-
"type": "trigger",
|
|
1977
|
-
"name": "Hit Aeon Speed",
|
|
1978
|
-
"enabled": true,
|
|
1979
|
-
"actions": [
|
|
1980
|
-
{
|
|
1981
|
-
"type": "script",
|
|
1982
|
-
"enabled": true,
|
|
1983
|
-
"script": "//Speed stripped\ninsight.removeDef({id: \"speed\", player: args[1]});"
|
|
1984
|
-
}
|
|
1985
|
-
],
|
|
1986
|
-
"text": "^(\\w+) suddenly seems less dexterous, \\w+ reactions becoming noticeably slower\\.$",
|
|
1987
|
-
"matching": "regexp",
|
|
1988
|
-
"whole_words": true,
|
|
1989
|
-
"case_sensitive": true
|
|
1990
|
-
},
|
|
1991
|
-
{
|
|
1992
|
-
"type": "trigger",
|
|
1993
|
-
"name": "Hit Aeon Aeon",
|
|
1994
|
-
"enabled": true,
|
|
1995
|
-
"actions": [
|
|
1996
|
-
{
|
|
1997
|
-
"type": "script",
|
|
1998
|
-
"enabled": true,
|
|
1999
|
-
"script": "//Aeon\ninsight.removeDef({id: \"speed\", player: args[1]});\ninsight.addAff({id: \"aeon\", player: args[1]});"
|
|
2000
|
-
}
|
|
2001
|
-
],
|
|
2002
|
-
"text": "^Standing the Aeon on your open palm, you blow it lightly at (\\w+) and watch as it seems to slow \\w+ movement through the time stream\\.$",
|
|
2003
|
-
"matching": "regexp",
|
|
2004
|
-
"whole_words": true,
|
|
2005
|
-
"case_sensitive": true
|
|
2006
|
-
},
|
|
2007
|
-
{
|
|
2008
|
-
"type": "trigger",
|
|
2009
|
-
"name": "Hit Ruinate Lovers",
|
|
2010
|
-
"enabled": true,
|
|
2011
|
-
"actions": [
|
|
2012
|
-
{
|
|
2013
|
-
"type": "script",
|
|
2014
|
-
"enabled": true,
|
|
2015
|
-
"script": "//Manaleech\ninsight.addAff({id: \"manaleech\", player: args[1]});"
|
|
2016
|
-
}
|
|
2017
|
-
],
|
|
2018
|
-
"text": "^The card twists and writhes as it leaps from your hand towards (\\w+), the image resolving into a twisted visage crossed with a bloody knife\\.$",
|
|
2019
|
-
"matching": "regexp",
|
|
2020
|
-
"whole_words": true,
|
|
2021
|
-
"case_sensitive": true
|
|
2022
|
-
},
|
|
2023
|
-
{
|
|
2024
|
-
"type": "trigger",
|
|
2025
|
-
"name": "TODO: Hit Ruinate Justice",
|
|
2026
|
-
"enabled": true,
|
|
2027
|
-
"actions": [
|
|
2028
|
-
{
|
|
2029
|
-
"type": "script",
|
|
2030
|
-
"enabled": true,
|
|
2031
|
-
"script": "//Converted paralysis, sensitivity, healthleech, haemophilia, weariness, asthma, or clumsiness into broken limbs.\n// what order does it convert in?\n// is it always the same order?"
|
|
2032
|
-
}
|
|
2033
|
-
],
|
|
2034
|
-
"text": "^As you fling a card at (\\w+), the scales of justice upon its surface twists and cracks as the image becomes something indefinable, but vastly more sinister\\.$",
|
|
2035
|
-
"matching": "regexp",
|
|
2036
|
-
"whole_words": true,
|
|
2037
|
-
"case_sensitive": true
|
|
2038
|
-
},
|
|
2039
|
-
{
|
|
2040
|
-
"type": "trigger",
|
|
2041
|
-
"name": "TODO: Hit Ruinate Justice Break",
|
|
2042
|
-
"enabled": true,
|
|
2043
|
-
"actions": [
|
|
2044
|
-
{
|
|
2045
|
-
"type": "script",
|
|
2046
|
-
"enabled": true,
|
|
2047
|
-
"script": "//21:55:21.857 Pamxen violently spasms as orange light plays across his body.\n//21:55:21.857 An audible crack emanates from the bones in the left arm, left leg, right arm, and right leg of Pamxen.\n//21:55:21.857 The broken legs of Pamxen give way, and he collapses to the ground."
|
|
2048
|
-
}
|
|
2049
|
-
],
|
|
2050
|
-
"text": "^An audible crack emanates from the bones in the (right|left) (arm|leg) of (\\w+)\\.$",
|
|
2051
|
-
"matching": "regexp",
|
|
2052
|
-
"whole_words": true,
|
|
2053
|
-
"case_sensitive": true
|
|
2054
|
-
}
|
|
2055
|
-
]
|
|
2056
|
-
},
|
|
2057
|
-
{
|
|
2058
|
-
"type": "group",
|
|
2059
|
-
"name": "Shadowmancy",
|
|
2060
|
-
"enabled": true,
|
|
2061
|
-
"items": [
|
|
2062
|
-
{
|
|
2063
|
-
"type": "trigger",
|
|
2064
|
-
"name": "",
|
|
2065
|
-
"enabled": true,
|
|
2066
|
-
"actions": [
|
|
2067
|
-
{
|
|
2068
|
-
"type": "script",
|
|
2069
|
-
"enabled": true,
|
|
2070
|
-
"script": "insight.addAff({id: args[2], player: args[1]});"
|
|
2071
|
-
}
|
|
2072
|
-
],
|
|
2073
|
-
"text": "^You determine that (\\w+) is suffering from (\\w+)\\.$",
|
|
2074
|
-
"matching": "regexp",
|
|
2075
|
-
"whole_words": true,
|
|
2076
|
-
"case_sensitive": true
|
|
2077
|
-
},
|
|
2078
|
-
{
|
|
2079
|
-
"type": "trigger",
|
|
2080
|
-
"name": "Leach Shadow",
|
|
2081
|
-
"enabled": true,
|
|
2082
|
-
"actions": [
|
|
2083
|
-
{
|
|
2084
|
-
"type": "script",
|
|
2085
|
-
"enabled": true,
|
|
2086
|
-
"script": "insight.confirmAff({id: \"parasite\", player: args[1], state: true});\ninsight.confirmAff({id: \"healthleech\", player: args[1], state: true});\ninsight.confirmAff({id: \"manaleech\", player: args[1], state: true});"
|
|
2087
|
-
}
|
|
2088
|
-
],
|
|
2089
|
-
"text": "^As the scythe comes away, the writhing shadow of (\\w+) clings to the weapon\\.$",
|
|
2090
|
-
"matching": "regexp",
|
|
2091
|
-
"whole_words": true,
|
|
2092
|
-
"case_sensitive": true
|
|
2093
|
-
},
|
|
2094
|
-
{
|
|
2095
|
-
"type": "trigger",
|
|
2096
|
-
"name": "Leach",
|
|
2097
|
-
"enabled": true,
|
|
2098
|
-
"actions": [
|
|
2099
|
-
{
|
|
2100
|
-
"type": "script",
|
|
2101
|
-
"enabled": true,
|
|
2102
|
-
"script": "insight.smartAffs({ids: [\"parasite\", \"healthleech\", \"manaleech\"], player: args[1], ordered: true});"
|
|
2103
|
-
}
|
|
2104
|
-
],
|
|
2105
|
-
"text": "^As the weapon strikes (\\w+), \\w+ seems greatly diminished\\.$",
|
|
2106
|
-
"matching": "regexp",
|
|
2107
|
-
"whole_words": true,
|
|
2108
|
-
"case_sensitive": true
|
|
2109
|
-
},
|
|
2110
|
-
{
|
|
2111
|
-
"type": "trigger",
|
|
2112
|
-
"name": "Reap",
|
|
2113
|
-
"enabled": true,
|
|
2114
|
-
"actions": [
|
|
2115
|
-
{
|
|
2116
|
-
"type": "script",
|
|
2117
|
-
"enabled": true,
|
|
2118
|
-
"script": "// Need logic for adding envenoms.\nif (insight.envenom1) {\n insight.addAff({id: insight.evenom1, player: args[1]});\n insight.envenom1 = false;\n}"
|
|
2119
|
-
}
|
|
2120
|
-
],
|
|
2121
|
-
"text": "^You unleash a vicious reaping blow at (\\w+) with a scythe of shadows\\.$",
|
|
2122
|
-
"matching": "regexp",
|
|
2123
|
-
"whole_words": true,
|
|
2124
|
-
"case_sensitive": true
|
|
2125
|
-
},
|
|
2126
|
-
{
|
|
2127
|
-
"type": "trigger",
|
|
2128
|
-
"name": "Degeneration",
|
|
2129
|
-
"enabled": true,
|
|
2130
|
-
"actions": [
|
|
2131
|
-
{
|
|
2132
|
-
"type": "script",
|
|
2133
|
-
"enabled": true,
|
|
2134
|
-
"script": "insight.smartAffs({ids: [\"clumsiness\", \"weariness\", \"paralysis\"], player: args[1], ordered: true});"
|
|
2135
|
-
}
|
|
2136
|
-
],
|
|
2137
|
-
"text": "^As the weapon strikes (\\w+), the contact area begins to rot before your eyes\\.$",
|
|
2138
|
-
"matching": "regexp",
|
|
2139
|
-
"whole_words": true,
|
|
2140
|
-
"case_sensitive": true
|
|
2141
|
-
},
|
|
2142
|
-
{
|
|
2143
|
-
"type": "trigger",
|
|
2144
|
-
"name": "Timeloop",
|
|
2145
|
-
"enabled": true,
|
|
2146
|
-
"actions": [
|
|
2147
|
-
{
|
|
2148
|
-
"type": "script",
|
|
2149
|
-
"enabled": true,
|
|
2150
|
-
"script": "insight.addAff({id: 'timeloop', player: args[1]});"
|
|
2151
|
-
}
|
|
2152
|
-
],
|
|
2153
|
-
"text": "^Grey fog begins to rise from the suddenly panicked-looking (\\w+)\\.$",
|
|
2154
|
-
"matching": "regexp",
|
|
2155
|
-
"whole_words": true,
|
|
2156
|
-
"case_sensitive": true
|
|
2157
|
-
}
|
|
2158
|
-
]
|
|
2159
|
-
}
|
|
2160
|
-
]
|
|
2161
|
-
}
|
|
2162
|
-
],
|
|
2163
|
-
"description": "Khaseem's insight into afflictions"
|
|
2164
|
-
}
|
|
1
|
+
{"type":"group","name":"insight3","enabled":true,"items":[{"type":"function","name":"onInstall","enabled":true,"code":"nexusclient.reflexes().run_function('esLoad', {}, 'insight3');"},{"type":"function","name":"onUninstall","enabled":true,"code":"// Place any code here you'd like to autorun when the package is uninstalled"},{"type":"function","name":"esLoad","enabled":true,"code":"import('https://unpkg.com/nexsight/insight.min.js').then(() => {\nconsole.log('insightDisplay then()');\n const insightDisplay = () => {\n if (insight.currentAffs().length > 0) {\n nexusclient.add_html_line(insight.currentAffDisplayHTML());\n }\n }\n eventStream.removeListener('PromptEvent', 'insightDisplay');\n eventStream.registerEvent('PromptEvent', insightDisplay);\n insight.setTarget('Pamxen');\n insight.reporting.notices = true;\n})\n.catch(error => {\n console.error('Error during inisght import:', error);\n });"},{"type":"function","name":"onLoad","enabled":true,"code":""},{"type":"alias","name":"","enabled":true,"actions":[{"type":"function","enabled":true,"fn":"esLoad"}],"text":"insight.reload","matching":"exact","whole_words":true,"case_sensitive":true,"prefix_suffix":true},{"type":"group","name":"Target Curing","enabled":true,"items":[{"type":"group","name":"Curatives","enabled":true,"items":[{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.usedCure({player: args[1], id: 'antimony'})"}],"text":"^(\\w+?) eats (?:a ginger root|an antimony flake)\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.usedCure({player: args[1], id: 'argentum'})"}],"text":"^(\\w+?) eats (?:a lobelia seed|an argentum flake)\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.usedCure({player: args[1], id: 'arsenic'})"}],"text":"^(\\w+?) eats (?:some bayberry bark|an arsenic pellet)\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.usedCure({player: args[1], id: 'aurum'})"}],"text":"^(\\w+?) eats (?:a piece of kelp|an aurum flake)\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.usedCure({player: args[1], id: 'cuprum'});"}],"text":"^(\\w+?) eats a (?:bellwort flower|cuprum flake)\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"let deafnessTimer\nclearTimeout(deafnessTimer);\ndeafnessTimer = setTimeout(() => { \n insight.usedCure({player: args[1], id: 'calamine'}); \n}, 3000);"}],"text":"^(\\w+?) eats a (?:hawthorn berry|calamine crystal)\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.usedCure({player: args[1], id: 'ferrum'})"}],"text":"^(\\w+?) eats a (?:ginseng root|ferrum flake)\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.usedCure({player: args[1], id: 'magnesium'})"}],"text":"^(\\w+?) eats a (?:bloodroot leaf|magnesium chip)\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.usedCure({player: args[1], id: 'plumbum'})"}],"text":"^(\\w+?) eats a (?:goldenseal root|plumbum flake)\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.usedCure({player: args[1], id: 'stannum'})"}],"text":"^(\\w+?) eats (?:some prickly ash bark|a stannum flake)\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"// Typically Epidermal apply\ninsight.usedCure({player: args[1], id: 'epidermal to body'})"}],"text":"^(\\w+?) takes some salve from a vial and rubs it on \\w+ body\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.confirmAff({id: \"slickness\", state: false, player: args[1]});\n\nif (insight.hasAff({id: 'unblind', player: args[1]})) {\n insight.addAff({player: args[1], id: 'undeaf'});\n} else if (insight.hasAff({id: 'undeaf', player: args[1]})) {\n\tinsight.addAff({player: args[1], id: 'undeaf'});\n}"}],"text":"^(\\w+?) takes some salve from a vial and rubs it on \\w+ head\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"if (insight.hasAnAff({ids: [\"hypothermia\",\n \"heartseed\",\n \"serioustrauma\",\n \"mildtrauma\",\n \"calcifiedtorso\"], player: args[1]})) {\n\tinsight.usedCure({id: \"restoration to torso\", player: args[1]});\n} else {\n\tinsight.usedCure({id: \"mending to torso\", player: args[1]});\n}\n"}],"text":"^(\\w+?) takes some salve from a vial and rubs it on \\w+ torso\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"//Imyrr takes some salve from a vial and rubs it on his arms.\nif (insight.hasAnAff({ids: [\"damagedleftarm\", \"damagedrightarm\", \"mangledleftarm\", \"mangledrightarm\"], player: args[1]})) {\n\tinsight.usedCure({id: \"restoration to arms\", player: args[1]});\n} else {\n\tinsight.usedCure({id: \"mending to arms\", player: args[1]});\n}"}],"text":"^(\\w+?) takes some salve from a vial and rubs it on \\w+ arms\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"//Imyrr takes some salve from a vial and rubs it on his legs.\nif (insight.hasAnAff({ids: [\"damagedleftleg\", \"damagedrightleg\", \"mangledleftleg\", \"mangledrightleg\"], player: args[1]})) {\n\tinsight.usedCure({id: \"restoration to legs\", player: args[1]});\n} else {\n\tinsight.usedCure({id: \"mending to legs\", player: args[1]});\n}"}],"text":"^(\\w+?) takes some salve from a vial and rubs it on \\w+ legs\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"//Imyrr takes some salve from a vial and rubs it on his skin.\n// Untargetted apply.\n// Caloric, Mass\nif (insight.hasAnAff({ids: [\"frozen\", \"shivering\"], player: args[1]})) {\n\tinsight.usedCure({id: \"caloric\", player: args[1]});\n} else {\n\tinsight.addDef({id: \"caloric\", player: args[1]});\n}"}],"text":"^(\\w+?) takes some salve from a vial and rubs it on \\w+ skin\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"if (insight.hasAnAff({ids: [\"aeon\", \"deadening\", \"tension\", \"unweavingspirit\"], player: args[1]})) {\n\tinsight.usedCure({id: \"cinnabar\", player: args[1]});\n} else if (insight.hasAnAff({ids: [\"disloyalty\", \"hellsight\", \"manaleech\", \"slickness\"], player: args[1]})) {\n\tinsight.usedCure({id: \"realgar\", player: args[1]});\n}"}],"text":"^(\\w+?) takes a long drag off \\w+ pipe\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Tree Tattoo","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.usedCure({id: \"tree\", player: args[1]});\n\neventStream.raiseEvent('treeLostInsightTracker');"}],"text":"^(\\w+?) touches a tree of life tattoo\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Focus","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.usedCure({id: \"focus\", player: args[1]});\n\neventStream.raiseEvent('focusLostInsightTracker');"}],"text":"^A look of extreme focus crosses the face of (\\w+?)\\.$","matching":"regexp","whole_words":true,"case_sensitive":true}]},{"type":"group","name":"Class Cures","enabled":true,"items":[{"type":"trigger","name":"Sun Tarot","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.usedCure({id: \"sun\", player: args[1]});"}],"text":"^The globe of light illuminates (\\w+?) with its brilliance\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Runewarden Sun","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.usedCure({id: \"sun\", player: args[1]});"}],"text":"^A rune like a rising sun upon the ground flares, bathing (\\w+) with healing magic\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Shrugging","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.usedCure({id: \"shrugging\", player: args[1]});"}],"text":"^(\\w+?) hunches (?:her|his) shoulders and lets out a soft hiss\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.usedCure({id: \"generic\", player: args[1]});"}],"text":"^(\\w+?) is surrounded in a cool, refreshing mist\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.usedCure({id: \"generic\", player: args[1]});"}],"text":"^A demonic crimson glow emanates from (\\w+?)\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Pariah Leech","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.usedCure({id: \"generic\", player: args[1]});"}],"text":"^Something pulses from within the chest of (\\w+), and \\w+ seems more vital\\.$","matching":"regexp","whole_words":true,"case_sensitive":true}]}]},{"type":"group","name":"Affliction Indicators","enabled":true,"items":[{"type":"group","name":"Cure Confirms","enabled":true,"items":[{"type":"trigger","name":"Lovers Cure Confirm","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.confirmAff({id: \"lovers\", state: false, player: args[1]});"}],"text":"^(\\w+) shakes \\w+ head and a look of clarity returns to \\w+ eyes\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.usedCure({id: \"stand\", player: args[1]});"}],"text":"^(\\w+) stands up\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Whispering Madness Lost","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.confirmAff({id: \"whisperingmadness\", player: args[1]});"}],"text":"^(\\w+) ceases \\w+ violent trembling\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Slime Lost","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.removeAff({id: \"slimeobscure\", player: args[1]});"}],"text":"^(\\w+) finally rids \\w+ of the slime covering \\w+\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.confirmAff({id: \"slickness\", state: false, player: args[1]});"}],"text":"^(\\w+) applies a sileris berry to \\w+\\.$","matching":"regexp","whole_words":true,"case_sensitive":true}]},{"type":"group","name":"Aff Confirms","enabled":true,"items":[{"type":"trigger","name":"Paralysis 3P 2","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.addAff({id: \"paralysis\", state: true, player: args[1]});"}],"text":"^Horror overcomes (\\w+?)'s face as \\w+ body stiffens into paralysis\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Paralysis 3P 1","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.addAff({id: \"paralysis\", state: true, player: args[1]});"}],"text":"^Horror overcomes the face of (\\w+?) as \\w+ body locks in paralysis\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Masochism 3P 1","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.confirmAff({id: \"masochism\", player: args[1], state: true});"}],"text":"^(\\w+) smiles as \\w+ rams \\w+ fist into \\w+ jaw\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Masochism 3P 2","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.confirmAff({id: \"masochism\", player: args[1], state: true});"}],"text":"^(\\w+) uses \\w+ right foot to stomp on \\w+ left as hard as possible\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Masochism 3P 3","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.confirmAff({id: \"masochism\", state: true, player: args[1]});"}],"text":"^With the heel of \\w+ palm, (\\w+) smacks \\w+ upside the head\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Impatience 3P","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.addAff({id: \"impatience\", player: args[1]});"}],"text":"^(\\w+) shuffles \\w+ feet in boredom\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Darkshade Tick","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.confirmAff({id: \"darkshade\", player: args[1], state: true});"}],"text":"^(\\w+) lets out a piercing scream, as if wounded by the very sunlight\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Nausea Tick","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.confirmAff({id: \"nausea\", player: args[1], state: true});"}],"text":"^(\\w+) doubles over, vomiting violently\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Claustrophobia 3P","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.confirmAff({id: \"claustrophobia\", state: true, player: args[1]});"}],"text":"^(\\w+) begins to pant in terror\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Agoraphobia 3P","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.confirmAff({id: \"agoraphobia\", state: true, player: args[1]});"}],"text":"^(\\w+) is gripped with fear, staring out with terrified eyes\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Confusion 3P","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.confirmAff({id: \"confusion\", state: true, player: args[1]});"}],"text":"^(\\w+) looks about bemusedly\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Shyness 3P","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.confirmAff({id: \"shyness\", state: true, player: args[1]});"}],"text":"^(\\w+) trembles with fear\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Dementia 3P","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.confirmAff({id: \"dementia\", state: true, player: args[1]});"}],"text":"^(\\w+) stares about \\w+ frenziedly, wild-eyed\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.addAff({id: \"prone\", player: args[1]});"}],"text":"^(\\w+)'s eyes close suddenly as \\w+ falls asleep\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.addAff({id: \"slickness\", player: args[1]});\ninsight.removeDef({id: \"fangbarrier\", player: args[1]});"}],"text":"^The protective coating covering the skin of (\\w+) sloughs off\\.$","matching":"regexp","whole_words":true,"case_sensitive":true}]},{"type":"group","name":"asdfasdf","enabled":true,"items":[]}]},{"type":"group","name":"Target Defences","enabled":true,"items":[{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.addDef({id: \"shield\", player: args[1]});"}],"text":"^The magical shield surrounding \\w+ makes that impossible\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.addDef({id: \"shield\", player: args[1]});"}],"text":"^A dizzying beam of energy strikes you as your attack rebounds off of \\w+?'s shield\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.addDef({id: \"fangbarrier\", player: args[1]});"}],"text":"^A nearly invisible magical shield forms around (\\w+?)\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.removeDef({id: \"shield\", player: args[1]});"}],"text":"^(\\w+) has no shield for your gremlin to shatter, occultist\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.addDef({id: \"fangbarrier\", player: args[1]});"}],"text":"^A supple purple shell of sileris berry juice has formed around (\\w+)\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.addDef({id: \"insomnia\", player: args[1]});"}],"text":"^(\\w+) clenches \\w+ fists and grits \\w+ teeth\\.$","matching":"regexp","whole_words":true,"case_sensitive":true}]},{"type":"group","name":"Skills","enabled":true,"items":[{"type":"group","name":"Domination","enabled":true,"items":[{"type":"trigger","name":"Command Chimera Hit","enabled":true,"actions":[{"type":"script","enabled":true,"script":"if (!insight.nextLine(insight.target.id)) {\n\tinsight.confirmAff({id: \"hallucinations\", state: true, player: args[1]});\n}\ninsight.confirmAff({id: \"undeaf\", state: true, player: args[1]});"}],"text":"^A chimera lets out a concussive roar at (\\w+)\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Command Chimera Miss","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.confirmAff({id: \"undeaf\", state: false, player: args[1]});"}],"text":"^A chimera throws forward all three of its heads and roars at (\\w+), but \\w+ seems completely unphased\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Command Sycophant","enabled":true,"actions":[{"type":"script","enabled":true,"script":"//Doubles focus balance for 60 seconds.\ninsight.addAff({id: \"weakenedmind\", player: args[1]});"}],"text":"^You command your sycophant to weaken the mind of (\\w+)\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Command Bloodleech","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.addAff({id: \"haemophilia\", player: args[1]});"}],"text":"^You command your bloodleech to corrupt the blood of (\\w+)\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Command Firelord","enabled":true,"actions":[{"type":"script","enabled":true,"script":"const wm = insight.hasAff({id:'whisperingmadness'});\nconst ml = insight.hasAff({id:'manaleech'});\nconst hl = insight.hasAff({id:'healthleech'});\n\nif (wm && !ml && !hl) { insight.confirmAff({id: \"whisperingmadness\", state: true, player: args[1]}); }\nif (!wm && ml && !hl) { insight.confirmAff({id: \"manaleech\", state: true, player: args[1]}); }\nif (!wm && !ml && hl) { insight.confirmAff({id: \"healthleech\", state: true, player: args[1]}); }\n\ninsight.convertAff({id: \"whisperingmadness\", to: \"hallucinations\"});\ninsight.convertAff({id: \"manaleech\", to: \"anorexia\"});"}],"text":"^You command your firelord to bring down a portion of the power of Pyradius against (\\w+)\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Command Firelord Miss","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.confirmAff({id: \"anorexia\", state: false, player: args[1]});\ninsight.confirmAff({id: \"manaleech\", state: false, player: args[1]});\ninsight.confirmAff({id: \"healthleech\", state: false, player: args[1]});"}],"text":"^(\\w+) does not labour under any afflictions that Pyradius may warp\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Command Bubonis","enabled":false,"actions":[{"type":"script","enabled":true,"script":"//First message. Redundant with hit message."}],"text":"^You command your bubonis to bring the plague to (\\w+)\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Command Bubonis Hit","enabled":true,"actions":[{"type":"script","enabled":true,"script":"//Gives asthma, or slickness if they already have asthma\n//The protective coating covering the skin of Austere sloughs off.\nif (insight.hasDef({id: \"sileris\", player: args[1]})) {\n if (\n insight.nextLine().includes(\"The protective coating covering the skin of\")\n ) {\n insight.confirmAff({ id: \"asthma\", player: args[1], state: true });\n insight.addAff({ id: \"slickness\", player: args[1] });\n } else {\n insight.addAff({ id: \"asthma\", player: args[1], state: true });\n }\n} else {\n if (insight.hasAff({id: \"asthma\", player: args[1], probability: 0.66})) {\n insight.addAff({ id: \"slickness\", player: args[1] });\n } else {\n insight.addAff({ id: \"asthma\", player: args[1], state: true });\n }\n}"}],"text":"^A bubonis reaches out and strokes the side of (\\w+)'s face, and boils form and rupture in an instant as (?:she|he) begins hacking up black fluid\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Command Humbug","enabled":true,"actions":[{"type":"script","enabled":true,"script":"//Delivered addiction\ninsight.addAff({id: \"addiction\", player: args[1]});"}],"text":"^You command your humbug to instill a ravenous hunger in (\\w+)\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Command Hound","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.addAff({id: \"weariness\", player: args[1]});"}],"text":"^You command your hound to erode the will of (\\w+)\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Command Crone","enabled":false,"actions":[{"type":"script","enabled":true,"script":"//First message. Reduant with second message\nnexSys.eventStream.raiseEvent(`broken${args[1]}${args[2]}GotInsightAff`);"}],"text":"^You command your crone to wither the (left|right) (arm|leg) of (\\w+)\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Command Crone Hit","enabled":true,"actions":[{"type":"script","enabled":true,"script":"//Enter the script here\ninsight.addAff({id:`broken${args[1]}${args[2]}`});"}],"text":"^A withered crone reaches out to caress the (left|right) (leg|arm) of (\\w+), the limb withering away under her gnarled grasp\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Command Storm","enabled":true,"actions":[{"type":"script","enabled":true,"script":"//Gives vertigo\ninsight.addAff({id: \"vertigo\", player: args[1]});"}],"text":"^You command your chaos storm to bring down the curse of vertigo upon (\\w+)\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Command Slime Got","enabled":true,"actions":[{"type":"script","enabled":true,"script":"// Paralysis if Asthma\n// You command your slime to envelop Davok.\n// Horror overcomes Davok's face as his body stiffens into paralysis.\n\ninsight.addAff({id: \"slimeobscure\", player: args[1]});\n\nlet re = /^Horror overcomes \\w+'s face as \\w+ body stiffens into paralysis\\.$/;\nif (re.test(insight.nextLine())) {\n insight.confirmAff({id: \"asthma\", player: args[1], state: true});\n}"}],"text":"^You command your slime to envelop (\\w+)\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Command Worm","enabled":true,"actions":[{"type":"script","enabled":true,"script":"// 20 second duration. Recurring healthleech.\ninsight.addAff({ id: \"palpatarfeed\", player: args[1] });"}],"text":"^You command your worm to infest (\\w+) with maggots\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Command Worm Tick","enabled":true,"actions":[{"type":"script","enabled":true,"script":"//Delivered Healthleech\ninsight.addAff({id: \"healthleech\", player: args[1]});"}],"text":"^Many somethings writhe beneath the skin of (\\w+), and the sickening sound of chewing can be heard\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Command Minion Miss","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.setStatus({id: \"enlightened\", value: false, player: args[1]});"}],"text":"^A minion of chaos thrusts a hand in the direction of (\\w+), but nothing seems to happen\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Command Gremlin Fail","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.removeDef({id: 'shield', player: args[1]});"}],"text":"^You command your gremlin to shatter the defences surrounding (\\w+)\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Command Abomination Fail","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.removeAff({ id: \"cleanseaura\", player: args[1] });"}],"text":"^An eldritch abomination cannot discern anything through the natural defences of \\w+\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Primebond Gremlin Hit","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.addAff({id: \"dizziness\", player: args[1]});"}],"text":"^The gremlin races around and between the legs of (\\w+), \\w+ eyes tracking it as \\w+ sways unsteadily\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Primebond Gremlin Hit 2","enabled":true,"actions":[{"type":"script","enabled":true,"script":"// Target already has dizziness. Knocked off balance.\ninsight.confirmAff({id: \"dizziness\", player: args[1], state: true});"}],"text":"^The gremlin races between the legs of (\\w+)\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Primebond Bubonis","enabled":false,"actions":[{"type":"script","enabled":true,"script":"//Bubonis latched"}],"text":"^Your bubonis entity scuttles over to (\\w+) and then suddenly leaps up, latching itself to \\w+ head\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Primebond Bubonis Hit","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.smartAffs({ids: insight.occultist.bubonis, player: args[1]})"}],"text":"^You sense the malignant glee of your bubonis as it infests (\\w+)\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Primebond Worm","enabled":false,"actions":[{"type":"script","enabled":true,"script":"//Worm attached"}],"text":"^A chaos worm begins burrowing into (\\w+)'s belly\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Primebond Worm Hit","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.addAff({id: \"nausea\", player: args[1]});"}],"text":"^The worm burrowing into (\\w+) writhes and undulates\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Primebond Chimera Sleep","enabled":true,"actions":[{"type":"script","enabled":true,"script":"//Enter the script here"}],"text":"^The chimera's dragon head exhales a cloud of gas at (\\w+)\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Primebond Chimera Prone","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.addAff({id: \"prone\", player: args[1]});"}],"text":"^The chimera's goat head rams into (\\w+) and knocks \\w+ sprawling\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Primebond Chimera Undeaf","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.addAff({id: \"undeaf\", player: args[1]});"}],"text":"^(\\w+) is startled to attention by the roaring of the chimera's lion head\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Primebond Chimera Stun","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.addAff({id: \"undeaf\", player: args[1]});\ninsight.addAff({id: \"prone\", player: args[1]});"}],"text":"^(\\w+) is stunned by the roaring of the chimera's lion head\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Primebond Crone Hit","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.addAff({id: `broken${args[2]}${args[3]}`, player: args[1]});"}],"text":"^The crone withers (\\w+)'s (left|right) (arm|leg) into uselessness\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Primebond Firelord Hit","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.addAff({id: \"burning\", player: args[1]});"}],"text":"^(\\w+) cries out in horror as \\w+ body erupts into flames!$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Soulmaster","enabled":false,"actions":[{"type":"script","enabled":true,"script":"//Enter the script here"}],"text":"^Your soulmaster lets loose a horrible scream as it lets part of its being flow into (\\w+)\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Soulmaster Control","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.setStatus({id: \"soulmaster\", value: true, player: args[1]});"}],"text":"^You sense that the soulmaster entity is in control of (\\w+)'s being\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Soulmaster no control","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.setStatus({id: \"soulmaster\", value: false, player: args[1]});"}],"text":"^Your soulmaster is wrestling for control of (\\w+)'s soul and cannot command \\w+ right now\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Soulmaster command","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.setStatus({id: \"soulmaster\", value: false, player: args[1]});"}],"text":"^You order the soulmaster entity to manipulate (\\w+)\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"//100 bleed\n//220 bleed if haemophilia"}],"text":"^The bloodleech clinging to (\\w+) expands and contracts with a sickening sound\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"//Enter the script here"}],"text":"^You sense your sycophant begin to feed\\.\\.\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"//Enter the script here"}],"text":"^Your humbug entity leaps at (\\w+)'s throat\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"//Enter the script here"}],"text":"^Your green slime entity quickly envelops","matching":"regexp","whole_words":true,"case_sensitive":true}]},{"type":"group","name":"Occultism","enabled":true,"items":[{"type":"trigger","name":"Cleanseaura","enabled":true,"actions":[{"type":"script","enabled":true,"script":"//^A look of sudden concern flits across the visage of (\\w+)\\.$\n//^The energy flickers and fades with no visible change\\.$\n\nconst cleanseAuraConfirm = nexusclient.current_block.find(e => e.line.includes(\"A look of sudden concern\"));\n\nif (cleanseAuraConfirm) {\n\tinsight.addAff({id: \"cleanseaura\", player: args[1]});\n} else {\n\tinsight.removeAff({id: \"cleanseaura\", player: args[1]});\n}"}],"text":"^Reaching out with your own aura, you touch the aura of (\\w+), attempting to strip away its natural defences\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Ague Hit","enabled":true,"actions":[{"type":"script","enabled":true,"script":"if (insight.hasDef({id: \"caloric\", player: args[1]})) {\n\tinsight.removeDef({id: \"caloric\", player: args[1]})\n} else if (insight.hasAff({id: \"shivering\", player: args[1], probability: 1})) {\n\tinsight.addAff({id: \"frozen\", player: args[1]});\n} else {\n\tinsight.addAff({id: \"shivering\", player: args[1]});\n}"}],"text":"^You create a tendril of icy blue light that lashes out at (\\w+) and wraps around \\w+ aura\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Attend","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.addAff({id: \"undeaf\", player: args[1]});\ninsight.addAff({id: \"unblind\", player: args[1]});"}],"text":"^Focusing your will, you exert your aura at (\\w+) and snap your fingers, forcing \\w+ to pay attention to you\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Attend Hit","enabled":true,"actions":[{"type":"script","enabled":true,"script":"//Removed deafness and blindness\ninsight.addAff({id: \"undeaf\", player: args[1]});\ninsight.addAff({id: \"unblind\", player: args[1]});"}],"text":"^(\\w+)'s eyes flicker open and \\w+ head snaps up\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Enervate","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.setStatus({id: \"mana\", value: parseInt(insight.getStatus({id: \"mana\"}) * (1 - 0.211))})\ninsight.setStatus({id: \"manaPercent\", value: (insight.getStatus({id: \"manaPercent\"}) - 21.1).toFixed(1)});"}],"text":"^You bend your will to send out a tendril of your aura to attach to (\\w+)'s aura, enervating \\w+ mental energy into your own\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Shrivel Arm","enabled":true,"actions":[{"type":"script","enabled":true,"script":"//Always hits Right then Left\nif (insight.hasAff({id: \"brokenrightarm\", player: args[1], probability: 1})) {\n\tinsight.addAff({id: \"brokenleftarm\", player: args[1]});\n} else {\n\tinsight.addAff({id: \"brokenrightarm\", player: args[1]});\n}"}],"text":"^You reach out and stroke an arm of (\\w+), and it withers away\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Shrivel Leg","enabled":true,"actions":[{"type":"script","enabled":true,"script":"//Always hits Right then Left\nif (insight.hasAff({id: \"brokenrightleg\", player: args[1], probability: 1})) {\n\tinsight.addAff({id: \"brokenleftleg\", player: args[1]});\n} else {\n\tinsight.addAff({id: \"brokenrightleg\", player: args[1]});\n}"}],"text":"^You reach out and grasp (\\w+)'s leg in an iron grip, and it shrivels feebly\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Shrivel Targetted","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.addAff({id: `broken${args[2]}${args[3]}`, player: args[1]});"}],"text":"^You touch (\\w+)'s (right|left) (arm|leg), and it shrivels away\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Devolve Hit","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.addAff({id: \"shyness\", player: args[1]});\ninsight.addAff({id: \"disloyalty\", player: args[1]});"}],"text":"^Feathers sprout up all over (\\w+)'s face, and the lips thicken and lengthen into a small beak\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Devolve Hit 2","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.addAff({id: \"shyness\", player: args[1]});\ninsight.addAff({id: \"disloyalty\", player: args[1]});"}],"text":"^(\\w+)'s skin suddenly darkens to a deep green and is covered with warts\\. As \\w+'s face widens, \\w+ mouth stretches to ridiculous proportions\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Instill","enabled":true,"actions":[{"type":"script","enabled":true,"script":"//asthma, clumsiness, healthleech, sensitivity, slickness, paralysis, or darkshade.\ninsight.addAff({id: args[2], player: args[1]});"}],"text":"^You make a sharp gesture toward (\\w+), disrupting \\w+ aura with the (\\w+) affliction\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Chaosrays Hit","enabled":true,"actions":[{"type":"script","enabled":true,"script":"//Antoninus is hit by a orange, blue, and green ray.\n//Antoninus is hit by a red, violet, and indigo ray.\n//Antoninus is hit by a orange ray.\n//Antoninus is hit by a orange and red ray.\nlet chaosColors = {\n\tindigo() {insight.addAff({id: \"stupidity\", player: args[1]});},\n orange() {insight.addAff({id: \"paralysis\", player: args[1]});},\n violet() {\n \tif (insight.hasDef({id: \"speed\", player: args[1]})) {\n \tinsight.removeDef({id: \"speed\", player: args[1]});\n } else {\n \tinsight.addAff({id: \"aeon\", player: args[1]});\n }\n },\n blue() {/*cold damage*/},\n green() {/*healing*/},\n yellow() {/*electric damage*/},\n red() {/*fire damage*/}\n}\nlet colors = args[2].replace(' and ', ',').replaceAll(' ', '').replace(',,', ',').split(',')\ncolors.forEach(e => chaosColors[e]());"}],"text":"^(\\w+) is hit by a (.+) ray\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Whispering Madness Hit","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.addAff({id: \"whisperingmadness\", player: args[1]});"}],"text":"^You pass your hand in front of (\\w+)\\. \\w+ trembles and \\w+ eyes widen in terror\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Whispering Madness Miss","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.occultist.whisperingmadness.forEach(e => insight.removeAff({id: e, player: args[1]}));"}],"text":"^You pass your hand in front of (\\w+)\\. \\w+ shakes \\w+ head as if clearing \\w+ mind\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Whispering Madness Hit Other","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.addAff({id: \"whisperingmadness\", player: args[1]});"}],"text":"^\\w+ passes \\w+ hand in front of (\\w+)\\. \\w+ trembles and \\w+ eyes widen in terror\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Whispering madness proc","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.confirmAff({id: \"whisperingmadness\", player: args[1], state: true});"}],"text":"^(\\w+) trembles and \\w+ eyes widen in terror\\. \\w+ looks around \\w+ as if searching for something that isn't there\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Truename Hit","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.removeDef({id: \"speed\", player: args[1]});\ninsight.addAff({id: \"aeon\", player: args[1]});"}],"text":"^Drawing back with a knowing smirk, you utter the truename of (\\w+), who suddenly becomes very still and bleeds from \\w+ eyes and ears\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Unnamable Hit","enabled":true,"actions":[{"type":"script","enabled":true,"script":"//Hit with unnamable"}],"text":"^(\\w+) pales as the blood drains from \\w+ face\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Unnamable Hit Confirm","enabled":true,"actions":[{"type":"script","enabled":true,"script":"//Hit with unnamable. 1-3 afflictions\nfor(let i = 0; i < args[2]; i++) {\n\tinsight.smartAffs({ids: [\"confusion\", \"stupidity\", \"dementia\"], player: args[1]});\n}"}],"text":"^(\\w+) has been struck down by (\\d) curses of the unnamable\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Enlighten","enabled":true,"actions":[{"type":"script","enabled":true,"script":"if (insight.nextLine('You see')) {\n insight.setStatus({id: \"enlightened\", value: true, player: args[1]});\n}"}],"text":"^You place both hands on either side of (\\w+)'s head and stare straight into \\w+ eyes\\. Summoning all your knowledge of the occult mysteries, you will your knowledge into \\w+'s mind\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.setStatus({id: \"enlightened\", value: true, player: args[1]});"}],"text":"^You see (.+) yell, \"No, it cannot be true! I cannot accept it! I beg of you to make it stop!\"$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.setStatus({id: \"enlightened\", value: true, player: args[1]});"}],"text":"^You see (.+) shout, \"No, it cannot be true! I cannot accept it! I beg of you to make it stop!\"$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Regress 3P Anorexia","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.addAff({id: \"anorexia\", player: args[1]});\ninsight.confirmAff({id: \"prone\", player: args[1], state: true});"}],"text":"^The face of (\\w+) turns a particularly vibrant shade of green\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Regress 3P Prone","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.addAff({id: \"prone\", player: args[1]});\nfor (let i = current_block.indexOf(current_line); i < current_block.length-1; i++) {\n current_block[i].gag = true;\n if (current_block[i]?.line.indexOf('You sense that the mana of') != -1) {\n \t\tbreak;\n }\n}"}],"text":"^The legs of (\\w+) snap out from under \\w+\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Readaura Start","enabled":true,"actions":[{"type":"script","enabled":true,"script":"nexusclient.reflexes().enable_reflex(nexusclient.reflexes().find_by_name(\"group\", \"Readaura\", false, false, \"insight3\"));\nfor (let i = nexusclient.current_block.indexOf(nexusclient.current_line); i < nexusclient.current_block.length-1; i++) {\n nexusclient.current_block[i].gag = true;\n if (nexusclient.current_block[i]?.line.includes('You sense that the mana of')) {\n \t\tbreak;\n }\n}\nconst defs = ['insomnia', 'kola', 'cloak', 'speed', 'rebounding', 'fangbarrier'];\ndefs.forEach(def => insight.removeDef({id: def}));\nconst block = nexusclient.current_block;"}],"text":"^Studying the aura of (\\w+), you look for traces of anything that may be protecting it\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"group","name":"Readaura","enabled":false,"items":[{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.removeAff({id: \"undeaf\"})"}],"text":"^\\w+ is deaf\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.removeAff({id: \"unblind\"})"}],"text":"^\\w+ is blind\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.addDef({id: \"insomnia\"})"}],"text":"^\\w+ has insomnia, and cannot easily go to sleep\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.addDef({id: \"speed\"})"}],"text":"^\\w+ sense of time is heightened, and \\w+ reactions are speeded\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.addDef({id: \"kola\"})"}],"text":"^\\w+ is feeling extremely energetic\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.addDef({id: \"cloak\"})"}],"text":"^\\w+ is surrounded by a cloak of protection\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.addDef({id: \"fangbarrier\"})"}],"text":"^\\w+ is coated in an insulating unguent\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.addDef({id: \"rebounding\"})"}],"text":"^\\w+ is protected from hand-held weapons with an aura of rebounding\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.readAuraConfirm({p: args[2], m: args[3], player: args[1]});"}],"text":"^You perceive that (\\w+) suffers from (\\d+) physical afflictions and (\\d+) mental afflictions\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"nexusclient.reflexes().disable_reflex(nexusclient.reflexes().find_by_name(\"group\", \"Readaura\", false, false, \"insight3\"));\ninsight.setStatus({id: \"mana\", value: parseInt(args[2])});\ninsight.setStatus({id: \"manaMax\", value: parseInt(args[3])});\ninsight.setStatus({id: \"manaPercent\", value: parseFloat(args[2]/args[3]*100).toFixed(1)});"}],"text":"^You sense that the mana of (\\w+) stands at (\\d+) of a maximum (\\d+)\\.$","matching":"regexp","whole_words":true,"case_sensitive":true}]}]},{"type":"group","name":"Tarot","enabled":true,"items":[{"type":"trigger","name":"Hit Lovers","enabled":true,"actions":[{"type":"script","enabled":true,"script":"//Lovers affliction\ninsight.addAff({id: \"lovers\", player: args[1]});"}],"text":"^You throw a Lovers tarot at (\\w+) and as it strikes true, a look of utter love covers (?:her|his) face\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"TODO: Hit Hangedman","enabled":true,"actions":[{"type":"script","enabled":true,"script":"//bound"}],"text":"^You toss the Hanged Man tarot card at (\\w+) and as it reaches (?:her|him), a huge mass of rope bursts out of it to entrap and hinder \\w+\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Hit Justice","enabled":true,"actions":[{"type":"script","enabled":true,"script":"//Justice affliction\ninsight.addAff({id: \"justice\", player: args[1]});"}],"text":"^With a prayer to Miramar, the Just, you fling your tarot card at (\\w+)\\. A set of scales appears above \\w+ head and one side of the scale quickly descends\\. Justice will be done\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Hit Aeon","enabled":true,"actions":[{"type":"script","enabled":true,"script":"//Speed stripped after 2 second delay.\ninsight.removeDef({id: \"speed\", player: args[1]});"}],"text":"^You stand an Aeon tarot on your palm, and blow it lightly at (\\w+)\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Hit Aeon Speed","enabled":true,"actions":[{"type":"script","enabled":true,"script":"//Speed stripped\ninsight.removeDef({id: \"speed\", player: args[1]});"}],"text":"^(\\w+) suddenly seems less dexterous, \\w+ reactions becoming noticeably slower\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Hit Aeon Aeon","enabled":true,"actions":[{"type":"script","enabled":true,"script":"//Aeon\ninsight.removeDef({id: \"speed\", player: args[1]});\ninsight.addAff({id: \"aeon\", player: args[1]});"}],"text":"^Standing the Aeon on your open palm, you blow it lightly at (\\w+) and watch as it seems to slow \\w+ movement through the time stream\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Hit Ruinate Lovers","enabled":true,"actions":[{"type":"script","enabled":true,"script":"//Manaleech\ninsight.addAff({id: \"manaleech\", player: args[1]});"}],"text":"^The card twists and writhes as it leaps from your hand towards (\\w+), the image resolving into a twisted visage crossed with a bloody knife\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"TODO: Hit Ruinate Justice","enabled":true,"actions":[{"type":"script","enabled":true,"script":"//Converted paralysis, sensitivity, healthleech, haemophilia, weariness, asthma, or clumsiness into broken limbs.\n// what order does it convert in?\n// is it always the same order?"}],"text":"^As you fling a card at (\\w+), the scales of justice upon its surface twists and cracks as the image becomes something indefinable, but vastly more sinister\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"TODO: Hit Ruinate Justice Break","enabled":true,"actions":[{"type":"script","enabled":true,"script":"//21:55:21.857 Pamxen violently spasms as orange light plays across his body.\n//21:55:21.857 An audible crack emanates from the bones in the left arm, left leg, right arm, and right leg of Pamxen.\n//21:55:21.857 The broken legs of Pamxen give way, and he collapses to the ground.\nlet limbs = args[1];\nlimbs = limbs.replace(\" and\", \",\");\nconsole.log(limbs);\nlimbs = limbs.replace(\",,\", \",\");\nconsole.log(limbs);\nlimbs = limbs.replaceAll(\" \", \"\");\nconsole.log(limbs);\nlimbs = limbs.split(\",\");\nconsole.log(limbs);\nlimbs.forEach(limb => insight.addAff({id: `broken${limb}`, player: args[2]}))\n"}],"text":"^An audible crack emanates from the bones in the (.+) of (\\w+)\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Death Rub","enabled":true,"actions":[{"type":"script","enabled":true,"script":"if (insight.hasDef({id: \"caloric\"})) {\n insight.removeDef({id: \"caloric\"});\n} else { \n insight.addAff({id: \"shivering\", player: args[1]});\n}\n"}],"text":"^You rub the image of Death on (\\w+) and feel a satisfying electrical charge run up your arm\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Moon","enabled":true,"actions":[{"type":"script","enabled":true,"script":""}],"text":"^As you fling the Moon tarot at (\\w+), it turns an ominous, sickly red, before striking \\w+ in the head\\.$","matching":"regexp","whole_words":true,"case_sensitive":true}]},{"type":"group","name":"Shadowmancy","enabled":true,"items":[{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.addAff({id: args[2], player: args[1]});"}],"text":"^You determine that (\\w+) is suffering from (\\w+)\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Leach Shadow","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.confirmAff({id: \"parasite\", player: args[1], state: true});\ninsight.confirmAff({id: \"healthleech\", player: args[1], state: true});\ninsight.confirmAff({id: \"manaleech\", player: args[1], state: true});"}],"text":"^As the scythe comes away, the writhing shadow of (\\w+) clings to the weapon\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Leach","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.smartAffs({ids: [\"parasite\", \"healthleech\", \"manaleech\"], player: args[1], ordered: true});"}],"text":"^As the weapon strikes (\\w+), \\w+ seems greatly diminished\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Reap","enabled":true,"actions":[{"type":"script","enabled":true,"script":"// Need logic for adding envenoms.\nif (insight.envenom1) {\n insight.addAff({id: insight.evenom1, player: args[1]});\n insight.envenom1 = false;\n}"}],"text":"^You unleash a vicious reaping blow at (\\w+) with a scythe of shadows\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Degeneration","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.smartAffs({ids: [\"clumsiness\", \"weariness\", \"paralysis\"], player: args[1], ordered: true});"}],"text":"^As the weapon strikes (\\w+), the contact area begins to rot before your eyes\\.$","matching":"regexp","whole_words":true,"case_sensitive":true},{"type":"trigger","name":"Timeloop","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.addAff({id: 'timeloop', player: args[1]});"}],"text":"^Grey fog begins to rise from the suddenly panicked-looking (\\w+)\\.$","matching":"regexp","whole_words":true,"case_sensitive":true}]},{"type":"group","name":"Voicecraft","enabled":true,"items":[{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.addAff({id: \"impatience\", player: args[1]})"}],"text":"^Composing a few clever lines in your head, you quickly sing a jaunty limerick at (\\w+)\\.$","matching":"regexp","whole_words":true,"case_sensitive":true}]},{"type":"trigger","name":"","enabled":true,"actions":[{"type":"script","enabled":true,"script":"insight.setStatus({id: \"hp\", value: parseInt(args[2])});\ninsight.setStatus({id: \"hpMax\", value: parseInt(args[3])});\ninsight.setStatus({id: \"hpPercent\", value: parseFloat(args[2]/args[3]*100).toFixed(1)});"}],"text":"^You glance over (\\w+) and see that \\w+ health is at (\\d+)/(\\d+)\\.$","matching":"regexp","whole_words":true,"case_sensitive":true}]}],"description":"Khaseem's insight into afflictions"}
|