|
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.Alertness
A feat that adds a +2 bonus to all Listen and Spot skill checks.
Field Summary |
Fields inherited from class ogs.core.Feat |
COMBAT, CUMULATIVE, EXCLUSIVE, GENERAL, MAGIC, REPEATABLE, SPECIAL |
Fields inherited from class ogs.support.Object |
listeners |
Constructor Summary | |
Alertness()
Create a new Alertness feat. |
Method Summary | |
boolean |
attachObject(Object object)
Attach this feat to an object. |
protected boolean |
canAttach(Object object)
Determine if this feat can be attached to an object. |
boolean |
detachObject()
Detach this feat from an object. |
int |
getCompatibility()
Determine the compatability of this feat. |
int |
getGroup()
Determine the group that this feat belongs to. |
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 |
Constructor Detail |
public Alertness()
Method Detail |
public int getCompatibility()
getCompatibility
in class Feat
public int getGroup()
getGroup
in class Feat
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
- Object to attach this feat 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 |