Eggs¶
Table of Contents
Prerequisites¶
This pages assumes the following:
- You have a working scanner.
- You read and understood the Dynamic Text Substitutions page.
- You are using the latest version of PokeAlarm.
Description¶
A Egg Event represents when a egg event appears in a gym.
Available DTS¶
General¶
| DTS | Description |
|---|---|
| gym_id | The gym id. Unique per gym. |
| egg_lvl | The tier level of the egg. |
| gym_name | The name of the gym. * |
| gym_description | The description of the gym. * |
| gym_image | The url to the image of the gym. * |
| slots_available | Number of open guard slots available in a gym. |
| guard_count | Number of guards assigned to a gym. |
| ex_eligible | True if the gym currently has an ex tag, False if not. |
| is_exclusive | True if the egg is for an ex raid, False if not. |
| park | The name of the park the gym is located in. |
| team_id | The id of the team currently in control of the gym. |
| team_emoji | The team color currently in control of the gym. |
| team_name | The team currently in control of the gym. |
| team_leader | The leader of the team currently in control of the gym. |
| sponsor_id | The sponsor if of the gym. 0 if not sponsored. |
| sponsored | True if sponsored, False if not. |
Note
* Gym Info requires caching. See the Object Caching page for more information.
Location¶
Warning
Geofences are only evaluated per Filter - <geofence> will be unknown if
it passes through a Filter without a geofences restriction applied.
| DTS | Description |
|---|---|
| lat | Latitude of the egg. |
| lng | Longitude of the egg. |
| lat_5 | Latitude of the egg, truncated to 5 decimal places. |
| lng_5 | Longitude of the egg, truncated to 5 decimal places. |
| distance | Distance of the egg from the set location. |
| direction | Cardinal direction of the egg, from the set location. |
| gmaps | Google Maps link to the location of the egg. |
| gnav | Google Maps Navigation to the location of the egg. |
| applemaps | Apple Maps link to the location of the egg. |
| applenav | Apple Maps Navigation to the location of the egg. |
| waze | Waze link to the location of the egg. |
| wazenav | Waze Navigation to the location of the egg. |
| geofence | Geofence around the event. |