ogs.feats
Class ShieldProficiency
java.lang.Object
|
+--ogs.support.Object
|
+--ogs.core.Feature
|
+--ogs.core.Feat
|
+--ogs.feats.ShieldProficiency
- All Implemented Interfaces:
- EventListener
- public class ShieldProficiency
- extends Feat
A shield proficiency feat allows the use of shields without
additional penalties.
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 |
ShieldProficiency
public ShieldProficiency()
getCompatibility
public int getCompatibility()
- Determine the compatibility of this type of feat. Shield profiency
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. Shield Proficiency
feats are general feats.
- Specified by:
getGroup
in class Feat
- Returns:
- Feat.GENERAL