PokéRogue
    Preparing search index...

    Function getDailyEventSeedBossVariant

    • Expects the seed to contain /boss\d{4}\d{2}\d{2}/ where the first 4 digits are the species ID, the next 2 digits are the form index, and the last 2 digits are the variant. Only the last 2 digits matter for the variant, and it is clamped to 0-2. (left padded with 0s as necessary).

      Parameters

      • seed: string

      Returns null | Variant

      A Variant to be used for the boss, or null if no valid match.