PokéRogue
    Preparing search index...

    Interface EventMysteryEncounterTier

    interface EventMysteryEncounterTier {
        disable?: boolean;
        mysteryEncounter: MysteryEncounterType;
        tier?: MysteryEncounterTier;
    }
    Index

    Properties

    disable?: boolean
    mysteryEncounter: MysteryEncounterType