-
Notifications
You must be signed in to change notification settings - Fork 0
Pokemon Predicate
Provi edited this page Jul 22, 2026
·
7 revisions
A predicate tested against a Pokemon. Contains several inner predicates and all must pass for this predicate to pass.
| Field | Type | Default | Description |
|---|---|---|---|
| species_showdown_ids | String Predicate | optional | |
| form_showdown_ids | String Predicate | optional | |
| speciesform_showdown_ids | String Predicate | optional | |
| aspects | String Predicate | optional | |
| moves | String Predicate | optional | |
| level | Integer Predicate | optional | |
| friendship | Integer Predicate | optional | |
| fullness | Integer Predicate | optional | |
| species_labels | String Predicate | optional | |
| form_labels | String Predicate | optional | |
| EVs | Stats Predicate | optional | |
| IVs | Stats Predicate | optional | |
| held_item | Held Item Predicate | optional | |
| has_evolution | Boolean | optional | |
| has_pre-evolution | Boolean | optional |