#include <Dwarf.h>
Inheritance diagram for ogs::creatures::humanoids::Dwarf:
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. |
They have many special racial traits that make them well suited to life underground. Dwarves have darkvision that allows them to see without color up to 60 feet in total darkness. They share a feature common to many earth dwellers called stonecunning. Their favored class is fighter. Dwarves also get the following modifiers:
Dwarves typically exist in fantasy campaign settings.
|
The adult age for dwarves is 40 years.
Implements ogs::core::details::Maturity. |
|
The die used to roll maximum ages for dwarves is 2d100.
Implements ogs::core::details::Maturity. |
|
The middle age for dwarves is 125 years.
Implements ogs::core::details::Maturity. |
|
The old age for dwarves is 188 years.
Implements ogs::core::details::Maturity. |
|
The venerable age for dwarves is 250 years.
Implements ogs::core::details::Maturity. |