ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/chat.ext
(Generate patch)

Comparing deliantra/server/ext/chat.ext (file contents):
Revision 1.4 by pippijn, Wed Feb 28 19:13:23 2007 UTC vs.
Revision 1.5 by pippijn, Wed Feb 28 19:23:21 2007 UTC

55}; 55};
56 56
57my $emotes = { 57my $emotes = {
58 growl => { 58 growl => {
59 noparams => { 59 noparams => {
60 other => "<self> growls." 60 other => "<self> growls.",
61 self => "Grrrrrrrrr...." 61 self => "Grrrrrrrrr....",
62 }, 62 },
63 params => { 63 params => {
64 }, 64 },
65 self => { 65 self => {
66 }, 66 },
67 }, 67 },
68 giggle => { 68 giggle => {
69 noparams => { 69 noparams => {
70 other => "<self> giggles." 70 other => "<self> giggles.",
71 self => "You giggle." 71 self => "You giggle.",
72 }, 72 },
73 params => { 73 params => {
74 }, 74 },
75 self => { 75 self => {
76 }, 76 },
77 }, 77 },
78 shiver => { 78 shiver => {
79 noparams => { 79 noparams => {
80 other => "<self> shivers uncomfortably." 80 other => "<self> shivers uncomfortably.",
81 self => "Brrrrrrrrr." 81 self => "Brrrrrrrrr.",
82 }, 82 },
83 params => { 83 params => {
84 }, 84 },
85 self => { 85 self => {
86 }, 86 },
87 }, 87 },
88 chuckle => { 88 chuckle => {
89 noparams => { 89 noparams => {
90 other => "<self> chuckles politely." 90 other => "<self> chuckles politely.",
91 self => "You chuckle politely" 91 self => "You chuckle politely",
92 }, 92 },
93 params => { 93 params => {
94 }, 94 },
95 self => { 95 self => {
96 }, 96 },
97 }, 97 },
98 sigh => { 98 sigh => {
99 noparams => { 99 noparams => {
100 other => "<self> sighs loudly." 100 other => "<self> sighs loudly.",
101 self => "You sigh." 101 self => "You sigh.",
102 }, 102 },
103 params => { 103 params => {
104 }, 104 },
105 self => { 105 self => {
106 }, 106 },
107 }, 107 },
108 scream => { 108 scream => {
109 noparams => { 109 noparams => {
110 other => "<self> screams at the top of his lungs!" 110 other => "<self> screams at the top of his lungs!",
111 self => "ARRRRRRRRRRGH!!!!!" 111 self => "ARRRRRRRRRRGH!!!!!",
112 }, 112 },
113 params => { 113 params => {
114 }, 114 },
115 self => { 115 self => {
116 }, 116 },
117 }, 117 },
118 puke => { 118 puke => {
119 noparams => { 119 noparams => {
120 other => "<self> pukes." 120 other => "<self> pukes.",
121 self => "Bleaaaaaghhhhhhh!" 121 self => "Bleaaaaaghhhhhhh!",
122 }, 122 },
123 params => { 123 params => {
124 target => "<self> pukes on your clothes!" 124 target => "<self> pukes on your clothes!",
125 other => "<self> pukes on <other>." 125 other => "<self> pukes on <other>.",
126 self => "You puke on <other>." 126 self => "You puke on <other>.",
127 }, 127 },
128 self => { 128 self => {
129 other => "<self> pukes on his clothes." 129 other => "<self> pukes on his clothes.",
130 self => "You puke on yourself." 130 self => "You puke on yourself.",
131 }, 131 },
132 }, 132 },
133 strut => { 133 strut => {
134 noparams => { 134 noparams => {
135 other => "<self> struts proudly." 135 other => "<self> struts proudly.",
136 self => "Strut your stuff." 136 self => "Strut your stuff.",
137 }, 137 },
138 params => { 138 params => {
139 }, 139 },
140 self => { 140 self => {
141 }, 141 },
142 }, 142 },
143 cringe => { 143 cringe => {
144 noparams => { 144 noparams => {
145 other => "<self> cringes in terror!" 145 other => "<self> cringes in terror!",
146 self => "You cringe in terror." 146 self => "You cringe in terror.",
147 }, 147 },
148 params => { 148 params => {
149 target => "<self> cringes away from <other> in mortal terror." 149 target => "<self> cringes away from <other> in mortal terror.",
150 self => "You cringe away from <other>." 150 self => "You cringe away from <other>.",
151 }, 151 },
152 self => { 152 self => {
153 }, 153 },
154 }, 154 },
155 hiccup => { 155 hiccup => {
156 noparams => { 156 noparams => {
157 other => "<self> hiccups." 157 other => "<self> hiccups.",
158 self => "*HIC*" 158 self => "*HIC*",
159 }, 159 },
160 params => { 160 params => {
161 }, 161 },
162 self => { 162 self => {
163 }, 163 },
164 }, 164 },
165 clap => { 165 clap => {
166 noparams => { 166 noparams => {
167 other => "<self> gives a round of applause." 167 other => "<self> gives a round of applause.",
168 self => "Clap, clap, clap." 168 self => "Clap, clap, clap.",
169 }, 169 },
170 params => { 170 params => {
171 }, 171 },
172 self => { 172 self => {
173 }, 173 },
174 }, 174 },
175 kiss => { 175 kiss => {
176 noparams => { 176 noparams => {
177 other => "<self> makes a weird facial contortion" 177 other => "<self> makes a weird facial contortion",
178 self => "All the lonely people.." 178 self => "All the lonely people..",
179 }, 179 },
180 params => { 180 params => {
181 target => "<self> kisses you." 181 target => "<self> kisses you.",
182 other => "<self> kisses <other>." 182 other => "<self> kisses <other>.",
183 self => "You kiss <other>." 183 self => "You kiss <other>.",
184 }, 184 },
185 self => { 185 self => {
186 }, 186 },
187 }, 187 },
188 wink => { 188 wink => {
189 noparams => { 189 noparams => {
190 other => "<self> winks suggestively." 190 other => "<self> winks suggestively.",
191 self => "Have you got something in your eye?" 191 self => "Have you got something in your eye?",
192 }, 192 },
193 params => { 193 params => {
194 target => "<self> winks at <other>." 194 target => "<self> winks at <other>.",
195 self => "You wink suggestively at <other>." 195 self => "You wink suggestively at <other>.",
196 }, 196 },
197 self => { 197 self => {
198 other => "<self> winks at himself - something strange is going on..." 198 other => "<self> winks at himself - something strange is going on...",
199 self => "You wink at yourself?? What are you up to?" 199 self => "You wink at yourself?? What are you up to?",
200 }, 200 },
201 }, 201 },
202 pout => { 202 pout => {
203 noparams => { 203 noparams => {
204 other => "<self> pouts." 204 other => "<self> pouts.",
205 self => "Aww, don't take it so hard." 205 self => "Aww, don't take it so hard.",
206 }, 206 },
207 params => { 207 params => {
208 }, 208 },
209 self => { 209 self => {
210 }, 210 },
211 }, 211 },
212 cackle => { 212 cackle => {
213 noparams => { 213 noparams => {
214 other => "<self> throws back his head and cackles with insane glee!" 214 other => "<self> throws back his head and cackles with insane glee!",
215 self => "You cackle gleefully." 215 self => "You cackle gleefully.",
216 }, 216 },
217 params => { 217 params => {
218 }, 218 },
219 self => { 219 self => {
220 }, 220 },
221 }, 221 },
222 sniff => { 222 sniff => {
223 noparams => { 223 noparams => {
224 other => "<self> sniffs sadly." 224 other => "<self> sniffs sadly.",
225 self => "You sniff sadly. *SNIFF*" 225 self => "You sniff sadly. *SNIFF*",
226 }, 226 },
227 params => { 227 params => {
228 target => "<self> sniffs you." 228 target => "<self> sniffs you.",
229 other => "<self> sniffs <other>" 229 other => "<self> sniffs <other>",
230 self => "You sniff <other>." 230 self => "You sniff <other>.",
231 }, 231 },
232 self => { 232 self => {
233 other => "<self> sniffs himself." 233 other => "<self> sniffs himself.",
234 self => "You sniff yourself." 234 self => "You sniff yourself.",
235 }, 235 },
236 }, 236 },
237 nod => { 237 nod => {
238 noparams => { 238 noparams => {
239 other => "<self> nods solemnly." 239 other => "<self> nods solemnly.",
240 self => "You nod solemnly." 240 self => "You nod solemnly.",
241 }, 241 },
242 params => { 242 params => {
243 target => "<self> nods solemnly to you." 243 target => "<self> nods solemnly to you.",
244 other => "<self> nods solemnly to <other>." 244 other => "<self> nods solemnly to <other>.",
245 self => "You nod solemnly to <other>." 245 self => "You nod solemnly to <other>.",
246 }, 246 },
247 self => { 247 self => {
248 }, 248 },
249 }, 249 },
250 frown => { 250 frown => {
251 noparams => { 251 noparams => {
252 other => "<self> frowns." 252 other => "<self> frowns.",
253 self => "What's bothering you?" 253 self => "What's bothering you?",
254 }, 254 },
255 params => { 255 params => {
256 target => "<self> frowns darkly at you." 256 target => "<self> frowns darkly at you.",
257 other => "<self> frowns darkly at <other>." 257 other => "<self> frowns darkly at <other>.",
258 self => "You frown darkly at <other>." 258 self => "You frown darkly at <other>.",
259 }, 259 },
260 self => { 260 self => {
261 other => "<self> frowns at himself." 261 other => "<self> frowns at himself.",
262 self => "You frown at yourself." 262 self => "You frown at yourself.",
263 }, 263 },
264 }, 264 },
265 snicker => { 265 snicker => {
266 noparams => { 266 noparams => {
267 other => "<self> snickers softly." 267 other => "<self> snickers softly.",
268 self => "You snicker softly." 268 self => "You snicker softly.",
269 }, 269 },
270 params => { 270 params => {
271 }, 271 },
272 self => { 272 self => {
273 }, 273 },
274 }, 274 },
275 shrug => { 275 shrug => {
276 noparams => { 276 noparams => {
277 other => "<self> shrugs helplessly." 277 other => "<self> shrugs helplessly.",
278 self => "You shrug." 278 self => "You shrug.",
279 }, 279 },
280 params => { 280 params => {
281 target => "<self> shrugs at you." 281 target => "<self> shrugs at you.",
282 other => "<self> shrugs at <other>." 282 other => "<self> shrugs at <other>.",
283 self => "You shrug at <other>." 283 self => "You shrug at <other>.",
284 }, 284 },
285 self => { 285 self => {
286 }, 286 },
287 }, 287 },
288 bleed => { 288 bleed => {
289 noparams => { 289 noparams => {
290 other => "<self> is bleeding all over the carpet - got a spare tourniquet?" 290 other => "<self> is bleeding all over the carpet - got a spare tourniquet?",
291 self => "You bleed all over your nice new armour." 291 self => "You bleed all over your nice new armour.",
292 }, 292 },
293 params => { 293 params => {
294 target => "<self> slashes his wrist and bleeds all over <other>." 294 target => "<self> slashes his wrist and bleeds all over <other>.",
295 self => "You slash your wrist and bleed all over <other>" 295 self => "You slash your wrist and bleed all over <other>",
296 }, 296 },
297 self => { 297 self => {
298 other => "<self> performs some satanic ritual while wiping his blood on himself." 298 other => "<self> performs some satanic ritual while wiping his blood on himself.",
299 self => "Very impressive! You wipe your blood all over yourself." 299 self => "Very impressive! You wipe your blood all over yourself.",
300 }, 300 },
301 }, 301 },
302 twiddle => { 302 twiddle => {
303 noparams => { 303 noparams => {
304 other => "<self> patiently twiddles his thumbs." 304 other => "<self> patiently twiddles his thumbs.",
305 self => "You patiently twiddle your thumbs." 305 self => "You patiently twiddle your thumbs.",
306 }, 306 },
307 params => { 307 params => {
308 }, 308 },
309 self => { 309 self => {
310 }, 310 },
311 }, 311 },
312 spit => { 312 spit => {
313 noparams => { 313 noparams => {
314 other => "<self> spits over his left shoulder." 314 other => "<self> spits over his left shoulder.",
315 self => "You spit over your left shoulder." 315 self => "You spit over your left shoulder.",
316 }, 316 },
317 params => { 317 params => {
318 target => "<self> spits in your face!" 318 target => "<self> spits in your face!",
319 other => "<self> spits in <other>'s face." 319 other => "<self> spits in <other>'s face.",
320 self => "You spit on <other>." 320 self => "You spit on <other>.",
321 }, 321 },
322 self => { 322 self => {
323 other => "<self> drools all over himself." 323 other => "<self> drools all over himself.",
324 self => "You drool all over yourself." 324 self => "You drool all over yourself.",
325 }, 325 },
326 }, 326 },
327 glare => { 327 glare => {
328 noparams => { 328 noparams => {
329 other => "<self> glares around him." 329 other => "<self> glares around him.",
330 self => "You glare at nothing in particular." 330 self => "You glare at nothing in particular.",
331 }, 331 },
332 params => { 332 params => {
333 target => "<self> glares icily at you, you feel cold to your bones." 333 target => "<self> glares icily at you, you feel cold to your bones.",
334 other => "<self> glares at <other>." 334 other => "<self> glares at <other>.",
335 self => "You glare icily at <other>." 335 self => "You glare icily at <other>.",
336 }, 336 },
337 self => { 337 self => {
338 other => "<self> glares at his feet, what is bothering him?" 338 other => "<self> glares at his feet, what is bothering him?",
339 self => "You glare icily at your feet, they are suddenly very cold." 339 self => "You glare icily at your feet, they are suddenly very cold.",
340 }, 340 },
341 }, 341 },
342 bow => { 342 bow => {
343 noparams => { 343 noparams => {
344 other => "<self> bows deeply." 344 other => "<self> bows deeply.",
345 self => "You bow deeply." 345 self => "You bow deeply.",
346 }, 346 },
347 params => { 347 params => {
348 target => "<self> bows before you." 348 target => "<self> bows before you.",
349 other => "<self> bows before <other>." 349 other => "<self> bows before <other>.",
350 self => "You bow before <other>." 350 self => "You bow before <other>.",
351 }, 351 },
352 self => { 352 self => {
353 other => "<self> folds up like a jackknife and kisses his own toes." 353 other => "<self> folds up like a jackknife and kisses his own toes.",
354 self => "You kiss your toes." 354 self => "You kiss your toes.",
355 }, 355 },
356 }, 356 },
357 dance => { 357 dance => {
358 noparams => { 358 noparams => {
359 other => "<self> expresses himself through interpretive dance." 359 other => "<self> expresses himself through interpretive dance.",
360 self => "You dance with glee." 360 self => "You dance with glee.",
361 }, 361 },
362 params => { 362 params => {
363 target => "<self> grabs you, and begins dancing!" 363 target => "<self> grabs you, and begins dancing!",
364 other => "Yipe! <self> and <other> are doing the Macarena!" 364 other => "Yipe! <self> and <other> are doing the Macarena!",
365 self => "You grab <other> and begin doing the Cha-Cha!" 365 self => "You grab <other> and begin doing the Cha-Cha!",
366 }, 366 },
367 self => { 367 self => {
368 other => "<self> embraces himself and begins to dance!" 368 other => "<self> embraces himself and begins to dance!",
369 self => "You skip and dance around by yourself." 369 self => "You skip and dance around by yourself.",
370 },
371 },
372 other => {
373 noparams => {
374 other => "<self> dances with glee."
375 self => "You are a nut."
376 },
377 params => {
378 target => "You get the distinct feeling that <other> is nuts."
379 other => "<self> is eyeing <other> quizzically."
380 self => "You are still nuts."
381 },
382 self => {
383 other => "You look away from <self>."
384 self => "My god! Is that LEGAL?"
385 }, 370 },
386 }, 371 },
387 snore => { 372 snore => {
388 noparams => { 373 noparams => {
389 other => "<self> snores loudly." 374 other => "<self> snores loudly.",
390 self => "Zzzzzzzzzzzzzzz." 375 self => "Zzzzzzzzzzzzzzz.",
391 }, 376 },
392 params => { 377 params => {
393 }, 378 },
394 self => { 379 self => {
395 }, 380 },
396 }, 381 },
397 blush => { 382 blush => {
398 noparams => { 383 noparams => {
399 other => "<self> blushes." 384 other => "<self> blushes.",
400 self => "Your cheeks are burning." 385 self => "Your cheeks are burning.",
401 }, 386 },
402 params => { 387 params => {
403 }, 388 },
404 self => { 389 self => {
405 }, 390 },
406 }, 391 },
407 snap => { 392 snap => {
408 noparams => { 393 noparams => {
409 other => "<self> snaps his fingers." 394 other => "<self> snaps his fingers.",
410 self => "PRONTO! you snap your fingers." 395 self => "PRONTO! you snap your fingers.",
411 }, 396 },
412 params => { 397 params => {
413 }, 398 },
414 self => { 399 self => {
415 }, 400 },
416 }, 401 },
417 wave => { 402 wave => {
418 noparams => { 403 noparams => {
419 other => "<self> waves happily." 404 other => "<self> waves happily.",
420 self => "You wave." 405 self => "You wave.",
421 }, 406 },
422 params => { 407 params => {
423 target => "<self> waves goodbye to you. Have a good journey." 408 target => "<self> waves goodbye to you. Have a good journey.",
424 other => "<self> waves goodbye to <other>." 409 other => "<self> waves goodbye to <other>.",
425 self => "You wave goodbye to <other>." 410 self => "You wave goodbye to <other>.",
426 }, 411 },
427 self => { 412 self => {
428 other => "<self> waves goodbye to himself." 413 other => "<self> waves goodbye to himself.",
429 self => "Are you going on adventures as well??" 414 self => "Are you going on adventures as well??",
430 }, 415 },
431 }, 416 },
432 smile => { 417 smile => {
433 noparams => { 418 noparams => {
434 other => "<self> smiles happily." 419 other => "<self> smiles happily.",
435 self => "You smile happily." 420 self => "You smile happily.",
436 }, 421 },
437 params => { 422 params => {
438 target => "<self> smiles at you." 423 target => "<self> smiles at you.",
439 other => "<self> beams a smile at <other>." 424 other => "<self> beams a smile at <other>.",
440 self => "You smile at <other>." 425 self => "You smile at <other>.",
441 }, 426 },
442 self => { 427 self => {
443 }, 428 },
444 }, 429 },
445 sneeze => { 430 sneeze => {
446 noparams => { 431 noparams => {
447 other => "<self> sneezes." 432 other => "<self> sneezes.",
448 self => "Gesundheit!" 433 self => "Gesundheit!",
449 }, 434 },
450 params => { 435 params => {
451 target => "<self> sneezes on you, you feel the snot cover you. EEEEEEW." 436 target => "<self> sneezes on you, you feel the snot cover you. EEEEEEW.",
452 other => "<self> sneezes on <other> and a film of snot covers him." 437 other => "<self> sneezes on <other> and a film of snot covers him.",
453 self => "You sneeze at <other> and a film of snot shoots onto him." 438 self => "You sneeze at <other> and a film of snot shoots onto him.",
454 }, 439 },
455 self => { 440 self => {
456 other => "<self> sneezes, and covers himself in a slimy substance." 441 other => "<self> sneezes, and covers himself in a slimy substance.",
457 self => "You sneeze on yourself, what a mess!" 442 self => "You sneeze on yourself, what a mess!",
458 }, 443 },
459 }, 444 },
460 bounce => { 445 bounce => {
461 noparams => { 446 noparams => {
462 other => "<self> bounces around." 447 other => "<self> bounces around.",
463 self => "BOIINNNNNNGG!" 448 self => "BOIINNNNNNGG!",
464 }, 449 },
465 params => { 450 params => {
466 target => "<self> bounces around the room with you." 451 target => "<self> bounces around the room with you.",
467 other => "<self> bounces around the room with <other>." 452 other => "<self> bounces around the room with <other>.",
468 self => "You bounce around the room with <other>." 453 self => "You bounce around the room with <other>.",
469 }, 454 },
470 self => { 455 self => {
471 }, 456 },
472 }, 457 },
473 shake => { 458 shake => {
474 noparams => { 459 noparams => {
475 other => "<self> shakes his head." 460 other => "<self> shakes his head.",
476 self => "You shake your head." 461 self => "You shake your head.",
477 }, 462 },
478 params => { 463 params => {
479 target => "<self> shakes your hand." 464 target => "<self> shakes your hand.",
480 other => "<self> shakes <other>'s hand." 465 other => "<self> shakes <other>'s hand.",
481 self => "You shake <other>'s hand." 466 self => "You shake <other>'s hand.",
482 }, 467 },
483 self => { 468 self => {
484 other => "<self> shakes and quivers like a bowlful of jelly." 469 other => "<self> shakes and quivers like a bowlful of jelly.",
485 self => "You are shaken by yourself." 470 self => "You are shaken by yourself.",
486 }, 471 },
487 }, 472 },
488 lick => { 473 lick => {
489 noparams => { 474 noparams => {
490 other => "<self> licks his mouth and smiles." 475 other => "<self> licks his mouth and smiles.",
491 self => "You lick your mouth and smile." 476 self => "You lick your mouth and smile.",
492 }, 477 },
493 params => { 478 params => {
494 target => "<self> licks you." 479 target => "<self> licks you.",
495 other => "<self> licks <other>." 480 other => "<self> licks <other>.",
496 self => "You lick <other>." 481 self => "You lick <other>.",
497 }, 482 },
498 self => { 483 self => {
499 other => "<self> licks himself - YUCK." 484 other => "<self> licks himself - YUCK.",
500 self => "You lick yourself." 485 self => "You lick yourself.",
501 }, 486 },
502 }, 487 },
503 flip => { 488 flip => {
504 noparams => { 489 noparams => {
505 other => "<self> flips head over heels." 490 other => "<self> flips head over heels.",
506 self => "You flip head over heels." 491 self => "You flip head over heels.",
507 }, 492 },
508 params => { 493 params => {
509 }, 494 },
510 self => { 495 self => {
511 }, 496 },
512 }, 497 },
513 think => { 498 think => {
514 noparams => { 499 noparams => {
515 other => "<self> closes his eyes and thinks really hard." 500 other => "<self> closes his eyes and thinks really hard.",
516 self => "Anything in particular that you'd care to think about?" 501 self => "Anything in particular that you'd care to think about?",
517 }, 502 },
518 params => { 503 params => {
519 }, 504 },
520 self => { 505 self => {
521 }, 506 },
522 }, 507 },
523 yawn => { 508 yawn => {
524 noparams => { 509 noparams => {
525 other => "<self> yawns sleepily." 510 other => "<self> yawns sleepily.",
526 self => "You open up your yap and let out a big breeze of stale air." 511 self => "You open up your yap and let out a big breeze of stale air.",
527 }, 512 },
528 params => { 513 params => {
529 }, 514 },
530 self => { 515 self => {
531 }, 516 },
532 }, 517 },
533 laugh => { 518 laugh => {
534 noparams => { 519 noparams => {
535 other => "<self> falls down laughing." 520 other => "<self> falls down laughing.",
536 self => "You fall down laughing." 521 self => "You fall down laughing.",
537 }, 522 },
538 params => { 523 params => {
539 target => "<self> looks at you and falls down on the ground laughing." 524 target => "<self> looks at you and falls down on the ground laughing.",
540 other => "<self> looks at <other> and falls down on the ground laughing." 525 other => "<self> looks at <other> and falls down on the ground laughing.",
541 self => "You take one look at <other> and fall down laughing." 526 self => "You take one look at <other> and fall down laughing.",
542 }, 527 },
543 self => { 528 self => {
544 other => "<self> is laughing at something." 529 other => "<self> is laughing at something.",
545 self => "Laugh at yourself all you want, the others won't understand." 530 self => "Laugh at yourself all you want, the others won't understand.",
546 }, 531 },
547 }, 532 },
548 burp => { 533 burp => {
549 noparams => { 534 noparams => {
550 other => "<self> burps loudly." 535 other => "<self> burps loudly.",
551 self => "You burp loudly." 536 self => "You burp loudly.",
552 }, 537 },
553 params => { 538 params => {
554 }, 539 },
555 self => { 540 self => {
556 }, 541 },
557 }, 542 },
558 gasp => { 543 gasp => {
559 noparams => { 544 noparams => {
560 other => "<self> gasps in astonishment." 545 other => "<self> gasps in astonishment.",
561 self => "You gasp in astonishment." 546 self => "You gasp in astonishment.",
562 }, 547 },
563 params => { 548 params => {
564 }, 549 },
565 self => { 550 self => {
566 }, 551 },
567 }, 552 },
568 smirk => { 553 smirk => {
569 noparams => { 554 noparams => {
570 other => "<self> smirks." 555 other => "<self> smirks.",
571 self => "You smirk." 556 self => "You smirk.",
572 }, 557 },
573 params => { 558 params => {
574 }, 559 },
575 self => { 560 self => {
576 }, 561 },
577 }, 562 },
578 cry => { 563 cry => {
579 noparams => { 564 noparams => {
580 other => "<self> bursts into tears." 565 other => "<self> bursts into tears.",
581 self => "Waaaaaaahhh.." 566 self => "Waaaaaaahhh..",
582 }, 567 },
583 params => { 568 params => {
584 target => "<self> cries on your shoulder." 569 target => "<self> cries on your shoulder.",
585 other => "<self> cries on <other>'s shoulder." 570 other => "<self> cries on <other>'s shoulder.",
586 self => "You cry on <other>'s shoulder." 571 self => "You cry on <other>'s shoulder.",
587 }, 572 },
588 self => { 573 self => {
589 other => "<self> sobs quietly to himself." 574 other => "<self> sobs quietly to himself.",
590 self => "You cry to yourself." 575 self => "You cry to yourself.",
591 }, 576 },
592 }, 577 },
593 sulk => { 578 sulk => {
594 noparams => { 579 noparams => {
595 other => "<self> sulks in the corner." 580 other => "<self> sulks in the corner.",
596 self => "You sulk." 581 self => "You sulk.",
597 }, 582 },
598 params => { 583 params => {
599 }, 584 },
600 self => { 585 self => {
601 }, 586 },
602 }, 587 },
603 whistle => { 588 whistle => {
604 noparams => { 589 noparams => {
605 other => "<self> whistles appreciatively." 590 other => "<self> whistles appreciatively.",
606 self => "You whistle appreciatively." 591 self => "You whistle appreciatively.",
607 }, 592 },
608 params => { 593 params => {
609 target => "<self> whistles at <other>." 594 target => "<self> whistles at <other>.",
610 self => "You whistle at <other>." 595 self => "You whistle at <other>.",
611 }, 596 },
612 self => { 597 self => {
613 other => "<self> whistles to himself in boredom." 598 other => "<self> whistles to himself in boredom.",
614 self => "You whistle while you work." 599 self => "You whistle while you work.",
615 }, 600 },
616 }, 601 },
617 groan => { 602 groan => {
618 noparams => { 603 noparams => {
619 other => "<self> groans loudly." 604 other => "<self> groans loudly.",
620 self => "You groan loudly." 605 self => "You groan loudly.",
621 }, 606 },
622 params => { 607 params => {
623 }, 608 },
624 self => { 609 self => {
625 }, 610 },
626 }, 611 },
627 cough => { 612 cough => {
628 noparams => { 613 noparams => {
629 other => "<self> coughs loudly." 614 other => "<self> coughs loudly.",
630 self => "Yuck, try to cover your mouth next time!" 615 self => "Yuck, try to cover your mouth next time!",
631 }, 616 },
632 params => { 617 params => {
633 }, 618 },
634 self => { 619 self => {
635 }, 620 },
636 }, 621 },
637 grin => { 622 grin => {
638 noparams => { 623 noparams => {
639 other => "<self> grins evilly." 624 other => "<self> grins evilly.",
640 self => "You grin evilly." 625 self => "You grin evilly.",
641 }, 626 },
642 params => { 627 params => {
643 target => "<self> grins evilly at you." 628 target => "<self> grins evilly at you.",
644 other => "<self> grins evilly at <other>." 629 other => "<self> grins evilly at <other>.",
645 self => "You grin at <other>." 630 self => "You grin at <other>.",
646 }, 631 },
647 self => { 632 self => {
648 }, 633 },
649 }, 634 },
650}; 635};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines