Sealed
Private
#isPrivate
#lapseReadonly
moveThe move being disabled. Gets set when onAdd
is called for this tag.
Optional
sourceThe PID
of the Pokemon that added this tag, or undefined
if not set by a pokemon
Optional
sourceThe MoveId
that created this tag, or undefined
if not set by a move
Readonly
tagThe tag's remaining duration
The set of lapse types that this tag can be automatically lapsed with.
If this is exclusively BattlerTagLapseType.CUSTOM
, then the tag can only ever be lapsed
manually via Pokemon.lapseTag
(or calling the tag's lapse method directly)
Apply the battler tag's effects based on the lapse type
true
if the tag should be kept (turnCount
> 0`)
Load the data for a given BattlerTag
or JSON representation thereof.
Should be inherited from by any battler tag with custom attributes.
An object containing the fields needed to reconstruct this tag.
Tag representing the "disabling" effect performed by
MoveId.DISABLE
andAbilityId.CURSED_BODY
. When the tag is added, the last-used move of the tag holder is set as the disabled move.