File Coverage

blib/lib/Acme/MetaSyntactic/nethack.pm
Criterion Covered Total %
statement 18 18 100.0
branch n/a
condition n/a
subroutine 6 6 100.0
pod n/a
total 24 24 100.0


line stmt bran cond sub pod time code
1             package Acme::MetaSyntactic::nethack;
2              
3 1     1   1399 use 5.006001;
  1         4  
  1         45  
4 1     1   1247 use utf8;
  1         12  
  1         7  
5 1     1   52 use strict;
  1         3  
  1         38  
6 1     1   8 use warnings;
  1         2  
  1         35  
7              
8 1     1   854 use version; our $VERSION = qv('v1.0.1');
  1         3130  
  1         9  
9              
10 1     1   131 use base 'Acme::MetaSyntactic::MultiList';
  1         3  
  1         107308  
11             __PACKAGE__->init();
12              
13             1; # Magic true value required at end of module
14              
15             =encoding utf8
16              
17             =for stopwords mmm mmmm NetHack something's ummm
18              
19             =head1 NAME
20              
21             Acme::MetaSyntactic::nethack - The largest time waster in the world of *nix.
22              
23              
24             =head1 VERSION
25              
26             This document describes Acme::MetaSyntactic::nethack version 1.0.1.
27              
28              
29             =head1 DESCRIPTION
30              
31             This theme lists NetHack artifacts, objects (both unknown and known
32             descriptions), roles, names, sayings, etc.
33              
34             =head2 List of categories
35              
36             This module was created by copying strings from the NetHack 3.4.3
37             source. Categories are thus, for the most part, those of the NetHack
38             developers.
39              
40             This theme currently includes the following high-level categories:
41              
42             =over
43              
44             =item *
45              
46             C<artifacts>: special, unique items. No subcategories.
47              
48             =item *
49              
50             C<monsters>: the various entities with which you interact.
51             (B<slash!>, B<smash!>, B<kill!>)
52              
53             Monsters are subdivided into
54             C<ants>,
55             C<blobs>,
56             C<cockatrice>,
57             C<canines>,
58             C<eyes>,
59             C<felines>,
60             C<gremlins_and_gargoyles>,
61             C<humanoids>,
62             C<imps_and_demons>,
63             C<jellies>,
64             C<kobolds>,
65             C<leprechauns>,
66             C<nymphs>,
67             C<orcs>,
68             C<piercers>,
69             C<quadrupeds>,
70             C<rodents>,
71             C<spiders_and_scorpions>,
72             C<trapper_and_lurker>,
73             C<unicorns_and_horses>,
74             C<vortices>,
75             C<worms>,
76             C<xans>,
77             C<lights>,
78             C<zruty>,
79             C<angels>,
80             C<bats>,
81             C<centaurs>,
82             C<dragons>,
83             C<elementals>,
84             C<fungi>,
85             C<gnomes>,
86             C<giant_humanoids>,
87             C<kops>,
88             C<liches>,
89             C<mummies>,
90             C<nagas>,
91             C<ogres>,
92             C<puddings>,
93             C<quantum_mechanic>,
94             C<rust_monster_and_disenchanter>,
95             C<snakes>,
96             C<trolls>,
97             C<umber_hulk>,
98             C<vampires>,
99             C<wraiths>,
100             C<xorn>,
101             C<apelike_beasts>,
102             C<zombies>,
103             C<humans_and_elves>,
104             C<ghosts>,
105             C<major_demons>,
106             C<sea_monsters>,
107             C<lizards>,
108             C<character_classes>,
109             C<quests> (which are further subdivided into C<leaders>, C<nemeses>, and C<guardians>),
110             and C<bogus> (which includes things like smurfs and mothers-in-law.).
111              
112             =item *
113              
114             C<objects>: the things you will need in your journey.
115              
116             This contains two immediate subcategories: C<unknown> and C<known>.
117             These differentiate the descriptions you will get when you have no
118             special information about an item and when you can properly recognize
119             an item. For example, requesting a name from C<objects/unknown/rings>
120             will return something like "coral_ring", while C<objects/known/rings>
121             will return something like "ring_of_increase_damage".
122              
123             Both of these have the following sub-sub-categories:
124              
125             =over
126              
127             =item *
128              
129             C<amulets>: the fetishes that may or may not influence you. Includes
130             the objective of the game.
131              
132             =item *
133              
134             C<armor>: the (hopefully) protective bits of raiment. Subdivided into
135             C<boots>,
136             C<cloaks>,
137             C<gloves>,
138             C<helmets>,
139             C<shields>,
140             C<shirts> (worn by tourists),
141             and C<suits>, which is further subdivided into C<dragon> and C<regular>.
142              
143             =item *
144              
145             C<food>: comestibles broken down by C<fruits_and_veggies> (B<Yuk!>),
146             C<meat>, and C<people_food> (mmmm... candy bars).
147              
148             =item *
149              
150             C<gems>: shiny bits.
151              
152             =item *
153              
154             C<potions>: mmm... tastes like a caramel latte.
155              
156             =item *
157              
158             C<rings>: pretty things for your fingers.
159              
160             =item *
161              
162             C<rocks>: ummm, these are, like, really rocks.
163              
164             =item *
165              
166             C<scrolls>: bits of paper with weird, indecipherable scrawls on them.
167              
168             =item *
169              
170             C<spellbooks>: just a bunch of words.
171              
172             =item *
173              
174             C<tools>: manipulators, subdivided into
175             C<artifacts>,
176             C<containers>,
177             C<instruments>,
178             C<light_sources>,
179             C<lock_opening>,
180             C<traps>,
181             C<weapons> (things like pickaxes which can be used for digging I<or> bashing something's skull),
182             and C<other>.
183              
184             =item *
185              
186             C<wands>: sticks that you wave in the air.
187              
188             =item *
189              
190             C<weapons>: instruments used solely for self-defense (or not).
191             Subdivided into
192             C<blades>,
193             C<bludgeons>,
194             C<bows>,
195             C<missiles>,
196             C<polearms> (broken down into C<axe_type>, C<curved>, C<spear_type>, and C<other>),
197             C<spears>,
198             and C<swords>,
199              
200             =item *
201              
202             C<miscellaneous>: the other stuff.
203              
204             =back
205              
206             =item *
207              
208             C<roles>: information about the occupations you may have. Subdivided
209             into:
210              
211             =over
212              
213             =item *
214              
215             C<classes>: the occupations themselves.
216              
217             =item *
218              
219             C<levels>: the names for the experience levels for each occupation.
220             Subdivided by occupation:
221             C<archeologist>,
222             C<barbarian>,
223             C<caveman>,
224             C<healer>,
225             C<knight>,
226             C<monk>,
227             C<priest>,
228             C<rogue>,
229             C<ranger>,
230             C<samurai>,
231             C<tourist>,
232             C<valkyrie>,
233             and C<wizard>.
234              
235             =item *
236              
237             C<gods>: the Higher Entities that each occupation grovels before,
238             bribes, scorns, pleads to, and curses. Subdivided by occupation:
239             C<archeologist>,
240             C<barbarian>,
241             C<caveman>,
242             C<healer>,
243             C<knight>,
244             C<monk>,
245             C<priest>,
246             C<rogue>,
247             C<ranger>,
248             C<samurai>,
249             C<tourist>,
250             C<valkyrie>,
251             and C<wizard>.
252              
253             =back
254              
255             =item *
256              
257             C<races>: the five humanoid types you can be. No subcategories.
258              
259             =item *
260              
261             C<genders>: the three sex types you can be. No subcategories.
262              
263             =item *
264              
265             C<alignment>: the view types you can have on the universe. No
266             subcategories.
267              
268             =item *
269              
270             C<shops>: the kinds of items that an establishment may purvey. No
271             subcategories.
272              
273             =item *
274              
275             C<tshirts>: the epigrams that may show on a tourist's chest. No
276             subcategories.
277              
278             =item *
279              
280             C<sounds>: various noises you may hear. No subcategories.
281              
282             =item *
283              
284             C<names>: the proper names that an entity may take. Subdivided into:
285              
286             =over
287              
288             =item *
289              
290             C<ghosts>: the proper names for the incorporeal presences you may
291             encounter.
292              
293             =item *
294              
295             C<coyotes>: the proper names for certain dog-like creatures. These
296             are all mock-Latin.
297              
298             =item *
299              
300             C<shopkeepers>: the proper names for the vendors you will be
301             stea^H^H^H^Hpurchasing items from, subdivided by the type of items
302             they sell:
303             C<liquor>,
304             C<book>,
305             C<armor>,
306             C<wand>,
307             C<ring>,
308             C<food>,
309             C<weapon>,
310             C<tool>,
311             C<light>,
312             C<light_in_mine> (light stores in mine levels),
313             and C<general>.
314              
315             =back
316              
317             =item *
318              
319             C<statements>: various utterances and responses you may hear along
320             your way. No subcategories.
321              
322             =back
323              
324             =head1 DIAGNOSTICS
325              
326              
327             None.
328              
329              
330             =head1 CONFIGURATION AND ENVIRONMENT
331              
332             Acme::MetaSyntactic::nethack requires no configuration files or
333             environment variables.
334              
335              
336             =head1 DEPENDENCIES
337              
338             L<Acme::MetaSyntactic>
339              
340              
341             =head1 INCOMPATIBILITIES
342              
343             None reported.
344              
345              
346             =head1 BUGS AND LIMITATIONS
347              
348             No bugs have been reported.
349              
350             Please report any bugs or feature requests to
351             C<bug-acme-metasyntactic-nethack@rt.cpan.org>, or through the web
352             interface at L<http://rt.cpan.org>.
353              
354              
355             =head1 SEE ALSO
356              
357             L<http://www.nethack.org/>.
358              
359              
360             =head1 AUTHOR
361              
362             Elliot Shank C<< <perl@galumph.com> >>
363              
364              
365             =head1 LICENSE AND COPYRIGHT
366              
367             Copyright ©2007-2008, Elliot Shank C<< <perl@galumph.com> >>. All
368             rights reserved.
369              
370             This module is free software; you can redistribute it and/or modify it
371             under the same terms as Perl itself. See L<perlartistic>.
372              
373              
374             =head1 DISCLAIMER OF WARRANTY
375              
376             BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
377             FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT
378             WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER
379             PARTIES PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND,
380             EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
381             IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
382             PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
383             SOFTWARE IS WITH YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME
384             THE COST OF ALL NECESSARY SERVICING, REPAIR, OR CORRECTION.
385              
386             IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
387             WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
388             REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENSE, BE LIABLE
389             TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR
390             CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
391             SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
392             RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
393             FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
394             SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
395             DAMAGES.
396              
397             =cut
398             __DATA__
399             # default
400             monsters
401             # names artifacts
402             Excalibur
403             Stormbringer
404             Mjollnir
405             Cleaver
406             Grimtooth
407             Orcrist
408             Sting
409             Magicbane
410             Frost_Brand
411             Fire_Brand
412             Dragonbane
413             Demonbane
414             Werebane
415             Grayswandir
416             Giantslayer
417             Ogresmasher
418             Trollsbane
419             Vorpal_Blade
420             Snickersnee
421             Sunsword
422             The_Orb_of_Detection
423             The_Heart_of_Ahriman
424             The_Sceptre_of_Might
425             The_Palantir_of_Westernesse
426             The_Staff_of_Aesculapius
427             The_Magic_Mirror_of_Merlin
428             The_Eyes_of_the_Overworld
429             The_Mitre_of_Holiness
430             The_Longbow_of_Diana
431             The_Master_Key_of_Thievery
432             The_Tsurugi_of_Muramasa
433             The_Platinum_Yendorian_Express_Card
434             The_Orb_of_Fate
435             The_Eye_of_the_Aethiopica
436             # names monsters/ants
437             giant_ant
438             killer_bee
439             soldier_ant
440             fire_ant
441             giant_beetle
442             queen_bee
443             # names monsters/blobs
444             acid_blob
445             quivering_blob
446             gelatinous_cube
447             # names monsters/cockatrice
448             chickatrice
449             cockatrice
450             pyrolisk
451             # names monsters/canines
452             jackal
453             fox
454             coyote
455             werejackal
456             little_dog
457             dog
458             large_dog
459             dingo
460             wolf
461             werewolf
462             warg
463             winter_wolf_cub
464             winter_wolf
465             hell_hound_pup
466             hell_hound
467             Cerberus
468             # names monsters/eyes
469             gas_spore
470             floating_eye
471             freezing_sphere
472             flaming_sphere
473             shocking_sphere
474             beholder
475             # names monsters/felines
476             kitten
477             housecat
478             jaguar
479             lynx
480             panther
481             large_cat
482             tiger
483             # names monsters/gremlins_and_gargoyles
484             gremlin
485             gargoyle
486             winged_gargoyle
487             # names monsters/humanoids
488             hobbit
489             dwarf
490             bugbear
491             dwarf_lord
492             dwarf_king
493             mind_flayer
494             master_mind_flayer
495             # names monsters/imps_and_demons
496             manes
497             homunculus
498             imp
499             lemure
500             quasit
501             tengu
502             # names monsters/jellies
503             blue_jelly
504             spotted_jelly
505             ochre_jelly
506             # names monsters/kobolds
507             kobold
508             large_kobold
509             kobold_lord
510             kobold_shaman
511             # names monsters/leprechauns
512             leprechaun
513             small_mimic
514             large_mimic
515             giant_mimic
516             # names monsters/nymphs
517             wood_nymph
518             water_nymph
519             mountain_nymph
520             # names monsters/orcs
521             goblin
522             hobgoblin
523             orc
524             hill_orc
525             Mordor_orc
526             Uruk_hai
527             orc_shaman
528             orc_captain
529             # names monsters/piercers
530             rock_piercer
531             iron_piercer
532             glass_piercer
533             # names monsters/quadrupeds
534             rothe
535             mumak
536             leocrotta
537             wumpus
538             titanothere
539             baluchitherium
540             mastodon
541             # names monsters/rodents
542             sewer_rat
543             giant_rat
544             rabid_rat
545             wererat
546             rock_mole
547             woodchuck
548             # names monsters/spiders_and_scorpions
549             cave_spider
550             centipede
551             giant_spider
552             scorpion
553             # names monsters/trapper_and_lurker
554             lurker_above
555             trapper
556             # names monsters/unicorns_and_horses
557             white_unicorn
558             gray_unicorn
559             black_unicorn
560             pony
561             horse
562             warhorse
563             # names monsters/vortices
564             fog_cloud
565             dust_vortex
566             ice_vortex
567             energy_vortex
568             steam_vortex
569             fire_vortex
570             # names monsters/worms
571             baby_long_worm
572             baby_purple_worm
573             long_worm
574             purple_worm
575             # names monsters/xans
576             grid_bug
577             xan
578             # names monsters/lights
579             yellow_light
580             black_light
581             # names monsters/zruty
582             zruty
583             # names monsters/angels
584             couatl
585             Aleax
586             Angel
587             ki_rin
588             Archon
589             # names monsters/bats
590             bat
591             giant_bat
592             raven
593             vampire_bat
594             # names monsters/centaurs
595             plains_centaur
596             forest_centaur
597             mountain_centaur
598             # names monsters/dragons
599             baby_gray_dragon
600             baby_silver_dragon
601             baby_shimmering_dragon
602             baby_red_dragon
603             baby_white_dragon
604             baby_orange_dragon
605             baby_black_dragon
606             baby_blue_dragon
607             baby_green_dragon
608             baby_yellow_dragon
609             gray_dragon
610             silver_dragon
611             shimmering_dragon
612             red_dragon
613             white_dragon
614             orange_dragon
615             black_dragon
616             blue_dragon
617             green_dragon
618             yellow_dragon
619             # names monsters/elementals
620             stalker
621             air_elemental
622             fire_elemental
623             earth_elemental
624             water_elemental
625             # names monsters/fungi
626             lichen
627             brown_mold
628             yellow_mold
629             green_mold
630             red_mold
631             shrieker
632             violet_fungus
633             # names monsters/gnomes
634             gnome
635             gnome_lord
636             gnomish_wizard
637             gnome_king
638             # names monsters/giant_humanoids
639             giant
640             stone_giant
641             hill_giant
642             fire_giant
643             frost_giant
644             storm_giant
645             ettin
646             titan
647             minotaur
648             jabberwock
649             vorpal_jabberwock
650             # names monsters/kops
651             Keystone_Kop
652             Kop_Sergeant
653             Kop_Lieutenant
654             Kop_Kaptain
655             # names monsters/liches
656             lich
657             demilich
658             master_lich
659             arch_lich
660             # names monsters/mummies
661             kobold_mummy
662             gnome_mummy
663             orc_mummy
664             dwarf_mummy
665             elf_mummy
666             human_mummy
667             ettin_mummy
668             giant_mummy
669             # names monsters/nagas
670             red_naga_hatchling
671             black_naga_hatchling
672             golden_naga_hatchling
673             guardian_naga_hatchling
674             red_naga
675             black_naga
676             golden_naga
677             guardian_naga
678             # names monsters/ogres
679             ogre
680             ogre_lord
681             ogre_king
682             # names monsters/puddings
683             gray_ooze
684             brown_pudding
685             black_pudding
686             green_slime
687             # names monsters/quantum_mechanic
688             quantum_mechanic
689             # names monsters/rust_monster_and_disenchanter
690             rust_monster
691             disenchanter
692             # names monsters/snakes
693             garter_snake
694             snake
695             water_moccasin
696             pit_viper
697             python
698             cobra
699             # names monsters/trolls
700             troll
701             ice_troll
702             rock_troll
703             water_troll
704             Olog_hai
705             # names monsters/umber_hulk
706             umber_hulk
707             # names monsters/vampires
708             vampire
709             vampire_lord
710             vampire_mage
711             Vlad_the_Impaler
712             # names monsters/wraiths
713             barrow_wight
714             wraith
715             Nazgul
716             # names monsters/xorn
717             xorn
718             # names monsters/apelike_beasts
719             monkey
720             ape
721             owlbear
722             yeti
723             carnivorous_ape
724             sasquatch
725             # names monsters/zombies
726             kobold_zombie
727             gnome_zombie
728             orc_zombie
729             dwarf_zombie
730             elf_zombie
731             human_zombie
732             ettin_zombie
733             giant_zombie
734             ghoul
735             skeleton
736             straw_golem
737             paper_golem
738             rope_golem
739             gold_golem
740             leather_golem
741             wood_golem
742             flesh_golem
743             clay_golem
744             stone_golem
745             glass_golem
746             iron_golem
747             # names monsters/humans_and_elves
748             human
749             wererat
750             werejackal
751             werewolf
752             elf
753             Woodland_elf
754             Green_elf
755             Grey_elf
756             elf_lord
757             Elvenking
758             doppelganger
759             nurse
760             shopkeeper
761             guard
762             prisoner
763             Oracle
764             aligned_priest
765             high_priest
766             soldier
767             sergeant
768             lieutenant
769             captain
770             watchman
771             watch_captain
772             Medusa
773             Wizard_of_Yendor
774             Croesus
775             Charon
776             # names monsters/ghosts
777             ghost
778             shade
779             # names monsters/major_demons
780             water_demon
781             horned_devil
782             succubus
783             incubus
784             erinys
785             barbed_devil
786             marilith
787             vrock
788             hezrou
789             bone_devil
790             ice_devil
791             nalfeshnee
792             pit_fiend
793             balrog
794             Juiblex
795             Yeenoghu
796             Orcus
797             Geryon
798             Dispater
799             Baalzebub
800             Asmodeus
801             Demogorgon
802             Death
803             Pestilence
804             Famine
805             mail_daemon
806             djinni
807             sandestin
808             # names monsters/sea_monsters
809             jellyfish
810             piranha
811             shark
812             giant_eel
813             electric_eel
814             kraken
815             # names monsters/lizards
816             newt
817             gecko
818             iguana
819             baby_crocodile
820             lizard
821             chameleon
822             crocodile
823             salamander
824             # names monsters/character_classes
825             archeologist
826             barbarian
827             caveman
828             cavewoman
829             healer
830             knight
831             monk
832             priest
833             priestess
834             ranger
835             rogue
836             samurai
837             tourist
838             valkyrie
839             wizard
840             # names monsters/quests/leaders
841             Lord_Carnarvon
842             Pelias
843             Shaman_Karnov
844             Earendil
845             Elwing
846             Hippocrates
847             King_Arthur
848             Grand_Master
849             Arch_Priest
850             Orion
851             Master_of_Thieves
852             Lord_Sato
853             Twoflower
854             Norn
855             Neferet_the_Green
856             # names monsters/quests/nemeses
857             Minion_of_Huhetotl
858             Thoth_Amon
859             Chromatic_Dragon
860             Goblin_King
861             Cyclops
862             Ixoth
863             Master_Kaen
864             Nalzok
865             Scorpius
866             Master_Assassin
867             Ashikaga_Takauji
868             Lord_Surtur
869             Dark_One
870             # names monsters/quests/guardians
871             student
872             chieftain
873             neanderthal
874             High_elf
875             attendant
876             page
877             abbot
878             acolyte
879             hunter
880             thug
881             ninja
882             roshi
883             guide
884             warrior
885             apprentice
886             # names monsters/bogus
887             jumbo_shrimp
888             giant_pigmy
889             gnu
890             killer_penguin
891             giant_cockroach
892             giant_slug
893             maggot
894             pterodactyl
895             tyrannosaurus_rex
896             basilisk
897             beholder
898             nightmare
899             efreeti
900             marid
901             rot_grub
902             bookworm
903             master_lichen
904             shadow
905             hologram
906             jester
907             attorney
908             sleazoid
909             killer_tomato
910             amazon
911             robot
912             battlemech
913             rhinovirus
914             harpy
915             lion_dog
916             rat_ant
917             Y2K_bug
918             grue
919             Christmas_tree_monster
920             luck_sucker
921             paskald
922             brogmoid
923             dornbeast
924             Ancient_Multi_Hued_Dragon
925             Evil_Iggy
926             emu
927             kestrel
928             xeroc
929             venus_flytrap
930             creeping_coins
931             hydra
932             siren
933             killer_bunny
934             rodent_of_unusual_size
935             Smokey_the_bear
936             Luggage
937             Ent
938             tangle_tree
939             nickelpede
940             wiggle
941             white_rabbit
942             snark
943             pushmi_pullyu
944             smurf
945             tribble
946             Klingon
947             Borg
948             Ewok
949             Totoro
950             ohmu
951             youma
952             nyaasu
953             Godzilla
954             King_Kong
955             earthquake_beast
956             Invid
957             Terminator
958             boomer
959             Dalek
960             microscopic_space_fleet
961             Ravenous_Bugblatter_Beast_of_Traal
962             teenage_mutant_ninja_turtle
963             samurai_rabbit
964             aardvark
965             Audrey_II
966             witch_doctor
967             one_eyed_one_horned_flying_purple_people_eater
968             Morgoth
969             Vorlon
970             questing_beast
971             Predator
972             mother_in_law
973             # names objects/unknown/weapons/missiles
974             arrow
975             runed_arrow
976             crude_arrow
977             silver_arrow
978             bamboo_arrow
979             crossbow_bolt
980             dart
981             throwing_star
982             boomerang
983             # names objects/unknown/weapons/spears
984             spear
985             runed_spear
986             crude_spear
987             stout_spear
988             silver_spear
989             throwing_spear
990             trident
991             # names objects/unknown/weapons/blades
992             dagger
993             runed_dagger
994             crude_dagger
995             silver_dagger
996             athame
997             scalpel
998             knife
999             stiletto
1000             worm_tooth
1001             crysknife
1002             axe
1003             double_headed_axe
1004             # names objects/unknown/weapons/swords
1005             short_sword
1006             runed_short_sword
1007             crude_short_sword
1008             broad_short_sword
1009             curved_sword
1010             silver_saber
1011             broadsword
1012             runed_broadsword
1013             long_sword
1014             two_handed_sword
1015             samurai_sword
1016             long_samurai_sword
1017             runed_broadsword
1018             # names objects/unknown/weapons/polearms/spear_type
1019             vulgar_polearm
1020             hilted_polearm
1021             forked_polearm
1022             single_edged_polearm
1023             lance
1024             # names objects/unknown/weapons/polearms/axe_type
1025             angled_poleaxe
1026             long_poleaxe
1027             pole_cleaver
1028             broad_pick
1029             # names objects/unknown/weapons/polearms/curved
1030             pole_sickle
1031             pruning_hook
1032             hooked_polearm
1033             # names objects/unknown/weapons/polearms/other
1034             pronged_polearm
1035             beaked_polearm
1036             # names objects/unknown/weapons/bludgeons
1037             mace
1038             morning_star
1039             war_hammer
1040             club
1041             rubber_hose
1042             staff
1043             thonged_club
1044             flail
1045             bullwhip
1046             # names objects/unknown/weapons/bows
1047             bow
1048             runed_bow
1049             crude_bow
1050             long_bow
1051             sling
1052             crossbow
1053             # names objects/known/weapons/missiles
1054             arrow
1055             elven_arrow
1056             orcish_arrow
1057             silver_arrow
1058             ya
1059             crossbow_bolt
1060             dart
1061             shuriken
1062             boomerang
1063             # names objects/known/weapons/spears
1064             spear
1065             elven_spear
1066             orcish_spear
1067             dwarvish_spear
1068             silver_spear
1069             javelin
1070             trident
1071             # names objects/known/weapons/blades
1072             dagger
1073             elven_dagger
1074             orcish_dagger
1075             silver_dagger
1076             athame
1077             scalpel
1078             knife
1079             stiletto
1080             worm_tooth
1081             crysknife
1082             axe
1083             battle_axe
1084             # names objects/known/weapons/swords
1085             short_sword
1086             elven_short_sword
1087             orcish_short_sword
1088             dwarvish_short_sword
1089             scimitar
1090             silver_saber
1091             broadsword
1092             elven_broadsword
1093             long_sword
1094             two_handed_sword
1095             katana
1096             tsurugi
1097             runesword
1098             # names objects/known/weapons/polearms/spear_type
1099             partisan
1100             ranseur
1101             spetum
1102             glaive
1103             lance
1104             # names objects/known/weapons/polearms/axe_type
1105             halberd
1106             bardiche
1107             voulge
1108             dwarvish_mattock
1109             # names objects/known/weapons/polearms/curved
1110             fauchard
1111             guisarme
1112             bill_guisarme
1113             # names objects/known/weapons/polearms/other
1114             lucern_hammer
1115             bec_de_corbin
1116             # names objects/known/weapons/bludgeons
1117             mace
1118             morning_star
1119             war_hammer
1120             club
1121             rubber_hose
1122             quarterstaff
1123             aklys
1124             flail
1125             bullwhip
1126             # names objects/known/weapons/bows
1127             bow
1128             elven_bow
1129             orcish_bow
1130             yumi
1131             sling
1132             crossbow
1133             # names objects/unknown/armor/helmets
1134             leather_hat
1135             iron_skull_cap
1136             hard_hat
1137             fedora
1138             conical_hat
1139             conical_hat
1140             dented_pot
1141             plumed_helmet
1142             etched_helmet
1143             crested_helmet
1144             visored_helmet
1145             # names objects/unknown/armor/suits/dragon
1146             gray_dragon_scale_mail
1147             silver_dragon_scale_mail
1148             shimmering_dragon_scale_mail
1149             red_dragon_scale_mail
1150             white_dragon_scale_mail
1151             orange_dragon_scale_mail
1152             black_dragon_scale_mail
1153             blue_dragon_scale_mail
1154             green_dragon_scale_mail
1155             yellow_dragon_scale_mail
1156             gray_dragon_scales
1157             silver_dragon_scales
1158             shimmering_dragon_scales
1159             red_dragon_scales
1160             white_dragon_scales
1161             orange_dragon_scales
1162             black_dragon_scales
1163             blue_dragon_scales
1164             green_dragon_scales
1165             yellow_dragon_scales
1166             # names objects/unknown/armor/suits/regular
1167             plate_mail
1168             crystal_plate_mail
1169             bronze_plate_mail
1170             splint_mail
1171             banded_mail
1172             dwarvish_mithril_coat
1173             elven_mithril_coat
1174             chain_mail
1175             crude_chain_mail
1176             scale_mail
1177             studded_leather_armor
1178             ring_mail
1179             crude_ring_mail
1180             leather_armor
1181             leather_jacket
1182             # names objects/unknown/armor/shirts
1183             Hawaiian_shirt
1184             T_shirt
1185             # names objects/unknown/armor/cloaks
1186             mummy_wrapping
1187             faded_pall
1188             coarse_mantelet
1189             hooded_cloak
1190             slippery_cloak
1191             robe
1192             apron
1193             leather_cloak
1194             tattered_cape
1195             opera_cloak
1196             ornamental_cope
1197             piece_of_cloth
1198             # names objects/unknown/armor/shields
1199             small_shield
1200             blue_and_green_shield
1201             white_handed_shield
1202             red_eyed_shield
1203             large_shield
1204             large_round_shield
1205             polished_silver_shield
1206             # names objects/unknown/armor/gloves
1207             old_gloves
1208             padded_gloves
1209             riding_gloves
1210             fencing_gloves
1211             # names objects/unknown/armor/boots
1212             walking_shoes
1213             hard_shoes
1214             jackboots
1215             combat_boots
1216             jungle_boots
1217             hiking_boots
1218             mud_boots
1219             buckled_boots
1220             riding_boots
1221             snow_boots
1222             # names objects/known/armor/helmets
1223             elven_leather_helm
1224             orcish_helm
1225             dwarvish_iron_helm
1226             fedora
1227             cornuthaum
1228             dunce_cap
1229             dented_pot
1230             helmet
1231             helm_of_brilliance
1232             helm_of_opposite_alignment
1233             helm_of_telepathy
1234             # names objects/known/armor/suits/dragon
1235             gray_dragon_scale_mail
1236             silver_dragon_scale_mail
1237             shimmering_dragon_scale_mail
1238             red_dragon_scale_mail
1239             white_dragon_scale_mail
1240             orange_dragon_scale_mail
1241             black_dragon_scale_mail
1242             blue_dragon_scale_mail
1243             green_dragon_scale_mail
1244             yellow_dragon_scale_mail
1245             gray_dragon_scales
1246             silver_dragon_scales
1247             shimmering_dragon_scales
1248             red_dragon_scales
1249             white_dragon_scales
1250             orange_dragon_scales
1251             black_dragon_scales
1252             blue_dragon_scales
1253             green_dragon_scales
1254             yellow_dragon_scales
1255             # names objects/known/armor/suits/regular
1256             plate_mail
1257             crystal_plate_mail
1258             bronze_plate_mail
1259             splint_mail
1260             banded_mail
1261             dwarvish_mithril_coat
1262             elven_mithril_coat
1263             chain_mail
1264             orcish_chain_mail
1265             scale_mail
1266             studded_leather_armor
1267             ring_mail
1268             orcish_ring_mail
1269             leather_armor
1270             leather_jacket
1271             # names objects/known/armor/shirts
1272             Hawaiian_shirt
1273             T_shirt
1274             # names objects/known/armor/cloaks
1275             mummy_wrapping
1276             elven_cloak
1277             orcish_cloak
1278             dwarvish_cloak
1279             oilskin_cloak
1280             robe
1281             alchemy_smock
1282             leather_cloak
1283             cloak_of_protection
1284             cloak_of_invisibility
1285             cloak_of_magic_resistance
1286             cloak_of_displacement
1287             # names objects/known/armor/shields
1288             small_shield
1289             elven_shield
1290             Uruk_hai_shield
1291             orcish_shield
1292             large_shield
1293             dwarvish_roundshield
1294             shield_of_reflection
1295             # names objects/known/armor/gloves
1296             leather_gloves
1297             gauntlets_of_fumbling
1298             gauntlets_of_power
1299             gauntlets_of_dexterity
1300             # names objects/known/armor/boots
1301             low_boots
1302             iron_shoes
1303             high_boots
1304             speed_boots
1305             water_walking_boots
1306             jumping_boots
1307             elven_boots
1308             kicking_boots
1309             fumble_boots
1310             levitation_boots
1311             # names objects/unknown/rings
1312             wooden_ring
1313             granite_ring
1314             opal_ring
1315             clay_ring
1316             coral_ring
1317             black_onyx_ring
1318             moonstone_ring
1319             tiger_eye_ring
1320             jade_ring
1321             bronze_ring
1322             agate_ring
1323             topaz_ring
1324             sapphire_ring
1325             ruby_ring
1326             diamond_ring
1327             pearl_ring
1328             iron_ring
1329             brass_ring
1330             copper_ring
1331             twisted_ring
1332             steel_ring
1333             silver_ring
1334             gold_ring
1335             ivory_ring
1336             emerald_ring
1337             wire_ring
1338             engagement_ring
1339             shiny_ring
1340             # names objects/known/rings
1341             ring_of_adornment
1342             ring_of_gain_strength
1343             ring_of_gain_constitution
1344             ring_of_increase_accuracy
1345             ring_of_increase_damage
1346             ring_of_protection
1347             ring_of_regeneration
1348             ring_of_searching
1349             ring_of_stealth
1350             ring_of_sustain_ability
1351             ring_of_levitation
1352             ring_of_hunger
1353             ring_of_aggravate_monster
1354             ring_of_conflict
1355             ring_of_warning
1356             ring_of_poison_resistance
1357             ring_of_fire_resistance
1358             ring_of_cold_resistance
1359             ring_of_shock_resistance
1360             ring_of_free_action
1361             ring_of_slow_digestion
1362             ring_of_teleportation
1363             ring_of_teleport_control
1364             ring_of_polymorph
1365             ring_of_polymorph_control
1366             ring_of_invisibility
1367             ring_of_see_invisible
1368             ring_of_protection_from_shape_changers
1369             # names objects/unknown/amulets
1370             circular_amulet
1371             spherical_amulet
1372             oval_amulet
1373             triangular_amulet
1374             pyramidal_amulet
1375             square_amulet
1376             concave_amulet
1377             hexagonal_amulet
1378             octagonal_amulet
1379             Amulet_of_Yendor
1380             # names objects/known/amulets
1381             amulet_of_ESP
1382             amulet_of_life_saving
1383             amulet_of_strangulation
1384             amulet_of_restful_sleep
1385             amulet_versus_poison
1386             amulet_of_change
1387             amulet_of_unchanging
1388             amulet_of_reflection
1389             amulet_of_magical_breathing
1390             cheap_plastic_imitation_of_the_Amulet_of_Yendor
1391             Amulet_of_Yendor
1392             # names objects/unknown/tools/containers
1393             large_box
1394             chest
1395             ice_box
1396             bag
1397             # names objects/unknown/tools/lock_opening
1398             key
1399             lock_pick
1400             credit_card
1401             # names objects/unknown/tools/light_sources
1402             candle
1403             brass_lantern
1404             lamp
1405             # names objects/unknown/tools/other
1406             expensive_camera
1407             looking_glass
1408             glass_orb
1409             lenses
1410             blindfold
1411             towel
1412             saddle
1413             leash
1414             stethoscope
1415             tinning_kit
1416             tin_opener
1417             can_of_grease
1418             figurine
1419             magic_marker
1420             # names objects/unknown/tools/traps
1421             land_mine
1422             beartrap
1423             # names objects/unknown/tools/instruments
1424             whistle
1425             flute
1426             horn
1427             harp
1428             bell
1429             bugle
1430             drum
1431             # names objects/unknown/tools/weapons
1432             pick_axe
1433             iron_hook
1434             unicorn_horn
1435             # names objects/unknown/tools/artifacts
1436             candelabrum
1437             silver_bell
1438             # names objects/known/tools/containers
1439             large_box
1440             chest
1441             ice_box
1442             sack
1443             oilskin_sack
1444             bag_of_holding
1445             bag_of_tricks
1446             # names objects/known/tools/lock_opening
1447             skeleton_key
1448             lock_pick
1449             credit_card
1450             # names objects/known/tools/light_sources
1451             tallow_candle
1452             wax_candle
1453             brass_lantern
1454             oil_lamp
1455             magic_lamp
1456             # names objects/known/tools/other
1457             expensive_camera
1458             mirror
1459             crystal_ball
1460             lenses
1461             blindfold
1462             towel
1463             saddle
1464             leash
1465             stethoscope
1466             tinning_kit
1467             tin_opener
1468             can_of_grease
1469             figurine
1470             magic_marker
1471             # names objects/known/tools/traps
1472             land_mine
1473             beartrap
1474             # names objects/known/tools/instruments
1475             tin_whistle
1476             magic_whistle
1477             wooden_flute
1478             magic_flute
1479             tooled_horn
1480             frost_horn
1481             fire_horn
1482             horn_of_plenty
1483             wooden_harp
1484             magic_harp
1485             bell
1486             bugle
1487             leather_drum
1488             drum_of_earthquake
1489             # names objects/known/tools/weapons
1490             pick_axe
1491             grappling_hook
1492             unicorn_horn
1493             # names objects/known/tools/artifacts
1494             Candelabrum_of_Invocation
1495             Bell_of_Opening
1496             # names objects/unknown/food/meat
1497             tripe_ration
1498             corpse
1499             egg
1500             meatball
1501             meat_stick
1502             huge_chunk_of_meat
1503             meat_ring
1504             # names objects/unknown/food/fruits_and_veggies
1505             kelp_frond
1506             eucalyptus_leaf
1507             apple
1508             orange
1509             pear
1510             melon
1511             banana
1512             carrot
1513             sprig_of_wolfsbane
1514             clove_of_garlic
1515             slime_mold
1516             # names objects/unknown/food/people_food
1517             lump_of_royal_jelly
1518             cream_pie
1519             candy_bar
1520             fortune_cookie
1521             pancake
1522             lembas_wafer
1523             cram_ration
1524             food_ration
1525             K_ration
1526             C_ration
1527             tin
1528             # names objects/known/food/meat
1529             tripe_ration
1530             corpse
1531             egg
1532             meatball
1533             meat_stick
1534             huge_chunk_of_meat
1535             meat_ring
1536             # names objects/known/food/fruits_and_veggies
1537             kelp_frond
1538             eucalyptus_leaf
1539             apple
1540             orange
1541             pear
1542             melon
1543             banana
1544             carrot
1545             sprig_of_wolfsbane
1546             clove_of_garlic
1547             slime_mold
1548             # names objects/known/food/people_food
1549             lump_of_royal_jelly
1550             cream_pie
1551             candy_bar
1552             fortune_cookie
1553             pancake
1554             lembas_wafer
1555             cram_ration
1556             food_ration
1557             K_ration
1558             C_ration
1559             tin
1560             # names objects/unknown/potions
1561             ruby_potion
1562             pink_potion
1563             orange_potion
1564             yellow_potion
1565             emerald_potion
1566             dark_green_potion
1567             cyan_potion
1568             sky_blue_potion
1569             brilliant_blue_potion
1570             magenta_potion
1571             purple_red_potion
1572             puce_potion
1573             milky_potion
1574             swirly_potion
1575             bubbly_potion
1576             smoky_potion
1577             cloudy_potion
1578             effervescent_potion
1579             black_potion
1580             golden_potion
1581             brown_potion
1582             fizzy_potion
1583             dark_potion
1584             white_potion
1585             murky_potion
1586             clear_potion
1587             # names objects/known/potions
1588             potion_of_gain_ability
1589             potion_of_restore_ability
1590             potion_of_confusion
1591             potion_of_blindness
1592             potion_of_paralysis
1593             potion_of_speed
1594             potion_of_levitation
1595             potion_of_hallucination
1596             potion_of_invisibility
1597             potion_of_see_invisible
1598             potion_of_healing
1599             potion_of_extra_healing
1600             potion_of_gain_level
1601             potion_of_enlightenment
1602             potion_of_monster_detection
1603             potion_of_object_detection
1604             potion_of_gain_energy
1605             potion_of_sleeping
1606             potion_of_full_healing
1607             potion_of_polymorph
1608             potion_of_booze
1609             potion_of_sickness
1610             potion_of_fruit_juice
1611             potion_of_acid
1612             potion_of_oil
1613             potion_of_water
1614             # names objects/unknown/scrolls
1615             scroll_labeled_ZELGO_MER
1616             scroll_labeled_JUYED_AWK_YACC
1617             scroll_labeled_NR_9
1618             scroll_labeled_XIXAXA_XOXAXA_XUXAXA
1619             scroll_labeled_PRATYAVAYAH
1620             scroll_labeled_DAIYEN_FOOELS
1621             scroll_labeled_LEP_GEX_VEN_ZEA
1622             scroll_labeled_PRIRUTSENIE
1623             scroll_labeled_ELBIB_YLOH
1624             scroll_labeled_VERR_YED_HORRE
1625             scroll_labeled_VENZAR_BORGAVVE
1626             scroll_labeled_THARR
1627             scroll_labeled_YUM_YUM
1628             scroll_labeled_KERNOD_WEL
1629             scroll_labeled_ELAM_EBOW
1630             scroll_labeled_DUAM_XNAHT
1631             scroll_labeled_ANDOVA_BEGARIN
1632             scroll_labeled_KIRJE
1633             scroll_labeled_VE_FORBRYDERNE
1634             scroll_labeled_HACKEM_MUCHE
1635             scroll_labeled_VELOX_NEB
1636             scroll_labeled_FOOBIE_BLETCH
1637             scroll_labeled_TEMOV
1638             scroll_labeled_GARVEN_DEH
1639             scroll_labeled_READ_ME
1640             stamped_scroll
1641             unlabeled_scroll
1642             # names objects/known/scrolls
1643             scroll_of_enchant_armor
1644             scroll_of_destroy_armor
1645             scroll_of_confuse_monster
1646             scroll_of_scare_monster
1647             scroll_of_remove_curse
1648             scroll_of_enchant_weapon
1649             scroll_of_create_monster
1650             scroll_of_taming
1651             scroll_of_genocide
1652             scroll_of_light
1653             scroll_of_teleportation
1654             scroll_of_gold_detection
1655             scroll_of_food_detection
1656             scroll_of_identify
1657             scroll_of_magic_mapping
1658             scroll_of_amnesia
1659             scroll_of_fire
1660             scroll_of_earth
1661             scroll_of_punishment
1662             scroll_of_charging
1663             scroll_of_stinking_cloud
1664             scroll_of_mail
1665             scroll_of_blank_paper
1666             # names objects/unknown/spellbooks
1667             parchment_spellbook
1668             vellum_spellbook
1669             ragged_spellbook
1670             dog_eared_spellbook
1671             mottled_spellbook
1672             stained_spellbook
1673             cloth_spellbook
1674             leather_spellbook
1675             white_spellbook
1676             pink_spellbook
1677             red_spellbook
1678             orange_spellbook
1679             yellow_spellbook
1680             velvet_spellbook
1681             light_green_spellbook
1682             dark_green_spellbook
1683             turquoise_spellbook
1684             cyan_spellbook
1685             light_blue_spellbook
1686             dark_blue_spellbook
1687             indigo_spellbook
1688             magenta_spellbook
1689             purple_spellbook
1690             violet_spellbook
1691             tan_spellbook
1692             plaid_spellbook
1693             light_brown_spellbook
1694             dark_brown_spellbook
1695             gray_spellbook
1696             wrinkled_spellbook
1697             dusty_spellbook
1698             bronze_spellbook
1699             copper_spellbook
1700             silver_spellbook
1701             gold_spellbook
1702             glittering_spellbook
1703             shining_spellbook
1704             dull_spellbook
1705             thin_spellbook
1706             thick_spellbook
1707             canvas_spellbook
1708             hardcover_spellbook
1709             plain_spellbook
1710             papyrus_spellbook
1711             # names objects/known/spellbooks
1712             spellbook_of_dig
1713             spellbook_of_magic_missile
1714             spellbook_of_fireball
1715             spellbook_of_cone_of_cold
1716             spellbook_of_sleep
1717             spellbook_of_finger_of_death
1718             spellbook_of_light
1719             spellbook_of_detect_monsters
1720             spellbook_of_healing
1721             spellbook_of_knock
1722             spellbook_of_force_bolt
1723             spellbook_of_confuse_monster
1724             spellbook_of_cure_blindness
1725             spellbook_of_drain_life
1726             spellbook_of_slow_monster
1727             spellbook_of_wizard_lock
1728             spellbook_of_create_monster
1729             spellbook_of_detect_food
1730             spellbook_of_cause_fear
1731             spellbook_of_clairvoyance
1732             spellbook_of_cure_sickness
1733             spellbook_of_charm_monster
1734             spellbook_of_haste_self
1735             spellbook_of_detect_unseen
1736             spellbook_of_levitation
1737             spellbook_of_extra_healing
1738             spellbook_of_restore_ability
1739             spellbook_of_invisibility
1740             spellbook_of_detect_treasure
1741             spellbook_of_remove_curse
1742             spellbook_of_magic_mapping
1743             spellbook_of_identify
1744             spellbook_of_turn_undead
1745             spellbook_of_polymorph
1746             spellbook_of_teleport_away
1747             spellbook_of_create_familiar
1748             spellbook_of_cancellation
1749             spellbook_of_protection
1750             spellbook_of_jumping
1751             spellbook_of_stone_to_flesh
1752             spellbook_of_flame_sphere
1753             spellbook_of_freeze_sphere
1754             spellbook_of_blank_paper
1755             Book_of_the_Dead
1756             # names objects/unknown/wands
1757             glass_wand
1758             balsa_wand
1759             crystal_wand
1760             maple_wand
1761             pine_wand
1762             oak_wand
1763             ebony_wand
1764             marble_wand
1765             tin_wand
1766             brass_wand
1767             copper_wand
1768             silver_wand
1769             platinum_wand
1770             iridium_wand
1771             zinc_wand
1772             aluminum_wand
1773             uranium_wand
1774             iron_wand
1775             steel_wand
1776             hexagonal_wand
1777             short_wand
1778             runed_wand
1779             long_wand
1780             curved_wand
1781             forked_wand
1782             spiked_wand
1783             jeweled_wand
1784             # names objects/known/wands
1785             wand_of_light
1786             wand_of_secret_door_detection
1787             wand_of_enlightenment
1788             wand_of_create_monster
1789             wand_of_wishing
1790             wand_of_nothing
1791             wand_of_striking
1792             wand_of_make_invisible
1793             wand_of_slow_monster
1794             wand_of_speed_monster
1795             wand_of_undead_turning
1796             wand_of_polymorph
1797             wand_of_cancellation
1798             wand_of_teleportation
1799             wand_of_opening
1800             wand_of_locking
1801             wand_of_probing
1802             wand_of_digging
1803             wand_of_magic_missile
1804             wand_of_fire
1805             wand_of_cold
1806             wand_of_sleep
1807             wand_of_death
1808             wand_of_lightning
1809             # names objects/unknown/gems
1810             black_gem
1811             blue_gem
1812             green_gem
1813             orange_gem
1814             red_gem
1815             violet_gem
1816             white_gem
1817             yellow_gem
1818             yellowish_brown_gem
1819             # names objects/known/gems
1820             dilithium_crystal
1821             diamond
1822             ruby
1823             jacinth_stone
1824             sapphire
1825             black_opal
1826             emerald
1827             turquoise_stone
1828             citrine_stone
1829             aquamarine_stone
1830             amber_stone
1831             topaz_stone
1832             jet_stone
1833             opal
1834             chrysoberyl_stone
1835             garnet_stone
1836             amethyst_stone
1837             jasper_stone
1838             fluorite_stone
1839             obsidian_stone
1840             agate_stone
1841             jade_stone
1842             worthless_piece_of_white_glass
1843             worthless_piece_of_blue_glass
1844             worthless_piece_of_red_glass
1845             worthless_piece_of_yellowish_brown_glass
1846             worthless_piece_of_orange_glass
1847             worthless_piece_of_yellow_glass
1848             worthless_piece_of_black_glass
1849             worthless_piece_of_green_glass
1850             worthless_piece_of_violet_glass
1851             # names objects/unknown/rocks
1852             gray_stone
1853             rock
1854             # names objects/known/rocks
1855             luckstone
1856             loadstone
1857             touchstone
1858             flint_stone
1859             rock
1860             # names objects/unknown/miscellaneous
1861             boulder
1862             statue
1863             heavy_iron_ball
1864             iron_chain
1865             splash_of_venom
1866             # names objects/known/miscellaneous
1867             boulder
1868             statue
1869             heavy_iron_ball
1870             iron_chain
1871             blinding_venom
1872             acid_venom
1873             # names roles/classes
1874             archeologist
1875             barbarian
1876             caveman
1877             healer
1878             knight
1879             monk
1880             priest
1881             rogue
1882             ranger
1883             samurai
1884             tourist
1885             valkyrie
1886             wizard
1887             # names roles/levels/archeologist
1888             Digger
1889             Field_Worker
1890             Investigator
1891             Exhumer
1892             Excavator
1893             Spelunker
1894             Speleologist
1895             Collector
1896             Curator
1897             # names roles/levels/barbarian
1898             Plunderer
1899             Plunderess
1900             Pillager
1901             Bandit
1902             Brigand
1903             Raider
1904             Reaver
1905             Slayer
1906             Chieftain
1907             Chieftainess
1908             Conqueror
1909             Conqueress
1910             # names roles/levels/caveman
1911             Troglodyte
1912             Aborigine
1913             Wanderer
1914             Vagrant
1915             Wayfarer
1916             Roamer
1917             Nomad
1918             Rover
1919             Pioneer
1920             # names roles/levels/healer
1921             Rhizotomist
1922             Empiric
1923             Embalmer
1924             Dresser
1925             Medicus_ossium
1926             Medica_ossium
1927             Herbalist
1928             Magister
1929             Magistra
1930             Physician
1931             Chirurgeon
1932             # names roles/levels/knight
1933             Gallant
1934             Esquire
1935             Bachelor
1936             Sergeant
1937             Knight
1938             Banneret
1939             Chevalier
1940             Chevaliere
1941             Seignieur
1942             Dame
1943             Paladin
1944             # names roles/levels/monk
1945             Candidate
1946             Novice
1947             Initiate
1948             Student_of_Stones
1949             Student_of_Waters
1950             Student_of_Metals
1951             Student_of_Winds
1952             Student_of_Fire
1953             Master
1954             # names roles/levels/priest
1955             Aspirant
1956             Acolyte
1957             Adept
1958             Priest
1959             Priestess
1960             Curate
1961             Canon
1962             Canoness
1963             Lama
1964             Patriarch
1965             Matriarch
1966             High_Priest
1967             High_Priestess
1968             # names roles/levels/rogue
1969             Footpad
1970             Cutpurse
1971             Rogue
1972             Pilferer
1973             Robber
1974             Burglar
1975             Filcher
1976             Magsman
1977             Magswoman
1978             Thief
1979             # names roles/levels/ranger
1980             Tenderfoot
1981             Lookout
1982             Trailblazer
1983             Reconnoiterer
1984             Reconnoiteress
1985             Scout
1986             Arbalester
1987             Archer
1988             Sharpshooter
1989             Marksman
1990             Markswoman
1991             # names roles/levels/samurai
1992             Hatamoto
1993             Ronin
1994             Ninja
1995             Kunoichi
1996             Joshu
1997             Ryoshu
1998             Kokushu
1999             Daimyo
2000             Kuge
2001             Shogun
2002             # names roles/levels/tourist
2003             Rambler
2004             Sightseer
2005             Excursionist
2006             Peregrinator
2007             Peregrinatrix
2008             Traveler
2009             Journeyer
2010             Voyager
2011             Explorer
2012             Adventurer
2013             # names roles/levels/valkyrie
2014             Stripling
2015             Skirmisher
2016             Fighter
2017             Man_at_arms
2018             Woman_at_arms
2019             Warrior
2020             Swashbuckler
2021             Hero
2022             Heroine
2023             Champion
2024             Lord
2025             Lady
2026             # names roles/levels/wizard
2027             Evoker
2028             Conjurer
2029             Thaumaturge
2030             Magician
2031             Enchanter
2032             Enchantress
2033             Sorcerer
2034             Sorceress
2035             Necromancer
2036             Wizard
2037             Mage
2038             # names roles/gods/archeologist
2039             Quetzalcoatl
2040             Camaxtli
2041             Huhetotl
2042             # names roles/gods/barbarian
2043             Mitra
2044             Crom
2045             Set
2046             # names roles/gods/caveman
2047             Anu
2048             Ishtar
2049             Anshar
2050             # names roles/gods/healer
2051             Athena
2052             Hermes
2053             Poseidon
2054             # names roles/gods/knight
2055             Lugh
2056             Brigit
2057             Manannan_Mac_Lir
2058             # names roles/gods/monk
2059             Shan_Lai_Ching
2060             Chih_Sung_tzu
2061             Huan_Ti
2062             # names roles/gods/rogue
2063             Issek
2064             Mog
2065             Kos
2066             # names roles/gods/ranger
2067             Mercury
2068             Venus
2069             Mars
2070             # names roles/gods/samurai
2071             Amaterasu_Omikami
2072             Raijin
2073             # names roles/gods/tourist
2074             Blind_Io
2075             The_Lady
2076             Offler
2077             # names roles/gods/valkyrie
2078             Tyr
2079             Odin
2080             Loki
2081             # names roles/gods/wizard
2082             Ptah
2083             Thoth
2084             Anhur
2085             # names races
2086             human
2087             elf
2088             dwarf
2089             gnome
2090             orc
2091             # names genders
2092             male
2093             female
2094             neuter
2095             # names alignment
2096             lawful
2097             neutral
2098             chaotic
2099             unaligned
2100             # names names/ghosts
2101             Adri
2102             Andries
2103             Andreas
2104             Bert
2105             David
2106             Dirk
2107             Emile
2108             Frans
2109             Fred
2110             Greg
2111             Hether
2112             Jay
2113             John
2114             Jon
2115             Karnov
2116             Kay
2117             Kenny
2118             Kevin
2119             Maud
2120             Michiel
2121             Mike
2122             Peter
2123             Robert
2124             Ron
2125             Tom
2126             Wilmar
2127             Nick_Danger
2128             Phoenix
2129             Jiro
2130             Mizue
2131             Stephan
2132             Lance_Braccus
2133             Shadowhawk
2134             # names names/coyotes
2135             Carnivorous_Vulgaris
2136             Road_Runnerus_Digestus
2137             Eatibus_Anythingus
2138             Famishus_Famishus
2139             Eatibus_Almost_Anythingus
2140             Eatius_Birdius
2141             Famishius_Fantasticus
2142             Eternalii_Famishiis
2143             Famishus_Vulgarus
2144             Famishius_Vulgaris_Ingeniusi
2145             Eatius_Slobbius
2146             Hardheadipus_Oedipus
2147             Carnivorous_Slobbius
2148             Hard_Headipus_Ravenus
2149             Evereadii_Eatibus
2150             Apetitius_Giganticus
2151             Hungrii_Flea_Bagius
2152             Overconfidentii_Vulgaris
2153             Caninus_Nervous_Rex
2154             Grotesques_Appetitus
2155             Nemesis_Riduclii
2156             Canis_latrans
2157             # names shops
2158             general_store
2159             used_armor_dealership
2160             second_hand_bookstore
2161             liquor_emporium
2162             antique_weapons_outlet
2163             delicatessen
2164             jewelers
2165             quality_apparel_and_accessories
2166             hardware_store
2167             rare_books
2168             lighting_store
2169             # names names/shopkeepers/liquor
2170             Njezjin
2171             Tsjernigof
2172             Ossipewsk
2173             Gorlowka
2174             Gomel
2175             Konosja
2176             Weliki_Oestjoeg
2177             Syktywkar
2178             Sablja
2179             Narodnaja
2180             Kyzyl
2181             Walbrzych
2182             Swidnica
2183             Klodzko
2184             Raciborz
2185             Gliwice
2186             Brzeg
2187             Krnov
2188             Hradec_Kralove
2189             Leuk
2190             Brig
2191             Brienz
2192             Thun
2193             Sarnen
2194             Burglen
2195             Elm
2196             Flims
2197             Vals
2198             Schuls
2199             Zum_Loch
2200             # names names/shopkeepers/book
2201             Skibbereen
2202             Kanturk
2203             Rath_Luirc
2204             Ennistymon
2205             Lahinch
2206             Kinnegad
2207             Lugnaquillia
2208             Enniscorthy
2209             Gweebarra
2210             Kittamagh
2211             Nenagh
2212             Sneem
2213             Ballingeary
2214             Kilgarvan
2215             Cahersiveen
2216             Glenbeigh
2217             Kilmihil
2218             Kiltamagh
2219             Droichead_Atha
2220             Inniscrone
2221             Clonegal
2222             Lisnaskea
2223             Culdaff
2224             Dunfanaghy
2225             Inishbofin
2226             Kesh
2227             # names names/shopkeepers/armor
2228             Demirci
2229             Kalecik
2230             Boyabai
2231             Yildizeli
2232             Gaziantep
2233             Siirt
2234             Akhalataki
2235             Tirebolu
2236             Aksaray
2237             Ermenak
2238             Iskenderun
2239             Kadirli
2240             Siverek
2241             Pervari
2242             Malasgirt
2243             Bayburt
2244             Ayancik
2245             Zonguldak
2246             Balya
2247             Tefenni
2248             Artvin
2249             Kars
2250             Makharadze
2251             Malazgirt
2252             Midyat
2253             Birecik
2254             Kirikkale
2255             Alaca
2256             Polatli
2257             Nallihan
2258             # names names/shopkeepers/wand
2259             Yr_Wyddgrug
2260             Trallwng
2261             Mallwyd
2262             Pontarfynach
2263             Rhaeader
2264             Llandrindod
2265             Llanfair_ym_muallt
2266             Y_Fenni
2267             Maesteg
2268             Rhydaman
2269             Beddgelert
2270             Curig
2271             Llanrwst
2272             Llanerchymedd
2273             Caergybi
2274             Nairn
2275             Turriff
2276             Inverurie
2277             Braemar
2278             Lochnagar
2279             Kerloch
2280             Beinn_a_Ghlo
2281             Drumnadrochit
2282             Morven
2283             Uist
2284             Storr
2285             Sgurr_na_Ciche
2286             Cannich
2287             Gairloch
2288             Kyleakin
2289             Dunvegan
2290             # names names/shopkeepers/ring
2291             Feyfer
2292             Flugi
2293             Gheel
2294             Havic
2295             Haynin
2296             Hoboken
2297             Imbyze
2298             Juyn
2299             Kinsky
2300             Massis
2301             Matray
2302             Moy
2303             Olycan
2304             Sadelin
2305             Svaving
2306             Tapper
2307             Terwen
2308             Wirix
2309             Ypey
2310             Rastegaisa
2311             Varjag_Njarga
2312             Kautekeino
2313             Abisko
2314             Enontekis
2315             Rovaniemi
2316             Avasaksa
2317             Haparanda
2318             Lulea
2319             Gellivare
2320             Oeloe
2321             Kajaani
2322             Fauske
2323             # names names/shopkeepers/food
2324             Djasinga
2325             Tjibarusa
2326             Tjiwidej
2327             Pengalengan
2328             Bandjar
2329             Parbalingga
2330             Bojolali
2331             Sarangan
2332             Ngebel
2333             Djombang
2334             Ardjawinangun
2335             Berbek
2336             Papar
2337             Baliga
2338             Tjisolok
2339             Siboga
2340             Banjoewangi
2341             Trenggalek
2342             Karangkobar
2343             Njalindoeng
2344             Pasawahan
2345             Pameunpeuk
2346             Patjitan
2347             Kediri
2348             Pemboeang
2349             Tringanoe
2350             Makin
2351             Tipor
2352             Semai
2353             Berhala
2354             Tegal
2355             Samoe
2356             # names names/shopkeepers/weapon
2357             Voulgezac
2358             Rouffiac
2359             Lerignac
2360             Touverac
2361             Guizengeard
2362             Melac
2363             Neuvicq
2364             Vanzac
2365             Picq
2366             Urignac
2367             Corignac
2368             Fleac
2369             Lonzac
2370             Vergt
2371             Queyssac
2372             Liorac
2373             Echourgnac
2374             Cazelon
2375             Eypau
2376             Carignan
2377             Monbazillac
2378             Jonzac
2379             Pons
2380             Jumilhac
2381             Fenouilledes
2382             Laguiolet
2383             Saujon
2384             Eymoutiers
2385             Eygurande
2386             Eauze
2387             Labouheyre
2388             # names names/shopkeepers/tool
2389             Ymla
2390             Eed_morra
2391             Cubask
2392             Nieb
2393             Bnowr_Falr
2394             Telloc_Cyaj
2395             Sperc
2396             Noskcirdneh
2397             Yawolloh
2398             Hyeghu
2399             Niskal
2400             Trahnil
2401             Htargcm
2402             Enrobwem
2403             Kachzi_Rellim
2404             Regien
2405             Donmyar
2406             Yelpur
2407             Nosnehpets
2408             Stewe
2409             Renrut
2410             _Zlaw
2411             Nosalnef
2412             Rewuorb
2413             Rellenk
2414             Yad
2415             Cire_Htims
2416             Y_crad
2417             Nenilukah
2418             Corsh
2419             Aned
2420             Erreip
2421             Nehpets
2422             Mron
2423             Snivek
2424             Lapu
2425             Kahztiy
2426             Lechaim
2427             Lexa
2428             Niod
2429             Nhoj_lee
2430             Evad_kh
2431             Ettaw_noj
2432             Tsew_mot
2433             Ydna_s
2434             Yao_hang
2435             Tonbar
2436             Kivenhoug
2437             Falo
2438             Nosid_da_r
2439             Ekim_p
2440             Rebrol_nek
2441             Noslo
2442             Yl_rednow
2443             Mured_oog
2444             Ivrajimsal
2445             Nivram
2446             Lez_tneg
2447             Ytnu_haled
2448             Niknar
2449             # names names/shopkeepers/light
2450             Zarnesti
2451             Slanic
2452             Nehoiasu
2453             Ludus
2454             Sighisoara
2455             Nisipitu
2456             Razboieni
2457             Bicaz
2458             Dorohoi
2459             Vaslui
2460             Fetesti
2461             Tirgu_Neamt
2462             Babadag
2463             Zimnicea
2464             Zlatna
2465             Jiu
2466             Eforie
2467             Mamaia
2468             Silistra
2469             Tulovo
2470             Panagyuritshte
2471             Smolyan
2472             Kirklareli
2473             Pernik
2474             Lom
2475             Haskovo
2476             Dobrinishte
2477             Varvara
2478             Oryahovo
2479             Troyan
2480             Lovech
2481             Sliven
2482             # names names/shopkeepers/light_in_mine
2483             Izchak
2484             # names names/shopkeepers/general
2485             Hebiwerie
2486             Possogroenoe
2487             Asidonhopo
2488             Manlobbi
2489             Adjama
2490             Pakka_Pakka
2491             Kabalebo
2492             Wonotobo
2493             Akalapi
2494             Sipaliwini
2495             Annootok
2496             Upernavik
2497             Angmagssalik
2498             Aklavik
2499             Inuvik
2500             Tuktoyaktuk
2501             Chicoutimi
2502             Ouiatchouane
2503             Chibougamau
2504             Matagami
2505             Kipawa
2506             Kinojevis
2507             Abitibi
2508             Maganasipi
2509             Akureyri
2510             Kopasker
2511             Budereyri
2512             Akranes
2513             Bordeyri
2514             Holmavik
2515             # names tshirts
2516             I_explored_the_Dungeons_of_Doom_and_all_I_got_was_this_lousy_T_shirt
2517             Is_that_Mjollnir_in_your_pocket_or_are_you_just_happy_to_see_me
2518             It_s_not_the_size_of_your_sword__it_s_how__enhance_d_you_are_with_it
2519             Madame_Elvira_s_House_O__Succubi_Lifetime_Customer
2520             Madame_Elvira_s_House_O__Succubi_Employee_of_the_Month
2521             Ludios_Vault_Guards_Do_It_In_Small__Dark_Rooms
2522             Yendor_Military_Soldiers_Do_It_In_Large_Groups
2523             I_survived_Yendor_Military_Boot_Camp
2524             Ludios_Accounting_School_Intra_Mural_Lacrosse_Team
2525             Oracle_TM__Fountains_10th_Annual_Wet_T_Shirt_Contest
2526             Hey__black_dragon__Disintegrate_THIS
2527             I_m_With_Stupid
2528             Don_t_blame_me__I_voted_for_Izchak
2529             Don_t_Panic
2530             Furinkan_High_School_Athletic_Dept
2531             Hel_LOOO__Nurse
2532             # names sounds
2533             beep
2534             belche
2535             boing
2536             burbles
2537             buzz
2538             buzzes
2539             chuckles
2540             commotion
2541             cough
2542             creak
2543             drones
2544             eep
2545             giggles
2546             growl
2547             growls
2548             grunts
2549             gurgles
2550             hiss
2551             hisses
2552             howls
2553             jingle
2554             laughs
2555             meows
2556             mews
2557             neigh
2558             neighs
2559             pop
2560             purrs
2561             rattle
2562             roar
2563             roars
2564             screak
2565             scream
2566             screech
2567             shrieks
2568             sing
2569             snarl
2570             snarls
2571             snickers
2572             sniffle
2573             squawks
2574             squeaks
2575             squeal
2576             tinkle
2577             ululate
2578             wail
2579             wails
2580             whickers
2581             whimper
2582             whine
2583             whines
2584             whinnies
2585             yelp
2586             yips
2587             yowl
2588             yowls
2589             # names statements
2590             A_cascade_of_steamy_bubbles_erupts_from_the_chest
2591             A_chill_runs_down_your_spine
2592             A_cloud_of_gas_puts_you_to_sleep
2593             A_cloud_of_noxious_gas_billows_from_the_chest
2594             A_cloud_of_plaid_gas_billows_from_the_chest
2595             A_hail_of_magic_missiles_narrowly_misses_you
2596             A_huge_hole_opens_up___
2597             A_little_dart_shoots_out_at_you
2598             A_potion_explodes
2599             A_shiver_runs_up_and_down_your_spine
2600             A_trap_door_in_the_ceiling_opens__but_nothing_falls_out
2601             A_trap_door_opens_up_under_you
2602             Air_currents_pull_you_down_into_the_spiked_pit
2603             Aloha
2604             An_arrow_shoots_out_at_you
2605             And_just_how_do_you_expect_to_do_that_
2606             Anything_you_say_can_be_used_against_you
2607             At_least_one_of_your_artifacts_is_cursed___
2608             Back_from_the_dead__are_you__I_ll_remedy_that
2609             Batteries_have_not_been_invented_yet
2610             Being_confused_you_have_difficulties_in_controlling_your_actions
2611             Bummer__You_ve_splashed_down
2612             But_in_vain
2613             But_luckily_the_electric_charge_is_grounded
2614             But_luckily_the_explosive_charge_is_a_dud
2615             But_luckily_the_flame_fizzles_out
2616             But_luckily_the_gas_cloud_blows_away
2617             But_luckily_the_poisoned_needle_misses
2618             But_you_aren_t_drowning
2619             Child_of_the_night__I_beg_you__help_me_satisfy_this_growing_craving
2620             Child_of_the_night__I_can_stand_this_craving_no_longer
2621             Child_of_the_night__I_find_myself_growing_a_little_weary
2622             Click__You_trigger_a_rolling_boulder_trap
2623             Death_is_busy_reading_a_copy_of_Sandman_8
2624             Disarm_it_
2625             Doc__I_can_t_help_you_unless_you_cooperate
2626             Don_t_be_ridiculous
2627             Eh_
2628             Even_now_thy_life_force_ebbs__blackguard
2629             For_what_do_you_wish_
2630             Fortunately__you_are_wearing_a_hard_helmet
2631             Fortunately_for_you__no_boulder_was_released
2632             Fortunately_it_has_a_bottom_after_all
2633             Gleep
2634             Good_day_to_you_Master__Why_do_we_not_rest_
2635             Good_evening_to_you_Master
2636             Good_feeding_brother
2637             Good_feeding_sister
2638             Hell_shall_soon_claim_thy_remains__coistrel
2639             Hello__sailor
2640             How_nice_to_hear_you__child_of_the_night
2641             How_pitiful__Isn_t_that_the_pits_
2642             Huh_
2643             I_beg_you__help_me_satisfy_this_growing_craving
2644             I_can_stand_this_craving_no_longer
2645             I_can_t_see
2646             I_chortle_at_thee__thou_pathetic_demon_fodder
2647             I_find_myself_growing_a_little_weary
2648             I_m_free
2649             I_m_hungry
2650             I_m_trapped
2651             I_only_drink____potions
2652             I_see_nobody_there
2653             I_vant_to_suck_your_blood
2654             I_vill_come_after_midnight_without_regret
2655             Idiot__You_ve_shot_yourself
2656             In_desperation__you_drop_your_purse
2657             Instead_of_shattering__the_statue_suddenly_disappears
2658             It_feels_as_though_you_ve_lost_some_weight
2659             It_invokes_nightmarish_images_in_your_mind___
2660             It_s_obscene
2661             It_seems_even_stronger_than_before
2662             Its_flame_dies
2663             Juiblex_is_grateful
2664             Just_the_facts__Sir
2665             KAABLAMM____The_air_currents_set_it_off
2666             KAABLAMM____You_triggered_a_land_mine
2667             Maybe_you_should_find_a_designated_driver
2668             My_feet_hurt__I_ve_been_on_them_all_day
2669             Nevermore
2670             No_mere_dungeon_adventurer_could_write_that
2671             Nothing_fitting_that_description_exists_in_the_game
2672             Oh__yes__of_course__Sorry_to_have_disturbed_you
2673             Oh_my__Your_name_appears_in_the_book
2674             Out_of_my_way__scum
2675             Pheew__That_was_close
2676             Please_drop_that_gold_and_follow_me
2677             Please_follow_me
2678             Please_undress_so_I_can_examine_you
2679             Prepare_to_die__thou_maledict
2680             Put_that_weapon_away_before_you_hurt_someone
2681             Relax__this_won_t_hurt_a_bit
2682             Resistance_is_useless__poltroon
2683             Saddle_yourself__Very_funny___
2684             Savor_thy_breath__caitiff__it_be_thy_last
2685             Shame_on_you
2686             Some_hell_p_has_arrived
2687             Somebody_tries_to_rob_you__but_finds_nothing_to_steal
2688             Someone_shouts__Off_with_his_head__
2689             Sorry__I_m_all_out_of_wishes
2690             Stop_in_the_name_of_the_Law
2691             Suddenly_the_rolling_boulder_disappears
2692             Suddenly_you_are_frozen_in_place
2693             Suddenly_you_wake_up
2694             Surrender_or_die__thou_rattlepate
2695             Take_off_your_shirt__please
2696             Talking_to_yourself_is_a_bad_habit_for_a_dungeoneer
2697             The_Field_Worker_describes_a_recent_article_in__Spelunker_Today__magazine
2698             The_Green_elf_curses_orcs
2699             The_attempted_teleport_spell_fails
2700             The_book_was_coated_with_contact_poison
2701             The_disenchanter_talks_about_spellcraft
2702             The_explosion_awakens_you
2703             The_food_s_not_fit_for_Orcs
2704             The_forest_centaur_discusses_hunting
2705             The_gnome_talks_about_mining
2706             The_golden_haze_around_you_becomes_more_dense
2707             The_hair_on_the_back_of_your_neck_stands_up
2708             The_headstones_in_the_cemetery_begin_to_move
2709             The_hill_giant_complains_about_a_diet_of_mutton
2710             The_hobbit_asks_you_about_the_One_Ring
2711             The_hobbit_complains_about_unpleasant_dungeon_conditions
2712             The_hole_in_the_ceiling_above_you_closes_up
2713             The_jabberwock_boasts_about_her_gem_collection
2714             The_killer_tomato_discusses_dungeon_exploration
2715             The_lava_here_burns_you
2716             The_missiles_bounce
2717             The_opening_under_you_closes_up
2718             The_poison_was_deadly___
2719             The_pressure_on_your_neck_increases
2720             The_runes_appear_scrambled__You_can_t_read_them
2721             The_slime_that_covers_you_is_burned_away
2722             The_stairs_seem_to_ripple_momentarily
2723             The_statue_comes_to_life
2724             The_stone_giant_shouts__Fee_Fie_Foe_Foo___and_guffaws
2725             The_water_around_you_begins_to_shimmer_with_a_golden_haze
2726             The_webbing_sticks_to_you__You_re_caught_too
2727             The_were_rat_throws_back_his_head_and_lets_out_a_blood_curdling_shriek
2728             The_were_rat_whispers_inaudibly__All_you_can_make_out_is___moon__
2729             Their_cries_sound_like__mommy_
2730             There_is_a_boulder_in_your_way
2731             There_is_a_box_here__Check_it_for_traps_
2732             There_is_a_spider_web_here
2733             There_is_the_trigger_of_your_mine_in_a_pile_of_soil_below_you
2734             There_s_a_gaping_hole_under_you
2735             There_shall_be_no_mercy__thou_miscreant
2736             These_runes_were_just_too_much_to_comprehend
2737             They_shriek
2738             They_won_t_hear_you_up_there
2739             This_door_is_broken
2740             This_door_was_not_trapped
2741             This_is_my_hunting_ground_that_you_dare_to_prowl
2742             This_spellbook_is_all_blank
2743             This_will_teach_you_not_to_disturb_me
2744             Thou_art_as_a_flea_to_me__varlet
2745             Thou_art_doomed__villein
2746             Thou_shalt_repent_of_thy_cunning__reprobate
2747             Thy_fate_is_sealed__wittol
2748             Try_filling_the_pit_instead
2749             Unfortunately__digesting_any_of_it_is_fatal
2750             Unfortunately__nothing_happens
2751             Up__up__and_awaaaay__You_re_walking_on_air
2752             Verily__thou_shalt_be_one_dead_chucklehead
2753             Vlad_s_doppelganger_is_amused
2754             Wait__There_s_a_hidden_monster_there
2755             What_a_groovy_feeling
2756             What_lousy_pay_we_re_getting_here
2757             Who_do_you_think_you_are__War_
2758             Whoops___
2759             You_accidentally_tear_the_spellbook_to_pieces
2760             You_are_a_statue
2761             You_are_caught_in_a_magical_explosion
2762             You_are_covered_with_rust
2763             You_are_encased_in_rock
2764             You_are_enveloped_in_a_cloud_of_gas
2765             You_are_feeling_mildly_nauseated
2766             You_are_hit_by_magic_missiles_appearing_from_thin_air
2767             You_are_jerked_back_by_your_pet
2768             You_are_jolted_by_a_surge_of_electricity
2769             You_are_jolted_with_electricity
2770             You_are_momentarily_blinded_by_a_flash_of_light
2771             You_are_no_longer_invisible
2772             You_are_not_disintegrated
2773             You_are_slowing_down
2774             You_are_stuck_here_for_now
2775             You_are_too_hungry_to_cast_that_spell
2776             You_are_turning_into_green_slime
2777             You_attempt_a_teleport_spell
2778             You_bang_into_the_saddle_horn
2779             You_bash_yourself
2780             You_can_move_again
2781             You_can_no_longer_breathe
2782             You_can_no_longer_see_through_yourself
2783             You_can_t_seem_to_think_straight
2784             You_cancel_it__you_pay_for_it
2785             You_destroy_it
2786             You_die
2787             You_die_from_your_illness
2788             You_dishonorably_attack_the_innocent
2789             You_dishonorably_use_a_poisoned_weapon
2790             You_dissolve_a_spider_web
2791             You_don_t_fall_in
2792             You_don_t_feel_hot
2793             You_don_t_feel_sleepy
2794             You_don_t_fit_through
2795             You_don_t_seem_to_be_affected
2796             You_explode_a_fireball_on_top_of_yourself
2797             You_fall_asleep
2798             You_fall_into_the_lava
2799             You_feel_a_change_coming_over_you
2800             You_feel_a_little_chill
2801             You_feel_a_wrenching_sensation
2802             You_feel_embarrassed_for_a_moment
2803             You_feel_guilty_about_damaging_such_a_historic_statue
2804             You_feel_incredibly_sick
2805             You_feel_like_an_evil_coward_for_using_a_poisoned_weapon
2806             You_feel_momentarily_different
2807             You_feel_momentarily_lethargic
2808             You_feel_no_door_there
2809             You_feel_oddly_like_the_prodigal_son
2810             You_feel_rather_itchy_under_your_chain_mail
2811             You_feel_rather_warm
2812             You_feel_slightly_confused
2813             You_feel_that_you_did_the_right_thing
2814             You_feel_the_amulet_draining_your_energy_away
2815             You_feel_threatened
2816             You_feel_your_magical_energy_drain_away
2817             You_feel_yourself_slowing_down_a_bit
2818             You_find_it_hard_to_breathe
2819             You_find_yourself_back_in_an_air_bubble
2820             You_find_yourself_reading_the_first_line_over_and_over_again
2821             You_flounder
2822             You_flow_through_the_spider_web
2823             You_had_better_wait_for_the_sun_to_come_out
2824             You_have_an_uneasy_feeling_about_wielding_cold_iron
2825             You_have_become_green_slime
2826             You_have_hidden_gold
2827             You_have_no_hands
2828             You_have_no_way_to_attack_monsters_physically
2829             You_have_turned_to_stone
2830             You_hear_Doctor_Doolittle
2831             You_hear_Donald_Duck
2832             You_hear_Ebenezer_Scrooge
2833             You_hear_General_MacArthur
2834             You_hear_Neiman_and_Marcus_arguing
2835             You_hear_Queen_Beruthiel_s_cats
2836             You_hear_a_deafening_roar
2837             You_hear_a_gurgling_noise
2838             You_hear_a_loud_ZOT
2839             You_hear_a_loud_click
2840             You_hear_a_loud_crash_as_one_boulder_sets_another_in_motion
2841             You_hear_a_low_buzzing
2842             You_hear_a_sceptre_pounded_in_judgment
2843             You_hear_a_slow_drip
2844             You_hear_a_soda_fountain
2845             You_hear_a_sound_reminiscent_of_a_seal_barking
2846             You_hear_a_sound_reminiscent_of_an_elephant_stepping_on_a_peanut
2847             You_hear_a_strange_wind
2848             You_hear_a_twang_followed_by_a_thud
2849             You_hear_an_angry_drone
2850             You_hear_bees_in_your_bonnet
2851             You_hear_blades_being_honed
2852             You_hear_bubbling_water
2853             You_hear_convulsive_ravings
2854             You_hear_dice_being_thrown
2855             You_hear_dishes_being_washed
2856             You_hear_loud_snoring
2857             You_hear_mosquitoes
2858             You_hear_snoring_snakes
2859             You_hear_someone_bowling
2860             You_hear_someone_counting_money
2861             You_hear_someone_cursing_shoplifters
2862             You_hear_someone_say__No_more_woodchucks__
2863             You_hear_someone_searching
2864             You_hear_the_chime_of_a_cash_register
2865             You_hear_the_footsteps_of_a_guard_on_patrol
2866             You_hear_the_moon_howling_at_you
2867             You_hear_the_quarterback_calling_the_play
2868             You_hear_the_splashing_of_a_naiad
2869             You_hear_the_tones_of_courtly_conversation
2870             You_hear_water_falling_on_coins
2871             You_imitate_a_popsicle
2872             You_irradiate_yourself_with_pure_energy
2873             You_let_go_of_the_reins
2874             You_make_a_lot_of_noise
2875             You_need_hands_to_be_able_to_write
2876             You_notice_a_crease_in_the_linoleum
2877             You_raised_the_dead
2878             You_re_dog_meat
2879             You_re_gasping_for_air
2880             You_re_joking__In_this_weather_
2881             You_re_still_burning
2882             You_re_still_drowning
2883             You_re_too_strained_to_do_that
2884             You_re_turning_blue
2885             You_re_under_arrest
2886             You_repair_the_squeaky_board
2887             You_see_a_burning_potion_of_oil_go_out
2888             You_see_a_lantern_run_out_of_power
2889             You_seem_no_deader_than_before
2890             You_sense_a_pointy_hat_on_top_of_your_head
2891             You_shock_yourself
2892             You_shudder_in_dread
2893             You_sink_into_the_lava__but_it_only_burns_slightly
2894             You_sink_like_the_Titanic
2895             You_slide_to_one_side_of_the_saddle
2896             You_slip_on_a_banana_peel
2897             You_smell_hamburgers
2898             You_smell_marsh_gas
2899             You_smell_paper_burning
2900             You_smell_the_odor_of_meat
2901             You_speed_up
2902             You_step_onto_a_polymorph_trap
2903             You_stumble
2904             You_suck_in_some_slime_and_don_t_feel_very_well
2905             You_suddenly_realize_it_is_unnaturally_quiet
2906             You_suddenly_vomit
2907             You_suddenly_yearn_for_Cleveland
2908             You_suffocate
2909             You_take_a_walk_on_your_web
2910             You_trip_over_your_own_elbow
2911             You_turn_the_pages_of_the_Book_of_the_Dead___
2912             You_ve_been_through_the_dungeon_on_a_wumpus_with_no_name__It_felt_good_to_get_out_of_the_rain
2913             You_ve_been_warned__knave
2914             You_ve_set_yourself_afire
2915             You_wake_up
2916             You_won_t_fit_on_a_saddle
2917             You_zap_yourself__but_seem_unharmed
2918             Young_Fool__Your_silver_sheen_does_not_frighten_me
2919             Your_ancestors_are_annoyed_with_you
2920             Your_blood_is_having_trouble_reaching_your_brain
2921             Your_bloodthirsty_blade_attacks
2922             Your_body_absorbs_some_of_the_magical_energy
2923             Your_candelabrum_s_candles_are_getting_short
2924             Your_candle_s_flame_flickers_low
2925             Your_concentration_falters_while_carrying_so_much_stuff
2926             Your_consciousness_is_fading
2927             Your_feet_slip_out_of_the_stirrups
2928             Your_gloves_seem_unaffected
2929             Your_hands_seem_to_be_too_busy_for_that
2930             Your_lantern_is_getting_dim
2931             Your_limbs_are_getting_oozy
2932             Your_limbs_are_stiffening
2933             Your_limbs_have_turned_to_stone
2934             Your_neck_is_becoming_constricted
2935             Your_potion_of_oil_has_burnt_away
2936             Your_purse_feels_heavier
2937             Your_skin_begins_to_peel_away
2938             Your_skin_feels_warm_for_a_moment
2939             Your_weapon_seems_sharper_now