vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1  
2 EL_Types = {
3 [1] = "Friendly",
4 [2] = "Hostile",
5 [3] = "Happy",
6 [4] = "Neutral",
7 [5] = "Unhappy",
8 [6] = "Custom",
9 [7] = "Taunts",
10 [8] = "Affection",
11 [9] = "Greetings",
12 [10] = "Combat",
13 [11] = "SelfDepreciating",
14 [12] = "Reactions",
15 [13] = "Other",
16 }
17  
18 EL_React = {
19 [0] = "",
20 [1] = "A",
21 [2] = "V",
22 [3] = "AV",
23 }
24  
25 -- CUSTOM EMOTE VARIABLES: <Target>, <He>, <His>, <he>, <his>
26 -- The text for custom emotes should NOT contain the player's name at the beginning. It will be sent with a /e preceeding it.
27 -- NOTE: They MUST start with category 6, no matter how many other categories are added.
28 -- ALSO NOTE: If you add a custom emote, you MUST include the "["custom"] = {1}," line or it will be improperly indexed as having a slash command!
29  
30 EL_Emotes = {
31 ["escape"] = { -- CUSTOM EMOTE
32 ["types"] = {6},
33 ["none"] = "coughs nervously and looks for an escape.",
34 ["target"] = "coughs nervously at <Target> and looks for an escape.",
35 ["react"] = 0,
36 ["custom"] = {1},
37 },
38 ["bio"] = { -- CUSTOM EMOTE
39 ["types"] = {6,13},
40 ["none"] = "needs to take a bio break.",
41 ["target"] = "tells <Target> that <he> needs a bio break.",
42 ["react"] = 0,
43 ["custom"] = {1},
44 },
45 ["bladeintro"] = { -- CUSTOM EMOTE
46 ["types"] = {6,2},
47 ["none"] = "wants to introduce <his> blade to someone.",
48 ["target"] = "wants to introduce <Target> to <his> blade.",
49 ["react"] = 0,
50 ["custom"] = {1},
51 },
52 ["agree"] = { -- Begin Blizzard emotes
53 ["types"] = {12},
54 ["none"] = "You agree.",
55 ["target"] = "You agree with <Target>.",
56 ["react"] = 0,
57 ["custom"] = {0},
58 },
59 ["amaze"] = {
60 ["types"] = {12},
61 ["none"] = "You are amazed!",
62 ["target"] = "You are amazed by <Target>!",
63 ["react"] = 0,
64 ["custom"] = {0},
65 },
66 ["angry"] = {
67 ["types"] = {2},
68 ["none"] = "You raise your fist in anger.",
69 ["target"] = "You raise your fist in anger at <Target>.",
70 ["react"] = 1,
71 ["custom"] = {0},
72 },
73 ["apologize"] = {
74 ["types"] = {11},
75 ["none"] = "You apologize to everyone. Sorry!",
76 ["target"] = "You apologize to <Target>. Sorry!",
77 ["react"] = 0,
78 ["custom"] = {0},
79 },
80 ["applaud"] = {
81 ["types"] = {12},
82 ["none"] = "You applaud. Bravo!",
83 ["target"] = "You applaud at <Target>. Bravo!",
84 ["react"] = 3,
85 ["custom"] = {0},
86 },
87 ["attacktarget"] = {
88 ["types"] = {10},
89 ["none"] = "You tell everyone to attack something.",
90 ["target"] = "You tell everyone to attack <Target>.",
91 ["react"] = 3,
92 ["custom"] = {0},
93 },
94 ["bark"] = {
95 ["types"] = {13},
96 ["none"] = "You bark. Woof woof!",
97 ["target"] = "You bark at <Target>",
98 ["react"] = 0,
99 ["custom"] = {0},
100 },
101 ["bashful"] = {
102 ["types"] = {8},
103 ["none"] = "You are bashful.",
104 ["target"] = "You are so bashful...too bashful to get <Target>'s attention.",
105 ["react"] = 1,
106 ["custom"] = {0},
107 },
108 ["beckon"] = {
109 ["types"] = {9},
110 ["none"] = "You beckon everyone over to you.",
111 ["target"] = "You beckon <Target> over.",
112 ["react"] = 0,
113 ["custom"] = {0},
114 },
115 ["beg"] = {
116 ["types"] = {11},
117 ["none"] = "You beg everyone around you. How pathetic.",
118 ["target"] = "You beg <Target>. How pathetic.",
119 ["react"] = 1,
120 ["custom"] = {0},
121 },
122 ["belch"] = {
123 ["types"] = {7},
124 ["none"] = "You let out a loud belch.",
125 ["target"] = "You burp rudely in <Target>'s face.",
126 ["react"] = 0,
127 ["custom"] = {0},
128 },
129 ["bite"] = {
130 ["types"] = {2},
131 ["none"] = "You look around for someone to bite.",
132 ["target"] = "You bite <Target>. Ouch!",
133 ["react"] = 0,
134 ["custom"] = {0},
135 },
136 ["bleed"] = {
137 ["types"] = {13},
138 ["none"] = "Blood oozes from your wounds.",
139 ["target"] = "Blood oozes from your wounds.",
140 ["react"] = 0,
141 ["custom"] = {0},
142 },
143 ["blink"] = {
144 ["types"] = {12},
145 ["none"] = "You blink your eyes.",
146 ["target"] = "You blink at <Target>.",
147 ["react"] = 0,
148 ["custom"] = {0},
149 },
150 ["blush"] = {
151 ["types"] = {8},
152 ["none"] = "You blush.",
153 ["target"] = "You blush at <Target>.",
154 ["react"] = 1,
155 ["custom"] = {0},
156 },
157 ["boggle"] = {
158 ["types"] = {12},
159 ["none"] = "You boggle at the situation.",
160 ["target"] = "You boggle at <Target>.",
161 ["react"] = 1,
162 ["custom"] = {0},
163 },
164 ["bonk"] = {
165 ["types"] = {12},
166 ["none"] = "You bonk yourself on the noggin. Doh!",
167 ["target"] = "You bonk <Target> on the noggin. Doh!",
168 ["react"] = 0,
169 ["custom"] = {0},
170 },
171 ["bored"] = {
172 ["types"] = {5},
173 ["none"] = "You are overcome with boredom. Oh the drudgery!",
174 ["target"] = "You are terribly bored with <Target>.",
175 ["react"] = 2,
176 ["custom"] = {0},
177 },
178 ["bounce"] = {
179 ["types"] = {3},
180 ["none"] = "You bounce up and down.",
181 ["target"] = "You bounce up and down in front of <Target>.",
182 ["react"] = 0,
183 ["custom"] = {0},
184 },
185 ["bow"] = {
186 ["types"] = {9},
187 ["none"] = "You bow down graciously.",
188 ["target"] = "You bow before <Target>.",
189 ["react"] = 1,
190 ["custom"] = {0},
191 },
192 ["cackle"] = {
193 ["types"] = {3},
194 ["none"] = "You cackle maniacally at the situation.",
195 ["target"] = "You cackle maniacally at <Target>.",
196 ["react"] = 3,
197 ["custom"] = {0},
198 },
199 ["calm"] = {
200 ["types"] = {4},
201 ["none"] = "You remain calm.",
202 ["target"] = "You try to calm <Target> down.",
203 ["react"] = 0,
204 ["custom"] = {0},
205 },
206 ["charge"] = {
207 ["types"] = {10},
208 ["none"] = "You start to charge.",
209 ["target"] = "You start to charge.",
210 ["react"] = 3,
211 ["custom"] = {0},
212 },
213 ["cheer"] = {
214 ["types"] = {3,12},
215 ["none"] = "You cheer!",
216 ["target"] = "You cheer at <Target>.",
217 ["react"] = 3,
218 ["custom"] = {0},
219 },
220 ["chicken"] = {
221 ["types"] = {7},
222 ["none"] = "With arms flapping, you strut around. Cluck, Cluck, Chicken!",
223 ["target"] = "With arms flapping, you strut around <Target>. Cluck, Cluck, Chicken!",
224 ["react"] = 3,
225 ["custom"] = {0},
226 },
227 ["chuckle"] = {
228 ["types"] = {3},
229 ["none"] = "You let out a hearty chuckle.",
230 ["target"] = "You chuckle at <Target>.",
231 ["react"] = 3,
232 ["custom"] = {0},
233 },
234 ["clap"] = {
235 ["types"] = {3,12},
236 ["none"] = "You clap excitedly.",
237 ["target"] = "You clap excitedly for <Target>.",
238 ["react"] = 3,
239 ["custom"] = {0},
240 },
241 ["cold"] = {
242 ["types"] = {13},
243 ["none"] = "You let everyone know that you are cold.",
244 ["target"] = "You let <Target> know that you are cold.",
245 ["react"] = 0,
246 ["custom"] = {0},
247 },
248 ["comfort"] = {
249 ["types"] = {8},
250 ["none"] = "You need to be comforted.",
251 ["target"] = "You comfort <Target>.",
252 ["react"] = 0,
253 ["custom"] = {0},
254 },
255 ["commend"] = {
256 ["types"] = {10},
257 ["none"] = "You commend everyone on a job well done.",
258 ["target"] = "You commend <Target> on a job well done.",
259 ["react"] = 3,
260 ["custom"] = {0},
261 },
262 ["confused"] = {
263 ["types"] = {11,12},
264 ["none"] = "You are hopelessly confused.",
265 ["target"] = "You look at <Target> with a confused look.",
266 ["react"] = 1,
267 ["custom"] = {0},
268 },
269 ["congrats"] = {
270 ["types"] = {10,12},
271 ["none"] = "You congratulate everyone around you.",
272 ["target"] = "You congratulate <Target>.",
273 ["react"] = 3,
274 ["custom"] = {0},
275 },
276 ["cough"] = {
277 ["types"] = {13},
278 ["none"] = "You let out a hacking cough.",
279 ["target"] = "You cough at <Target>.",
280 ["react"] = 0,
281 ["custom"] = {0},
282 },
283 ["cower"] = {
284 ["types"] = {11},
285 ["none"] = "You cower in fear.",
286 ["target"] = "You cower in fear at the sight of <Target>.",
287 ["react"] = 0,
288 ["custom"] = {0},
289 },
290 ["crack"] = {
291 ["types"] = {2},
292 ["none"] = "You crack your knuckles.",
293 ["target"] = "You crack your knuckles while staring at <Target>.",
294 ["react"] = 0,
295 ["custom"] = {0},
296 },
297 ["cringe"] = {
298 ["types"] = {11},
299 ["none"] = "You cringe in fear.",
300 ["target"] = "You cringe away from <Target>.",
301 ["react"] = 0,
302 ["custom"] = {0},
303 },
304 ["cry"] = {
305 ["types"] = {5},
306 ["none"] = "You cry.",
307 ["target"] = "You cry on <Target>'s shoulder.",
308 ["react"] = 3,
309 ["custom"] = {0},
310 },
311 ["cuddle"] = {
312 ["types"] = {8},
313 ["none"] = "You need to be cuddled.",
314 ["target"] = "You cuddle up against <Target>.",
315 ["react"] = 0,
316 ["custom"] = {0},
317 },
318 ["curious"] = {
319 ["types"] = {12},
320 ["none"] = "You express your curiosity to those around you.",
321 ["target"] = "You are curious what <Target> is up to.",
322 ["react"] = 1,
323 ["custom"] = {0},
324 },
325 ["curtsey"] = {
326 ["types"] = {9},
327 ["none"] = "You curtsey.",
328 ["target"] = "You curtsey before <Target>.",
329 ["react"] = 1,
330 ["custom"] = {0},
331 },
332 ["dance"] = {
333 ["types"] = {3,8},
334 ["none"] = "You burst into dance.",
335 ["target"] = "You dance with <Target>.",
336 ["react"] = 1,
337 ["custom"] = {0},
338 },
339 ["doom"] = {
340 ["types"] = {2},
341 ["none"] = "You threaten everyone with the wrath of doom.",
342 ["target"] = "You threaten <Target> with the wrath of doom.",
343 ["react"] = 0,
344 ["custom"] = {0},
345 },
346 ["drink"] = {
347 ["types"] = {1},
348 ["none"] = "You raise a drink in the air before chugging it down. Cheers!",
349 ["target"] = "You raise a drink to <Target>. Cheers!",
350 ["react"] = 1,
351 ["custom"] = {0},
352 },
353 ["drool"] = {
354 ["types"] = {13},
355 ["none"] = "A tendril of drool runs down your lip.",
356 ["target"] = "You look at <Target> and begin to drool.",
357 ["react"] = 0,
358 ["custom"] = {0},
359 },
360 ["duck"] = {
361 ["types"] = {12},
362 ["none"] = "You duck for cover.",
363 ["target"] = "You duck behind <Target>.",
364 ["react"] = 0,
365 ["custom"] = {0},
366 },
367 ["eat"] = {
368 ["types"] = {13},
369 ["none"] = "You begin to eat.",
370 ["target"] = "You begin to eat in front of <Target>.",
371 ["react"] = 1,
372 ["custom"] = {0},
373 },
374 ["excited"] = {
375 ["types"] = {1},
376 ["none"] = "You talk excitedly with everyone.",
377 ["target"] = "You talk excitedly with <Target>.",
378 ["react"] = 1,
379 ["custom"] = {0},
380 },
381 ["eye"] = {
382 ["types"] = {13},
383 ["none"] = "You cross your eyes.",
384 ["target"] = "You eye <Target> up and down.",
385 ["react"] = 0,
386 ["custom"] = {0},
387 },
388 ["fart"] = {
389 ["types"] = {7,11},
390 ["none"] = "You fart loudly. Whew...what stinks?",
391 ["target"] = "You brush up against <Target> and fart loudly.",
392 ["react"] = 0,
393 ["custom"] = {0},
394 },
395 ["fidget"] = {
396 ["types"] = {5},
397 ["none"] = "You fidget.",
398 ["target"] = "You fidget impatiently while waiting for <Target>.",
399 ["react"] = 0,
400 ["custom"] = {0},
401 },
402 ["flee"] = {
403 ["types"] = {10},
404 ["none"] = "You yell for everyone to flee!",
405 ["target"] = "You yell for everyone to flee!",
406 ["react"] = 3,
407 ["custom"] = {0},
408 },
409 ["flex"] = {
410 ["types"] = {8},
411 ["none"] = "You flex your muscles. Oooooh so strong!",
412 ["target"] = "You flex at <Target>. Oooooh so strong!",
413 ["react"] = 1,
414 ["custom"] = {0},
415 },
416 ["flirt"] = {
417 ["types"] = {8},
418 ["none"] = "You flirt.",
419 ["target"] = "You flirt with <Target>.",
420 ["react"] = 3,
421 ["custom"] = {0},
422 },
423 ["flop"] = {
424 ["types"] = {11},
425 ["none"] = "You flop about helplessly.",
426 ["target"] = "You flop about helplessly around <Target>.",
427 ["react"] = 0,
428 ["custom"] = {0},
429 },
430 ["followme"] = {
431 ["types"] = {10},
432 ["none"] = "You motion for everyone to follow.",
433 ["target"] = "You motion for <Target> to follow.",
434 ["react"] = 3,
435 ["custom"] = {0},
436 },
437 ["frown"] = {
438 ["types"] = {5},
439 ["none"] = "You frown.",
440 ["target"] = "You frown with disappointment at <Target>.",
441 ["react"] = 0,
442 ["custom"] = {0},
443 },
444 ["gasp"] = {
445 ["types"] = {12},
446 ["none"] = "You gasp.",
447 ["target"] = "You gasp at <Target>.",
448 ["react"] = 1,
449 ["custom"] = {0},
450 },
451 ["gaze"] = {
452 ["types"] = {13},
453 ["none"] = "You gaze off into the distance.",
454 ["target"] = "You gaze eagerly at <Target>.",
455 ["react"] = 0,
456 ["custom"] = {0},
457 },
458 ["giggle"] = {
459 ["types"] = {3},
460 ["none"] = "You giggle.",
461 ["target"] = "You giggle at <Target>.",
462 ["react"] = 3,
463 ["custom"] = {0},
464 },
465 ["glare"] = {
466 ["types"] = {2},
467 ["none"] = "You glare angrily.",
468 ["target"] = "You glare angrily at <Target>.",
469 ["react"] = 0,
470 ["custom"] = {0},
471 },
472 ["gloat"] = {
473 ["types"] = {7},
474 ["none"] = "You gloat over everyone's misfortune.",
475 ["target"] = "You gloat over <Target>'s misfortune.",
476 ["react"] = 3,
477 ["custom"] = {0},
478 },
479 ["golfclap"] = {
480 ["types"] = {7},
481 ["none"] = "You clap half heartedly, clearly unimpressed.",
482 ["target"] = "You clap for <Target>, clearly unimpressed.",
483 ["react"] = 3,
484 ["custom"] = {0},
485 },
486 ["goodbye"] = {
487 ["types"] = {9},
488 ["none"] = "You wave goodbye to everyone. Farewell!",
489 ["target"] = "You wave goodbye to <Target>. Farewell!",
490 ["react"] = 3,
491 ["custom"] = {0},
492 },
493 ["greet"] = {
494 ["types"] = {9},
495 ["none"] = "You greet everyone warmly.",
496 ["target"] = "You greet <Target> warmly.",
497 ["react"] = 1,
498 ["custom"] = {0},
499 },
500 ["grin"] = {
501 ["types"] = {3},
502 ["none"] = "You grin wickedly.",
503 ["target"] = "You grin wickedly at <Target>.",
504 ["react"] = 0,
505 ["custom"] = {0},
506 },
507 ["groan"] = {
508 ["types"] = {13},
509 ["none"] = "You begin to groan.",
510 ["target"] = "You look at <Target> and groan.",
511 ["react"] = 0,
512 ["custom"] = {0},
513 },
514 ["grovel"] = {
515 ["types"] = {11},
516 ["none"] = "You grovel on the ground, wallowing in subservience.",
517 ["target"] = "You grovel before <Target> like a subservient peon.",
518 ["react"] = 1,
519 ["custom"] = {0},
520 },
521 ["growl"] = {
522 ["types"] = {2},
523 ["none"] = "You growl menacingly.",
524 ["target"] = "You growl menacingly at <Target>.",
525 ["react"] = 1,
526 ["custom"] = {0},
527 },
528 ["guffaw"] = {
529 ["types"] = {3},
530 ["none"] = "You let out a boisterous guffaw!",
531 ["target"] = "You take one look at <Target> and let out a guffaw!",
532 ["react"] = 3,
533 ["custom"] = {0},
534 },
535 ["hail"] = {
536 ["types"] = {9},
537 ["none"] = "You hail those around you.",
538 ["target"] = "You hail <Target>.",
539 ["react"] = 1,
540 ["custom"] = {0},
541 },
542 ["happy"] = {
543 ["types"] = {3},
544 ["none"] = "You are filled with happiness!",
545 ["target"] = "You are very happy with <Target>!",
546 ["react"] = 0,
547 ["custom"] = {0},
548 },
549 ["healme"] = {
550 ["types"] = {10},
551 ["none"] = "You call out for healing!",
552 ["target"] = "You call out for healing!",
553 ["react"] = 3,
554 ["custom"] = {0},
555 },
556 ["hello"] = {
557 ["types"] = {9},
558 ["none"] = "You greet everyone with a hearty hello!",
559 ["target"] = "You greet <Target> with a hearty hello!",
560 ["react"] = 3,
561 ["custom"] = {0},
562 },
563 ["helpme"] = {
564 ["types"] = {10},
565 ["none"] = "You cry out for help!",
566 ["target"] = "You cry out for help!",
567 ["react"] = 3,
568 ["custom"] = {0},
569 },
570 ["hug"] = {
571 ["types"] = {8},
572 ["none"] = "You need a hug!",
573 ["target"] = "You hug <Target>.",
574 ["react"] = 0,
575 ["custom"] = {0},
576 },
577 ["hungry"] = {
578 ["types"] = {4},
579 ["none"] = "You are hungry!",
580 ["target"] = "You are hungry. Maybe <Target> has some food...",
581 ["react"] = 0,
582 ["custom"] = {0},
583 },
584 ["incoming"] = {
585 ["types"] = {10},
586 ["none"] = "You yell incoming enemies!",
587 ["target"] = "You yell incoming enemies!",
588 ["react"] = 3,
589 ["custom"] = {0},
590 },
591 ["insult"] = {
592 ["types"] = {7},
593 ["none"] = "You think everyone around you is a son of a motherless ogre.",
594 ["target"] = "You think <Target> is the son of a motherless ogre.",
595 ["react"] = 1,
596 ["custom"] = {0},
597 },
598 ["introduce"] = {
599 ["types"] = {9},
600 ["none"] = "You introduce yourself to everyone.",
601 ["target"] = "You introduce yourself to <Target>.",
602 ["react"] = 0,
603 ["custom"] = {0},
604 },
605 ["jk"] = {
606 ["types"] = {13},
607 ["none"] = "You were just kidding!",
608 ["target"] = "You let <Target> know that you were just kidding!",
609 ["react"] = 0,
610 ["custom"] = {0},
611 },
612 ["kiss"] = {
613 ["types"] = {8},
614 ["none"] = "You blow a kiss into the wind.",
615 ["target"] = "You blow a kiss to <Target>.",
616 ["react"] = 3,
617 ["custom"] = {0},
618 },
619 ["kneel"] = {
620 ["types"] = {4},
621 ["none"] = "You kneel down.",
622 ["target"] = "You kneel before <Target>.",
623 ["react"] = 1,
624 ["custom"] = {0},
625 },
626 ["laugh"] = {
627 ["types"] = {3},
628 ["none"] = "You laugh.",
629 ["target"] = "You laugh at <Target>.",
630 ["react"] = 3,
631 ["custom"] = {0},
632 },
633 ["lavish"] = {
634 ["types"] = {1},
635 ["none"] = "You praise the Light.",
636 ["target"] = "You lavish praise upon <Target>.",
637 ["react"] = 0,
638 ["custom"] = {0},
639 },
640 ["lay"] = {
641 ["types"] = {4},
642 ["none"] = "You lie down.",
643 ["target"] = "You lie down before <Target>.",
644 ["react"] = 1,
645 ["custom"] = {0},
646 },
647 ["lick"] = {
648 ["types"] = {8},
649 ["none"] = "You lick your lips.",
650 ["target"] = "You lick <Target>.",
651 ["react"] = 0,
652 ["custom"] = {0},
653 },
654 ["listen"] = {
655 ["types"] = {1},
656 ["none"] = "You are listening!",
657 ["target"] = "You listen intently to <Target>.",
658 ["react"] = 0,
659 ["custom"] = {0},
660 },
661 ["lost"] = {
662 ["types"] = {5},
663 ["none"] = "You are hopelessly lost.",
664 ["target"] = "You want <Target> to know that you are hopelessly lost.",
665 ["react"] = 1,
666 ["custom"] = {0},
667 },
668 ["love"] = {
669 ["types"] = {8},
670 ["none"] = "You feel the love.",
671 ["target"] = "You love <Target>.",
672 ["react"] = 0,
673 ["custom"] = {0},
674 },
675 ["massage"] = {
676 ["types"] = {8},
677 ["none"] = "You need a massage!",
678 ["target"] = "You massage <Target>'s shoulders.",
679 ["react"] = 0,
680 ["custom"] = {0},
681 },
682 ["moan"] = {
683 ["types"] = {8},
684 ["none"] = "You moan suggestively.",
685 ["target"] = "You moan suggestively at <Target>.",
686 ["react"] = 0,
687 ["custom"] = {0},
688 },
689 ["mock"] = {
690 ["types"] = {5},
691 ["none"] = "You mock life and all it stands for.",
692 ["target"] = "You mock the foolishness of <Target>.",
693 ["react"] = 0,
694 ["custom"] = {0},
695 },
696 ["moo"] = {
697 ["types"] = {9},
698 ["none"] = "Mooooooooooo.",
699 ["target"] = "You moo at <Target>. Mooooooooooo.",
700 ["react"] = 2,
701 ["custom"] = {0},
702 },
703 ["moon"] = {
704 ["types"] = {7},
705 ["none"] = "You drop your trousers and moon everyone.",
706 ["target"] = "You drop your trousers and moon <Target>.",
707 ["react"] = 0,
708 ["custom"] = {0},
709 },
710 ["mourn"] = {
711 ["types"] = {13},
712 ["none"] = "In quiet contemplation, you mourn the loss of the dead.",
713 ["target"] = "In quiet contemplation, you mourn the death of <Target>.",
714 ["react"] = 3,
715 ["custom"] = {0},
716 },
717 ["no"] = {
718 ["types"] = {4},
719 ["none"] = "You clearly state, NO.",
720 ["target"] = "You tell <Target> NO. Not going to happen.",
721 ["react"] = 3,
722 ["custom"] = {0},
723 },
724 ["nod"] = {
725 ["types"] = {4},
726 ["none"] = "You nod.",
727 ["target"] = "You nod at <Target>.",
728 ["react"] = 3,
729 ["custom"] = {0},
730 },
731 ["nosepick"] = {
732 ["types"] = {13},
733 ["none"] = "With a finger deep in one nostril, you pass the time.",
734 ["target"] = "You pick your nose and show it to <Target>.",
735 ["react"] = 0,
736 ["custom"] = {0},
737 },
738 ["oom"] = {
739 ["types"] = {10},
740 ["none"] = "You announce that you have low mana!",
741 ["target"] = "You announce that you have low mana!",
742 ["react"] = 3,
743 ["custom"] = {0},
744 },
745 ["openfire"] = {
746 ["types"] = {10},
747 ["none"] = "You give the order to open fire.",
748 ["target"] = "You give the order to open fire.",
749 ["react"] = 3,
750 ["custom"] = {0},
751 },
752 ["panic"] = {
753 ["types"] = {11},
754 ["none"] = "You run around in a frenzied state of panic.",
755 ["target"] = "You take one look at <Target> and panic.",
756 ["react"] = 0,
757 ["custom"] = {0},
758 },
759 ["pat"] = {
760 ["types"] = {8},
761 ["none"] = "You need a pat.",
762 ["target"] = "You gently pat <Target>.",
763 ["react"] = 0,
764 ["custom"] = {0},
765 },
766 ["peer"] = {
767 ["types"] = {4},
768 ["none"] = "You peer around, searchingly.",
769 ["target"] = "You peer at <Target> searchingly.",
770 ["react"] = 0,
771 ["custom"] = {0},
772 },
773 ["pity"] = {
774 ["types"] = {7},
775 ["none"] = "You pity those around you.",
776 ["target"] = "You look down upon <Target> with pity.",
777 ["react"] = 0,
778 ["custom"] = {0},
779 },
780 ["plead"] = {
781 ["types"] = {11},
782 ["none"] = "You drop to your knees and plead in desperation.",
783 ["target"] = "You plead with <Target>.",
784 ["react"] = 1,
785 ["custom"] = {0},
786 },
787 ["point"] = {
788 ["types"] = {10},
789 ["none"] = "You point over yonder.",
790 ["target"] = "You point at <Target>.",
791 ["react"] = 1,
792 ["custom"] = {0},
793 },
794 ["poke"] = {
795 ["types"] = {4},
796 ["none"] = "You poke your belly and giggle.",
797 ["target"] = "You poke <Target>. Hey!",
798 ["react"] = 0,
799 ["custom"] = {0},
800 },
801 ["ponder"] = {
802 ["types"] = {12},
803 ["none"] = "You ponder the situation.",
804 ["target"] = "You ponder <Target>'s actions.",
805 ["react"] = 1,
806 ["custom"] = {0},
807 },
808 ["pounce"] = {
809 ["types"] = {8},
810 ["none"] = "You pounce out from the shadows.",
811 ["target"] = "You pounce on top of <Target>.",
812 ["react"] = 0,
813 ["custom"] = {0},
814 },
815 ["pray"] = {
816 ["types"] = {4},
817 ["none"] = "You pray to the Gods.",
818 ["target"] = "You say a prayer for <Target>.",
819 ["react"] = 1,
820 ["custom"] = {0},
821 },
822 ["purr"] = {
823 ["types"] = {8},
824 ["none"] = "You purr like a kitten.",
825 ["target"] = "You purr at <Target>.",
826 ["react"] = 0,
827 ["custom"] = {0},
828 },
829 ["puzzled"] = {
830 ["types"] = {12},
831 ["none"] = "You are puzzled. What's going on here?",
832 ["target"] = "You are puzzled by <Target>.",
833 ["react"] = 1,
834 ["custom"] = {0},
835 },
836 ["question"] = {
837 ["types"] = {13},
838 ["none"] = "You want to know the meaning of life.",
839 ["target"] = "You question <Target>.",
840 ["react"] = 1,
841 ["custom"] = {0},
842 },
843 ["raise"] = {
844 ["types"] = {13},
845 ["none"] = "You raise your hand in the air.",
846 ["target"] = "You look at <Target> and raise your hand.",
847 ["react"] = 0,
848 ["custom"] = {0},
849 },
850 ["rasp"] = {
851 ["types"] = {7},
852 ["none"] = "You make a rude gesture.",
853 ["target"] = "You make a rude gesture at <Target>.",
854 ["react"] = 3,
855 ["custom"] = {0},
856 },
857 ["ready"] = {
858 ["types"] = {10},
859 ["none"] = "You let everyone know that you are ready!",
860 ["target"] = "You let <Target> know that you are ready!",
861 ["react"] = 0,
862 ["custom"] = {0},
863 },
864 ["rear"] = {
865 ["types"] = {7},
866 ["none"] = "You shake your rear.",
867 ["target"] = "You shake your rear at <Target>.",
868 ["react"] = 0,
869 ["custom"] = {0},
870 },
871 ["roar"] = {
872 ["types"] = {2},
873 ["none"] = "You roar with bestial vigor. So fierce!",
874 ["target"] = "You roar with bestial vigor at <Target>. So fierce!",
875 ["react"] = 1,
876 ["custom"] = {0},
877 },
878 ["rofl"] = {
879 ["types"] = {3},
880 ["none"] = "You roll on the floor laughing.",
881 ["target"] = "You roll on the floor laughing at <Target>.",
882 ["react"] = 3,
883 ["custom"] = {0},
884 },
885 ["rude"] = {
886 ["types"] = {7},
887 ["none"] = "You make a rude gesture.",
888 ["target"] = "You make a rude gesture at <Target>.",
889 ["react"] = 1,
890 ["custom"] = {0},
891 },
892 ["salute"] = {
893 ["types"] = {1},
894 ["none"] = "You stand at attention and salute.",
895 ["target"] = "You salute <Target> with respect.",
896 ["react"] = 1,
897 ["custom"] = {0},
898 },
899 ["scared"] = {
900 ["types"] = {11},
901 ["none"] = "You are scared!",
902 ["target"] = "You are scared of <Target>.",
903 ["react"] = 0,
904 ["custom"] = {0},
905 },
906 ["scratch"] = {
907 ["types"] = {13},
908 ["none"] = "You scratch yourself. Ah, much better!",
909 ["target"] = "You scratch <Target>. How catty!",
910 ["react"] = 0,
911 ["custom"] = {0},
912 },
913 ["sexy"] = {
914 ["types"] = {8},
915 ["none"] = "You're too sexy for your tunic...so sexy it hurts.",
916 ["target"] = "You think <Target> is a sexy devil.",
917 ["react"] = 0,
918 ["custom"] = {0},
919 },
920 ["shimmy"] = {
921 ["types"] = {13},
922 ["none"] = "You shimmy before the masses.",
923 ["target"] = "You shimmy before <Target>.",
924 ["react"] = 0,
925 ["custom"] = {0},
926 },
927 ["shiver"] = {
928 ["types"] = {13},
929 ["none"] = "You shiver in your boots. Chilling!",
930 ["target"] = "You shiver beside <Target>. Chilling!",
931 ["react"] = 0,
932 ["custom"] = {0},
933 },
934 ["shoo"] = {
935 ["types"] = {7},
936 ["none"] = "You shoo the measly pests away.",
937 ["target"] = "You shoo <Target> away. Be gone pest!",
938 ["react"] = 0,
939 ["custom"] = {0},
940 },
941 ["shrug"] = {
942 ["types"] = {12},
943 ["none"] = "You shrug. Who knows?",
944 ["target"] = "You shrug at <Target>. Who knows?",
945 ["react"] = 1,
946 ["custom"] = {0},
947 },
948 ["shy"] = {
949 ["types"] = {8},
950 ["none"] = "You smile shyly.",
951 ["target"] = "You smile shyly at <Target>.",
952 ["react"] = 1,
953 ["custom"] = {0},
954 },
955 ["sigh"] = {
956 ["types"] = {5},
957 ["none"] = "You let out a long, drawn-out sigh.",
958 ["target"] = "You sigh at <Target>.",
959 ["react"] = 2,
960 ["custom"] = {0},
961 },
962 ["silly"] = {
963 ["types"] = {3},
964 ["none"] = "You tell a joke.",
965 ["target"] = "You tell <Target> a joke.",
966 ["react"] = 3,
967 ["custom"] = {0},
968 },
969 ["slap"] = {
970 ["types"] = {7},
971 ["none"] = "You slap yourself across the face. Ouch!",
972 ["target"] = "You slap <Target> across the face. Ouch!",
973 ["react"] = 0,
974 ["custom"] = {0},
975 },
976 ["sleep"] = {
977 ["types"] = {13},
978 ["none"] = "You fall asleep. Zzzzzzz.",
979 ["target"] = "You fall asleep. Zzzzzzz.",
980 ["react"] = 1,
981 ["custom"] = {0},
982 },
983 ["smell"] = {
984 ["types"] = {7},
985 ["none"] = "You smell the air around you. Wow, someone stinks!",
986 ["target"] = "You smell <Target>. Wow, someone stinks!",
987 ["react"] = 0,
988 ["custom"] = {0},
989 },
990 ["smile"] = {
991 ["types"] = {3},
992 ["none"] = "You smile.",
993 ["target"] = "You smile at <Target>.",
994 ["react"] = 0,
995 ["custom"] = {0},
996 },
997 ["smirk"] = {
998 ["types"] = {3},
999 ["none"] = "A sly smirk spreads across your face.",
1000 ["target"] = "You smirk slyly at <Target>.",
1001 ["react"] = 0,
1002 ["custom"] = {0},
1003 },
1004 ["snarl"] = {
1005 ["types"] = {2},
1006 ["none"] = "You bare your teeth and snarl.",
1007 ["target"] = "You bare your teeth and snarl at <Target>.",
1008 ["react"] = 0,
1009 ["custom"] = {0},
1010 },
1011 ["snicker"] = {
1012 ["types"] = {3},
1013 ["none"] = "You quietly snicker to yourself.",
1014 ["target"] = "You snicker at <Target>.",
1015 ["react"] = 0,
1016 ["custom"] = {0},
1017 },
1018 ["sniff"] = {
1019 ["types"] = {12},
1020 ["none"] = "You sniff the air around you.",
1021 ["target"] = "You sniff <Target>.",
1022 ["react"] = 0,
1023 ["custom"] = {0},
1024 },
1025 ["snub"] = {
1026 ["types"] = {2},
1027 ["none"] = "You snub all of the lowly peons around you.",
1028 ["target"] = "You snub <Target>.",
1029 ["react"] = 0,
1030 ["custom"] = {0},
1031 },
1032 ["soothe"] = {
1033 ["types"] = {8},
1034 ["none"] = "You need to be soothed.",
1035 ["target"] = "You soothe <Target>. There, there...things will be ok.",
1036 ["react"] = 0,
1037 ["custom"] = {0},
1038 },
1039 ["spit"] = {
1040 ["types"] = {7},
1041 ["none"] = "You spit on the ground.",
1042 ["target"] = "You spit on <Target>.",
1043 ["react"] = 0,
1044 ["custom"] = {0},
1045 },
1046 ["stare"] = {
1047 ["types"] = {2},
1048 ["none"] = "You stare off into the distance.",
1049 ["target"] = "You stare <Target> down.",
1050 ["react"] = 0,
1051 ["custom"] = {0},
1052 },
1053 ["surprised"] = {
1054 ["types"] = {12},
1055 ["none"] = "You are so surprised!",
1056 ["target"] = "You are suprised by <Target>'s actions.",
1057 ["react"] = 0,
1058 ["custom"] = {0},
1059 },
1060 ["surrender"] = {
1061 ["types"] = {5},
1062 ["none"] = "You surrender to your opponents.",
1063 ["target"] = "You surrender before <Target>. Such is the agony of defeat...",
1064 ["react"] = 1,
1065 ["custom"] = {0},
1066 },
1067 ["tap"] = {
1068 ["types"] = {12},
1069 ["none"] = "You tap your foot. Hurry up already!",
1070 ["target"] = "You tap your foot as you wait for <Target>.",
1071 ["react"] = 0,
1072 ["custom"] = {0},
1073 },
1074 ["taunt"] = {
1075 ["types"] = {7},
1076 ["none"] = "You taunt everyone around you. Bring it fools!",
1077 ["target"] = "You make a taunting gesture at <Target>. Bring it!",
1078 ["react"] = 0,
1079 ["custom"] = {0},
1080 },
1081 ["tease"] = {
1082 ["types"] = {8},
1083 ["none"] = "You are such a tease.",
1084 ["target"] = "You tease <Target>.",
1085 ["react"] = 0,
1086 ["custom"] = {0},
1087 },
1088 ["thank"] = {
1089 ["types"] = {1},
1090 ["none"] = "You thank everyone around you.",
1091 ["target"] = "You thank <Target>.",
1092 ["react"] = 0,
1093 ["custom"] = {0},
1094 },
1095 ["thirsty"] = {
1096 ["types"] = {13},
1097 ["none"] = "You are so thirsty. Can anyone spare a drink?",
1098 ["target"] = "You let <Target> know you are thirsty. Spare a drink?",
1099 ["react"] = 0,
1100 ["custom"] = {0},
1101 },
1102 ["tickle"] = {
1103 ["types"] = {8},
1104 ["none"] = "You want to be tickled. Hee hee!",
1105 ["target"] = "You tickle <Target>. Hee hee!",
1106 ["react"] = 0,
1107 ["custom"] = {0},
1108 },
1109 ["tired"] = {
1110 ["types"] = {13},
1111 ["none"] = "You let everyone know that you are tired.",
1112 ["target"] = "You let <Target> know that you are tired.",
1113 ["react"] = 0,
1114 ["custom"] = {0},
1115 },
1116 ["veto"] = {
1117 ["types"] = {13},
1118 ["none"] = "You veto the motion on the floor.",
1119 ["target"] = "You veto <Target>'s motion.",
1120 ["react"] = 0,
1121 ["custom"] = {0},
1122 },
1123 ["victory"] = {
1124 ["types"] = {12},
1125 ["none"] = "You bask in the glory of victory.",
1126 ["target"] = "You bask in the glory of victory with <Target>.",
1127 ["react"] = 1,
1128 ["custom"] = {0},
1129 },
1130 ["violin"] = {
1131 ["types"] = {7},
1132 ["none"] = "You begin to play the world's smallest violin.",
1133 ["target"] = "You play the world's smallest violin for <Target>.",
1134 ["react"] = 3,
1135 ["custom"] = {0},
1136 },
1137 ["wait"] = {
1138 ["types"] = {10},
1139 ["none"] = "You ask everyone to wait.",
1140 ["target"] = "You ask <Target> to wait.",
1141 ["react"] = 3,
1142 ["custom"] = {0},
1143 },
1144 ["wave"] = {
1145 ["types"] = {9},
1146 ["none"] = "You wave.",
1147 ["target"] = "You wave at <Target>.",
1148 ["react"] = 0,
1149 ["custom"] = {0},
1150 },
1151 ["welcome"] = {
1152 ["types"] = {9},
1153 ["none"] = "You welcome everyone.",
1154 ["target"] = "You welcome <Target>.",
1155 ["react"] = 3,
1156 ["custom"] = {0},
1157 },
1158 ["whine"] = {
1159 ["types"] = {11},
1160 ["none"] = "You whine pathetically.",
1161 ["target"] = "You whine pathetically at <Target>.",
1162 ["react"] = 0,
1163 ["custom"] = {0},
1164 },
1165 ["whistle"] = {
1166 ["types"] = {13},
1167 ["none"] = "You let forth a sharp whistle.",
1168 ["target"] = "You whistle at <Target>.",
1169 ["react"] = 2,
1170 ["custom"] = {0},
1171 },
1172 ["wink"] = {
1173 ["types"] = {8},
1174 ["none"] = "You wink slyly.",
1175 ["target"] = "You wink slyly at <Target>.",
1176 ["react"] = 0,
1177 ["custom"] = {0},
1178 },
1179 ["work"] = {
1180 ["types"] = {13},
1181 ["none"] = "You begin to work.",
1182 ["target"] = "You work with <Target>.",
1183 ["react"] = 0,
1184 ["custom"] = {0},
1185 },
1186 ["yawn"] = {
1187 ["types"] = {13},
1188 ["none"] = "You yawn sleepily.",
1189 ["target"] = "You yawn sleepily at <Target>.",
1190 ["react"] = 2,
1191 ["custom"] = {0},
1192 },
1193 }
1194  
1195