#include <Halfling.h>
Inheritance diagram for ogs::creatures::humanoids::Halfling:
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 halflings is 20 years.
Implements ogs::core::details::Maturity. |
|
The die used to roll maximum ages for halflings is 5d20.
Implements ogs::core::details::Maturity. |
|
The middle age for halflings is 50 years.
Implements ogs::core::details::Maturity. |
|
The old age for halflings is 75 years.
Implements ogs::core::details::Maturity. |
|
The venerable age for halflings is 100 years.
Implements ogs::core::details::Maturity. |