Dynamic Text Replacement
Use any of the following in your embeds file to structure how notifications will look for field research quests.
Field Research Quests
| Place Holder | Description | Example |
|---|---|---|
| quest_task | Quest task message | Catch 5 Pokemon |
| quest_conditions | Quest task conditions | Dark |
| quest_reward | Quest task reward | Chansey |
| quest_reward_img_url | Quest reward image url | http://map.example.com/images/quest.png |
| has_quest_conditions | Returns if the quest has conditions | true |
| title | ||
| is_ditto | Checks if Ditto | true |
| is_shiny | Checks if reward is shiny | false |
| is_ar | true | |
| with_ar | false | |
| geofence | Geofence name raid boss is in | City1 |
| address | Google Maps or OSM Nominatim address from geocoordinates | 123 Fake St |
| lat | Latitude coordinate of Pokemon location | 5.980921321 |
| lng | Longitude coordinate of Pokemon location | 3.109283009 |
| lat_5 | Latitude coordinate shortend to 5th precision | 5.98092 |
| lng_5 | Longitude coordinate shortend to 5th precision | 3.10928 |
| tilemaps_url | Static tile map url | http://tiles.example.com/static/pokemon-1.png |
| gmaps_url | Google maps location url | https://maps.google.com/maps?q=5.980921321,3.109283009 |
| applemaps_url | Apple maps location url | https://maps.apple.com/maps?daddr=5.980921321,3.109283009 |
| wazemaps_url | Waze maps location url | https://www.waze.com/ul?ll=5.980921321,3.109283009&navigate=yes |
| pokestop_id | Pokestop ID | 9382498723849792348798234.16 |
| pokestop_name | Name of Pokestop | The Amazing Pokestop |
| pokestop_url | Image url of Gym | https://google.com/imgs/gym.png |
| guild_name | Name of Guild | Test Guild |
| guild_img_url | Icon image url of Guild | https://discordapp.com/image1.png |
| date_time | Current date and time | 12/12/2020 12:12:12 PM |
| br | Newline break | \r\n |