#include <Character.h>
Collaboration diagram for ogs::core::Advance:
Public Member Functions | |
Advance (CClass &cclass) | |
Create a new advancement information object for a given cclass. | |
CClass & | getCClass () const |
Determine the cclass that advanced for this level. | |
Die::Value | getHitPoints () const |
Skill::Points | getSkillPoints () const |
Determine how many skill points have already been spent for this level. | |
void | addSkill (Skill *skill, Skill::Points skillPoints) |
Ability * | getAbilityIncrease () const |
Determine the ability increase for this level if any. | |
void | increaseAbility (Ability *ability) |
|
|
|
|
|
|
|
|