#include <HalfOrc.h>
Inheritance diagram for ogs::creatures::humanoids::HalfOrc:
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. |
Half-orcs typically exist in fantasy campaign settings.
|
The adult age for half-orcs is 14 years.
Implements ogs::core::details::Maturity. |
|
The die used to roll maximum ages for half-orcs is 2d10.
Implements ogs::core::details::Maturity. |
|
The middle age for half-orcs is 30 years.
Implements ogs::core::details::Maturity. |
|
The old age for half-orcs is 45 years.
Implements ogs::core::details::Maturity. |
|
The venerable age for half-orcs is 60 years.
Implements ogs::core::details::Maturity. |