public class EchoedVoiceStatus extends GlobalStatusBase
Modifier and Type | Field and Description |
---|---|
int |
power
The current power of Echoed Voice.
|
int |
turnInc
The turn that Echoed Voice was last used.
|
type
modifiers
Constructor and Description |
---|
EchoedVoiceStatus() |
EchoedVoiceStatus(int turnInc)
Initializes the status.
|
Modifier and Type | Method and Description |
---|---|
void |
applyRepeatedEffect(GlobalStatusController globalStatusController)
Triggers at the end of every turn.
|
ignoreWeather, isTerrain, isWeather
allowsStatChange, applyBeforeEffect, applyEffect, applyEffectOnSwitch, applyEndOfBattleEffect, applyRepeatedEffect, applySwitchOutEffect, canAttackThisTurn, cantMiss, copy, getCureMessage, getCureMessageItem, getEffectiveTypes, getNewInstance, ignoreStatus, isImmune, isTeamStatus, isWholeTeamStatus, modifyBaseStats, modifyDamageIncludeFixed, modifyPowerAndAccuracyTarget, modifyPowerAndAccuracyUser, modifyStats, modifyStatsCancellable, modifyWeight, onAttackEnd, onAttackUsed, onDamageReceived, onEndOfAttackersTurn, onEndOfTurn, redirectAttack, skipsTurn, stopsForcedSwitches, stopsIncomingAttack, stopsIncomingAttackMessage, stopsIncomingAttackUser, stopsSelfStatusMove, stopsStatusChange, stopsSwitching
applyEarlyEffect, applyEffectAfterAllTargets, applyEffectAfterStatus, applyEffectHitOrMiss, applyEffectStart, applyMissEffect, changeChance, checkChance, dealtDamage, doesPersist, getChance, getWeightWithChance, isChance, modifyDamage, modifyPriority, modifyTypeEffectiveness, modifyTypeEffectiveness, weightEffect
public transient int power
public transient int turnInc
public EchoedVoiceStatus()
public EchoedVoiceStatus(int turnInc)
turnInc
- The turn that Echoed Voice was last used.public void applyRepeatedEffect(GlobalStatusController globalStatusController)
GlobalStatusBase
applyRepeatedEffect
in class GlobalStatusBase
globalStatusController
- The battle's global status controller.