Changeset 1103
- Timestamp:
- 12/15/10 11:11:47 (17 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
modules/abstracts/en/abstracts.tcl (modified) (1 diff)
-
plugins/en/action_complex_cracker.tcl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/abstracts/en/abstracts.tcl
r1096 r1103 3509 3509 ":~(" 3510 3510 ":'(" 3511 } 3512 3513 bMotion_abstract_register "surprises" { 3514 "o_O" 3515 ":o" 3516 ":O" 3517 "=O" 3518 "/o\\" 3511 3519 } 3512 3520 -
trunk/plugins/en/action_complex_cracker.tcl
r1059 r1103 23 23 } 24 24 25 bMotionDoAction $channel $nick "%VAR{ booms}"25 bMotionDoAction $channel $nick "%VAR{cracker_boom}" 26 26 27 27 if [rand 2] { … … 42 42 43 43 } 44 bMotion_abstract_register "cracker_boom" { 45 "%VAR{booms}" 46 "%VAR{sfx} %VAR{surprises}" 47 } 44 48 45 49 bMotion_abstract_register "cracker_win" { 46 "%VAR{yays}! i won!%|/got %VAR{ sillyThings} %VAR{smiles}"47 "%VAR{yays}! i won!%|/got %VAR{ sillyThings}. hmm %VAR{unsmiles}"48 "%VAR{yays}! i won!%|i got %VAR{ sillyThings} %VAR{smiles}"49 "%VAR{yays}! i won!%|oh, i got %VAR{ sillyThings} %VAR{unsmiles}"50 "%VAR{yays}! i won %VAR{ sillyThings}... but I'd rather have had a %VAR{_bmotion_like}"51 "%VAR{yays}! i won %VAR{ sillyThings}%|glad I didn't get a %VAR{_bmotion_dislike}, i hate those"50 "%VAR{yays}! i won!%|/got %VAR{cracker_want_item} %VAR{smiles}" 51 "%VAR{yays}! i won!%|/got %VAR{cracker_nowant_item}. hmm %VAR{unsmiles}" 52 "%VAR{yays}! i won!%|i got %VAR{cracker_want_item} %VAR{smiles}" 53 "%VAR{yays}! i won!%|oh, i got %VAR{cracker_nowant_item} %VAR{unsmiles}" 54 "%VAR{yays}! i won %VAR{cracker_nowant_item}... but I'd rather have had a %VAR{_bmotion_like}" 55 "%VAR{yays}! i won %VAR{cracker_want_item}%|glad I didn't get a %VAR{_bmotion_dislike}, i hate those" 52 56 } 53 57 54 58 bMotion_abstract_register "cracker_lose" { 55 "%VAR{boos} i didn't win%|%VAR{yays}! you got %VAR{ sillyThings}"56 "%VAR{boos} i didn't win%|%VAR{yays}! you got %VAR{ sillyThings} *jealous*"57 "%VAR{boos} i didn't win%|%VAR{yays}! you got a %VAR{ _bmotion_like} %VAR{unsmiles} wish i'd got that"58 "%VAR{boos} i didn't win%|oh you got a %VAR{ _bmotion_dislike} %VAR{smiles} glad i didn't get that!"59 "%VAR{boos} you won%|%VAR{ sillyThings}! nice!"59 "%VAR{boos} i didn't win%|%VAR{yays}! you got %VAR{cracker_neutral_item}" 60 "%VAR{boos} i didn't win%|%VAR{yays}! you got %VAR{cracker_want_item} *jealous*" 61 "%VAR{boos} i didn't win%|%VAR{yays}! you got a %VAR{cracker_want_item} %VAR{unsmiles} wish i'd got that" 62 "%VAR{boos} i didn't win%|oh you got a %VAR{cracker_nowant_item} %VAR{smiles} glad i didn't get that!" 63 "%VAR{boos} you won%|%VAR{cracker_want_item}! nice!" 60 64 } 61 65 … … 71 75 "put on your hat!" 72 76 } 77 78 bMotion_abstract_register "cracker_want_item" { 79 "%VAR{sillyThings:like}" 80 "a %VAR{scrap_adult_adjectives_t} %VAR{scrap_adult_construction_t:strip,plural}" 81 "a %VAR{scrap_silly_qualities} %VAR{scrap_silly_adjectives} %VAR{scrap_silly_construction}" 82 } 83 84 bMotion_abstract_register "cracker_neutral_item" { 85 "%VAR{sillyThings}" 86 "a %VAR{scrap_adult_adjectives_t} %VAR{scrap_adult_construction_t:strip,plural}" 87 "a %VAR{scrap_silly_qualities} %VAR{scrap_silly_adjectives} %VAR{scrap_silly_construction}" 88 } 89 90 bMotion_abstract_register "cracker_nowant_item" { 91 "%VAR{sillyThings:dislike}" 92 "a %VAR{scrap_adult_adjectives_t} %VAR{scrap_adult_construction_t:strip,plural}" 93 "a %VAR{scrap_silly_qualities} %VAR{scrap_silly_adjectives} %VAR{scrap_silly_construction}" 94 }
Note: See TracChangeset
for help on using the changeset viewer.
