Attribute that allows charge moves to resolve in 1 turn while specific Weather is active. Should only be used for ChargingMoves as a chargeAttr.
Weather
ChargingMoves
chargeAttr
Protected
Readonly
The condition in which the move with this attribute instantly charges
Should this Move target the user?
Move
Flags the move with this attribute as instantly charged if this attribute's condition is met.
the Pokemon using the move
Pokemon
n/a
the Move associated with this attribute
[0] a BooleanHolder for the "instant charge" flag
[0]
BooleanHolder
true if the instant charge condition is met; false otherwise.
true
false
the MoveCondition or MoveConditionFunc for this Move
MoveCondition
Pokemon using the move
Pokemon target of the move
Move with this attribute
the string representing failure of this Move
Used by the Enemy AI to rank an attack based on a given target
EnemyPokemon.getNextMove
Used by the Enemy AI to rank an attack based on a given user
Attribute that allows charge moves to resolve in 1 turn while specific
Weather
is active. Should only be used forChargingMoves
as achargeAttr
.