Raids¶
Table of Contents
Prerequisites¶
This page assumes:
- You have a working scanner.
- You understand JSON formatting.
- You are using the latest version of PokeAlarm.
- You have read and understood the Filters page.
Introduction¶
The "raids" section has three distinct settings.
| Setting Name | Description |
|---|---|
| enabled | Process Raid Events only if true |
| defaults | Section for the default settings |
| filters | See below parameters |
Available DTS¶
General¶
| Parameter | Description | Example |
|---|---|---|
| monsters | Array of allowed monsters, by id or name. | ["Raikou","244",245] |
| monsters_exclude | Array of excluded monsters, by id or name. | ["Raikou","244",245] |
| min_raid_lvl | Minimum level of the raid. | 0 |
| max_raid_lvl | Maximum level of the raid. | 5 |
| min_cp | Minimum CP of the monster. | 0 |
| max_cp | Maximum CP of the monster. | 100000 |
| form_ids | Array of allowed form ids for the monster. | [0,"1"] |
| exclude_forms | Array of excluded forms, by id. | [0,"1"] |
| costume_ids | Array of allowed costume ids for the monster. | [0,"1"] |
| exclude_costumes | Array of excluded costumes, by id. | [0,"1"] |
| types | Array of allowed monster types, by name. | ["Dark", "Dragon", "Grass"] |
| genders | Array of acceptable genders. Options: “male”, “female”, “neutral” | ["female"] |
| quick_moves | Accepted quick moves, by id or name. | ["Vine Whip","Tackle"] |
| charge_moves | Accepted charge moves, by id or name. | ["Sludge Bomb","Seed Bomb"] |
| current_teams | List of allowed current teams, by id or name. | ["Instinct","Mystic"] |
| gym_name_contains | List of regex’s required to be in the gym name. | ["Sponsored","West\\sOak"] |
| gym_name_excludes | List of regex’s rejected to be in the gym name. | ["Sponsored","West\\sOak"] |
| gym_ids | List of allowed gym IDs. | ["123456789","987654321"] |
| gym_ids_exclude | List of excluded gym IDs. | ["123456789","987654321"] |
| is_ex_eligible | Restrict ex-raid eligible gyms. | true or false |
| sponsored | Restrict sponsored gyms. | true or false |
| can_be_shiny | Accepts or denies based on shiny availability. | true or false |
Miscellaneous¶
| Parameter | Description | Example |
|---|---|---|
| min_dist | Min distance of event from set location in miles or meters (depending on settings). | 0.0 * |
| max_dist | Max distance of event from set location in miles or meters (depending on settings). | 1000.0 * |
| min_time_left | Minimum time (in seconds) until monster despawns. | 1000 |
| max_time_left | Maximum time (in seconds) until monster despawns. | 2400 |
| weather | Accepted weathers, by id or name. | ["Clear",2] |
| geofences | See Geofences page on ‘Geofences’ | ["geofence1","geofence2"] |
| exclude_geofences | Opposite of geofences. See Geofences page. | ["geofence1","geofence2"] |
| min_time | See Time DTS page on ‘Time DTS’ | 8:30 |
| max_time | See Time DTS page on ‘Time DTS’ | 22:00 |
| custom_dts | See Custom DTS page on ‘Custom DTS’ | {"dts1":"substitution"} |
| is_missing_info | See Missing Information page on ‘Missing Info’ | true or false |
- Floats can use
"inf"to represent infinity