PokéRogue
    Preparing search index...

    Interface MonotypeOverride

    interface MonotypeOverride {
        fusion: boolean;
        species: SpeciesId;
        type: PokemonType;
    }
    Index

    Properties

    Properties

    fusion: boolean

    If part of a fusion, should we check the fused species instead of the base species?

    species: SpeciesId

    The species to override

    The type to count as