|
OGS Java API Spec | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ogs.support.Object | +--ogs.core.Feature | +--ogs.core.Feat | +--ogs.feats.ImprovedSave
A feat that adds a +2 bonus to saving throws. Improved Save feats come in three varieties: Great Fortitude, Iron Will, and Lightning Reflexes. Each variety applies to a different type of save.
Field Summary | |
static byte |
GREAT_FORTITUDE
Bonus is added to all Fortitude saves. |
static byte |
IRON_WILL
Bonus is added to all Will saves. |
static byte |
LIGHTNING_REFLEXES
Bonus is added to all Reflex saves. |
Fields inherited from class ogs.core.Feat |
COMBAT, CUMULATIVE, EXCLUSIVE, GENERAL, MAGIC, REPEATABLE, SPECIAL |
Fields inherited from class ogs.support.Object |
listeners |
Method Summary | |
boolean |
attachObject(Object object)
Attach this Improved Save feat to a creature. |
protected boolean |
canAttach(Object object)
Determine if this feat can be attached to an object. |
static ImprovedSave |
createGreatFortitude()
Create a new Great Fortitude feat. |
static ImprovedSave |
createIronWill()
Create a new Iron Will feat. |
static ImprovedSave |
createLightningReflexes()
Create a new Lightning Reflexes feat. |
boolean |
detachObject()
Detach this Improved Save feat from a creature. |
int |
getCompatibility()
Determine the compatability of this feat. |
int |
getGroup()
Determine the group that this feat belongs to. |
int |
getType()
Determine the type of this Improved Save feat. |
Methods inherited from class ogs.core.Feat |
findFeat, getSlots, getSlotsLevel |
Methods inherited from class ogs.core.Feature |
canDetach, getObject |
Methods inherited from class ogs.support.Object |
addListener, handleEvent, notifyListeners, removeListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final byte GREAT_FORTITUDE
public static final byte IRON_WILL
public static final byte LIGHTNING_REFLEXES
Method Detail |
public static ImprovedSave createGreatFortitude()
public static ImprovedSave createIronWill()
public static ImprovedSave createLightningReflexes()
public int getCompatibility()
getCompatibility
in class Feat
public int getGroup()
getGroup
in class Feat
public int getType()
protected boolean canAttach(Object object)
canAttach
in class Feat
object
- Object to attach this feature to.
public boolean attachObject(Object object)
attachObject
in class Feature
object
- Creature to attach Improved Save to.
public boolean detachObject()
detachObject
in class Feature
|
OGS Java API Spec | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |