PokéRogue
    Preparing search index...
    interface StarterCandyCosts {
        costReduction: readonly [number, number];
        eggCostReductionThresholds: readonly number[];
        eggCosts: readonly [number, number];
        passive: number;
    }
    Index

    Properties

    costReduction: readonly [number, number]

    The candy costs to reduce the starter's point cost

    eggCostReductionThresholds: readonly number[]

    The number of eggs required to hatch to reduce the cost for buying more eggs

    eggCosts: readonly [number, number]

    The costs to buy a same-species egg

    passive: number

    The candy cost to unlock the starter's passive ability