PokéRogue
    Preparing search index...
    EvolutionConditionData:
        | {
            key: | typeof FRIENDSHIP
            | typeof RANDOM_FORM
            | typeof EVO_TREASURE_TRACKER;
            value: number;
        }
        | { key: typeof MOVE; move: MoveId }
        | { key: typeof TIME; time: TimeOfDay[] }
        | { biome: BiomeId[]; key: typeof BIOME }
        | { gender: Gender; key: typeof GENDER }
        | { key: typeof MOVE_TYPE | typeof PARTY_TYPE; pkmnType: PokemonType }
        | { key: typeof SPECIES_CAUGHT; speciesCaught: SpeciesId }
        | { itemKey: SpeciesStatBoosterItem; key: typeof HELD_ITEM }
        | { key: typeof NATURE; nature: Nature[] }
        | { key: typeof WEATHER; weather: WeatherType[] }
        | { key: typeof TYROGUE; move: TyrogueMove }
        | { key: typeof SHEDINJA }