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

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:

$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").

Pasuuli Immuguna

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

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