PokéRogue
    Preparing search index...
    interface ContainerData {
        cost: number;
        eggMove1?: boolean;
        eggMove2?: boolean;
        passive1?: boolean;
        passive2?: boolean;
        props: DexAttrProps;
        species: PokemonSpecies;
        tmMove1?: boolean;
        tmMove2?: boolean;
    }
    Index

    Properties

    cost: number
    eggMove1?: boolean
    eggMove2?: boolean
    passive1?: boolean
    passive2?: boolean
    tmMove1?: boolean
    tmMove2?: boolean