#include <ImprovedSave.h>
Inheritance diagram for ogs::feats::ImprovedSave:
Public Types | |
enum | Type { GREAT_FORTITUDE, IRON_WILL, LIGHTNING_REFLEXES } |
Type of Improved Save feat. More... | |
Public Member Functions | |
bool | attachObject (Object &object) |
Attach this Improved Save feat to a creature. | |
bool | detachObject () |
Detach this Improved Save feat from a creature. | |
ogs::core::Feat::Compatibility | getCompatibility () const |
Determine the compatability of this feat. | |
ogs::core::Feat::Group | getGroup () const |
Determine the group that this feat belongs to. | |
Type | getType () const |
Determine the type of this Improved Save feat. | |
Static Public Member Functions | |
ImprovedSave * | createGreatFortitude () |
Create a new Great Fortitude feat. | |
ImprovedSave * | createIronWill () |
Create a new Iron Will feat. | |
ImprovedSave * | createLightningReflexes () |
Create a new Great Fortitude feat. |
|
|
|
Reimplemented from ogs::core::Feature. |
|
Reimplemented from ogs::core::Feature. |
|
Improved Save feats are exclusive feats.
Reimplemented from ogs::core::Feat. |
|
Improved Save feats are general feats.
Reimplemented from ogs::core::Feat. |
|
|