Eggs¶
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 "eggs" section has three distinct settings.
| Setting Name | Description |
|---|---|
| enabled | Process Egg Events only if true |
| defaults | Section for the default settings |
| filters | See below parameters |
Available DTS¶
General¶
| Parameter | Description | Example |
|---|---|---|
| min_egg_lvl | Minimum level of the egg when hatched. | 0 |
| max_egg_lvl | Maximum level of the egg when hatched. | 5 |
| 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 |
| is_exclusive | Restrict exclusive raids. | true or false |
| park_contains | List of regex’s required to be in the park name. | ["Sponsored","Park\\sName"] |
| sponsored | Restrict sponsored gyms. | 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