Skip to content

← Previous | Next →


species

Description

Restricts access based on specific Pokémon species in the player's party. Only allowed species can be used, or certain species can be blocked.

Parameters

Name Type Mandatory Description
allowed StringArray No A Pokémon species ID string array that is allowed in the zone.
disallowed StringArray No A Pokémon species ID string array that is not allowed in the zone.

Example

    "species": {
        "disallowed": ["gengar", "alakazam"]
    }