PokéRogue
    Preparing search index...

    Function getEggMoveWeight

    • Get the weight multiplier for an egg move

      Parameters

      • levelPool: ReadonlyMap<MoveId, number>

        Map of level up moves to their weights

      • level: number

        The level of the Pokémon

      • forRare: boolean

        Whether this is for a rare egg move

      • isBoss: boolean

        Whether the Pokémon having the egg move generated is a boss Pokémon

      Returns number