#include <Gnome.h>
Inheritance diagram for ogs::creatures::humanoids::Gnome:
Public Member Functions | |
unsigned | getAdultAge () const |
Determine the average adult age for this type of creature. | |
unsigned | getMiddleAge () const |
Determine the average middle age for this type of creature. | |
unsigned | getOldAge () const |
Determine the average old age for this type of creature. | |
unsigned | getVenerableAge () const |
Determine the average venerable age for this type of creature. | |
const Die & | getMaximumAge () const |
Access the die used to roll a random maximum age for a PC. |
|
The adult age for gnomes is 40 years.
Implements ogs::core::details::Maturity. |
|
The die used to roll maximum ages for gnomes is 3d100.
Implements ogs::core::details::Maturity. |
|
The middle age for gnomes is 100 years.
Implements ogs::core::details::Maturity. |
|
The old age for gnomes is 150 years.
Implements ogs::core::details::Maturity. |
|
The venerable age for gnomes is 200 years.
Implements ogs::core::details::Maturity. |