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