source: branches/bmotion/randomwordList.tcl @ 1143

Revision 2, 751 bytes checked in by jamesoff, 9 years ago (diff)

Initial revision

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
Line 
1#becky words
2set randomPrefixes { "uber" "ultra" "turbo" "super" "" }
3set randomFirstParts { "ker" "gr" "sp" "sb" "ger" "bl" "ab" "ath" "mop" "ming" "har" "boing" "bloogle" "" }
4set randomMiddleParts { "oo" "ai" "an" "eo" "a" "e" "i" "o" "u" "uo" "ron" "ut" "" } 
5set randomEndParts { "gle" "nk" "bl" "th" "ge" "ing" "achu" "oogle" "ock" "oink" "ink" "" "floogle" "honk" "" "yoink" }
6
7#rosie words
8set randomRosieFirstParts { "ker" "pop" "yof" "jum" "llama" "tick" }
9set randomRosieSecondParts { "BOOM" "BLAM" "YOINK" "penguin" "POP" "frogs" "custard" "hoorah" "YOF" "JUM" "kenneth" "bob" "nigel" "jean-pierre" "snail" "light bulb" "LLAMA" "vroooooooooooom" "m00se" "heffalump" "wollawolla" }
10
11#kit words
12set randomKitWords { "hmm" "hmpf" "pies!" }
13
14
Note: See TracBrowser for help on using the repository browser.