ogs.feats
Class Toughness
java.lang.Object
|
+--ogs.support.Object
|
+--ogs.core.Feature
|
+--ogs.core.Feat
|
+--ogs.feats.Toughness
- All Implemented Interfaces:
- EventListener
- public class Toughness
- extends Feat
A general feat that adds bonus hit points.
Method Summary |
int |
getCompatibility()
Determine the compatibility of this type of feat. |
int |
getGroup()
Determine the group that this feat belongs to. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Toughness
public Toughness()
getCompatibility
public int getCompatibility()
- Determine the compatibility of this type of feat. Toughness feats
are exclusive feats.
- Specified by:
getCompatibility
in class Feat
- Returns:
- Feat.EXCLUSIVE.
getGroup
public int getGroup()
- Determine the group that this feat belongs to. Toughness feats are
general feats.
- Specified by:
getGroup
in class Feat
- Returns:
- Feat.GENERAL