PokéRogue
    Preparing search index...
    WORSE_OFFENSIVE_STAT_SPECIES_DENYLIST: Readonly<
        Partial<Record<SpeciesId, 0 | 1 | Record<number, 0 | 1>>>,
    > = ...

    A map of species to the offensive stat category that they should not generate with.

    If a species is on this list, moves of the specified category will be filtered out for it. Putting a species here will block moves of the category for all forms. To only block for a specific form, instead use a nested object with each form index as the key (see Calyrex for an example).

    Note that this will not block body press.