#include <HalfElf.h>
Inheritance diagram for ogs::creatures::humanoids::HalfElf:
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 half-elves is 20 years.
Implements ogs::core::details::Maturity. |
|
The die used to roll maximum ages for half-elves is 3d20.
Implements ogs::core::details::Maturity. |
|
The middle age for half-elves is 62 years.
Implements ogs::core::details::Maturity. |
|
The old age for half-elves is 93 years.
Implements ogs::core::details::Maturity. |
|
The venerable age for half-elves is 125 years.
Implements ogs::core::details::Maturity. |