Robert Eaglestone > Games-Traveller-Animals-AnimalEncounter-0.50 > Games::Traveller::Animals::AnimalEncounter

Download:
Games-Traveller-Animals-AnimalEncounter-0.50.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.50   Source  

NAME ^

   Games::Traveller::Animals::AnimalEncounter -- a row in an Animal Encounters table

DESCRIPTION ^

This package is used by Games::Traveller::Animals to construct the animal encounter tables. The user can access the individual fields of this package through some handy-dandy methods:

ACCESSORS ^

   $enc->index      : returns the entry number for this encounter (2-12).
   $enc->attribute  : returns one of:
      ''      - no attribute
      'f'     - flying
      'a'     - ampbhibian
      't'     - triphibian
      's'     - swimmer
      'Event' - event
   $enc->category   : returns the type of animal or event.
   $enc->mass       : returns the animal's mass.
   $enc->hits       : returns the number of wounding hits for this animal.
   $enc->dead       : returns the number of mortal hits for this animal.
   $enc->weapon     : returns the animal's weapon type ('attacks as...').
   $enc->damageMod  : returns the damage modifier for this animal.
   $enc->armor      : returns the animal's armor rating.
   $enc->behavior   : returns the animal's behavior string (eg "F5 A4 S1").

AUTHOR ^

  Pasuuli Immuguna

COPYRIGHT ^

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AVAILABILITY ^

The latest version of this library is likely to be available from CPAN.