Protected
chosenProtected
Optional
optionsA container for this attribute's optional parameters
Should this Move
target the user?
If defined, overrides the move's base chance for this secondary effect to trigger.
true
if this effect should apply only upon hitting a target
for the first time when targeting multiple Pokemon
.
Protected
eatInternal function to apply berry effects.
The Pokemon
eating the berry; assumed to also be owner if berryOwner
is omitted
The Pokemon
whose berry is being eaten; defaults to consumer
if not specified.
Whether to prevent harvest from tracking berries;
defaults to whether consumer
equals berryOwner
(i.e. consuming own berry).
the MoveCondition
or MoveConditionFunc for this Move
Gets the used move's additional effect chance.
Chance is modified by MoveEffectChanceMultiplierAbAttr
and IgnoreMoveEffectsAbAttr
.
Move effect chance value.
Used by the Enemy AI to rank an attack based on a given target
Used by the Enemy AI to rank an attack based on a given user
Attribute used for moves that steal and eat a random berry from the target. Used for
Moves.PLUCK
&Moves.BUG_BITE
.