pokemon-rogue-battle
    Preparing search index...

    Enumeration MoveFlags

    Index

    Enumeration Members

    BALLBOMB_MOVE: 1024

    Indicates a move should be affected by Abilities.BULLETPROOF

    BITING_MOVE: 32
    CHECK_ALL_HITS: 65536

    Enables all hits of a multi-hit move to be accuracy checked individually

    DANCE_MOVE: 4096

    Indicates a move should trigger Abilities.DANCER

    HIDE_TARGET: 16
    HIDE_USER: 8
    IGNORE_ABILITIES: 32768
    IGNORE_PROTECT: 2
    IGNORE_SUBSTITUTE: 131072

    Indicates a move is able to bypass its target's Substitute (if the target has one)

    MAKES_CONTACT: 1
    NONE: 0
    POWDER_MOVE: 2048

    Grass types and pokemon with Abilities.OVERCOAT are immune to powder moves

    PULSE_MOVE: 64
    PUNCHING_MOVE: 128
    RECKLESS_MOVE: 512

    Indicates a move should be affected by Abilities.RECKLESS

    Move.recklessMove()

    REDIRECT_COUNTER: 262144

    Indicates a move is able to be redirected to allies in a double battle if the attacker faints

    REFLECTABLE: 524288

    Indicates a move is able to be reflected by Abilities.MAGIC_BOUNCE and Moves.MAGIC_COAT

    SLICING_MOVE: 256
    SOUND_BASED: 4

    Sound-based moves have the following effects:

    • Pokemon with the Abilities.SOUNDPROOF Soundproof Ability are unaffected by other Pokemon's sound-based moves.
    • Pokemon affected by Moves.THROAT_CHOP Throat Chop cannot use sound-based moves for two turns.
    • Sound-based moves used by a Pokemon with Abilities.LIQUID_VOICE Liquid Voice become Water-type moves.
    • Sound-based moves used by a Pokemon with Abilities.PUNK_ROCK Punk Rock are boosted by 30%. Pokemon with Punk Rock also take half damage from sound-based moves.
    • All sound-based moves (except Howl) can hit Pokemon behind an active Moves.SUBSTITUTE Substitute.

    cf https://bulbapedia.bulbagarden.net/wiki/Sound-based_move

    TRIAGE_MOVE: 16384

    Indicates a move should trigger Abilities.TRIAGE

    WIND_MOVE: 8192

    Indicates a move should trigger Abilities.WIND_RIDER