|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.planet_ink.coffee_mud.Abilities.StdAbility
com.planet_ink.coffee_mud.Abilities.Poisons.Poison
com.planet_ink.coffee_mud.Abilities.Poisons.Poison_Ghoultouch
public class Poison_Ghoultouch
| Field Summary |
|---|
| Fields inherited from class com.planet_ink.coffee_mud.Abilities.Poisons.Poison |
|---|
poisonTick, processing |
| Fields inherited from class com.planet_ink.coffee_mud.Abilities.StdAbility |
|---|
affected, amDestroyed, canBeUninvoked, empty, envStats, expertise, invoker, isAnAutoEffect, lastCastHelp, miscText, proficiency, savable, tickDown, unInvoked |
| Constructor Summary | |
|---|---|
Poison_Ghoultouch()
|
|
| Method Summary | |
|---|---|
void |
affectCharStats(MOB affected,
CharStats affectableStats)
This method is called by the recoverCharStats() method on other MOB objects. |
void |
affectEnvStats(Environmental affected,
EnvStats affectableStats)
This method is called by the recoverEnvStats() method on other Environmental objects. |
long |
flags()
Returns a bitmap giving some specific information about the scope and purpose of the skill. |
java.lang.String |
ID()
The CoffeeMud Java Class ID shared by all instances of this object. |
java.lang.String |
name()
The displayable name of this object. |
protected java.lang.String |
POISON_AFFECT()
|
protected java.lang.String |
POISON_CAST()
|
protected int |
POISON_DAMAGE()
|
protected int |
POISON_DELAY()
|
protected java.lang.String |
POISON_DONE()
|
protected java.lang.String |
POISON_FAIL()
|
protected java.lang.String |
POISON_START()
|
protected int |
POISON_TICKS()
|
java.lang.String[] |
triggerStrings()
A set of the command strings the user types to access this command when it is listed as a skill ability. |
| Methods inherited from class com.planet_ink.coffee_mud.Abilities.Poisons.Poison |
|---|
abstractQuality, canAffectCode, canTargetCode, catchIt, classificationCode, displayText, executeMsg, invoke, POISON_AFFECTTARGET, POISON_START_TARGETONLY, putInCommandlist, tick, unInvoke, usageType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Poison_Ghoultouch()
| Method Detail |
|---|
public java.lang.String ID()
CMObject
ID in interface CMObjectID in class Poisonpublic java.lang.String name()
Environmental
name in interface Environmentalname in interface Tickablename in class PoisonEnvironmental.Name()public java.lang.String[] triggerStrings()
Ability
triggerStrings in interface AbilitytriggerStrings in class PoisonAbility.putInCommandlist()public long flags()
Ability
flags in interface Abilityflags in class StdAbilityAbilityprotected int POISON_TICKS()
POISON_TICKS in class Poisonprotected int POISON_DELAY()
POISON_DELAY in class Poisonprotected java.lang.String POISON_DONE()
POISON_DONE in class Poisonprotected java.lang.String POISON_START()
POISON_START in class Poisonprotected java.lang.String POISON_AFFECT()
POISON_AFFECT in class Poisonprotected java.lang.String POISON_CAST()
POISON_CAST in class Poisonprotected java.lang.String POISON_FAIL()
POISON_FAIL in class Poisonprotected int POISON_DAMAGE()
POISON_DAMAGE in class Poison
public void affectEnvStats(Environmental affected,
EnvStats affectableStats)
StatsAffecting
affectEnvStats in interface StatsAffectingaffectEnvStats in class StdAbilityaffected - the host of the EnvStats object being affectedaffectableStats - the particular EnvStats object being affectedEnvStats,
Environmental,
Environmental.baseEnvStats(),
Environmental.envStats(),
Environmental.recoverEnvStats()
public void affectCharStats(MOB affected,
CharStats affectableStats)
StatsAffecting
affectCharStats in interface StatsAffectingaffectCharStats in class Poisonaffected - the host of the CharStats object being affectedaffectableStats - the particular CharStats object being affectedCharStats,
MOB,
MOB.baseCharStats(),
MOB.charStats(),
MOB.recoverCharStats()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||