#include <Strength.h>
Inheritance diagram for ogs::core::Strength:
Public Member Functions | |
Strength () | |
Create a new Strength score. | |
Strength (Ability::Method &method) | |
Create a new Strength score using a method. | |
float | getLightLoad (Size::Type sizeType=Size::MEDIUM) const |
Determine the limit of light loads for this ability. | |
float | getMediumLoad (Size::Type sizeType=Size::MEDIUM) const |
Determine the limit of medium loads for this ability. | |
float | getHeavyLoad (Size::Type sizeType=Size::MEDIUM) const |
Determine the limit of heavy loads for this ability. |
|
The Strength score is generated using the standard method. |
|
|
|
|
|
|
|
|