#include <Defense.h>
Inheritance diagram for ogs::core::Defense:
Public Member Functions | |
Defense (Modifier::Value baseValue=BASE_VALUE) | |
Create a new defense. | |
Modifier::Value | getValue () const |
Determine the current value of this defense. | |
Static Public Attributes | |
const Modifier::Value | BASE_VALUE = 10 |
Value of an unmodified defense. |
|
The value is initialized to the base value and contains no modifiers. |
|
Reimplemented from ogs::core::Modifiers. |