public class FreezeDry extends SpecialAttackBase
modifiers
Constructor and Description |
---|
FreezeDry() |
Modifier and Type | Method and Description |
---|---|
double |
modifyTypeEffectiveness(java.util.List<Element> effectiveTypes,
Element moveType,
double baseEffectiveness)
Modifies the type effectiveness of a move.
|
double |
modifyTypeEffectiveness(java.util.List<Element> effectiveTypes,
Element moveType,
double baseEffectiveness,
BattleController bc)
Modifies the type effectiveness of a move.
|
applyAfterEffect, applyEffect, applyEffectDuring, cantMiss, ignoresWeather, modifyPriority
applyEarlyEffect, applyEffectAfterAllTargets, applyEffectAfterStatus, applyEffectHitOrMiss, applyEffectStart, applyMissEffect, changeChance, checkChance, dealtDamage, doesPersist, getChance, getWeightWithChance, isChance, modifyDamage, modifyPriority, weightEffect
public double modifyTypeEffectiveness(java.util.List<Element> effectiveTypes, Element moveType, double baseEffectiveness, BattleController bc)
EffectBase
modifyTypeEffectiveness
in class EffectBase
effectiveTypes
- The types of the Pokémon targeted by the move.moveType
- The type of the move being used in the calculation.baseEffectiveness
- The type effectiveness before modification.bc
- The active in use battle controller, this method calls the method without BC if unused specifically by the effectpublic double modifyTypeEffectiveness(java.util.List<Element> effectiveTypes, Element moveType, double baseEffectiveness)
EffectBase
modifyTypeEffectiveness
in class EffectBase
effectiveTypes
- The types of the Pokémon targeted by the move.moveType
- The type of the move being used in the calculation.baseEffectiveness
- The type effectiveness before modification.