Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Pokemon Go cheat sheet: Added tips and key levels
Browse files Browse the repository at this point in the history
  • Loading branch information
tagawa committed Jul 28, 2016
1 parent 0656319 commit 1cac9c4
Showing 1 changed file with 71 additions and 1 deletion.
72 changes: 71 additions & 1 deletion share/goodie/cheat_sheets/json/pokemon-go.json
Expand Up @@ -14,6 +14,8 @@

"section_order": [
"Glossary",
"Tips",
"Key Levels",
"Teams",
"Purchasable Items",
"Collectible Items",
Expand Down Expand Up @@ -42,6 +44,10 @@
"key": "HP",
"val": "HP, or hit points, are used during battles. You can regain them with potions"
},
{
"key": "XP",
"val": "XP, or experience points, are needed to level up. You can gain them by catching and evolving Pokémon"
},
{
"key": "Candy",
"val": "Needed to power-up and evolve your Pokémon. Candy can not be bought, it can only be obtained by catching or hatching Pokémon, or by transferring Pokémon to Professor Willow"
Expand All @@ -59,6 +65,70 @@
"val": "A non-playable character who will help you in the game. He'll help you find and catch your starter Pokémon and give you tips throughout the game"
}
],
"Tips": [
{
"key": "Concentrate on levelling-up",
"val": "Especially at the beginning, trying to reach higher levels quickly will give you greater benefits, such as finding better Pokémon. See the \"Key Levels\" section for more benefits"
},
{
"key": "Wait for a Lucky Egg before evolving",
"val": "Using a Lucky Egg will give you double XP and its effect lasts for 30 minutes. You can evolve up to about 60 Pokémon during this time which could give you thousands of extra XP in one go! So for maximum efficiency collect Pokémon and wait patiently for that Lucky Egg before you evolve them"
},
{
"key": "Get easy Pokémon to level up faster",
"val": "The easiest Pokémon to evolve are Pidgey, Weedle and Caterpie as they only require 12 candy each. The next easiest Pokémon are 25-candy ones such as Rattata and Geodude"
},
{
"key": "Don't power-up Pokémon until level 20",
"val": "As you increase levels you'll find better Pokémon, so it's not worth powering them up at the beginning. Concentrate on evolving them for more XP, ideally using a Lucky Egg"
},
{
"key": "Don't waste Poké Balls",
"val": "Poké Balls are valuable so don't waste them on trying to catch awkward Pokémons, especially if they require a lot of candy, for example Zubats"
},
{
"key": "Consider getting a battery pack",
"val": "Pokémon GO uses a lot of battery power so carrying a charged battery pack should prevent your phone dying while your out and about"
},
{
"key": "Check your data plan",
"val": "Pokémon GO also downloads a lot of data. If you're on a metered data plan, check your usage or cost before you spend too long playing the game"
}
],
"Key Levels": [
{
"key": "Level 5",
"val": "You can use gyms and get Potions at PokéStops"
},
{
"key": "Level 8",
"val": "You can get Razz Berries at PokéStops"
},
{
"key": "Level 9",
"val": "You can get a Lucky Egg"
},
{
"key": "Level 10",
"val": "You can get Super Potions at PokéStops"
},
{
"key": "Level 12",
"val": "You can get Great Balls randomly at PokéStops"
},
{
"key": "Level 14",
"val": "You can get another Lucky Egg"
},
{
"key": "Level 15",
"val": "You can get Hyper Potions at PokéStops"
},
{
"key": "Level 20",
"val": "You can get Ultra Balls randomly at PokéStops"
}
],
"Teams": [
{
"key": "Team Instinct (Yellow)",
Expand Down Expand Up @@ -110,7 +180,7 @@
},
{
"key": "Potions / Super Potions / Hyper Potions",
"val": "Potions can restore the health of your Pokémon after battles. Different types of potions are unlocked at different levels, and are found at PokéStops from level 5 onwards. Super Potions are available from level 10, and both types are also given as trainer rewards"
"val": "Potions can restore the health of your Pokémon after battles. Different types of potions are unlocked at different levels, and are found at PokéStops from level 5 onwards. Super Potions are available from level 10, Hyper Potions from level 15, and they are also given as trainer rewards"
},
{
"key": "Razz Berry",
Expand Down

0 comments on commit 1cac9c4

Please sign in to comment.