pokemon-rogue-battle
    Preparing search index...

    Enumeration ChallengeType

    An enum for all the challenge types. The parameter entries on these describe the parameters to use when calling the applyChallenges function.

    Index

    Enumeration Members

    AI_LEVEL: 7

    Modifies what level the AI pokemon are. UNIMPLEMENTED.

    AI_MOVE_SLOTS: 8

    Modifies how many move slots the AI has. UNIMPLEMENTED.

    FIXED_BATTLES: 5

    Adds or modifies the fixed battles in a run

    FLIP_STAT: 13

    Modifies what the pokemon stats for Flip Stat Mode.

    GAME_MODE_MODIFY: 10

    Modifies the game mode settings in some way. UNIMPLEMENTED.

    MOVE_ACCESS: 11

    Modifies what level AI pokemon can access a move. UNIMPLEMENTED.

    MOVE_WEIGHT: 12

    Modifies what weight AI pokemon have when generating movesets. UNIMPLEMENTED.

    PASSIVE_ACCESS: 9

    Modifies if a pokemon has its passive. UNIMPLEMENTED.

    POKEMON_IN_BATTLE: 4

    Challenges which limit which pokemon you can have in battle.

    STARTER_CHOICE: 0

    Challenges which modify what starters you can choose

    STARTER_COST: 2

    Challenges which modify how many starter points you have

    Challenge.applyStarterPointCost

    STARTER_MODIFY: 3

    Challenges which modify your starters in some way

    STARTER_POINTS: 1

    Challenges which modify how many starter points you have

    TYPE_EFFECTIVENESS: 6

    Modifies the effectiveness of Type matchups in battle