Ignore:
Timestamp:
08/28/10 19:46:27 (21 months ago)
Author:
james
Message:

updated stoplist for append plugin
added support for forcing female and male mixing (:malemixin and :femalemixin)
use ultraprefix for some plurals
more fixes in output_english
more stoplist for complex_spoonerism
stoplist for complex_ass
simple_calls plugin
simple_countries plugin
support for how much question types
fixed action_simple loading
a lot of abstract changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/abstracts/en/abstracts.tcl

    r1082 r1084  
    392392        "on the desk" 
    393393        "in a book" 
    394         "Devon" 
    395         "Amsterdam" 
     394        "in Devon" 
     395        "in Amsterdam" 
    396396        "a cheese shop" 
    397         "America" 
    398         "Mars" 
     397        "in America" 
     398        "in Mars" 
    399399        "the USS Enterprise" 
    400         "north pole" 
     400        "at the north pole" 
    401401        "in a field" 
    402402        "under a book" 
    403403        "on top of the telly" 
    404404        "in the toilet" 
    405         "Chippenham" 
    406         "New York" 
    407         "%OWNER{%ruser} house" 
    408         "hidden." 
     405        "in Chippenham" 
     406        "in New York" 
     407        "at %ruser{:owner} house" 
    409408        "in the coffee pot" 
    410409        "down the local shop" 
     
    414413        "next to %ruser" 
    415414        "in bed with Madonna" 
    416         "%VAR{cities}" 
     415        "in bed with %ruser{like}" 
     416        "in %VAR{cities}" 
    417417} 
    418418bMotion_abstract_register "answerWellbeing" { 
     
    451451  "%NUMBER{10}.%NUMBER{10}" 
    452452  "zero" 
     453} 
     454 
     455bMotion_abstract_register "answerHowmuch" { 
     456        "just enough" 
     457        "too much" 
     458        "too little" 
     459        "the right amount" 
    453460} 
    454461 
     
    10091016 
    10101017bMotion_abstract_register "bodypart_female" { 
     1018        "front lumps" 
    10111019        "vagina" 
    10121020        "fanny" 
     
    13181326} 
    13191327 
     1328bMotion_abstract_add_filter "ranjoins" "%VAR\{food\}" 
     1329 
    13201330bMotion_abstract_register "food" { 
    13211331        "honey" 
     
    13231333        "marmite" 
    13241334        "bovril" 
    1325         "chocolatespread" 
     1335        "chocolate spread" 
    13261336        "nutella" 
    1327         "peanutbutter" 
     1337        "peanut butter" 
    13281338        "marmalade" 
     1339        "potato croquettes" 
     1340        "bacon" 
     1341        "toasted sandwich" 
     1342        "pizza" 
     1343        "corn flakes" 
    13291344} 
    13301345 
     
    31273142        "well blow me down" 
    31283143        "well i'll be a monkey's uncle" 
     3144        "well shut me up" 
    31293145        "yikes" 
    31303146        "cor" 
     
    48314847        "carrots" 
    48324848        "turnips" 
     4849        "pizza" 
     4850        "corn flakes" 
    48334851} 
    48344852 
     
    57185736} 
    57195737 
     5738bMotion_abstract_register "rooms" { 
     5739        "bathroom" 
     5740        "lounge" 
     5741        "kitchen" 
     5742        "bedroom" 
     5743        "living room" 
     5744        "basement" 
     5745        "cellar" 
     5746        "walk-in wardrobe" 
     5747} 
     5748 
     5749bMotion_abstract_register "musicalinstruments" { 
     5750        "piano" 
     5751        "trombone" 
     5752        "trumpet" 
     5753        "tuba" 
     5754        "xylophone" 
     5755        "harp" 
     5756        "flute" 
     5757        "clarinet" 
     5758        "oboe" 
     5759        "french horn" 
     5760} 
     5761 
     5762bMotion_abstract_register "pluralprefix" { 
     5763        "a bunch of" 
     5764        "a load of" 
     5765        "a lot of" 
     5766        "a metric fucktonne of" 
     5767        "an imperial fuckton of" 
     5768        "a buttload of" 
     5769} 
     5770 
    57205771bMotion_abstract_add_filter "_all" "\{strip\}\}" 
    57215772bMotion_abstract_add_filter "_all" "\}\{strip\}" 
Note: See TracChangeset for help on using the changeset viewer.