Acme-MetaSyntactic-nethack

 view release on metacpan or  search on metacpan

lib/Acme/MetaSyntactic/nethack.pm  view on Meta::CPAN

package Acme::MetaSyntactic::nethack;

use 5.006001;
use utf8;
use strict;
use warnings;

use version; our $VERSION = qv('v1.0.1');

use base 'Acme::MetaSyntactic::MultiList';
__PACKAGE__->init();

1; # Magic true value required at end of module

=encoding utf8

=for stopwords mmm mmmm NetHack something's ummm

=head1 NAME

Acme::MetaSyntactic::nethack - The largest time waster in the world of *nix.


=head1 VERSION

This document describes Acme::MetaSyntactic::nethack version 1.0.1.


=head1 DESCRIPTION

This theme lists NetHack artifacts, objects (both unknown and known
descriptions), roles, names, sayings, etc.

=head2 List of categories

This module was created by copying strings from the NetHack 3.4.3
source.  Categories are thus, for the most part, those of the NetHack
developers.

This theme currently includes the following high-level categories:

=over

=item *

C<artifacts>: special, unique items.  No subcategories.

=item *

C<monsters>: the various entities with which you interact.
(B<slash!>, B<smash!>, B<kill!>)

Monsters are subdivided into
C<ants>,
C<blobs>,
C<cockatrice>,
C<canines>,
C<eyes>,
C<felines>,
C<gremlins_and_gargoyles>,
C<humanoids>,
C<imps_and_demons>,
C<jellies>,
C<kobolds>,
C<leprechauns>,
C<nymphs>,
C<orcs>,
C<piercers>,
C<quadrupeds>,
C<rodents>,
C<spiders_and_scorpions>,
C<trapper_and_lurker>,
C<unicorns_and_horses>,
C<vortices>,
C<worms>,



( run in 0.623 second using v1.01-cache-2.11-cpan-39bf76dae61 )