Private
#isPrivate
#lapseOptional
sourceThe PID
of the Pokemon that added this tag, or undefined
if not set by a pokemon
Readonly
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)
Inflicts BURN
status on attackers that make contact, and causes this tag
to be removed after the source makes a move (or the turn ends, whichever comes first)
The owner of this tag
The type of functionality invoked in battle
true
if invoked with the AFTER_HIT
lapse type
Load the data for a given BattlerTag
or JSON representation thereof.
Should be inherited from by any battler tag with custom attributes.
BattlerTag representing the "charge phase" of Beak Blast. Pokemon with this tag will inflict BURN status on any attacker that makes contact.
See
Beak Blast