|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object wyvern.kernel.combat.BodyPart wyvern.kernel.combat.AttackingBodyPart wyvern.lib.combat.PoisonSting wyvern.lib.combat.PoisonBite
An attacking body part that poisons in addition to its normal damage. Useful for stings, bites, cuts and other poisonous animal/monster attacks.
Field Summary |
Fields inherited from class wyvern.kernel.combat.AttackingBodyPart |
dtypes_, tohit_ |
Fields inherited from class wyvern.kernel.combat.BodyPart |
hitWeight_, name_, pluralName_, slots_, uniqueName_ |
Constructor Summary | |
PoisonBite()
|
Method Summary | |
void |
addWCs()
Instructs the subclass to add one DamageType object for each damage type the body-part does when it strikes. |
java.lang.String |
getName()
Returns the singular name of the part (e.g. |
java.lang.String |
getPluralName()
Returns the plural name of the part (e.g. |
Methods inherited from class wyvern.lib.combat.PoisonSting |
didDamage, equals |
Methods inherited from class wyvern.kernel.combat.AttackingBodyPart |
addDamageType, addMethodHook, getToHit, getWC, getWeaponSkill, makeClone, recomputeWCs, removeMethodHook, runMethodHook, setShowAttackerMessage, setToHit, setWC, setWC, showAttackerMessage, toString |
Methods inherited from class wyvern.kernel.combat.BodyPart |
getProbability, getSlots, getTotalAC, getUniqueName, makeSingleSlot, setName, setPluralName, setProbability, setUniqueName |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PoisonBite()
Method Detail |
public void addWCs()
PoisonSting
addWCs
in class PoisonSting
public java.lang.String getName()
BodyPart
getName
in class PoisonSting
public java.lang.String getPluralName()
BodyPart
getPluralName
in class PoisonSting
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |