Chrales, the regular Pokémon GO network traffic analyser, has found the new quests that are expected to go live very soon. As usual, there is no information on the rewards these quests will entail, but we do have a pretty solid idea about their contents:
- Evolve {0} Electric-Type Pokémon
- Evolve an Electric-Type Pokémon
- Evolve {0} Flying-Type Pokémon
- Evolve a Flying-Type Pokémon
- Evolve {0} Ice-Type Pokémon
- Evolve an Ice-Type Pokémon
- Evolve {0} Water-Type Pokémon
- Evolve a Water-Type Pokémon
- Catch {0} Electric Pokémon with Nice Throws
- Catch {0} Water-, Electric-, or Bug-Type Pokémon
- Catch a Water-, Electric-, or Bug-Type Pokémon
- Catch {0} Ice- or Steel-Type Pokémon
- Catch an Ice- or Steel-Type Pokémon
- Catch {0} Flying-, Psychic- or Dragon-Type Pokémon
- Catch a Flying-, Psychic- or Dragon-Type Pokémon
Code wise, these quests fall into three major categories:
- Catch — type and weather based groups, Rainy, Snow and Windy weather is included for weather based groups
- Evolve — only type based, targets same groups as catch quests
- Land — only nice throws on Electric types are currently in the mix
Do note that these quests are added on top of the existing ones, and that Chrales has not reported that any of the previous ones were removed.
Source code
"quest_evolve_type_electric_plural" "Evolve {0} Electric-Type Pokémon." "quest_evolve_type_electric_singular" "Evolve an Electric-Type Pokémon." "quest_evolve_type_flying_plural" "Evolve {0} Flying-Type Pokémon." "quest_evolve_type_flying_singular" "Evolve a Flying-Type Pokémon." "quest_evolve_type_ice_plural" "Evolve {0} Ice-Type Pokémon." "quest_evolve_type_ice_singular" "Evolve an Ice-Type Pokémon." "quest_evolve_type_water_plural" "Evolve {0} Water-Type Pokémon." "quest_evolve_type_water_singular" "Evolve a Water-Type Pokémon." "quest_land_nice_electric_plural" "Catch {0} Electric Pokémon with Nice Throws." "quest_catch_types_rainy_plural" "Catch {0} Water-, Electric-, or Bug-Type Pokémon." "quest_catch_types_rainy_singular" "Catch a Water-, Electric-, or Bug-Type Pokémon." "quest_catch_types_snowy_plural" "Catch {0} Ice- or Steel-Type Pokémon." "quest_catch_types_snowy_singular" "Catch an Ice- or Steel-Type Pokémon." "quest_catch_types_windy_plural" "Catch {0} Flying-, Psychic- or Dragon-Type Pokémon." "quest_catch_types_windy_singular" "Catch a Flying-, Psychic- or Dragon-Type Pokémon."