-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathall_fnord.cfg
958 lines (942 loc) · 18.3 KB
/
all_fnord.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
// WARNING: CAN TAKE SEVERAL MINUTES TO EXECUTE
// EXECUTE THIS ONLY ___ONCE___
fnord_load adjectives
menu_cmd rpn dbclr
dbpush "23rd"
dbpush "acceptable"
dbpush "acrobatic"
dbpush "alien"
dbpush "amiable"
dbpush "amoeboid"
dbpush "ancient"
dbpush "arbitrary"
dbpush "atomic"
dbpush "avenging"
dbpush "awesome"
dbpush "balanced"
dbpush "besotted"
dbpush "best"
dbpush "black"
dbpush "blue"
dbpush "calculating"
dbpush "cast iron"
dbpush "cat-like"
dbpush "cautious"
dbpush "Chinese"
dbpush "cold"
dbpush "communist"
dbpush "corrupt"
dbpush "dead"
dbpush "deadly"
dbpush "dehydrated"
dbpush "disguised"
dbpush "dizzy"
dbpush "drug-crazed"
dbpush "drunken"
dbpush "easy"
dbpush "electric"
dbpush "embossed"
dbpush "enormous"
dbpush "expensive"
dbpush "explosive"
dbpush "extraterrestrial"
dbpush "ferocious"
dbpush "frozen"
dbpush "furry"
dbpush "gelatinous"
dbpush "glowing"
dbpush "gnarly"
dbpush "gold"
dbpush "granular"
dbpush "greedy"
dbpush "green"
dbpush "high"
dbpush "highest"
dbpush "hot"
dbpush "humming"
dbpush "illuminated"
dbpush "imitation"
dbpush "impotent"
dbpush "impudent"
dbpush "impulsive"
dbpush "indictable"
dbpush "innocent"
dbpush "insane"
dbpush "Japanese"
dbpush "lecherous"
dbpush "lizard-like"
dbpush "lovely"
dbpush "maniacal"
dbpush "mauve"
dbpush "medium-sized"
dbpush "morbid"
dbpush "most influential"
dbpush "mutant"
dbpush "naughty"
dbpush "nuclear"
dbpush "oily"
dbpush "oozing"
dbpush "opaque"
dbpush "opulent"
dbpush "orbital"
dbpush "persuasive"
dbpush "pickled"
dbpush "poor"
dbpush "pregnant"
dbpush "protozoan"
dbpush "puce"
dbpush "pulsating"
dbpush "purple"
dbpush "putrid"
dbpush "radical"
dbpush "radioactive"
dbpush "red"
dbpush "reformed"
dbpush "reincarnated"
dbpush "rubber"
dbpush "Russian"
dbpush "screaming"
dbpush "sexy"
dbpush "shiftless"
dbpush "shifty"
dbpush "Siamese"
dbpush "silver"
dbpush "sin-ridden"
dbpush "sinister"
dbpush "sizzling"
dbpush "skeptical"
dbpush "slack-producing"
dbpush "sleeping"
dbpush "slick"
dbpush "slime-dripping"
dbpush "slimy"
dbpush "slippery"
dbpush "sluggish"
dbpush "smoking"
dbpush "solid gold"
dbpush "splendid"
dbpush "squamous"
dbpush "stoned"
dbpush "sweet"
dbpush "temporary"
dbpush "throbbing"
dbpush "tin-plated"
dbpush "tiny"
dbpush "transient"
dbpush "treacherous"
dbpush "tubular"
dbpush "ugly"
dbpush "untouchable"
dbpush "user-friendly"
dbpush "user-serviceable"
dbpush "vacant"
dbpush "vacillating"
dbpush "vampiric"
dbpush "vibrant"
dbpush "virginal"
dbpush "vivid"
dbpush "wealthy"
dbpush "well-dressed"
dbpush "white"
dbpush "wimpy"
dbpush "worthless"
dbpush "young"
dbpush "illegal"
dbpush "tax-free"
dbpush "drugged"
dbpush "polluted"
dbpush "flaming"
dbpush "diseased"
dbpush "agnostic"
dbpush "anorexic"
dbpush "conquering"
dbpush "cosmic"
dbpush "dancing"
dbpush "dyslexic"
dbpush "frenzied"
dbpush "lumpy"
dbpush "musical"
dbpush "plump"
dbpush "perfectly ordinary"
dbpush "French"
dbpush "Martian"
fnord_save adjectives
fnord_load names
menu_cmd rpn dbclr
dbpush "007"
dbpush "a dead relative"
dbpush "a long-lost uncle"
dbpush "a dead rock star"
dbpush "Abdul Al-Azrad"
dbpush "Abraham Lincoln"
dbpush "Agent Orange"
dbpush "Bill Gates"
dbpush "Albert Einstein"
dbpush "Alfred E. Neumann"
dbpush "Ali Baba"
dbpush "Aladdin"
dbpush "Arsenio Hall"
dbpush "Barry Goldwater"
dbpush "Batman"
dbpush "Buck Rogers"
dbpush "Calvin"
dbpush "Bullwinkle"
dbpush "Captain Ahab"
dbpush "Captain America"
dbpush "Captain Kirk"
dbpush "Captain Nemo"
dbpush "Charlie Brown"
dbpush "Cthulhu"
dbpush "Dan Quayle"
dbpush "Dilbert"
dbpush "Darth Vader"
dbpush "Dave Letterman"
dbpush "Uncle Bob"
dbpush "Dr. Destructo"
dbpush "Dracula"
dbpush "Eddie Murphy"
dbpush "Edgar Rice Burroughs"
dbpush "Elvis"
dbpush "Erik Bloodaxe"
dbpush "Evil Stevie"
dbpush "Fearless Leader"
dbpush "Ferdinand Marcos"
dbpush "Flamin' Jane"
dbpush "Flaming Carrot"
dbpush "Gary Shandling"
dbpush "George"
dbpush "George Lucas"
dbpush "Gerald Ford"
dbpush "Gandhi"
dbpush "Gorbachev"
dbpush "Grandmother"
dbpush "Gumby"
dbpush "Hamlet"
dbpush "Hobbes"
dbpush "Han Solo"
dbpush "Hitler"
dbpush "Ho Chi Minh"
dbpush "Hulk Hogan"
dbpush "Hillary"
dbpush "Hunter S. Thompson"
dbpush "Idi Amin"
dbpush "Internal Security"
dbpush "Isaac Asimov"
dbpush "Jack the Ripper"
dbpush "Jane Fonda"
dbpush "Jesus"
dbpush "Jimmy Carter"
dbpush "Johnny Carson"
dbpush "Johnny-B-Gud"
dbpush "Joseph Stalin"
dbpush "Kareem Abdul-Jabbar"
dbpush "King Arthur"
dbpush "King Tut"
dbpush "Lex Luthor"
dbpush "Luke Skywalker"
dbpush "Manuel Noriega"
dbpush "Margaret Thatcher"
dbpush "Michael Jordan"
dbpush "Mick Jagger"
dbpush "Mohammed"
dbpush "Moses"
dbpush "Mr. Bill"
dbpush "Mr. Ed"
dbpush "Mr. Science"
dbpush "Mr. Spock"
dbpush "Muffy"
dbpush "Nancy Reagan"
dbpush "Nelson Mandela"
dbpush "Nixon"
dbpush "Norman Bates"
dbpush "Obi-Wan Kenobi"
dbpush "Oliver North"
dbpush "Paul"
dbpush "Paul Newman"
dbpush "Perry Mason"
dbpush "President Clinton"
dbpush "Princess Leia"
dbpush "Rambo"
dbpush "Richard Pryor"
dbpush "Ringo"
dbpush "Robby the Robot"
dbpush "Robert Heinlein"
dbpush "Rocky"
dbpush "Roger Rabbit"
dbpush "Ronald Reagan"
dbpush "Scrooge"
dbpush "Sir Lancelot"
dbpush "Snoopy"
dbpush "Spaceman Spiff"
dbpush "Spiderman"
dbpush "Squad 23"
dbpush "Steve"
dbpush "Steven Spielberg"
dbpush "Superman"
dbpush "the A.C.L.U."
dbpush "The Computer"
dbpush "the Discordian"
dbpush "Sir Paul"
dbpush "the Hand"
dbpush "The Illuminati"
dbpush "the Joker"
dbpush "the Legion of Doom"
dbpush "the ninja"
dbpush "the Pentagon"
dbpush "the Secret Master"
dbpush "the Secret Service"
dbpush "the vice squad"
dbpush "Thor"
dbpush "Timothy Leary"
dbpush "Tiny Tim"
dbpush "Tom Clancy"
dbpush "Tweety-Bird"
dbpush "Uncle Duke"
dbpush "Weird Al"
dbpush "Winston Churchill"
dbpush "yo' mama"
dbpush "your brother"
dbpush "your evil twin"
dbpush "your father"
dbpush "your mother"
dbpush "your sister"
dbpush "Zaphod Beeblebrox"
dbpush "Zeus"
dbpush "Zonker"
dbpush "Donovan's Brain"
dbpush "Jimmy Hoffa"
dbpush "Tristero"
dbpush "the Archdean"
dbpush "Asmodeus"
dbpush "Archangel Gabriel"
dbpush "Oxyd"
dbpush "Slup"
dbpush "el_Bart0"
dbpush "div0 {X}"
dbpush "divVerent {X}"
dbpush "Xeno The Blind {X}"
dbpush "Sepelio {X}"
dbpush "RoKenn {X}"
dbpush "MrBougo {X}"
dbpush "esteel {X}"
dbpush "Shaggy {X}"
dbpush "CuBe0wL {X}"
dbpush "Sless {X}"
dbpush "Vociferous {X}"
dbpush "tZork"
fnord_save names
fnord_load places
menu_cmd rpn dbclr
dbpush "(not available at your clearance)"
dbpush "Alpha Centauri"
dbpush "Alpha Complex"
dbpush "Atlantis"
dbpush "Austin"
dbpush "Berkeley"
dbpush "Berlin"
dbpush "Buckingham Palace"
dbpush "Callahan's Place"
dbpush "Cheyenne Mountain"
dbpush "Chicago"
dbpush "Cyberworld"
dbpush "Dallas"
dbpush "Death Valley"
dbpush "Dime Box"
dbpush "Endsville"
dbpush "Gasoline Alley"
dbpush "headquarters"
dbpush "Hell"
dbpush "Hollywood"
dbpush "Hong Kong"
dbpush "Iran"
dbpush "Iraq"
dbpush "Israel"
dbpush "Joe's Bar and Grill"
dbpush "Katmandu"
dbpush "Lake Geneva"
dbpush "Las Vegas"
dbpush "left field"
dbpush "Lithuania"
dbpush "London"
dbpush "Los Angeles"
dbpush "Main Street"
dbpush "Mars"
dbpush "Middle Earth"
dbpush "Mission Control"
dbpush "Mordor"
dbpush "Moscow"
dbpush "Munich"
dbpush "my back yard"
dbpush "New York"
dbpush "Peking"
dbpush "Poland"
dbpush "San Francisco"
dbpush "Siberia"
dbpush "Sixth Street"
dbpush "SJ Games"
dbpush "Switzerland"
dbpush "Tel Aviv"
dbpush "the back forty"
dbpush "the Bastille"
dbpush "the bathroom"
dbpush "the best place possible"
dbpush "the brewery"
dbpush "the Bat Cave"
dbpush "the corner bar"
dbpush "the dentists' convention"
dbpush "the doghouse"
dbpush "the dumpster"
dbpush "the editorial department"
dbpush "the Empire State Building"
dbpush "the hackers' convention"
dbpush "the home of a trusted friend"
dbpush "the Hotel California"
dbpush "the Last National Bank"
dbpush "the North Pole"
dbpush "the ocean"
dbpush "the outback"
dbpush "the Pentagon"
dbpush "the Phoenix Project"
dbpush "the river"
dbpush "the same place as before"
dbpush "the service station"
dbpush "the South Pole"
dbpush "the Super Bowl"
dbpush "the tavern"
dbpush "the toxic waste dump"
dbpush "the U.S. Attorney's Office"
dbpush "the Vatican"
dbpush "the Watergate Hotel"
dbpush "the White House"
dbpush "the World Trade Center"
dbpush "Toledo"
dbpush "Topeka"
dbpush "Uranus"
dbpush "Wall Street"
dbpush "Washington, D.C."
dbpush "you-know-where"
dbpush "your place"
dbpush "Yrth"
dbpush "the Death Star"
dbpush "beautiful downtown Burbank"
dbpush "Facing Worlds"
dbpush "Tripzone"
dbpush "Moonstone"
dbpush "DasTower40"
dbpush "Vitamea"
dbpush "Brokenworld"
dbpush "Nexuiz"
dbpush "Greatwall Reloaded"
dbpush "Greatwall Remix"
fnord_save places
fnord_load prepositions
menu_cmd rpn dbclr
dbpush "assumes responsibility for"
dbpush "avoids servants of"
dbpush "deals with"
dbpush "elopes with"
dbpush "evades agents of"
dbpush "flees from"
dbpush "flees to"
dbpush "flies to"
dbpush "flies toward"
dbpush "goes for"
dbpush "goes to"
dbpush "has finished in"
dbpush "has left with"
dbpush "hides in"
dbpush "is attacked by"
dbpush "is commanded by"
dbpush "is concerned about"
dbpush "is contaminated by"
dbpush "is destroyed by"
dbpush "is distressed by"
dbpush "is financed by"
dbpush "is fondled by"
dbpush "is found by"
dbpush "is imitated by"
dbpush "is infiltrated by"
dbpush "is joined by"
dbpush "is like a god to"
dbpush "is removed by"
dbpush "is the patron of"
dbpush "is threatened by"
dbpush "listens to"
dbpush "makes fun of"
dbpush "may not visit"
dbpush "moves to"
dbpush "originates from"
dbpush "reports to"
dbpush "retreats from"
dbpush "returns to"
dbpush "shoots henchmen of"
dbpush "should watch for"
dbpush "steals from"
dbpush "takes blame for"
dbpush "takes control of"
dbpush "takes no notice of"
dbpush "takes refuge in"
dbpush "travels to"
dbpush "walks to"
dbpush "was eliminated by"
dbpush "was seen in"
dbpush "will go to"
dbpush "withdraws from"
dbpush "assumed responsibility for"
dbpush "avoided servants of"
dbpush "has dealt with"
dbpush "eloped with"
dbpush "evaded agents of"
dbpush "fled from"
dbpush "fled to"
dbpush "flew to"
dbpush "flew toward"
dbpush "has gone for"
dbpush "went to"
dbpush "hides in"
dbpush "was attacked by"
dbpush "was commanded by"
dbpush "was concerned about"
dbpush "was contaminated by"
dbpush "was destroyed by"
dbpush "was distressed by"
dbpush "was financed by"
dbpush "was fondled by"
dbpush "was found by"
dbpush "was imitated by"
dbpush "was infiltrated by"
dbpush "was joined by"
dbpush "was removed by"
dbpush "was the patron of"
dbpush "was threatened by"
dbpush "listened to"
dbpush "made fun of"
dbpush "moved to"
dbpush "originated from"
dbpush "reported to"
dbpush "retreated from"
dbpush "returned to"
dbpush "shot henchmen of"
dbpush "watched for"
dbpush "stole from"
dbpush "took blame for"
dbpush "took control of"
dbpush "took no notice of"
dbpush "took refuge in"
dbpush "traveled to"
dbpush "walked to"
dbpush "withdrew from"
dbpush "plays with"
dbpush "played with"
dbpush "is assassinated by"
dbpush "was assassinated by"
dbpush "is boggled by"
dbpush "was boggled by"
dbpush "performs surgical alternations on"
fnord_save prepositions
fnord_load actions
menu_cmd rpn dbclr
dbpush "amuses"
dbpush "avoids"
dbpush "berates"
dbpush "boggles"
dbpush "bothers"
dbpush "buries"
dbpush "catches"
dbpush "commands"
dbpush "contaminates"
dbpush "controls"
dbpush "converts"
dbpush "delivers"
dbpush "destroys"
dbpush "disfigures"
dbpush "eats"
dbpush "enters"
dbpush "fondles"
dbpush "handles"
dbpush "harasses"
dbpush "hassles"
dbpush "helps"
dbpush "imitates"
dbpush "infiltrates"
dbpush "inherits"
dbpush "joins"
dbpush "kills"
dbpush "leaves"
dbpush "massages"
dbpush "molests"
dbpush "persuades"
dbpush "perverts"
dbpush "pitches"
dbpush "rebuilds"
dbpush "reinforces"
dbpush "removes"
dbpush "replaces"
dbpush "resurrects"
dbpush "saves"
dbpush "serves"
dbpush "spanks"
dbpush "squeezes"
dbpush "strokes"
dbpush "subverts"
dbpush "swallows"
dbpush "swats"
dbpush "torments"
dbpush "tortures"
dbpush "transforms"
dbpush "whips"
dbpush "teases"
dbpush "stomps"
dbpush "mates with"
dbpush "tickles"
dbpush "audits"
dbpush "beats"
dbpush "defeats"
dbpush "outwits"
dbpush "manipulates"
dbpush "defects to"
dbpush "titillates"
dbpush "perverts"
dbpush "defenestrates"
dbpush "discards"
dbpush "abandons"
dbpush "talks to"
dbpush "talks back to"
dbpush "allies with"
dbpush "discovers"
dbpush "betrays"
dbpush "assassinates"
dbpush "promotes"
dbpush "pretends to be"
dbpush "disguises"
dbpush "disobeys"
dbpush "alters"
dbpush "intimidates"
dbpush "nexes"
dbpush "cuddles"
fnord_save actions
fnord_load pronouns
menu_cmd rpn dbclr
dbpush "his"
dbpush "my"
dbpush "our"
dbpush "the"
dbpush "your"
fnord_save pronouns
fnord_load intros
menu_cmd rpn dbclr
dbpush "4 out of 5 dentists recommend that"
dbpush "Abort immediately unless"
dbpush "Abort previous sequence."
dbpush "Advance code sequence."
dbpush "Alert all stations!"
dbpush "Confirmed report:"
dbpush "Contrary to popular belief,"
dbpush "Delete all evidence that"
dbpush "Determine whether"
dbpush "E.F. Hutton says"
dbpush "Effective immediately,"
dbpush "Enemy agents now know that"
dbpush "Fnord!"
dbpush "Follow plan x if"
dbpush "Ignore previous message."
dbpush "Ignore this message."
dbpush "Imperative that"
dbpush "It appears that"
dbpush "It is not true that"
dbpush "Most people surveyed believe that"
dbpush "Observe and report if"
dbpush "Oral Roberts dreamed that"
dbpush "Our foes believe that"
dbpush "Our reporters claim that"
dbpush "Pentagon officials deny that"
dbpush "Please investigate report that"
dbpush "Step up operation."
dbpush "Terminate operation if"
dbpush "The surgeon general warns that"
dbpush "Unsubstantiated rumor:"
dbpush "Urgent!"
dbpush "Usual sources confirm that"
dbpush "Warning!"
dbpush "We suspect that"
fnord_save intros
fnord_load nouns
menu_cmd rpn dbclr
dbpush "911 file"
dbpush "(censored)"
dbpush "amethyst"
dbpush "amulet"
dbpush "ash tray"
dbpush "baby"
dbpush "BBS"
dbpush "beer bottle"
dbpush "blueprint"
dbpush "boat"
dbpush "book"
dbpush "bowling ball"
dbpush "business card"
dbpush "button"
dbpush "cable"
dbpush "cactus"
dbpush "cannibal"
dbpush "capsule"
dbpush "carnation"
dbpush "cash"
dbpush "cat"
dbpush "cauliflower"
dbpush "chainsaw"
dbpush "chair"
dbpush "chicken"
dbpush "club"
dbpush "cockroach"
dbpush "code wheel"
dbpush "coke can"
dbpush "compact disc"
dbpush "computer"
dbpush "cork"
dbpush "couch"
dbpush "cow"
dbpush "crystal"
dbpush "cummerbund"
dbpush "cyberdeck"
dbpush "demon"
dbpush "devil"
dbpush "diamond"
dbpush "dictaphone"
dbpush "dictator"
dbpush "dinosaur"
dbpush "disk drive"
dbpush "document"
dbpush "dragon"
dbpush "drug"
dbpush "duck"
dbpush "elephant"
dbpush "engine"
dbpush "eye"
dbpush "file"
dbpush "flag"
dbpush "floppy disk"
dbpush "fly"
dbpush "football"
dbpush "frame"
dbpush "frog"
dbpush "geographer"
dbpush "goldfish"
dbpush "grasshopper"
dbpush "grimoire"
dbpush "gyroslugger"
dbpush "hammer"
dbpush "hat"
dbpush "hat-rack"
dbpush "helmet"
dbpush "hemisphere"
dbpush "hot tub"
dbpush "hypodermic"
dbpush "ice cream"
dbpush "ID card"
dbpush "iguana"
dbpush "implement"
dbpush "infant"
dbpush "insect"
dbpush "jellybean"
dbpush "jet"
dbpush "jet ski"
dbpush "jukebox"
dbpush "kitten"
dbpush "Klingon"
dbpush "krugerrand"
dbpush "kumquat"
dbpush "lamp"
dbpush "light bulb"
dbpush "machine gun"
dbpush "mallet"
dbpush "manuscript"
dbpush "mason jar"
dbpush "message"
dbpush "mosquito"
dbpush "motorcycle"
dbpush "mouse"
dbpush "oar"
dbpush "octopus"
dbpush "olive"
dbpush "ostrich"
dbpush "paddle"
dbpush "paintbrush"
dbpush "paper clip"
dbpush "passport"
dbpush "password file"
dbpush "password"
dbpush "pendant"
dbpush "penguin"
dbpush "petunia"
dbpush "phased plasma rifle"
dbpush "phone"
dbpush "photocopy"
dbpush "piranha"
dbpush "pistol"
dbpush "pit viper"
dbpush "plant"
dbpush "playtester"
dbpush "pop tart"
dbpush "power drill"
dbpush "ptarmigan"
dbpush "pterodactyl"
dbpush "puppy"
dbpush "pyramid"
dbpush "racquetball"
dbpush "radio"
dbpush "railroad"
dbpush "razor"
dbpush "rescuer"
dbpush "ring"
dbpush "rom chip"
dbpush "saber"
dbpush "saxophone"
dbpush "scenario"
dbpush "scraper"
dbpush "screwdriver"
dbpush "scuba mask"
dbpush "sculpture"
dbpush "sex toy"
dbpush "shark"
dbpush "shoggoth"
dbpush "skateboard"
dbpush "ski lift"
dbpush "skillet"
dbpush "spark plug"
dbpush "spider"
dbpush "submarine"
dbpush "surfboard"
dbpush "sword"
dbpush "teddy bear"
dbpush "telegram"
dbpush "television"
dbpush "tennis ball"
dbpush "termite"
dbpush "textbook"
dbpush "toast"
dbpush "tornado"
dbpush "traitor"
dbpush "transmitter"
dbpush "treasure chest"
dbpush "tree"
dbpush "trolley"
dbpush "trumpet"
dbpush "typewriter"
dbpush "user's manual"
dbpush "Uzi"
dbpush "van"
dbpush "virus"
dbpush "volleyball"
dbpush "wand"
dbpush "wheel"
dbpush "whip"
dbpush "yak"
dbpush "Zulu"
dbpush "INWO deck"
dbpush "ukelele"
dbpush "icon"
dbpush "amphibian"
dbpush "toad"
dbpush "terminal"
dbpush "additive"
dbpush "piccolo"
dbpush "tuba"
dbpush "angel"
dbpush "demon"
dbpush "Nex"
dbpush "Electro"
dbpush "Crylink"
dbpush "Hagar"
dbpush "Rocket Launcher"
dbpush "Nexuiz"
dbpush "Mortar"
dbpush "Laser"
dbpush "Shotgun"
dbpush "Port-O-Launch"
dbpush "Minstanex"
fnord_save nouns
fnord_load modifiers
menu_cmd rpn dbclr
dbpush "apparently"
dbpush "barely"
dbpush "definitely"
dbpush "disgustingly"
dbpush "far too"
dbpush "much too"
dbpush "not"
dbpush "probably"
dbpush "secretly"
dbpush "slightly"
dbpush "too"
fnord_save modifiers
fnord_load infinitives
menu_cmd rpn dbclr
dbpush "amuse"
dbpush "avoid"
dbpush "berate"
dbpush "boggle"
dbpush "bother"
dbpush "bury"
dbpush "catch"
dbpush "command"
dbpush "contaminate"
dbpush "control"
dbpush "convert"
dbpush "deliver"
dbpush "destroy"
dbpush "disfigure"
dbpush "eat"
dbpush "enter"
dbpush "fondle"
dbpush "handle"
dbpush "harass"
dbpush "hassle"
dbpush "help"
dbpush "imitate"
dbpush "infiltrate"
dbpush "inherits"
dbpush "join"
dbpush "kill"
dbpush "leave"
dbpush "massage"
dbpush "molest"
dbpush "persuade"
dbpush "pervert"
dbpush "pitche"
dbpush "rebuild"
dbpush "reinforce"
dbpush "remove"
dbpush "replace"
dbpush "resurrect"
dbpush "save"
dbpush "serve"
dbpush "spank"
dbpush "squeezes"
dbpush "stroke"
dbpush "subvert"
dbpush "swallow"
dbpush "swat"
dbpush "torment"
dbpush "torture"
dbpush "transform"
dbpush "whip"
fnord_save infinitives
fnord_load abilities
menu_cmd rpn dbclr
dbpush "can"
dbpush "cannot"
dbpush "will"
dbpush "will not"
dbpush "should"
dbpush "should not"
dbpush "must"
dbpush "must not"
dbpush "will probably"
dbpush "will probably not"
dbpush "doesn't"
dbpush "wants to"
dbpush "is afraid to"
dbpush "is ordered to"
fnord_save abilities
menu_cmd rpn dbclr