diff --git a/.beans/nuzlocke-tracker-neqv--add-detailed-boss-battle-information.md b/.beans/nuzlocke-tracker-neqv--add-detailed-boss-battle-information.md new file mode 100644 index 0000000..f7268fe --- /dev/null +++ b/.beans/nuzlocke-tracker-neqv--add-detailed-boss-battle-information.md @@ -0,0 +1,26 @@ +--- +# nuzlocke-tracker-neqv +title: Add detailed boss battle information +status: todo +type: feature +created_at: 2026-02-08T11:21:22Z +updated_at: 2026-02-08T11:21:22Z +--- + +Enhance boss battles with more detailed information for each boss pokemon and the player's team. + +## Boss Pokemon Details +Add the following optional fields to boss pokemon entries: +- **Ability** – the pokemon's ability +- **Held item** – item the pokemon is holding +- **Nature** – the pokemon's nature +- **Moveset** – up to 4 moves per pokemon + +This requires backend model/schema changes (BossPokemon fields), migration, admin UI for editing, and display in the run encounter boss cards. + +## Team Snapshot +When recording a boss battle result, allow the player to snapshot which of their alive team pokemon they used and at what levels. This gives a record of "what I brought to the fight." + +- Add a `boss_result_team` join table (boss_result_id, encounter_id, level) +- In the BossDefeatModal, show checkboxes for alive team members with optional level override +- Display the team snapshot when viewing past boss results \ No newline at end of file diff --git a/backend/src/app/seeds/data/alpha-sapphire.json b/backend/src/app/seeds/data/alpha-sapphire.json index 6175dd6..3a18dc1 100644 --- a/backend/src/app/seeds/data/alpha-sapphire.json +++ b/backend/src/app/seeds/data/alpha-sapphire.json @@ -5,7 +5,7 @@ "encounters": [ { "pokeapi_id": 252, - "pokemon_name": "treecko", + "pokemon_name": "Treecko", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -13,7 +13,7 @@ }, { "pokeapi_id": 255, - "pokemon_name": "torchic", + "pokemon_name": "Torchic", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -21,7 +21,7 @@ }, { "pokeapi_id": 258, - "pokemon_name": "mudkip", + "pokemon_name": "Mudkip", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -35,7 +35,7 @@ "encounters": [ { "pokeapi_id": 345, - "pokemon_name": "lileep", + "pokemon_name": "Lileep", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -43,7 +43,7 @@ }, { "pokeapi_id": 347, - "pokemon_name": "anorith", + "pokemon_name": "Anorith", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -57,7 +57,7 @@ "encounters": [ { "pokeapi_id": 360, - "pokemon_name": "wynaut", + "pokemon_name": "Wynaut", "method": "gift", "encounter_rate": 100, "min_level": 5, @@ -71,7 +71,7 @@ "encounters": [ { "pokeapi_id": 351, - "pokemon_name": "castform", + "pokemon_name": "Castform", "method": "gift", "encounter_rate": 100, "min_level": 25, @@ -85,7 +85,7 @@ "encounters": [ { "pokeapi_id": 374, - "pokemon_name": "beldum", + "pokemon_name": "Beldum", "method": "gift", "encounter_rate": 100, "min_level": 5, diff --git a/backend/src/app/seeds/data/black-2.json b/backend/src/app/seeds/data/black-2.json index 23ba688..828a9d6 100644 --- a/backend/src/app/seeds/data/black-2.json +++ b/backend/src/app/seeds/data/black-2.json @@ -5,7 +5,7 @@ "encounters": [ { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 70, "min_level": 45, @@ -13,7 +13,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -21,7 +21,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -29,7 +29,7 @@ }, { "pokeapi_id": 341, - "pokemon_name": "corphish", + "pokemon_name": "Corphish", "method": "surf", "encounter_rate": 30, "min_level": 45, @@ -43,7 +43,7 @@ "encounters": [ { "pokeapi_id": 546, - "pokemon_name": "cottonee", + "pokemon_name": "Cottonee", "method": "walk", "encounter_rate": 35, "min_level": 15, @@ -51,7 +51,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -59,7 +59,7 @@ }, { "pokeapi_id": 427, - "pokemon_name": "buneary", + "pokemon_name": "Buneary", "method": "walk", "encounter_rate": 15, "min_level": 15, @@ -67,7 +67,7 @@ }, { "pokeapi_id": 519, - "pokemon_name": "pidove", + "pokemon_name": "Pidove", "method": "walk", "encounter_rate": 15, "min_level": 15, @@ -75,7 +75,7 @@ }, { "pokeapi_id": 133, - "pokemon_name": "eevee", + "pokemon_name": "Eevee", "method": "walk", "encounter_rate": 5, "min_level": 18, @@ -89,7 +89,7 @@ "encounters": [ { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 100, "min_level": 45, @@ -97,7 +97,7 @@ }, { "pokeapi_id": 536, - "pokemon_name": "palpitoad", + "pokemon_name": "Palpitoad", "method": "walk", "encounter_rate": 100, "min_level": 54, @@ -105,7 +105,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "surf", "encounter_rate": 100, "min_level": 45, @@ -113,7 +113,7 @@ }, { "pokeapi_id": 616, - "pokemon_name": "shelmet", + "pokemon_name": "Shelmet", "method": "walk", "encounter_rate": 60, "min_level": 54, @@ -121,7 +121,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "walk", "encounter_rate": 60, "min_level": 55, @@ -129,7 +129,7 @@ }, { "pokeapi_id": 453, - "pokemon_name": "croagunk", + "pokemon_name": "Croagunk", "method": "walk", "encounter_rate": 45, "min_level": 55, @@ -137,7 +137,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "super-rod", "encounter_rate": 40, "min_level": 45, @@ -145,7 +145,7 @@ }, { "pokeapi_id": 588, - "pokemon_name": "karrablast", + "pokemon_name": "Karrablast", "method": "walk", "encounter_rate": 15, "min_level": 57, @@ -159,7 +159,7 @@ "encounters": [ { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 100, "min_level": 45, @@ -167,7 +167,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 95, "min_level": 40, @@ -175,7 +175,7 @@ }, { "pokeapi_id": 507, - "pokemon_name": "herdier", + "pokemon_name": "Herdier", "method": "walk", "encounter_rate": 50, "min_level": 56, @@ -183,7 +183,7 @@ }, { "pokeapi_id": 505, - "pokemon_name": "watchog", + "pokemon_name": "Watchog", "method": "walk", "encounter_rate": 40, "min_level": 56, @@ -191,7 +191,7 @@ }, { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 10, "min_level": 57, @@ -199,7 +199,7 @@ }, { "pokeapi_id": 349, - "pokemon_name": "feebas", + "pokemon_name": "Feebas", "method": "super-rod", "encounter_rate": 5, "min_level": 50, @@ -213,7 +213,7 @@ "encounters": [ { "pokeapi_id": 507, - "pokemon_name": "herdier", + "pokemon_name": "Herdier", "method": "walk", "encounter_rate": 30, "min_level": 56, @@ -221,7 +221,7 @@ }, { "pokeapi_id": 505, - "pokemon_name": "watchog", + "pokemon_name": "Watchog", "method": "walk", "encounter_rate": 30, "min_level": 56, @@ -229,7 +229,7 @@ }, { "pokeapi_id": 510, - "pokemon_name": "liepard", + "pokemon_name": "Liepard", "method": "walk", "encounter_rate": 20, "min_level": 57, @@ -237,7 +237,7 @@ }, { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 10, "min_level": 57, @@ -245,7 +245,7 @@ }, { "pokeapi_id": 108, - "pokemon_name": "lickitung", + "pokemon_name": "Lickitung", "method": "walk", "encounter_rate": 10, "min_level": 58, @@ -259,7 +259,7 @@ "encounters": [ { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 70, "min_level": 45, @@ -267,7 +267,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -275,7 +275,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -283,7 +283,7 @@ }, { "pokeapi_id": 341, - "pokemon_name": "corphish", + "pokemon_name": "Corphish", "method": "surf", "encounter_rate": 30, "min_level": 45, @@ -291,7 +291,7 @@ }, { "pokeapi_id": 520, - "pokemon_name": "tranquill", + "pokemon_name": "Tranquill", "method": "walk", "encounter_rate": 30, "min_level": 55, @@ -299,7 +299,7 @@ }, { "pokeapi_id": 505, - "pokemon_name": "watchog", + "pokemon_name": "Watchog", "method": "walk", "encounter_rate": 20, "min_level": 55, @@ -307,7 +307,7 @@ }, { "pokeapi_id": 523, - "pokemon_name": "zebstrika", + "pokemon_name": "Zebstrika", "method": "walk", "encounter_rate": 20, "min_level": 56, @@ -315,7 +315,7 @@ }, { "pokeapi_id": 507, - "pokemon_name": "herdier", + "pokemon_name": "Herdier", "method": "walk", "encounter_rate": 10, "min_level": 57, @@ -323,7 +323,7 @@ }, { "pokeapi_id": 509, - "pokemon_name": "purrloin", + "pokemon_name": "Purrloin", "method": "walk", "encounter_rate": 10, "min_level": 57, @@ -331,7 +331,7 @@ }, { "pokeapi_id": 193, - "pokemon_name": "yanma", + "pokemon_name": "Yanma", "method": "walk", "encounter_rate": 10, "min_level": 56, @@ -345,7 +345,7 @@ "encounters": [ { "pokeapi_id": 592, - "pokemon_name": "frillish", + "pokemon_name": "Frillish", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -353,7 +353,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "super-rod", "encounter_rate": 55, "min_level": 40, @@ -361,7 +361,7 @@ }, { "pokeapi_id": 366, - "pokemon_name": "clamperl", + "pokemon_name": "Clamperl", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -369,7 +369,7 @@ }, { "pokeapi_id": 554, - "pokemon_name": "darumaka", + "pokemon_name": "Darumaka", "method": "walk", "encounter_rate": 35, "min_level": 14, @@ -377,7 +377,7 @@ }, { "pokeapi_id": 551, - "pokemon_name": "sandile", + "pokemon_name": "Sandile", "method": "walk", "encounter_rate": 35, "min_level": 14, @@ -385,7 +385,7 @@ }, { "pokeapi_id": 568, - "pokemon_name": "trubbish", + "pokemon_name": "Trubbish", "method": "walk", "encounter_rate": 25, "min_level": 14, @@ -393,7 +393,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "super-rod", "encounter_rate": 5, "min_level": 50, @@ -401,7 +401,7 @@ }, { "pokeapi_id": 559, - "pokemon_name": "scraggy", + "pokemon_name": "Scraggy", "method": "walk", "encounter_rate": 5, "min_level": 17, @@ -415,7 +415,7 @@ "encounters": [ { "pokeapi_id": 574, - "pokemon_name": "gothita", + "pokemon_name": "Gothita", "method": "walk", "encounter_rate": 30, "min_level": 21, @@ -423,7 +423,7 @@ }, { "pokeapi_id": 572, - "pokemon_name": "minccino", + "pokemon_name": "Minccino", "method": "walk", "encounter_rate": 30, "min_level": 21, @@ -431,7 +431,7 @@ }, { "pokeapi_id": 510, - "pokemon_name": "liepard", + "pokemon_name": "Liepard", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -439,7 +439,7 @@ }, { "pokeapi_id": 568, - "pokemon_name": "trubbish", + "pokemon_name": "Trubbish", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -453,7 +453,7 @@ "encounters": [ { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 70, "min_level": 10, @@ -461,7 +461,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -469,7 +469,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -477,7 +477,7 @@ }, { "pokeapi_id": 585, - "pokemon_name": "deerling", + "pokemon_name": "Deerling", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -485,7 +485,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 30, "min_level": 10, @@ -493,7 +493,7 @@ }, { "pokeapi_id": 616, - "pokemon_name": "shelmet", + "pokemon_name": "Shelmet", "method": "walk", "encounter_rate": 25, "min_level": 23, @@ -501,7 +501,7 @@ }, { "pokeapi_id": 520, - "pokemon_name": "tranquill", + "pokemon_name": "Tranquill", "method": "walk", "encounter_rate": 15, "min_level": 26, @@ -509,7 +509,7 @@ }, { "pokeapi_id": 590, - "pokemon_name": "foongus", + "pokemon_name": "Foongus", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -517,7 +517,7 @@ }, { "pokeapi_id": 541, - "pokemon_name": "swadloon", + "pokemon_name": "Swadloon", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -525,7 +525,7 @@ }, { "pokeapi_id": 588, - "pokemon_name": "karrablast", + "pokemon_name": "Karrablast", "method": "walk", "encounter_rate": 5, "min_level": 23, @@ -533,7 +533,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -547,7 +547,7 @@ "encounters": [ { "pokeapi_id": 520, - "pokemon_name": "tranquill", + "pokemon_name": "Tranquill", "method": "walk", "encounter_rate": 100, "min_level": 30, @@ -555,7 +555,7 @@ }, { "pokeapi_id": 613, - "pokemon_name": "cubchoo", + "pokemon_name": "Cubchoo", "method": "walk", "encounter_rate": 25, "min_level": 30, @@ -563,7 +563,7 @@ }, { "pokeapi_id": 505, - "pokemon_name": "watchog", + "pokemon_name": "Watchog", "method": "walk", "encounter_rate": 25, "min_level": 31, @@ -571,7 +571,7 @@ }, { "pokeapi_id": 585, - "pokemon_name": "deerling", + "pokemon_name": "Deerling", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -579,7 +579,7 @@ }, { "pokeapi_id": 523, - "pokemon_name": "zebstrika", + "pokemon_name": "Zebstrika", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -587,7 +587,7 @@ }, { "pokeapi_id": 590, - "pokemon_name": "foongus", + "pokemon_name": "Foongus", "method": "walk", "encounter_rate": 5, "min_level": 33, @@ -595,7 +595,7 @@ }, { "pokeapi_id": 336, - "pokemon_name": "seviper", + "pokemon_name": "Seviper", "method": "walk", "encounter_rate": 5, "min_level": 32, @@ -603,7 +603,7 @@ }, { "pokeapi_id": 335, - "pokemon_name": "zangoose", + "pokemon_name": "Zangoose", "method": "walk", "encounter_rate": 5, "min_level": 32, @@ -617,7 +617,7 @@ "encounters": [ { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 100, "min_level": 45, @@ -625,7 +625,7 @@ }, { "pokeapi_id": 536, - "pokemon_name": "palpitoad", + "pokemon_name": "Palpitoad", "method": "walk", "encounter_rate": 100, "min_level": 54, @@ -633,7 +633,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "surf", "encounter_rate": 100, "min_level": 45, @@ -641,7 +641,7 @@ }, { "pokeapi_id": 616, - "pokemon_name": "shelmet", + "pokemon_name": "Shelmet", "method": "walk", "encounter_rate": 60, "min_level": 54, @@ -649,7 +649,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "walk", "encounter_rate": 60, "min_level": 55, @@ -657,7 +657,7 @@ }, { "pokeapi_id": 453, - "pokemon_name": "croagunk", + "pokemon_name": "Croagunk", "method": "walk", "encounter_rate": 45, "min_level": 55, @@ -665,7 +665,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "super-rod", "encounter_rate": 40, "min_level": 45, @@ -673,7 +673,7 @@ }, { "pokeapi_id": 536, - "pokemon_name": "palpitoad", + "pokemon_name": "Palpitoad", "method": "surf", "encounter_rate": 30, "min_level": 45, @@ -681,7 +681,7 @@ }, { "pokeapi_id": 588, - "pokemon_name": "karrablast", + "pokemon_name": "Karrablast", "method": "walk", "encounter_rate": 15, "min_level": 57, @@ -695,7 +695,7 @@ "encounters": [ { "pokeapi_id": 572, - "pokemon_name": "minccino", + "pokemon_name": "Minccino", "method": "walk", "encounter_rate": 30, "min_level": 37, @@ -703,7 +703,7 @@ }, { "pokeapi_id": 575, - "pokemon_name": "gothorita", + "pokemon_name": "Gothorita", "method": "walk", "encounter_rate": 25, "min_level": 37, @@ -711,7 +711,7 @@ }, { "pokeapi_id": 569, - "pokemon_name": "garbodor", + "pokemon_name": "Garbodor", "method": "walk", "encounter_rate": 15, "min_level": 38, @@ -719,7 +719,7 @@ }, { "pokeapi_id": 624, - "pokemon_name": "pawniard", + "pokemon_name": "Pawniard", "method": "walk", "encounter_rate": 15, "min_level": 38, @@ -727,7 +727,7 @@ }, { "pokeapi_id": 510, - "pokemon_name": "liepard", + "pokemon_name": "Liepard", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -735,7 +735,7 @@ }, { "pokeapi_id": 89, - "pokemon_name": "muk", + "pokemon_name": "Muk", "method": "walk", "encounter_rate": 5, "min_level": 40, @@ -749,7 +749,7 @@ "encounters": [ { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 70, "min_level": 25, @@ -757,7 +757,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -765,7 +765,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -773,7 +773,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -781,7 +781,7 @@ }, { "pokeapi_id": 616, - "pokemon_name": "shelmet", + "pokemon_name": "Shelmet", "method": "walk", "encounter_rate": 25, "min_level": 36, @@ -789,7 +789,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 20, "min_level": 36, @@ -797,7 +797,7 @@ }, { "pokeapi_id": 207, - "pokemon_name": "gligar", + "pokemon_name": "Gligar", "method": "walk", "encounter_rate": 15, "min_level": 37, @@ -805,7 +805,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 10, "min_level": 36, @@ -813,7 +813,7 @@ }, { "pokeapi_id": 336, - "pokemon_name": "seviper", + "pokemon_name": "Seviper", "method": "walk", "encounter_rate": 10, "min_level": 38, @@ -821,7 +821,7 @@ }, { "pokeapi_id": 335, - "pokemon_name": "zangoose", + "pokemon_name": "Zangoose", "method": "walk", "encounter_rate": 10, "min_level": 38, @@ -829,7 +829,7 @@ }, { "pokeapi_id": 591, - "pokemon_name": "amoonguss", + "pokemon_name": "Amoonguss", "method": "walk", "encounter_rate": 5, "min_level": 37, @@ -837,7 +837,7 @@ }, { "pokeapi_id": 588, - "pokemon_name": "karrablast", + "pokemon_name": "Karrablast", "method": "walk", "encounter_rate": 5, "min_level": 36, @@ -851,7 +851,7 @@ "encounters": [ { "pokeapi_id": 315, - "pokemon_name": "roselia", + "pokemon_name": "Roselia", "method": "walk", "encounter_rate": 25, "min_level": 35, @@ -859,7 +859,7 @@ }, { "pokeapi_id": 520, - "pokemon_name": "tranquill", + "pokemon_name": "Tranquill", "method": "walk", "encounter_rate": 25, "min_level": 36, @@ -867,7 +867,7 @@ }, { "pokeapi_id": 415, - "pokemon_name": "combee", + "pokemon_name": "Combee", "method": "walk", "encounter_rate": 20, "min_level": 35, @@ -875,7 +875,7 @@ }, { "pokeapi_id": 214, - "pokemon_name": "heracross", + "pokemon_name": "Heracross", "method": "walk", "encounter_rate": 15, "min_level": 36, @@ -883,7 +883,7 @@ }, { "pokeapi_id": 540, - "pokemon_name": "sewaddle", + "pokemon_name": "Sewaddle", "method": "walk", "encounter_rate": 15, "min_level": 36, @@ -897,7 +897,7 @@ "encounters": [ { "pokeapi_id": 592, - "pokemon_name": "frillish", + "pokemon_name": "Frillish", "method": "surf", "encounter_rate": 65, "min_level": 25, @@ -905,7 +905,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -913,7 +913,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -921,7 +921,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -929,7 +929,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 25, "min_level": 34, @@ -937,7 +937,7 @@ }, { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 25, "min_level": 34, @@ -945,7 +945,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 15, "min_level": 35, @@ -953,7 +953,7 @@ }, { "pokeapi_id": 426, - "pokemon_name": "drifblim", + "pokemon_name": "Drifblim", "method": "walk", "encounter_rate": 15, "min_level": 34, @@ -961,7 +961,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 10, "min_level": 36, @@ -969,7 +969,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 10, "min_level": 36, @@ -977,7 +977,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 5, "min_level": 30, @@ -991,7 +991,7 @@ "encounters": [ { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 70, "min_level": 15, @@ -999,7 +999,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -1007,7 +1007,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -1015,7 +1015,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "surf", "encounter_rate": 30, "min_level": 15, @@ -1023,7 +1023,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 25, "min_level": 34, @@ -1031,7 +1031,7 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -1039,7 +1039,7 @@ }, { "pokeapi_id": 333, - "pokemon_name": "swablu", + "pokemon_name": "Swablu", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -1047,7 +1047,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 15, "min_level": 34, @@ -1055,7 +1055,7 @@ }, { "pokeapi_id": 426, - "pokemon_name": "drifblim", + "pokemon_name": "Drifblim", "method": "walk", "encounter_rate": 15, "min_level": 34, @@ -1063,7 +1063,7 @@ }, { "pokeapi_id": 334, - "pokemon_name": "altaria", + "pokemon_name": "Altaria", "method": "walk", "encounter_rate": 5, "min_level": 36, @@ -1077,7 +1077,7 @@ "encounters": [ { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -1085,7 +1085,7 @@ }, { "pokeapi_id": 207, - "pokemon_name": "gligar", + "pokemon_name": "Gligar", "method": "walk", "encounter_rate": 25, "min_level": 55, @@ -1093,7 +1093,7 @@ }, { "pokeapi_id": 539, - "pokemon_name": "sawk", + "pokemon_name": "Sawk", "method": "walk", "encounter_rate": 20, "min_level": 55, @@ -1101,7 +1101,7 @@ }, { "pokeapi_id": 247, - "pokemon_name": "pupitar", + "pokemon_name": "Pupitar", "method": "walk", "encounter_rate": 15, "min_level": 55, @@ -1109,7 +1109,7 @@ }, { "pokeapi_id": 560, - "pokemon_name": "scrafty", + "pokemon_name": "Scrafty", "method": "walk", "encounter_rate": 10, "min_level": 55, @@ -1123,7 +1123,7 @@ "encounters": [ { "pokeapi_id": 574, - "pokemon_name": "gothita", + "pokemon_name": "Gothita", "method": "walk", "encounter_rate": 30, "min_level": 21, @@ -1131,7 +1131,7 @@ }, { "pokeapi_id": 572, - "pokemon_name": "minccino", + "pokemon_name": "Minccino", "method": "walk", "encounter_rate": 30, "min_level": 21, @@ -1139,7 +1139,7 @@ }, { "pokeapi_id": 510, - "pokemon_name": "liepard", + "pokemon_name": "Liepard", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -1147,7 +1147,7 @@ }, { "pokeapi_id": 568, - "pokemon_name": "trubbish", + "pokemon_name": "Trubbish", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -1161,7 +1161,7 @@ "encounters": [ { "pokeapi_id": 592, - "pokemon_name": "frillish", + "pokemon_name": "Frillish", "method": "surf", "encounter_rate": 100, "min_level": 45, @@ -1169,7 +1169,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "super-rod", "encounter_rate": 60, "min_level": 50, @@ -1177,7 +1177,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 40, "min_level": 50, @@ -1191,7 +1191,7 @@ "encounters": [ { "pokeapi_id": 592, - "pokemon_name": "frillish", + "pokemon_name": "Frillish", "method": "surf", "encounter_rate": 100, "min_level": 45, @@ -1199,7 +1199,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "super-rod", "encounter_rate": 55, "min_level": 50, @@ -1207,7 +1207,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 40, "min_level": 50, @@ -1215,7 +1215,7 @@ }, { "pokeapi_id": 560, - "pokemon_name": "scrafty", + "pokemon_name": "Scrafty", "method": "walk", "encounter_rate": 30, "min_level": 57, @@ -1223,7 +1223,7 @@ }, { "pokeapi_id": 558, - "pokemon_name": "crustle", + "pokemon_name": "Crustle", "method": "walk", "encounter_rate": 20, "min_level": 57, @@ -1231,7 +1231,7 @@ }, { "pokeapi_id": 539, - "pokemon_name": "sawk", + "pokemon_name": "Sawk", "method": "walk", "encounter_rate": 20, "min_level": 57, @@ -1239,7 +1239,7 @@ }, { "pokeapi_id": 455, - "pokemon_name": "carnivine", + "pokemon_name": "Carnivine", "method": "walk", "encounter_rate": 10, "min_level": 58, @@ -1247,7 +1247,7 @@ }, { "pokeapi_id": 357, - "pokemon_name": "tropius", + "pokemon_name": "Tropius", "method": "walk", "encounter_rate": 10, "min_level": 58, @@ -1255,7 +1255,7 @@ }, { "pokeapi_id": 505, - "pokemon_name": "watchog", + "pokemon_name": "Watchog", "method": "walk", "encounter_rate": 10, "min_level": 56, @@ -1263,7 +1263,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 5, "min_level": 60, @@ -1277,7 +1277,7 @@ "encounters": [ { "pokeapi_id": 510, - "pokemon_name": "liepard", + "pokemon_name": "Liepard", "method": "walk", "encounter_rate": 25, "min_level": 56, @@ -1285,7 +1285,7 @@ }, { "pokeapi_id": 505, - "pokemon_name": "watchog", + "pokemon_name": "Watchog", "method": "walk", "encounter_rate": 25, "min_level": 56, @@ -1293,7 +1293,7 @@ }, { "pokeapi_id": 517, - "pokemon_name": "munna", + "pokemon_name": "Munna", "method": "walk", "encounter_rate": 20, "min_level": 57, @@ -1301,7 +1301,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 57, @@ -1309,7 +1309,7 @@ }, { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 10, "min_level": 57, @@ -1317,7 +1317,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 10, "min_level": 57, @@ -1336,7 +1336,7 @@ "encounters": [ { "pokeapi_id": 533, - "pokemon_name": "gurdurr", + "pokemon_name": "Gurdurr", "method": "walk", "encounter_rate": 40, "min_level": 54, @@ -1344,7 +1344,7 @@ }, { "pokeapi_id": 536, - "pokemon_name": "palpitoad", + "pokemon_name": "Palpitoad", "method": "walk", "encounter_rate": 25, "min_level": 54, @@ -1352,7 +1352,7 @@ }, { "pokeapi_id": 539, - "pokemon_name": "sawk", + "pokemon_name": "Sawk", "method": "walk", "encounter_rate": 15, "min_level": 55, @@ -1360,7 +1360,7 @@ }, { "pokeapi_id": 454, - "pokemon_name": "toxicroak", + "pokemon_name": "Toxicroak", "method": "walk", "encounter_rate": 10, "min_level": 55, @@ -1368,7 +1368,7 @@ }, { "pokeapi_id": 193, - "pokemon_name": "yanma", + "pokemon_name": "Yanma", "method": "walk", "encounter_rate": 10, "min_level": 55, @@ -1382,7 +1382,7 @@ "encounters": [ { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 70, "min_level": 45, @@ -1390,7 +1390,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -1398,7 +1398,7 @@ }, { "pokeapi_id": 546, - "pokemon_name": "cottonee", + "pokemon_name": "Cottonee", "method": "walk", "encounter_rate": 45, "min_level": 54, @@ -1406,7 +1406,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -1414,7 +1414,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 30, "min_level": 45, @@ -1422,7 +1422,7 @@ }, { "pokeapi_id": 541, - "pokemon_name": "swadloon", + "pokemon_name": "Swadloon", "method": "walk", "encounter_rate": 25, "min_level": 54, @@ -1430,7 +1430,7 @@ }, { "pokeapi_id": 288, - "pokemon_name": "vigoroth", + "pokemon_name": "Vigoroth", "method": "walk", "encounter_rate": 15, "min_level": 55, @@ -1438,7 +1438,7 @@ }, { "pokeapi_id": 544, - "pokemon_name": "whirlipede", + "pokemon_name": "Whirlipede", "method": "walk", "encounter_rate": 15, "min_level": 55, @@ -1454,7 +1454,7 @@ "encounters": [ { "pokeapi_id": 554, - "pokemon_name": "darumaka", + "pokemon_name": "Darumaka", "method": "walk", "encounter_rate": 30, "min_level": 18, @@ -1462,7 +1462,7 @@ }, { "pokeapi_id": 551, - "pokemon_name": "sandile", + "pokemon_name": "Sandile", "method": "walk", "encounter_rate": 30, "min_level": 18, @@ -1470,7 +1470,7 @@ }, { "pokeapi_id": 557, - "pokemon_name": "dwebble", + "pokemon_name": "Dwebble", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -1478,7 +1478,7 @@ }, { "pokeapi_id": 556, - "pokemon_name": "maractus", + "pokemon_name": "Maractus", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -1486,7 +1486,7 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -1494,7 +1494,7 @@ }, { "pokeapi_id": 559, - "pokemon_name": "scraggy", + "pokemon_name": "Scraggy", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -1508,7 +1508,7 @@ "encounters": [ { "pokeapi_id": 551, - "pokemon_name": "sandile", + "pokemon_name": "Sandile", "method": "walk", "encounter_rate": 30, "min_level": 18, @@ -1516,7 +1516,7 @@ }, { "pokeapi_id": 554, - "pokemon_name": "darumaka", + "pokemon_name": "Darumaka", "method": "walk", "encounter_rate": 20, "min_level": 18, @@ -1524,7 +1524,7 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 15, "min_level": 19, @@ -1532,7 +1532,7 @@ }, { "pokeapi_id": 557, - "pokemon_name": "dwebble", + "pokemon_name": "Dwebble", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -1540,7 +1540,7 @@ }, { "pokeapi_id": 556, - "pokemon_name": "maractus", + "pokemon_name": "Maractus", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -1548,7 +1548,7 @@ }, { "pokeapi_id": 561, - "pokemon_name": "sigilyph", + "pokemon_name": "Sigilyph", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -1556,7 +1556,7 @@ }, { "pokeapi_id": 328, - "pokemon_name": "trapinch", + "pokemon_name": "Trapinch", "method": "walk", "encounter_rate": 5, "min_level": 21, @@ -1575,7 +1575,7 @@ "encounters": [ { "pokeapi_id": 343, - "pokemon_name": "baltoy", + "pokemon_name": "Baltoy", "method": "walk", "encounter_rate": 100, "min_level": 27, @@ -1589,7 +1589,7 @@ "encounters": [ { "pokeapi_id": 551, - "pokemon_name": "sandile", + "pokemon_name": "Sandile", "method": "walk", "encounter_rate": 40, "min_level": 18, @@ -1597,7 +1597,7 @@ }, { "pokeapi_id": 562, - "pokemon_name": "yamask", + "pokemon_name": "Yamask", "method": "walk", "encounter_rate": 40, "min_level": 18, @@ -1605,7 +1605,7 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -1619,7 +1619,7 @@ "encounters": [ { "pokeapi_id": 562, - "pokemon_name": "yamask", + "pokemon_name": "Yamask", "method": "walk", "encounter_rate": 40, "min_level": 27, @@ -1627,7 +1627,7 @@ }, { "pokeapi_id": 551, - "pokemon_name": "sandile", + "pokemon_name": "Sandile", "method": "walk", "encounter_rate": 30, "min_level": 27, @@ -1635,7 +1635,7 @@ }, { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -1643,7 +1643,7 @@ }, { "pokeapi_id": 552, - "pokemon_name": "krokorok", + "pokemon_name": "Krokorok", "method": "walk", "encounter_rate": 10, "min_level": 29, @@ -1659,12 +1659,12 @@ "encounters": [], "children": [ { - "name": "Chargestone Cave (1f)", + "name": "Chargestone Cave (1F)", "order": 32, "encounters": [ { "pokeapi_id": 595, - "pokemon_name": "joltik", + "pokemon_name": "Joltik", "method": "walk", "encounter_rate": 39, "min_level": 25, @@ -1672,7 +1672,7 @@ }, { "pokeapi_id": 599, - "pokemon_name": "klink", + "pokemon_name": "Klink", "method": "walk", "encounter_rate": 24, "min_level": 26, @@ -1680,7 +1680,7 @@ }, { "pokeapi_id": 597, - "pokemon_name": "ferroseed", + "pokemon_name": "Ferroseed", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -1688,7 +1688,7 @@ }, { "pokeapi_id": 299, - "pokemon_name": "nosepass", + "pokemon_name": "Nosepass", "method": "walk", "encounter_rate": 10, "min_level": 27, @@ -1696,7 +1696,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -1704,7 +1704,7 @@ }, { "pokeapi_id": 602, - "pokemon_name": "tynamo", + "pokemon_name": "Tynamo", "method": "walk", "encounter_rate": 2, "min_level": 28, @@ -1712,13 +1712,121 @@ } ] }, + { + "name": "Chargestone Cave (1f)", + "order": 32, + "encounters": [ + { + "pokeapi_id": 595, + "pokemon_name": "Joltik", + "method": "walk", + "encounter_rate": 39, + "min_level": 25, + "max_level": 28 + }, + { + "pokeapi_id": 599, + "pokemon_name": "Klink", + "method": "walk", + "encounter_rate": 24, + "min_level": 26, + "max_level": 28 + }, + { + "pokeapi_id": 597, + "pokemon_name": "Ferroseed", + "method": "walk", + "encounter_rate": 20, + "min_level": 26, + "max_level": 27 + }, + { + "pokeapi_id": 299, + "pokemon_name": "Nosepass", + "method": "walk", + "encounter_rate": 10, + "min_level": 27, + "max_level": 27 + }, + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 5, + "min_level": 25, + "max_level": 25 + }, + { + "pokeapi_id": 602, + "pokemon_name": "Tynamo", + "method": "walk", + "encounter_rate": 2, + "min_level": 28, + "max_level": 28 + } + ] + }, + { + "name": "Chargestone Cave (B1F)", + "order": 33, + "encounters": [ + { + "pokeapi_id": 595, + "pokemon_name": "Joltik", + "method": "walk", + "encounter_rate": 39, + "min_level": 28, + "max_level": 31 + }, + { + "pokeapi_id": 599, + "pokemon_name": "Klink", + "method": "walk", + "encounter_rate": 24, + "min_level": 29, + "max_level": 31 + }, + { + "pokeapi_id": 597, + "pokemon_name": "Ferroseed", + "method": "walk", + "encounter_rate": 20, + "min_level": 29, + "max_level": 30 + }, + { + "pokeapi_id": 299, + "pokemon_name": "Nosepass", + "method": "walk", + "encounter_rate": 10, + "min_level": 30, + "max_level": 30 + }, + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 5, + "min_level": 28, + "max_level": 28 + }, + { + "pokeapi_id": 602, + "pokemon_name": "Tynamo", + "method": "walk", + "encounter_rate": 2, + "min_level": 31, + "max_level": 31 + } + ] + }, { "name": "Chargestone Cave (B1f)", "order": 33, "encounters": [ { "pokeapi_id": 595, - "pokemon_name": "joltik", + "pokemon_name": "Joltik", "method": "walk", "encounter_rate": 39, "min_level": 28, @@ -1726,7 +1834,7 @@ }, { "pokeapi_id": 599, - "pokemon_name": "klink", + "pokemon_name": "Klink", "method": "walk", "encounter_rate": 24, "min_level": 29, @@ -1734,7 +1842,7 @@ }, { "pokeapi_id": 597, - "pokemon_name": "ferroseed", + "pokemon_name": "Ferroseed", "method": "walk", "encounter_rate": 20, "min_level": 29, @@ -1742,7 +1850,7 @@ }, { "pokeapi_id": 299, - "pokemon_name": "nosepass", + "pokemon_name": "Nosepass", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -1750,7 +1858,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -1758,7 +1866,7 @@ }, { "pokeapi_id": 602, - "pokemon_name": "tynamo", + "pokemon_name": "Tynamo", "method": "walk", "encounter_rate": 2, "min_level": 31, @@ -1766,13 +1874,67 @@ } ] }, + { + "name": "Chargestone Cave (B2F)", + "order": 34, + "encounters": [ + { + "pokeapi_id": 595, + "pokemon_name": "Joltik", + "method": "walk", + "encounter_rate": 36, + "min_level": 28, + "max_level": 31 + }, + { + "pokeapi_id": 599, + "pokemon_name": "Klink", + "method": "walk", + "encounter_rate": 21, + "min_level": 29, + "max_level": 31 + }, + { + "pokeapi_id": 597, + "pokemon_name": "Ferroseed", + "method": "walk", + "encounter_rate": 20, + "min_level": 30, + "max_level": 31 + }, + { + "pokeapi_id": 299, + "pokemon_name": "Nosepass", + "method": "walk", + "encounter_rate": 10, + "min_level": 30, + "max_level": 30 + }, + { + "pokeapi_id": 602, + "pokemon_name": "Tynamo", + "method": "walk", + "encounter_rate": 8, + "min_level": 31, + "max_level": 31 + }, + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 5, + "min_level": 28, + "max_level": 28 + } + ] + }, { "name": "Chargestone Cave (B2f)", "order": 34, "encounters": [ { "pokeapi_id": 595, - "pokemon_name": "joltik", + "pokemon_name": "Joltik", "method": "walk", "encounter_rate": 36, "min_level": 28, @@ -1780,7 +1942,7 @@ }, { "pokeapi_id": 599, - "pokemon_name": "klink", + "pokemon_name": "Klink", "method": "walk", "encounter_rate": 21, "min_level": 29, @@ -1788,7 +1950,7 @@ }, { "pokeapi_id": 597, - "pokemon_name": "ferroseed", + "pokemon_name": "Ferroseed", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -1796,7 +1958,7 @@ }, { "pokeapi_id": 299, - "pokemon_name": "nosepass", + "pokemon_name": "Nosepass", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -1804,7 +1966,7 @@ }, { "pokeapi_id": 602, - "pokemon_name": "tynamo", + "pokemon_name": "Tynamo", "method": "walk", "encounter_rate": 8, "min_level": 31, @@ -1812,7 +1974,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -1828,7 +1990,7 @@ "encounters": [ { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 100, "min_level": 54, @@ -1836,7 +1998,7 @@ }, { "pokeapi_id": 533, - "pokemon_name": "gurdurr", + "pokemon_name": "Gurdurr", "method": "walk", "encounter_rate": 50, "min_level": 55, @@ -1844,7 +2006,7 @@ }, { "pokeapi_id": 614, - "pokemon_name": "beartic", + "pokemon_name": "Beartic", "method": "walk", "encounter_rate": 45, "min_level": 54, @@ -1852,7 +2014,7 @@ }, { "pokeapi_id": 631, - "pokemon_name": "heatmor", + "pokemon_name": "Heatmor", "method": "walk", "encounter_rate": 35, "min_level": 55, @@ -1860,7 +2022,7 @@ }, { "pokeapi_id": 615, - "pokemon_name": "cryogonal", + "pokemon_name": "Cryogonal", "method": "walk", "encounter_rate": 15, "min_level": 56, @@ -1868,7 +2030,7 @@ }, { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 15, "min_level": 56, @@ -1876,7 +2038,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -1884,7 +2046,77 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 5, + "min_level": 57, + "max_level": 57 + } + ] + }, + { + "name": "Twist Mountain (B1F 3F)", + "order": 35, + "encounters": [ + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 100, + "min_level": 54, + "max_level": 55 + }, + { + "pokeapi_id": 533, + "pokemon_name": "Gurdurr", + "method": "walk", + "encounter_rate": 50, + "min_level": 55, + "max_level": 55 + }, + { + "pokeapi_id": 614, + "pokemon_name": "Beartic", + "method": "walk", + "encounter_rate": 45, + "min_level": 54, + "max_level": 56 + }, + { + "pokeapi_id": 631, + "pokemon_name": "Heatmor", + "method": "walk", + "encounter_rate": 35, + "min_level": 55, + "max_level": 56 + }, + { + "pokeapi_id": 615, + "pokemon_name": "Cryogonal", + "method": "walk", + "encounter_rate": 15, + "min_level": 56, + "max_level": 57 + }, + { + "pokeapi_id": 632, + "pokemon_name": "Durant", + "method": "walk", + "encounter_rate": 15, + "min_level": 56, + "max_level": 57 + }, + { + "pokeapi_id": 527, + "pokemon_name": "Woobat", + "method": "walk", + "encounter_rate": 10, + "min_level": 54, + "max_level": 54 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 57, @@ -1903,7 +2135,7 @@ "encounters": [ { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 100, "min_level": 45, @@ -1911,7 +2143,7 @@ }, { "pokeapi_id": 520, - "pokemon_name": "tranquill", + "pokemon_name": "Tranquill", "method": "walk", "encounter_rate": 100, "min_level": 55, @@ -1919,7 +2151,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -1927,7 +2159,7 @@ }, { "pokeapi_id": 586, - "pokemon_name": "sawsbuck", + "pokemon_name": "Sawsbuck", "method": "walk", "encounter_rate": 45, "min_level": 55, @@ -1935,7 +2167,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -1943,7 +2175,7 @@ }, { "pokeapi_id": 620, - "pokemon_name": "mienshao", + "pokemon_name": "Mienshao", "method": "walk", "encounter_rate": 25, "min_level": 56, @@ -1951,7 +2183,7 @@ }, { "pokeapi_id": 583, - "pokemon_name": "vanillish", + "pokemon_name": "Vanillish", "method": "walk", "encounter_rate": 25, "min_level": 55, @@ -1959,7 +2191,7 @@ }, { "pokeapi_id": 614, - "pokemon_name": "beartic", + "pokemon_name": "Beartic", "method": "walk", "encounter_rate": 15, "min_level": 57, @@ -1967,7 +2199,7 @@ }, { "pokeapi_id": 621, - "pokemon_name": "druddigon", + "pokemon_name": "Druddigon", "method": "walk", "encounter_rate": 5, "min_level": 58, @@ -1981,7 +2213,7 @@ "encounters": [ { "pokeapi_id": 623, - "pokemon_name": "golurk", + "pokemon_name": "Golurk", "method": "walk", "encounter_rate": 50, "min_level": 55, @@ -1989,7 +2221,7 @@ }, { "pokeapi_id": 621, - "pokemon_name": "druddigon", + "pokemon_name": "Druddigon", "method": "walk", "encounter_rate": 30, "min_level": 56, @@ -1997,7 +2229,37 @@ }, { "pokeapi_id": 620, - "pokemon_name": "mienshao", + "pokemon_name": "Mienshao", + "method": "walk", + "encounter_rate": 20, + "min_level": 55, + "max_level": 55 + } + ] + }, + { + "name": "Dragonspiral Tower (1F)", + "order": 39, + "encounters": [ + { + "pokeapi_id": 623, + "pokemon_name": "Golurk", + "method": "walk", + "encounter_rate": 50, + "min_level": 55, + "max_level": 58 + }, + { + "pokeapi_id": 621, + "pokemon_name": "Druddigon", + "method": "walk", + "encounter_rate": 30, + "min_level": 56, + "max_level": 58 + }, + { + "pokeapi_id": 620, + "pokemon_name": "Mienshao", "method": "walk", "encounter_rate": 20, "min_level": 55, @@ -2011,7 +2273,7 @@ "encounters": [ { "pokeapi_id": 623, - "pokemon_name": "golurk", + "pokemon_name": "Golurk", "method": "walk", "encounter_rate": 100, "min_level": 55, @@ -2025,7 +2287,7 @@ "encounters": [ { "pokeapi_id": 520, - "pokemon_name": "tranquill", + "pokemon_name": "Tranquill", "method": "walk", "encounter_rate": 100, "min_level": 55, @@ -2033,7 +2295,7 @@ }, { "pokeapi_id": 586, - "pokemon_name": "sawsbuck", + "pokemon_name": "Sawsbuck", "method": "walk", "encounter_rate": 45, "min_level": 55, @@ -2041,7 +2303,7 @@ }, { "pokeapi_id": 620, - "pokemon_name": "mienshao", + "pokemon_name": "Mienshao", "method": "walk", "encounter_rate": 30, "min_level": 56, @@ -2049,7 +2311,7 @@ }, { "pokeapi_id": 583, - "pokemon_name": "vanillish", + "pokemon_name": "Vanillish", "method": "walk", "encounter_rate": 25, "min_level": 55, @@ -2057,7 +2319,7 @@ }, { "pokeapi_id": 614, - "pokemon_name": "beartic", + "pokemon_name": "Beartic", "method": "walk", "encounter_rate": 15, "min_level": 57, @@ -2065,13 +2327,27 @@ }, { "pokeapi_id": 621, - "pokemon_name": "druddigon", + "pokemon_name": "Druddigon", "method": "walk", "encounter_rate": 15, "min_level": 58, "max_level": 58 } ] + }, + { + "name": "Dragonspiral Tower (2F)", + "order": 40, + "encounters": [ + { + "pokeapi_id": 623, + "pokemon_name": "Golurk", + "method": "walk", + "encounter_rate": 100, + "min_level": 55, + "max_level": 58 + } + ] } ] }, @@ -2081,7 +2357,21 @@ "encounters": [ { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 100, + "min_level": 47, + "max_level": 50 + } + ] + }, + { + "name": "Victory Road (7F)", + "order": 41, + "encounters": [ + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 100, "min_level": 47, @@ -2095,7 +2385,7 @@ "encounters": [ { "pokeapi_id": 592, - "pokemon_name": "frillish", + "pokemon_name": "Frillish", "method": "surf", "encounter_rate": 65, "min_level": 25, @@ -2103,7 +2393,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -2111,7 +2401,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -2119,7 +2409,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -2127,7 +2417,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 5, "min_level": 30, @@ -2141,7 +2431,7 @@ "encounters": [ { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 100, "min_level": 45, @@ -2149,7 +2439,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 60, "min_level": 50, @@ -2157,7 +2447,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 50, "min_level": 55, @@ -2165,7 +2455,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 50, "min_level": 55, @@ -2173,7 +2463,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 50, @@ -2187,7 +2477,7 @@ "encounters": [ { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 30, "min_level": 27, @@ -2195,7 +2485,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 30, "min_level": 27, @@ -2203,7 +2493,7 @@ }, { "pokeapi_id": 304, - "pokemon_name": "aron", + "pokemon_name": "Aron", "method": "walk", "encounter_rate": 20, "min_level": 29, @@ -2211,7 +2501,7 @@ }, { "pokeapi_id": 610, - "pokemon_name": "axew", + "pokemon_name": "Axew", "method": "walk", "encounter_rate": 20, "min_level": 29, @@ -2224,13 +2514,27 @@ "order": 45, "encounters": [], "children": [ + { + "name": "Celestial Tower (2F)", + "order": 46, + "encounters": [ + { + "pokeapi_id": 607, + "pokemon_name": "Litwick", + "method": "walk", + "encounter_rate": 100, + "min_level": 27, + "max_level": 30 + } + ] + }, { "name": "Celestial Tower (2f)", "order": 46, "encounters": [ { "pokeapi_id": 607, - "pokemon_name": "litwick", + "pokemon_name": "Litwick", "method": "walk", "encounter_rate": 100, "min_level": 27, @@ -2244,7 +2548,7 @@ "encounters": [ { "pokeapi_id": 607, - "pokemon_name": "litwick", + "pokemon_name": "Litwick", "method": "walk", "encounter_rate": 80, "min_level": 28, @@ -2252,7 +2556,7 @@ }, { "pokeapi_id": 605, - "pokemon_name": "elgyem", + "pokemon_name": "Elgyem", "method": "walk", "encounter_rate": 15, "min_level": 30, @@ -2260,7 +2564,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 31, @@ -2268,13 +2572,73 @@ } ] }, + { + "name": "Celestial Tower (3F)", + "order": 47, + "encounters": [ + { + "pokeapi_id": 607, + "pokemon_name": "Litwick", + "method": "walk", + "encounter_rate": 80, + "min_level": 28, + "max_level": 31 + }, + { + "pokeapi_id": 605, + "pokemon_name": "Elgyem", + "method": "walk", + "encounter_rate": 15, + "min_level": 30, + "max_level": 31 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 31, + "max_level": 31 + } + ] + }, + { + "name": "Celestial Tower (4F)", + "order": 48, + "encounters": [ + { + "pokeapi_id": 607, + "pokemon_name": "Litwick", + "method": "walk", + "encounter_rate": 65, + "min_level": 29, + "max_level": 32 + }, + { + "pokeapi_id": 605, + "pokemon_name": "Elgyem", + "method": "walk", + "encounter_rate": 25, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 32, + "max_level": 32 + } + ] + }, { "name": "Celestial Tower (4f)", "order": 48, "encounters": [ { "pokeapi_id": 607, - "pokemon_name": "litwick", + "pokemon_name": "Litwick", "method": "walk", "encounter_rate": 65, "min_level": 29, @@ -2282,7 +2646,7 @@ }, { "pokeapi_id": 605, - "pokemon_name": "elgyem", + "pokemon_name": "Elgyem", "method": "walk", "encounter_rate": 25, "min_level": 30, @@ -2290,7 +2654,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 32, @@ -2298,13 +2662,43 @@ } ] }, + { + "name": "Celestial Tower (5F)", + "order": 49, + "encounters": [ + { + "pokeapi_id": 605, + "pokemon_name": "Elgyem", + "method": "walk", + "encounter_rate": 40, + "min_level": 30, + "max_level": 33 + }, + { + "pokeapi_id": 607, + "pokemon_name": "Litwick", + "method": "walk", + "encounter_rate": 40, + "min_level": 30, + "max_level": 33 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 33 + } + ] + }, { "name": "Celestial Tower (5f)", "order": 49, "encounters": [ { "pokeapi_id": 605, - "pokemon_name": "elgyem", + "pokemon_name": "Elgyem", "method": "walk", "encounter_rate": 40, "min_level": 30, @@ -2312,7 +2706,7 @@ }, { "pokeapi_id": 607, - "pokemon_name": "litwick", + "pokemon_name": "Litwick", "method": "walk", "encounter_rate": 40, "min_level": 30, @@ -2320,7 +2714,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -2336,7 +2730,7 @@ "encounters": [ { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 100, "min_level": 45, @@ -2344,7 +2738,7 @@ }, { "pokeapi_id": 536, - "pokemon_name": "palpitoad", + "pokemon_name": "Palpitoad", "method": "walk", "encounter_rate": 100, "min_level": 54, @@ -2352,7 +2746,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "surf", "encounter_rate": 100, "min_level": 45, @@ -2360,7 +2754,7 @@ }, { "pokeapi_id": 616, - "pokemon_name": "shelmet", + "pokemon_name": "Shelmet", "method": "walk", "encounter_rate": 60, "min_level": 54, @@ -2368,7 +2762,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "walk", "encounter_rate": 60, "min_level": 55, @@ -2376,7 +2770,7 @@ }, { "pokeapi_id": 453, - "pokemon_name": "croagunk", + "pokemon_name": "Croagunk", "method": "walk", "encounter_rate": 45, "min_level": 55, @@ -2384,7 +2778,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "super-rod", "encounter_rate": 40, "min_level": 45, @@ -2392,7 +2786,7 @@ }, { "pokeapi_id": 588, - "pokemon_name": "karrablast", + "pokemon_name": "Karrablast", "method": "walk", "encounter_rate": 15, "min_level": 57, @@ -2402,8 +2796,97 @@ }, { "name": "Giant Chasm", - "order": 51, - "encounters": [], + "order": 55, + "encounters": [ + { + "pokeapi_id": 550, + "pokemon_name": "Basculin Red Striped", + "method": "surf", + "encounter_rate": 70, + "min_level": 35, + "max_level": 50 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "super-rod", + "encounter_rate": 60, + "min_level": 40, + "max_level": 70 + }, + { + "pokeapi_id": 550, + "pokemon_name": "Basculin Red Striped", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 40, + "max_level": 60 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "surf", + "encounter_rate": 30, + "min_level": 35, + "max_level": 50 + }, + { + "pokeapi_id": 221, + "pokemon_name": "Piloswine", + "method": "walk", + "encounter_rate": 25, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 215, + "pokemon_name": "Sneasel", + "method": "walk", + "encounter_rate": 20, + "min_level": 44, + "max_level": 44 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 15, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 583, + "pokemon_name": "Vanillish", + "method": "walk", + "encounter_rate": 15, + "min_level": 45, + "max_level": 47 + }, + { + "pokeapi_id": 337, + "pokemon_name": "Lunatone", + "method": "walk", + "encounter_rate": 10, + "min_level": 46, + "max_level": 46 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", + "method": "walk", + "encounter_rate": 10, + "min_level": 46, + "max_level": 46 + }, + { + "pokeapi_id": 225, + "pokemon_name": "Delibird", + "method": "walk", + "encounter_rate": 5, + "min_level": 47, + "max_level": 47 + } + ], "children": [ { "name": "Giant Chasm (Forest)", @@ -2411,7 +2894,7 @@ "encounters": [ { "pokeapi_id": 221, - "pokemon_name": "piloswine", + "pokemon_name": "Piloswine", "method": "walk", "encounter_rate": 30, "min_level": 44, @@ -2419,7 +2902,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -2427,7 +2910,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 15, "min_level": 45, @@ -2435,7 +2918,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 10, "min_level": 46, @@ -2443,7 +2926,7 @@ }, { "pokeapi_id": 375, - "pokemon_name": "metang", + "pokemon_name": "Metang", "method": "walk", "encounter_rate": 10, "min_level": 45, @@ -2451,7 +2934,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 10, "min_level": 46, @@ -2459,7 +2942,7 @@ }, { "pokeapi_id": 225, - "pokemon_name": "delibird", + "pokemon_name": "Delibird", "method": "walk", "encounter_rate": 5, "min_level": 44, @@ -2473,7 +2956,7 @@ "encounters": [ { "pokeapi_id": 221, - "pokemon_name": "piloswine", + "pokemon_name": "Piloswine", "method": "walk", "encounter_rate": 30, "min_level": 44, @@ -2481,7 +2964,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -2489,7 +2972,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 15, "min_level": 45, @@ -2497,7 +2980,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 10, "min_level": 46, @@ -2505,7 +2988,7 @@ }, { "pokeapi_id": 375, - "pokemon_name": "metang", + "pokemon_name": "Metang", "method": "walk", "encounter_rate": 10, "min_level": 45, @@ -2513,7 +2996,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 10, "min_level": 46, @@ -2521,7 +3004,7 @@ }, { "pokeapi_id": 225, - "pokemon_name": "delibird", + "pokemon_name": "Delibird", "method": "walk", "encounter_rate": 5, "min_level": 44, @@ -2535,7 +3018,7 @@ "encounters": [ { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 30, "min_level": 44, @@ -2543,7 +3026,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -2551,7 +3034,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 15, "min_level": 45, @@ -2559,7 +3042,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 10, "min_level": 45, @@ -2567,7 +3050,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 10, "min_level": 46, @@ -2575,7 +3058,7 @@ }, { "pokeapi_id": 583, - "pokemon_name": "vanillish", + "pokemon_name": "Vanillish", "method": "walk", "encounter_rate": 10, "min_level": 45, @@ -2583,7 +3066,7 @@ }, { "pokeapi_id": 225, - "pokemon_name": "delibird", + "pokemon_name": "Delibird", "method": "walk", "encounter_rate": 5, "min_level": 44, @@ -2593,107 +3076,13 @@ } ] }, - { - "name": "Giant Chasm", - "order": 55, - "encounters": [ - { - "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", - "method": "surf", - "encounter_rate": 70, - "min_level": 35, - "max_level": 50 - }, - { - "pokeapi_id": 60, - "pokemon_name": "poliwag", - "method": "super-rod", - "encounter_rate": 60, - "min_level": 40, - "max_level": 70 - }, - { - "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", - "method": "super-rod", - "encounter_rate": 40, - "min_level": 40, - "max_level": 60 - }, - { - "pokeapi_id": 86, - "pokemon_name": "seel", - "method": "surf", - "encounter_rate": 30, - "min_level": 35, - "max_level": 50 - }, - { - "pokeapi_id": 221, - "pokemon_name": "piloswine", - "method": "walk", - "encounter_rate": 25, - "min_level": 44, - "max_level": 46 - }, - { - "pokeapi_id": 215, - "pokemon_name": "sneasel", - "method": "walk", - "encounter_rate": 20, - "min_level": 44, - "max_level": 44 - }, - { - "pokeapi_id": 35, - "pokemon_name": "clefairy", - "method": "walk", - "encounter_rate": 15, - "min_level": 44, - "max_level": 46 - }, - { - "pokeapi_id": 583, - "pokemon_name": "vanillish", - "method": "walk", - "encounter_rate": 15, - "min_level": 45, - "max_level": 47 - }, - { - "pokeapi_id": 337, - "pokemon_name": "lunatone", - "method": "walk", - "encounter_rate": 10, - "min_level": 46, - "max_level": 46 - }, - { - "pokeapi_id": 338, - "pokemon_name": "solrock", - "method": "walk", - "encounter_rate": 10, - "min_level": 46, - "max_level": 46 - }, - { - "pokeapi_id": 225, - "pokemon_name": "delibird", - "method": "walk", - "encounter_rate": 5, - "min_level": 47, - "max_level": 47 - } - ] - }, { "name": "P2 Laboratory", "order": 56, "encounters": [ { "pokeapi_id": 592, - "pokemon_name": "frillish", + "pokemon_name": "Frillish", "method": "surf", "encounter_rate": 100, "min_level": 45, @@ -2701,7 +3090,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 55, "min_level": 35, @@ -2709,7 +3098,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "super-rod", "encounter_rate": 45, "min_level": 35, @@ -2717,7 +3106,7 @@ }, { "pokeapi_id": 507, - "pokemon_name": "herdier", + "pokemon_name": "Herdier", "method": "walk", "encounter_rate": 20, "min_level": 56, @@ -2725,7 +3114,7 @@ }, { "pokeapi_id": 505, - "pokemon_name": "watchog", + "pokemon_name": "Watchog", "method": "walk", "encounter_rate": 20, "min_level": 56, @@ -2733,7 +3122,7 @@ }, { "pokeapi_id": 600, - "pokemon_name": "klang", + "pokemon_name": "Klang", "method": "walk", "encounter_rate": 15, "min_level": 57, @@ -2741,7 +3130,7 @@ }, { "pokeapi_id": 82, - "pokemon_name": "magneton", + "pokemon_name": "Magneton", "method": "walk", "encounter_rate": 15, "min_level": 57, @@ -2749,7 +3138,7 @@ }, { "pokeapi_id": 560, - "pokemon_name": "scrafty", + "pokemon_name": "Scrafty", "method": "walk", "encounter_rate": 15, "min_level": 57, @@ -2757,7 +3146,7 @@ }, { "pokeapi_id": 110, - "pokemon_name": "weezing", + "pokemon_name": "Weezing", "method": "walk", "encounter_rate": 15, "min_level": 57, @@ -2771,7 +3160,7 @@ "encounters": [ { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 70, "min_level": 25, @@ -2779,7 +3168,7 @@ }, { "pokeapi_id": 318, - "pokemon_name": "carvanha", + "pokemon_name": "Carvanha", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -2787,7 +3176,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -2795,7 +3184,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 35, "min_level": 36, @@ -2803,7 +3192,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 35, "min_level": 36, @@ -2811,7 +3200,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -2819,7 +3208,7 @@ }, { "pokeapi_id": 336, - "pokemon_name": "seviper", + "pokemon_name": "Seviper", "method": "walk", "encounter_rate": 15, "min_level": 37, @@ -2827,7 +3216,7 @@ }, { "pokeapi_id": 335, - "pokemon_name": "zangoose", + "pokemon_name": "Zangoose", "method": "walk", "encounter_rate": 15, "min_level": 37, @@ -2841,7 +3230,7 @@ "encounters": [ { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 70, "min_level": 25, @@ -2849,7 +3238,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -2857,7 +3246,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -2865,7 +3254,7 @@ }, { "pokeapi_id": 546, - "pokemon_name": "cottonee", + "pokemon_name": "Cottonee", "method": "walk", "encounter_rate": 30, "min_level": 33, @@ -2873,7 +3262,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -2881,7 +3270,7 @@ }, { "pokeapi_id": 333, - "pokemon_name": "swablu", + "pokemon_name": "Swablu", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -2889,7 +3278,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 15, "min_level": 32, @@ -2897,7 +3286,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 10, "min_level": 34, @@ -2905,7 +3294,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 10, "min_level": 34, @@ -2913,7 +3302,7 @@ }, { "pokeapi_id": 37, - "pokemon_name": "vulpix", + "pokemon_name": "Vulpix", "method": "walk", "encounter_rate": 10, "min_level": 34, @@ -2921,7 +3310,7 @@ }, { "pokeapi_id": 334, - "pokemon_name": "altaria", + "pokemon_name": "Altaria", "method": "walk", "encounter_rate": 5, "min_level": 36, @@ -2935,7 +3324,7 @@ "encounters": [ { "pokeapi_id": 458, - "pokemon_name": "mantyke", + "pokemon_name": "Mantyke", "method": "surf", "encounter_rate": 90, "min_level": 25, @@ -2943,7 +3332,7 @@ }, { "pokeapi_id": 592, - "pokemon_name": "frillish", + "pokemon_name": "Frillish", "method": "surf", "encounter_rate": 65, "min_level": 25, @@ -2951,7 +3340,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -2959,7 +3348,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -2967,7 +3356,7 @@ }, { "pokeapi_id": 363, - "pokemon_name": "spheal", + "pokemon_name": "Spheal", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -2975,7 +3364,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "surf", "encounter_rate": 5, "min_level": 30, @@ -2989,7 +3378,7 @@ "encounters": [ { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 70, "min_level": 10, @@ -2997,7 +3386,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -3005,7 +3394,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -3013,7 +3402,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "surf", "encounter_rate": 30, "min_level": 10, @@ -3021,7 +3410,7 @@ }, { "pokeapi_id": 546, - "pokemon_name": "cottonee", + "pokemon_name": "Cottonee", "method": "walk", "encounter_rate": 25, "min_level": 21, @@ -3029,7 +3418,7 @@ }, { "pokeapi_id": 541, - "pokemon_name": "swadloon", + "pokemon_name": "Swadloon", "method": "walk", "encounter_rate": 25, "min_level": 21, @@ -3037,7 +3426,7 @@ }, { "pokeapi_id": 543, - "pokemon_name": "venipede", + "pokemon_name": "Venipede", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -3045,7 +3434,7 @@ }, { "pokeapi_id": 315, - "pokemon_name": "roselia", + "pokemon_name": "Roselia", "method": "walk", "encounter_rate": 15, "min_level": 23, @@ -3053,7 +3442,7 @@ }, { "pokeapi_id": 415, - "pokemon_name": "combee", + "pokemon_name": "Combee", "method": "walk", "encounter_rate": 10, "min_level": 22, @@ -3061,7 +3450,7 @@ }, { "pokeapi_id": 214, - "pokemon_name": "heracross", + "pokemon_name": "Heracross", "method": "walk", "encounter_rate": 5, "min_level": 24, @@ -3075,7 +3464,7 @@ "encounters": [ { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 30, "min_level": 27, @@ -3083,7 +3472,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 30, "min_level": 27, @@ -3091,7 +3480,7 @@ }, { "pokeapi_id": 304, - "pokemon_name": "aron", + "pokemon_name": "Aron", "method": "walk", "encounter_rate": 20, "min_level": 29, @@ -3099,7 +3488,7 @@ }, { "pokeapi_id": 610, - "pokemon_name": "axew", + "pokemon_name": "Axew", "method": "walk", "encounter_rate": 20, "min_level": 29, @@ -3113,7 +3502,7 @@ "encounters": [ { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -3121,7 +3510,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -3129,7 +3518,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -3143,7 +3532,7 @@ "encounters": [ { "pokeapi_id": 592, - "pokemon_name": "frillish", + "pokemon_name": "Frillish", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -3151,7 +3540,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "super-rod", "encounter_rate": 55, "min_level": 40, @@ -3159,7 +3548,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -3167,7 +3556,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "super-rod", "encounter_rate": 5, "min_level": 50, @@ -3181,7 +3570,7 @@ "encounters": [ { "pokeapi_id": 592, - "pokemon_name": "frillish", + "pokemon_name": "Frillish", "method": "surf", "encounter_rate": 65, "min_level": 30, @@ -3189,7 +3578,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -3197,7 +3586,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -3205,7 +3594,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "surf", "encounter_rate": 30, "min_level": 30, @@ -3213,7 +3602,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -3227,7 +3616,7 @@ "encounters": [ { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -3235,7 +3624,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -3243,7 +3632,7 @@ }, { "pokeapi_id": 504, - "pokemon_name": "patrat", + "pokemon_name": "Patrat", "method": "walk", "encounter_rate": 50, "min_level": 2, @@ -3251,7 +3640,7 @@ }, { "pokeapi_id": 509, - "pokemon_name": "purrloin", + "pokemon_name": "Purrloin", "method": "walk", "encounter_rate": 50, "min_level": 2, @@ -3259,7 +3648,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -3273,7 +3662,7 @@ "encounters": [ { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 70, "min_level": 5, @@ -3281,7 +3670,7 @@ }, { "pokeapi_id": 519, - "pokemon_name": "pidove", + "pokemon_name": "Pidove", "method": "walk", "encounter_rate": 65, "min_level": 2, @@ -3289,7 +3678,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -3297,7 +3686,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -3305,7 +3694,7 @@ }, { "pokeapi_id": 191, - "pokemon_name": "sunkern", + "pokemon_name": "Sunkern", "method": "walk", "encounter_rate": 38, "min_level": 2, @@ -3313,7 +3702,7 @@ }, { "pokeapi_id": 540, - "pokemon_name": "sewaddle", + "pokemon_name": "Sewaddle", "method": "walk", "encounter_rate": 35, "min_level": 2, @@ -3321,7 +3710,7 @@ }, { "pokeapi_id": 298, - "pokemon_name": "azurill", + "pokemon_name": "Azurill", "method": "surf", "encounter_rate": 30, "min_level": 5, @@ -3329,7 +3718,7 @@ }, { "pokeapi_id": 504, - "pokemon_name": "patrat", + "pokemon_name": "Patrat", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -3337,7 +3726,7 @@ }, { "pokeapi_id": 509, - "pokemon_name": "purrloin", + "pokemon_name": "Purrloin", "method": "walk", "encounter_rate": 17, "min_level": 3, @@ -3351,7 +3740,7 @@ "encounters": [ { "pokeapi_id": 592, - "pokemon_name": "frillish", + "pokemon_name": "Frillish", "method": "surf", "encounter_rate": 65, "min_level": 30, @@ -3359,7 +3748,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -3367,7 +3756,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -3375,7 +3764,7 @@ }, { "pokeapi_id": 458, - "pokemon_name": "mantyke", + "pokemon_name": "Mantyke", "method": "surf", "encounter_rate": 30, "min_level": 30, @@ -3383,7 +3772,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -3397,7 +3786,7 @@ "encounters": [ { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 70, "min_level": 15, @@ -3405,7 +3794,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -3413,7 +3802,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -3421,7 +3810,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 30, "min_level": 15, @@ -3429,7 +3818,7 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 25, "min_level": 39, @@ -3437,7 +3826,7 @@ }, { "pokeapi_id": 591, - "pokemon_name": "amoonguss", + "pokemon_name": "Amoonguss", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -3445,7 +3834,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -3453,7 +3842,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -3461,7 +3850,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -3469,7 +3858,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -3477,7 +3866,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -3485,7 +3874,7 @@ }, { "pokeapi_id": 225, - "pokemon_name": "delibird", + "pokemon_name": "Delibird", "method": "walk", "encounter_rate": 5, "min_level": 39, @@ -3499,7 +3888,7 @@ "encounters": [ { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 70, "min_level": 40, @@ -3507,7 +3896,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -3515,7 +3904,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -3523,7 +3912,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "surf", "encounter_rate": 30, "min_level": 40, @@ -3531,7 +3920,7 @@ }, { "pokeapi_id": 626, - "pokemon_name": "bouffalant", + "pokemon_name": "Bouffalant", "method": "walk", "encounter_rate": 25, "min_level": 49, @@ -3539,7 +3928,7 @@ }, { "pokeapi_id": 539, - "pokemon_name": "sawk", + "pokemon_name": "Sawk", "method": "walk", "encounter_rate": 25, "min_level": 48, @@ -3547,7 +3936,7 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 15, "min_level": 48, @@ -3555,7 +3944,7 @@ }, { "pokeapi_id": 591, - "pokemon_name": "amoonguss", + "pokemon_name": "Amoonguss", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -3563,7 +3952,7 @@ }, { "pokeapi_id": 207, - "pokemon_name": "gligar", + "pokemon_name": "Gligar", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -3571,7 +3960,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 10, "min_level": 50, @@ -3579,7 +3968,7 @@ }, { "pokeapi_id": 629, - "pokemon_name": "vullaby", + "pokemon_name": "Vullaby", "method": "walk", "encounter_rate": 5, "min_level": 47, @@ -3593,7 +3982,7 @@ "encounters": [ { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -3601,7 +3990,7 @@ }, { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -3609,7 +3998,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 45, "min_level": 14, @@ -3617,7 +4006,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 45, "min_level": 14, @@ -3625,7 +4014,7 @@ }, { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -3639,7 +4028,7 @@ "encounters": [ { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -3647,7 +4036,7 @@ }, { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -3655,7 +4044,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 45, "min_level": 14, @@ -3663,7 +4052,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 45, "min_level": 14, @@ -3671,7 +4060,7 @@ }, { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -3690,7 +4079,7 @@ "encounters": [ { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 70, "min_level": 5, @@ -3698,7 +4087,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -3706,7 +4095,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -3714,7 +4103,7 @@ }, { "pokeapi_id": 298, - "pokemon_name": "azurill", + "pokemon_name": "Azurill", "method": "surf", "encounter_rate": 30, "min_level": 5, @@ -3728,7 +4117,7 @@ "encounters": [ { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 70, "min_level": 5, @@ -3736,7 +4125,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -3744,7 +4133,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -3752,7 +4141,7 @@ }, { "pokeapi_id": 506, - "pokemon_name": "lillipup", + "pokemon_name": "Lillipup", "method": "walk", "encounter_rate": 40, "min_level": 4, @@ -3760,7 +4149,7 @@ }, { "pokeapi_id": 298, - "pokemon_name": "azurill", + "pokemon_name": "Azurill", "method": "surf", "encounter_rate": 30, "min_level": 5, @@ -3768,7 +4157,7 @@ }, { "pokeapi_id": 298, - "pokemon_name": "azurill", + "pokemon_name": "Azurill", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -3776,7 +4165,7 @@ }, { "pokeapi_id": 179, - "pokemon_name": "mareep", + "pokemon_name": "Mareep", "method": "walk", "encounter_rate": 10, "min_level": 5, @@ -3784,7 +4173,7 @@ }, { "pokeapi_id": 504, - "pokemon_name": "patrat", + "pokemon_name": "Patrat", "method": "walk", "encounter_rate": 10, "min_level": 5, @@ -3792,7 +4181,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 10, "min_level": 5, @@ -3800,7 +4189,7 @@ }, { "pokeapi_id": 519, - "pokemon_name": "pidove", + "pokemon_name": "Pidove", "method": "walk", "encounter_rate": 5, "min_level": 7, @@ -3808,7 +4197,7 @@ }, { "pokeapi_id": 447, - "pokemon_name": "riolu", + "pokemon_name": "Riolu", "method": "walk", "encounter_rate": 5, "min_level": 5, @@ -3829,7 +4218,7 @@ "encounters": [ { "pokeapi_id": 592, - "pokemon_name": "frillish", + "pokemon_name": "Frillish", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -3837,7 +4226,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "super-rod", "encounter_rate": 55, "min_level": 40, @@ -3845,7 +4234,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -3853,7 +4242,7 @@ }, { "pokeapi_id": 504, - "pokemon_name": "patrat", + "pokemon_name": "Patrat", "method": "walk", "encounter_rate": 35, "min_level": 10, @@ -3861,7 +4250,7 @@ }, { "pokeapi_id": 519, - "pokemon_name": "pidove", + "pokemon_name": "Pidove", "method": "walk", "encounter_rate": 35, "min_level": 10, @@ -3869,7 +4258,7 @@ }, { "pokeapi_id": 240, - "pokemon_name": "magby", + "pokemon_name": "Magby", "method": "walk", "encounter_rate": 15, "min_level": 10, @@ -3877,7 +4266,7 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 15, "min_level": 10, @@ -3885,7 +4274,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "super-rod", "encounter_rate": 5, "min_level": 50, @@ -3899,7 +4288,7 @@ "encounters": [ { "pokeapi_id": 240, - "pokemon_name": "magby", + "pokemon_name": "Magby", "method": "walk", "encounter_rate": 25, "min_level": 10, @@ -3907,7 +4296,7 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 25, "min_level": 10, @@ -3915,7 +4304,7 @@ }, { "pokeapi_id": 58, - "pokemon_name": "growlithe", + "pokemon_name": "Growlithe", "method": "walk", "encounter_rate": 20, "min_level": 11, @@ -3923,7 +4312,7 @@ }, { "pokeapi_id": 109, - "pokemon_name": "koffing", + "pokemon_name": "Koffing", "method": "walk", "encounter_rate": 15, "min_level": 10, @@ -3931,7 +4320,7 @@ }, { "pokeapi_id": 504, - "pokemon_name": "patrat", + "pokemon_name": "Patrat", "method": "walk", "encounter_rate": 15, "min_level": 10, @@ -3952,7 +4341,7 @@ "encounters": [ { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 35, "min_level": 32, @@ -3960,7 +4349,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 25, "min_level": 32, @@ -3968,7 +4357,7 @@ }, { "pokeapi_id": 325, - "pokemon_name": "spoink", + "pokemon_name": "Spoink", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -3976,7 +4365,7 @@ }, { "pokeapi_id": 451, - "pokemon_name": "skorupi", + "pokemon_name": "Skorupi", "method": "walk", "encounter_rate": 15, "min_level": 33, @@ -3984,7 +4373,7 @@ }, { "pokeapi_id": 326, - "pokemon_name": "grumpig", + "pokemon_name": "Grumpig", "method": "walk", "encounter_rate": 5, "min_level": 35, @@ -3998,7 +4387,7 @@ "encounters": [ { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 35, "min_level": 32, @@ -4006,7 +4395,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 25, "min_level": 32, @@ -4014,7 +4403,7 @@ }, { "pokeapi_id": 326, - "pokemon_name": "grumpig", + "pokemon_name": "Grumpig", "method": "walk", "encounter_rate": 20, "min_level": 35, @@ -4022,7 +4411,7 @@ }, { "pokeapi_id": 451, - "pokemon_name": "skorupi", + "pokemon_name": "Skorupi", "method": "walk", "encounter_rate": 15, "min_level": 33, @@ -4030,7 +4419,7 @@ }, { "pokeapi_id": 325, - "pokemon_name": "spoink", + "pokemon_name": "Spoink", "method": "walk", "encounter_rate": 5, "min_level": 31, @@ -4044,7 +4433,7 @@ "encounters": [ { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 35, "min_level": 32, @@ -4052,7 +4441,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 25, "min_level": 32, @@ -4060,7 +4449,7 @@ }, { "pokeapi_id": 325, - "pokemon_name": "spoink", + "pokemon_name": "Spoink", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -4068,7 +4457,7 @@ }, { "pokeapi_id": 451, - "pokemon_name": "skorupi", + "pokemon_name": "Skorupi", "method": "walk", "encounter_rate": 15, "min_level": 33, @@ -4076,7 +4465,7 @@ }, { "pokeapi_id": 326, - "pokemon_name": "grumpig", + "pokemon_name": "Grumpig", "method": "walk", "encounter_rate": 5, "min_level": 35, @@ -4090,7 +4479,7 @@ "encounters": [ { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 35, "min_level": 32, @@ -4098,7 +4487,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 25, "min_level": 32, @@ -4106,7 +4495,7 @@ }, { "pokeapi_id": 325, - "pokemon_name": "spoink", + "pokemon_name": "Spoink", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -4114,7 +4503,7 @@ }, { "pokeapi_id": 451, - "pokemon_name": "skorupi", + "pokemon_name": "Skorupi", "method": "walk", "encounter_rate": 15, "min_level": 33, @@ -4122,7 +4511,7 @@ }, { "pokeapi_id": 326, - "pokemon_name": "grumpig", + "pokemon_name": "Grumpig", "method": "walk", "encounter_rate": 5, "min_level": 35, @@ -4136,7 +4525,7 @@ "encounters": [ { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 35, "min_level": 32, @@ -4144,7 +4533,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 25, "min_level": 32, @@ -4152,7 +4541,7 @@ }, { "pokeapi_id": 325, - "pokemon_name": "spoink", + "pokemon_name": "Spoink", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -4160,7 +4549,7 @@ }, { "pokeapi_id": 451, - "pokemon_name": "skorupi", + "pokemon_name": "Skorupi", "method": "walk", "encounter_rate": 15, "min_level": 33, @@ -4168,7 +4557,7 @@ }, { "pokeapi_id": 326, - "pokemon_name": "grumpig", + "pokemon_name": "Grumpig", "method": "walk", "encounter_rate": 5, "min_level": 35, @@ -4182,7 +4571,7 @@ "encounters": [ { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 35, "min_level": 32, @@ -4190,7 +4579,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 25, "min_level": 32, @@ -4198,7 +4587,7 @@ }, { "pokeapi_id": 325, - "pokemon_name": "spoink", + "pokemon_name": "Spoink", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -4206,7 +4595,7 @@ }, { "pokeapi_id": 451, - "pokemon_name": "skorupi", + "pokemon_name": "Skorupi", "method": "walk", "encounter_rate": 15, "min_level": 33, @@ -4214,7 +4603,7 @@ }, { "pokeapi_id": 326, - "pokemon_name": "grumpig", + "pokemon_name": "Grumpig", "method": "walk", "encounter_rate": 5, "min_level": 35, @@ -4228,7 +4617,7 @@ "encounters": [ { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 35, "min_level": 32, @@ -4236,7 +4625,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 25, "min_level": 32, @@ -4244,7 +4633,7 @@ }, { "pokeapi_id": 325, - "pokemon_name": "spoink", + "pokemon_name": "Spoink", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -4252,7 +4641,7 @@ }, { "pokeapi_id": 451, - "pokemon_name": "skorupi", + "pokemon_name": "Skorupi", "method": "walk", "encounter_rate": 15, "min_level": 33, @@ -4260,7 +4649,7 @@ }, { "pokeapi_id": 326, - "pokemon_name": "grumpig", + "pokemon_name": "Grumpig", "method": "walk", "encounter_rate": 5, "min_level": 35, @@ -4274,7 +4663,7 @@ "encounters": [ { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 35, "min_level": 32, @@ -4282,7 +4671,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 25, "min_level": 32, @@ -4290,7 +4679,7 @@ }, { "pokeapi_id": 325, - "pokemon_name": "spoink", + "pokemon_name": "Spoink", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -4298,7 +4687,7 @@ }, { "pokeapi_id": 451, - "pokemon_name": "skorupi", + "pokemon_name": "Skorupi", "method": "walk", "encounter_rate": 15, "min_level": 33, @@ -4306,7 +4695,7 @@ }, { "pokeapi_id": 326, - "pokemon_name": "grumpig", + "pokemon_name": "Grumpig", "method": "walk", "encounter_rate": 5, "min_level": 35, @@ -4320,7 +4709,7 @@ "encounters": [ { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 35, "min_level": 32, @@ -4328,7 +4717,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 25, "min_level": 32, @@ -4336,7 +4725,7 @@ }, { "pokeapi_id": 325, - "pokemon_name": "spoink", + "pokemon_name": "Spoink", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -4344,7 +4733,7 @@ }, { "pokeapi_id": 451, - "pokemon_name": "skorupi", + "pokemon_name": "Skorupi", "method": "walk", "encounter_rate": 15, "min_level": 33, @@ -4352,7 +4741,7 @@ }, { "pokeapi_id": 326, - "pokemon_name": "grumpig", + "pokemon_name": "Grumpig", "method": "walk", "encounter_rate": 5, "min_level": 35, @@ -4366,7 +4755,7 @@ "encounters": [ { "pokeapi_id": 451, - "pokemon_name": "skorupi", + "pokemon_name": "Skorupi", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -4374,7 +4763,7 @@ }, { "pokeapi_id": 426, - "pokemon_name": "drifblim", + "pokemon_name": "Drifblim", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -4382,7 +4771,7 @@ }, { "pokeapi_id": 325, - "pokemon_name": "spoink", + "pokemon_name": "Spoink", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -4390,7 +4779,7 @@ }, { "pokeapi_id": 328, - "pokemon_name": "trapinch", + "pokemon_name": "Trapinch", "method": "walk", "encounter_rate": 15, "min_level": 32, @@ -4398,7 +4787,7 @@ }, { "pokeapi_id": 326, - "pokemon_name": "grumpig", + "pokemon_name": "Grumpig", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -4406,7 +4795,7 @@ }, { "pokeapi_id": 227, - "pokemon_name": "skarmory", + "pokemon_name": "Skarmory", "method": "walk", "encounter_rate": 5, "min_level": 34, @@ -4420,7 +4809,7 @@ "encounters": [ { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 35, "min_level": 32, @@ -4428,7 +4817,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 25, "min_level": 32, @@ -4436,7 +4825,7 @@ }, { "pokeapi_id": 325, - "pokemon_name": "spoink", + "pokemon_name": "Spoink", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -4444,7 +4833,7 @@ }, { "pokeapi_id": 451, - "pokemon_name": "skorupi", + "pokemon_name": "Skorupi", "method": "walk", "encounter_rate": 15, "min_level": 33, @@ -4452,7 +4841,7 @@ }, { "pokeapi_id": 326, - "pokemon_name": "grumpig", + "pokemon_name": "Grumpig", "method": "walk", "encounter_rate": 5, "min_level": 35, @@ -4466,7 +4855,7 @@ "encounters": [ { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 35, "min_level": 32, @@ -4474,7 +4863,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 25, "min_level": 32, @@ -4482,7 +4871,7 @@ }, { "pokeapi_id": 326, - "pokemon_name": "grumpig", + "pokemon_name": "Grumpig", "method": "walk", "encounter_rate": 20, "min_level": 35, @@ -4490,7 +4879,7 @@ }, { "pokeapi_id": 451, - "pokemon_name": "skorupi", + "pokemon_name": "Skorupi", "method": "walk", "encounter_rate": 15, "min_level": 33, @@ -4498,7 +4887,7 @@ }, { "pokeapi_id": 325, - "pokemon_name": "spoink", + "pokemon_name": "Spoink", "method": "walk", "encounter_rate": 5, "min_level": 31, @@ -4512,7 +4901,7 @@ "encounters": [ { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 35, "min_level": 32, @@ -4520,7 +4909,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 25, "min_level": 32, @@ -4528,7 +4917,7 @@ }, { "pokeapi_id": 325, - "pokemon_name": "spoink", + "pokemon_name": "Spoink", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -4536,7 +4925,7 @@ }, { "pokeapi_id": 451, - "pokemon_name": "skorupi", + "pokemon_name": "Skorupi", "method": "walk", "encounter_rate": 15, "min_level": 33, @@ -4544,7 +4933,7 @@ }, { "pokeapi_id": 326, - "pokemon_name": "grumpig", + "pokemon_name": "Grumpig", "method": "walk", "encounter_rate": 5, "min_level": 35, @@ -4565,7 +4954,7 @@ "encounters": [ { "pokeapi_id": 607, - "pokemon_name": "litwick", + "pokemon_name": "Litwick", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -4573,7 +4962,7 @@ }, { "pokeapi_id": 574, - "pokemon_name": "gothita", + "pokemon_name": "Gothita", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -4581,7 +4970,7 @@ }, { "pokeapi_id": 354, - "pokemon_name": "banette", + "pokemon_name": "Banette", "method": "walk", "encounter_rate": 15, "min_level": 32, @@ -4589,7 +4978,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 15, "min_level": 32, @@ -4597,7 +4986,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 15, "min_level": 32, @@ -4605,7 +4994,7 @@ }, { "pokeapi_id": 575, - "pokemon_name": "gothorita", + "pokemon_name": "Gothorita", "method": "walk", "encounter_rate": 5, "min_level": 34, @@ -4613,13 +5002,121 @@ } ] }, + { + "name": "Strange House (1F)", + "order": 93, + "encounters": [ + { + "pokeapi_id": 607, + "pokemon_name": "Litwick", + "method": "walk", + "encounter_rate": 30, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 574, + "pokemon_name": "Gothita", + "method": "walk", + "encounter_rate": 20, + "min_level": 31, + "max_level": 31 + }, + { + "pokeapi_id": 354, + "pokemon_name": "Banette", + "method": "walk", + "encounter_rate": 15, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 15, + "min_level": 32, + "max_level": 33 + }, + { + "pokeapi_id": 20, + "pokemon_name": "Raticate", + "method": "walk", + "encounter_rate": 15, + "min_level": 32, + "max_level": 33 + }, + { + "pokeapi_id": 575, + "pokemon_name": "Gothorita", + "method": "walk", + "encounter_rate": 5, + "min_level": 34, + "max_level": 34 + } + ] + }, + { + "name": "Strange House (B1F)", + "order": 94, + "encounters": [ + { + "pokeapi_id": 574, + "pokemon_name": "Gothita", + "method": "walk", + "encounter_rate": 20, + "min_level": 31, + "max_level": 31 + }, + { + "pokeapi_id": 607, + "pokemon_name": "Litwick", + "method": "walk", + "encounter_rate": 20, + "min_level": 31, + "max_level": 31 + }, + { + "pokeapi_id": 354, + "pokemon_name": "Banette", + "method": "walk", + "encounter_rate": 15, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 15, + "min_level": 32, + "max_level": 33 + }, + { + "pokeapi_id": 575, + "pokemon_name": "Gothorita", + "method": "walk", + "encounter_rate": 15, + "min_level": 33, + "max_level": 34 + }, + { + "pokeapi_id": 20, + "pokemon_name": "Raticate", + "method": "walk", + "encounter_rate": 15, + "min_level": 32, + "max_level": 33 + } + ] + }, { "name": "Strange House (B1f)", "order": 94, "encounters": [ { "pokeapi_id": 574, - "pokemon_name": "gothita", + "pokemon_name": "Gothita", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -4627,7 +5124,7 @@ }, { "pokeapi_id": 607, - "pokemon_name": "litwick", + "pokemon_name": "Litwick", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -4635,7 +5132,7 @@ }, { "pokeapi_id": 354, - "pokemon_name": "banette", + "pokemon_name": "Banette", "method": "walk", "encounter_rate": 15, "min_level": 32, @@ -4643,7 +5140,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 15, "min_level": 32, @@ -4651,7 +5148,7 @@ }, { "pokeapi_id": 575, - "pokemon_name": "gothorita", + "pokemon_name": "Gothorita", "method": "walk", "encounter_rate": 15, "min_level": 33, @@ -4659,7 +5156,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 15, "min_level": 32, @@ -4680,7 +5177,7 @@ "encounters": [ { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 80, "min_level": 41, @@ -4688,7 +5185,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 20, "min_level": 43, @@ -4702,7 +5199,7 @@ "encounters": [ { "pokeapi_id": 621, - "pokemon_name": "druddigon", + "pokemon_name": "Druddigon", "method": "walk", "encounter_rate": 80, "min_level": 47, @@ -4710,7 +5207,7 @@ }, { "pokeapi_id": 634, - "pokemon_name": "zweilous", + "pokemon_name": "Zweilous", "method": "walk", "encounter_rate": 20, "min_level": 49, @@ -4724,7 +5221,7 @@ "encounters": [ { "pokeapi_id": 520, - "pokemon_name": "tranquill", + "pokemon_name": "Tranquill", "method": "walk", "encounter_rate": 80, "min_level": 47, @@ -4732,7 +5229,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 70, "min_level": 35, @@ -4740,7 +5237,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -4748,7 +5245,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -4756,7 +5253,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "surf", "encounter_rate": 30, "min_level": 35, @@ -4764,7 +5261,7 @@ }, { "pokeapi_id": 334, - "pokemon_name": "altaria", + "pokemon_name": "Altaria", "method": "walk", "encounter_rate": 20, "min_level": 49, @@ -4778,7 +5275,7 @@ "encounters": [ { "pokeapi_id": 621, - "pokemon_name": "druddigon", + "pokemon_name": "Druddigon", "method": "walk", "encounter_rate": 80, "min_level": 47, @@ -4786,7 +5283,7 @@ }, { "pokeapi_id": 634, - "pokemon_name": "zweilous", + "pokemon_name": "Zweilous", "method": "walk", "encounter_rate": 20, "min_level": 49, @@ -4800,7 +5297,7 @@ "encounters": [ { "pokeapi_id": 354, - "pokemon_name": "banette", + "pokemon_name": "Banette", "method": "walk", "encounter_rate": 70, "min_level": 47, @@ -4808,7 +5305,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 70, "min_level": 35, @@ -4816,7 +5313,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -4824,7 +5321,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -4832,7 +5329,7 @@ }, { "pokeapi_id": 623, - "pokemon_name": "golurk", + "pokemon_name": "Golurk", "method": "walk", "encounter_rate": 30, "min_level": 48, @@ -4840,7 +5337,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 30, "min_level": 35, @@ -4854,7 +5351,7 @@ "encounters": [ { "pokeapi_id": 546, - "pokemon_name": "cottonee", + "pokemon_name": "Cottonee", "method": "walk", "encounter_rate": 70, "min_level": 47, @@ -4862,7 +5359,7 @@ }, { "pokeapi_id": 315, - "pokemon_name": "roselia", + "pokemon_name": "Roselia", "method": "walk", "encounter_rate": 30, "min_level": 48, @@ -4876,7 +5373,7 @@ "encounters": [ { "pokeapi_id": 520, - "pokemon_name": "tranquill", + "pokemon_name": "Tranquill", "method": "walk", "encounter_rate": 80, "min_level": 47, @@ -4884,7 +5381,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 70, "min_level": 35, @@ -4892,7 +5389,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -4900,7 +5397,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -4908,7 +5405,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "surf", "encounter_rate": 30, "min_level": 35, @@ -4916,7 +5413,7 @@ }, { "pokeapi_id": 334, - "pokemon_name": "altaria", + "pokemon_name": "Altaria", "method": "walk", "encounter_rate": 20, "min_level": 49, @@ -4930,7 +5427,7 @@ "encounters": [ { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 80, "min_level": 47, @@ -4938,7 +5435,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 70, "min_level": 35, @@ -4946,7 +5443,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -4954,7 +5451,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -4962,7 +5459,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 30, "min_level": 35, @@ -4970,7 +5467,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 20, "min_level": 49, @@ -4984,7 +5481,7 @@ "encounters": [ { "pokeapi_id": 533, - "pokemon_name": "gurdurr", + "pokemon_name": "Gurdurr", "method": "walk", "encounter_rate": 70, "min_level": 47, @@ -4992,7 +5489,7 @@ }, { "pokeapi_id": 538, - "pokemon_name": "throh", + "pokemon_name": "Throh", "method": "walk", "encounter_rate": 30, "min_level": 48, @@ -5006,7 +5503,7 @@ "encounters": [ { "pokeapi_id": 354, - "pokemon_name": "banette", + "pokemon_name": "Banette", "method": "walk", "encounter_rate": 70, "min_level": 47, @@ -5014,7 +5511,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 70, "min_level": 35, @@ -5022,7 +5519,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -5030,7 +5527,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -5038,7 +5535,7 @@ }, { "pokeapi_id": 623, - "pokemon_name": "golurk", + "pokemon_name": "Golurk", "method": "walk", "encounter_rate": 30, "min_level": 48, @@ -5046,7 +5543,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 30, "min_level": 35, @@ -5067,7 +5564,7 @@ "encounters": [ { "pokeapi_id": 524, - "pokemon_name": "roggenrola", + "pokemon_name": "Roggenrola", "method": "walk", "encounter_rate": 34, "min_level": 16, @@ -5075,7 +5572,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 31, "min_level": 16, @@ -5083,7 +5580,7 @@ }, { "pokeapi_id": 532, - "pokemon_name": "timburr", + "pokemon_name": "Timburr", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -5091,7 +5588,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 10, "min_level": 17, @@ -5099,7 +5596,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 18, @@ -5113,7 +5610,7 @@ "encounters": [ { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 70, "min_level": 10, @@ -5121,7 +5618,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -5129,7 +5626,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -5137,7 +5634,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 34, "min_level": 27, @@ -5145,7 +5642,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 31, "min_level": 27, @@ -5153,7 +5650,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 30, "min_level": 10, @@ -5161,7 +5658,7 @@ }, { "pokeapi_id": 533, - "pokemon_name": "gurdurr", + "pokemon_name": "Gurdurr", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -5169,7 +5666,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 10, "min_level": 29, @@ -5177,7 +5674,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -5191,7 +5688,7 @@ "encounters": [ { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 39, "min_level": 27, @@ -5199,7 +5696,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 36, "min_level": 27, @@ -5207,7 +5704,7 @@ }, { "pokeapi_id": 533, - "pokemon_name": "gurdurr", + "pokemon_name": "Gurdurr", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -5215,7 +5712,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -5231,7 +5728,7 @@ "encounters": [ { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 100, "min_level": 45, @@ -5239,7 +5736,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 60, "min_level": 50, @@ -5247,7 +5744,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 50, @@ -5255,7 +5752,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 35, "min_level": 54, @@ -5263,7 +5760,7 @@ }, { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -5271,7 +5768,7 @@ }, { "pokeapi_id": 305, - "pokemon_name": "lairon", + "pokemon_name": "Lairon", "method": "walk", "encounter_rate": 15, "min_level": 55, @@ -5279,7 +5776,7 @@ }, { "pokeapi_id": 299, - "pokemon_name": "nosepass", + "pokemon_name": "Nosepass", "method": "walk", "encounter_rate": 15, "min_level": 55, @@ -5287,7 +5784,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -5295,7 +5792,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 57, @@ -5309,12 +5806,12 @@ "encounters": [], "children": [ { - "name": "Seaside Cave (1f)", + "name": "Seaside Cave (1F)", "order": 112, "encounters": [ { "pokeapi_id": 592, - "pokemon_name": "frillish", + "pokemon_name": "Frillish", "method": "surf", "encounter_rate": 70, "min_level": 25, @@ -5322,7 +5819,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -5330,7 +5827,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -5338,7 +5835,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 35, "min_level": 34, @@ -5346,7 +5843,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 35, "min_level": 34, @@ -5354,7 +5851,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -5362,7 +5859,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 15, "min_level": 35, @@ -5370,7 +5867,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 10, "min_level": 35, @@ -5378,7 +5875,85 @@ }, { "pokeapi_id": 602, - "pokemon_name": "tynamo", + "pokemon_name": "Tynamo", + "method": "walk", + "encounter_rate": 5, + "min_level": 37, + "max_level": 37 + } + ] + }, + { + "name": "Seaside Cave (1f)", + "order": 112, + "encounters": [ + { + "pokeapi_id": 592, + "pokemon_name": "Frillish", + "method": "surf", + "encounter_rate": 70, + "min_level": 25, + "max_level": 40 + }, + { + "pokeapi_id": 370, + "pokemon_name": "Luvdisc", + "method": "super-rod", + "encounter_rate": 60, + "min_level": 40, + "max_level": 70 + }, + { + "pokeapi_id": 90, + "pokemon_name": "Shellder", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 40, + "max_level": 60 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "walk", + "encounter_rate": 35, + "min_level": 34, + "max_level": 36 + }, + { + "pokeapi_id": 527, + "pokemon_name": "Woobat", + "method": "walk", + "encounter_rate": 35, + "min_level": 34, + "max_level": 36 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "surf", + "encounter_rate": 30, + "min_level": 25, + "max_level": 40 + }, + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 15, + "min_level": 35, + "max_level": 37 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 10, + "min_level": 35, + "max_level": 35 + }, + { + "pokeapi_id": 602, + "pokemon_name": "Tynamo", "method": "walk", "encounter_rate": 5, "min_level": 37, @@ -5392,7 +5967,7 @@ "encounters": [ { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 35, "min_level": 39, @@ -5400,7 +5975,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 35, "min_level": 39, @@ -5408,7 +5983,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 20, "min_level": 40, @@ -5416,7 +5991,7 @@ }, { "pokeapi_id": 603, - "pokemon_name": "eelektrik", + "pokemon_name": "Eelektrik", "method": "walk", "encounter_rate": 5, "min_level": 42, @@ -5424,7 +5999,53 @@ }, { "pokeapi_id": 213, - "pokemon_name": "shuckle", + "pokemon_name": "Shuckle", + "method": "walk", + "encounter_rate": 5, + "min_level": 41, + "max_level": 41 + } + ] + }, + { + "name": "Seaside Cave (B1F)", + "order": 113, + "encounters": [ + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 35, + "min_level": 39, + "max_level": 42 + }, + { + "pokeapi_id": 527, + "pokemon_name": "Woobat", + "method": "walk", + "encounter_rate": 35, + "min_level": 39, + "max_level": 41 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "walk", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 603, + "pokemon_name": "Eelektrik", + "method": "walk", + "encounter_rate": 5, + "min_level": 42, + "max_level": 42 + }, + { + "pokeapi_id": 213, + "pokemon_name": "Shuckle", "method": "walk", "encounter_rate": 5, "min_level": 41, @@ -5440,7 +6061,7 @@ "encounters": [ { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 70, "min_level": 45, @@ -5448,7 +6069,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 60, "min_level": 1, @@ -5456,7 +6077,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -5464,7 +6085,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "surf", "encounter_rate": 30, "min_level": 45, @@ -5472,7 +6093,7 @@ }, { "pokeapi_id": 274, - "pokemon_name": "nuzleaf", + "pokemon_name": "Nuzleaf", "method": "walk", "encounter_rate": 30, "min_level": 56, @@ -5480,7 +6101,7 @@ }, { "pokeapi_id": 334, - "pokemon_name": "altaria", + "pokemon_name": "Altaria", "method": "walk", "encounter_rate": 20, "min_level": 56, @@ -5488,7 +6109,7 @@ }, { "pokeapi_id": 203, - "pokemon_name": "girafarig", + "pokemon_name": "Girafarig", "method": "walk", "encounter_rate": 15, "min_level": 58, @@ -5496,7 +6117,7 @@ }, { "pokeapi_id": 611, - "pokemon_name": "fraxure", + "pokemon_name": "Fraxure", "method": "walk", "encounter_rate": 10, "min_level": 57, @@ -5504,7 +6125,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 10, "min_level": 57, @@ -5512,7 +6133,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 10, "min_level": 58, @@ -5520,7 +6141,7 @@ }, { "pokeapi_id": 352, - "pokemon_name": "kecleon", + "pokemon_name": "Kecleon", "method": "walk", "encounter_rate": 5, "min_level": 57, @@ -5534,7 +6155,7 @@ "encounters": [ { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 35, "min_level": 54, @@ -5542,7 +6163,7 @@ }, { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -5550,7 +6171,7 @@ }, { "pokeapi_id": 305, - "pokemon_name": "lairon", + "pokemon_name": "Lairon", "method": "walk", "encounter_rate": 15, "min_level": 55, @@ -5558,7 +6179,7 @@ }, { "pokeapi_id": 299, - "pokemon_name": "nosepass", + "pokemon_name": "Nosepass", "method": "walk", "encounter_rate": 15, "min_level": 55, @@ -5566,7 +6187,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -5574,7 +6195,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 57, @@ -5588,7 +6209,7 @@ "encounters": [ { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 35, "min_level": 54, @@ -5596,7 +6217,7 @@ }, { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -5604,7 +6225,7 @@ }, { "pokeapi_id": 305, - "pokemon_name": "lairon", + "pokemon_name": "Lairon", "method": "walk", "encounter_rate": 15, "min_level": 55, @@ -5612,7 +6233,7 @@ }, { "pokeapi_id": 299, - "pokemon_name": "nosepass", + "pokemon_name": "Nosepass", "method": "walk", "encounter_rate": 15, "min_level": 55, @@ -5620,7 +6241,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -5628,7 +6249,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 57, @@ -5642,7 +6263,7 @@ "encounters": [ { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 35, "min_level": 54, @@ -5650,7 +6271,7 @@ }, { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -5658,7 +6279,7 @@ }, { "pokeapi_id": 305, - "pokemon_name": "lairon", + "pokemon_name": "Lairon", "method": "walk", "encounter_rate": 15, "min_level": 55, @@ -5666,7 +6287,7 @@ }, { "pokeapi_id": 299, - "pokemon_name": "nosepass", + "pokemon_name": "Nosepass", "method": "walk", "encounter_rate": 15, "min_level": 55, @@ -5674,7 +6295,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -5682,7 +6303,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 57, @@ -5696,7 +6317,7 @@ "encounters": [ { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 35, "min_level": 54, @@ -5704,7 +6325,7 @@ }, { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -5712,7 +6333,7 @@ }, { "pokeapi_id": 305, - "pokemon_name": "lairon", + "pokemon_name": "Lairon", "method": "walk", "encounter_rate": 15, "min_level": 55, @@ -5720,7 +6341,7 @@ }, { "pokeapi_id": 299, - "pokemon_name": "nosepass", + "pokemon_name": "Nosepass", "method": "walk", "encounter_rate": 15, "min_level": 55, @@ -5728,7 +6349,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -5736,7 +6357,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 57, diff --git a/backend/src/app/seeds/data/black.json b/backend/src/app/seeds/data/black.json index 2bbaffa..051f996 100644 --- a/backend/src/app/seeds/data/black.json +++ b/backend/src/app/seeds/data/black.json @@ -5,7 +5,7 @@ "encounters": [ { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -13,7 +13,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -21,7 +21,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -35,7 +35,7 @@ "encounters": [ { "pokeapi_id": 592, - "pokemon_name": "frillish", + "pokemon_name": "Frillish", "method": "surf", "encounter_rate": 100, "min_level": 10, @@ -43,7 +43,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 55, "min_level": 35, @@ -51,7 +51,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -59,7 +59,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 5, "min_level": 35, @@ -73,7 +73,7 @@ "encounters": [ { "pokeapi_id": 536, - "pokemon_name": "palpitoad", + "pokemon_name": "Palpitoad", "method": "walk", "encounter_rate": 100, "min_level": 30, @@ -81,7 +81,7 @@ }, { "pokeapi_id": 616, - "pokemon_name": "shelmet", + "pokemon_name": "Shelmet", "method": "walk", "encounter_rate": 100, "min_level": 30, @@ -89,7 +89,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "surf", "encounter_rate": 100, "min_level": 15, @@ -97,7 +97,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -105,7 +105,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "walk", "encounter_rate": 60, "min_level": 31, @@ -113,7 +113,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -127,7 +127,7 @@ "encounters": [ { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -135,7 +135,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 95, "min_level": 35, @@ -143,7 +143,7 @@ }, { "pokeapi_id": 506, - "pokemon_name": "lillipup", + "pokemon_name": "Lillipup", "method": "walk", "encounter_rate": 50, "min_level": 2, @@ -151,7 +151,7 @@ }, { "pokeapi_id": 504, - "pokemon_name": "patrat", + "pokemon_name": "Patrat", "method": "walk", "encounter_rate": 50, "min_level": 2, @@ -159,7 +159,7 @@ }, { "pokeapi_id": 349, - "pokemon_name": "feebas", + "pokemon_name": "Feebas", "method": "super-rod", "encounter_rate": 5, "min_level": 35, @@ -173,7 +173,7 @@ "encounters": [ { "pokeapi_id": 506, - "pokemon_name": "lillipup", + "pokemon_name": "Lillipup", "method": "walk", "encounter_rate": 40, "min_level": 4, @@ -181,7 +181,7 @@ }, { "pokeapi_id": 504, - "pokemon_name": "patrat", + "pokemon_name": "Patrat", "method": "walk", "encounter_rate": 40, "min_level": 4, @@ -189,7 +189,7 @@ }, { "pokeapi_id": 509, - "pokemon_name": "purrloin", + "pokemon_name": "Purrloin", "method": "walk", "encounter_rate": 20, "min_level": 4, @@ -203,7 +203,7 @@ "encounters": [ { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -211,7 +211,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -219,7 +219,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -227,7 +227,7 @@ }, { "pokeapi_id": 519, - "pokemon_name": "pidove", + "pokemon_name": "Pidove", "method": "walk", "encounter_rate": 40, "min_level": 8, @@ -235,7 +235,7 @@ }, { "pokeapi_id": 522, - "pokemon_name": "blitzle", + "pokemon_name": "Blitzle", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -243,7 +243,7 @@ }, { "pokeapi_id": 504, - "pokemon_name": "patrat", + "pokemon_name": "Patrat", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -251,7 +251,7 @@ }, { "pokeapi_id": 506, - "pokemon_name": "lillipup", + "pokemon_name": "Lillipup", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -259,7 +259,7 @@ }, { "pokeapi_id": 509, - "pokemon_name": "purrloin", + "pokemon_name": "Purrloin", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -273,7 +273,7 @@ "encounters": [ { "pokeapi_id": 592, - "pokemon_name": "frillish", + "pokemon_name": "Frillish", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -281,7 +281,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 55, "min_level": 35, @@ -289,7 +289,7 @@ }, { "pokeapi_id": 366, - "pokemon_name": "clamperl", + "pokemon_name": "Clamperl", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -297,7 +297,7 @@ }, { "pokeapi_id": 554, - "pokemon_name": "darumaka", + "pokemon_name": "Darumaka", "method": "walk", "encounter_rate": 40, "min_level": 15, @@ -305,7 +305,7 @@ }, { "pokeapi_id": 551, - "pokemon_name": "sandile", + "pokemon_name": "Sandile", "method": "walk", "encounter_rate": 40, "min_level": 15, @@ -313,7 +313,7 @@ }, { "pokeapi_id": 559, - "pokemon_name": "scraggy", + "pokemon_name": "Scraggy", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -321,7 +321,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 5, "min_level": 35, @@ -335,7 +335,7 @@ "encounters": [ { "pokeapi_id": 574, - "pokemon_name": "gothita", + "pokemon_name": "Gothita", "method": "walk", "encounter_rate": 30, "min_level": 19, @@ -343,7 +343,7 @@ }, { "pokeapi_id": 572, - "pokemon_name": "minccino", + "pokemon_name": "Minccino", "method": "walk", "encounter_rate": 30, "min_level": 19, @@ -351,7 +351,7 @@ }, { "pokeapi_id": 510, - "pokemon_name": "liepard", + "pokemon_name": "Liepard", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -359,7 +359,7 @@ }, { "pokeapi_id": 568, - "pokemon_name": "trubbish", + "pokemon_name": "Trubbish", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -373,7 +373,7 @@ "encounters": [ { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 100, "min_level": 10, @@ -381,7 +381,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 45, "min_level": 35, @@ -389,7 +389,7 @@ }, { "pokeapi_id": 520, - "pokemon_name": "tranquill", + "pokemon_name": "Tranquill", "method": "walk", "encounter_rate": 45, "min_level": 23, @@ -397,7 +397,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -405,7 +405,7 @@ }, { "pokeapi_id": 585, - "pokemon_name": "deerling", + "pokemon_name": "Deerling", "method": "walk", "encounter_rate": 35, "min_level": 22, @@ -413,7 +413,7 @@ }, { "pokeapi_id": 588, - "pokemon_name": "karrablast", + "pokemon_name": "Karrablast", "method": "walk", "encounter_rate": 25, "min_level": 22, @@ -421,7 +421,7 @@ }, { "pokeapi_id": 590, - "pokemon_name": "foongus", + "pokemon_name": "Foongus", "method": "walk", "encounter_rate": 15, "min_level": 23, @@ -429,7 +429,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 15, "min_level": 35, @@ -437,7 +437,7 @@ }, { "pokeapi_id": 582, - "pokemon_name": "vanillite", + "pokemon_name": "Vanillite", "method": "walk", "encounter_rate": 15, "min_level": 23, @@ -445,7 +445,7 @@ }, { "pokeapi_id": 541, - "pokemon_name": "swadloon", + "pokemon_name": "Swadloon", "method": "walk", "encounter_rate": 10, "min_level": 23, @@ -459,7 +459,7 @@ "encounters": [ { "pokeapi_id": 520, - "pokemon_name": "tranquill", + "pokemon_name": "Tranquill", "method": "walk", "encounter_rate": 90, "min_level": 26, @@ -467,7 +467,7 @@ }, { "pokeapi_id": 613, - "pokemon_name": "cubchoo", + "pokemon_name": "Cubchoo", "method": "walk", "encounter_rate": 30, "min_level": 26, @@ -475,7 +475,7 @@ }, { "pokeapi_id": 585, - "pokemon_name": "deerling", + "pokemon_name": "Deerling", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -483,7 +483,7 @@ }, { "pokeapi_id": 505, - "pokemon_name": "watchog", + "pokemon_name": "Watchog", "method": "walk", "encounter_rate": 20, "min_level": 27, @@ -491,7 +491,7 @@ }, { "pokeapi_id": 523, - "pokemon_name": "zebstrika", + "pokemon_name": "Zebstrika", "method": "walk", "encounter_rate": 20, "min_level": 27, @@ -499,7 +499,7 @@ }, { "pokeapi_id": 590, - "pokemon_name": "foongus", + "pokemon_name": "Foongus", "method": "walk", "encounter_rate": 10, "min_level": 27, @@ -513,7 +513,7 @@ "encounters": [ { "pokeapi_id": 536, - "pokemon_name": "palpitoad", + "pokemon_name": "Palpitoad", "method": "walk", "encounter_rate": 100, "min_level": 30, @@ -521,7 +521,7 @@ }, { "pokeapi_id": 616, - "pokemon_name": "shelmet", + "pokemon_name": "Shelmet", "method": "walk", "encounter_rate": 100, "min_level": 30, @@ -529,7 +529,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "surf", "encounter_rate": 100, "min_level": 15, @@ -537,7 +537,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -545,7 +545,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "walk", "encounter_rate": 60, "min_level": 31, @@ -553,7 +553,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -567,7 +567,7 @@ "encounters": [ { "pokeapi_id": 575, - "pokemon_name": "gothorita", + "pokemon_name": "Gothorita", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -575,7 +575,7 @@ }, { "pokeapi_id": 569, - "pokemon_name": "garbodor", + "pokemon_name": "Garbodor", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -583,7 +583,7 @@ }, { "pokeapi_id": 572, - "pokemon_name": "minccino", + "pokemon_name": "Minccino", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -591,7 +591,7 @@ }, { "pokeapi_id": 624, - "pokemon_name": "pawniard", + "pokemon_name": "Pawniard", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -599,7 +599,7 @@ }, { "pokeapi_id": 510, - "pokemon_name": "liepard", + "pokemon_name": "Liepard", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -613,7 +613,7 @@ "encounters": [ { "pokeapi_id": 507, - "pokemon_name": "herdier", + "pokemon_name": "Herdier", "method": "walk", "encounter_rate": 30, "min_level": 33, @@ -621,7 +621,7 @@ }, { "pokeapi_id": 629, - "pokemon_name": "vullaby", + "pokemon_name": "Vullaby", "method": "walk", "encounter_rate": 30, "min_level": 34, @@ -629,7 +629,7 @@ }, { "pokeapi_id": 626, - "pokemon_name": "bouffalant", + "pokemon_name": "Bouffalant", "method": "walk", "encounter_rate": 20, "min_level": 34, @@ -637,7 +637,7 @@ }, { "pokeapi_id": 590, - "pokemon_name": "foongus", + "pokemon_name": "Foongus", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -645,7 +645,7 @@ }, { "pokeapi_id": 539, - "pokemon_name": "sawk", + "pokemon_name": "Sawk", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -659,7 +659,7 @@ "encounters": [ { "pokeapi_id": 507, - "pokemon_name": "herdier", + "pokemon_name": "Herdier", "method": "walk", "encounter_rate": 30, "min_level": 33, @@ -667,7 +667,7 @@ }, { "pokeapi_id": 629, - "pokemon_name": "vullaby", + "pokemon_name": "Vullaby", "method": "walk", "encounter_rate": 30, "min_level": 34, @@ -675,7 +675,7 @@ }, { "pokeapi_id": 626, - "pokemon_name": "bouffalant", + "pokemon_name": "Bouffalant", "method": "walk", "encounter_rate": 20, "min_level": 34, @@ -683,7 +683,7 @@ }, { "pokeapi_id": 590, - "pokemon_name": "foongus", + "pokemon_name": "Foongus", "method": "walk", "encounter_rate": 10, "min_level": 34, @@ -691,7 +691,7 @@ }, { "pokeapi_id": 539, - "pokemon_name": "sawk", + "pokemon_name": "Sawk", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -705,7 +705,7 @@ "encounters": [ { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 70, "min_level": 25, @@ -713,7 +713,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -721,7 +721,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -729,7 +729,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -737,7 +737,7 @@ }, { "pokeapi_id": 629, - "pokemon_name": "vullaby", + "pokemon_name": "Vullaby", "method": "walk", "encounter_rate": 25, "min_level": 48, @@ -745,7 +745,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -753,7 +753,7 @@ }, { "pokeapi_id": 207, - "pokemon_name": "gligar", + "pokemon_name": "Gligar", "method": "walk", "encounter_rate": 15, "min_level": 47, @@ -761,7 +761,7 @@ }, { "pokeapi_id": 591, - "pokemon_name": "amoonguss", + "pokemon_name": "Amoonguss", "method": "walk", "encounter_rate": 10, "min_level": 48, @@ -769,7 +769,7 @@ }, { "pokeapi_id": 336, - "pokemon_name": "seviper", + "pokemon_name": "Seviper", "method": "walk", "encounter_rate": 10, "min_level": 48, @@ -777,7 +777,7 @@ }, { "pokeapi_id": 335, - "pokemon_name": "zangoose", + "pokemon_name": "Zangoose", "method": "walk", "encounter_rate": 10, "min_level": 48, @@ -785,7 +785,7 @@ }, { "pokeapi_id": 588, - "pokemon_name": "karrablast", + "pokemon_name": "Karrablast", "method": "walk", "encounter_rate": 5, "min_level": 49, @@ -793,7 +793,7 @@ }, { "pokeapi_id": 624, - "pokemon_name": "pawniard", + "pokemon_name": "Pawniard", "method": "walk", "encounter_rate": 5, "min_level": 50, @@ -807,7 +807,7 @@ "encounters": [ { "pokeapi_id": 415, - "pokemon_name": "combee", + "pokemon_name": "Combee", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -815,7 +815,7 @@ }, { "pokeapi_id": 191, - "pokemon_name": "sunkern", + "pokemon_name": "Sunkern", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -823,7 +823,7 @@ }, { "pokeapi_id": 520, - "pokemon_name": "tranquill", + "pokemon_name": "Tranquill", "method": "walk", "encounter_rate": 15, "min_level": 48, @@ -831,7 +831,7 @@ }, { "pokeapi_id": 421, - "pokemon_name": "cherrim", + "pokemon_name": "Cherrim", "method": "walk", "encounter_rate": 10, "min_level": 48, @@ -839,7 +839,7 @@ }, { "pokeapi_id": 14, - "pokemon_name": "kakuna", + "pokemon_name": "Kakuna", "method": "walk", "encounter_rate": 10, "min_level": 48, @@ -847,7 +847,7 @@ }, { "pokeapi_id": 78, - "pokemon_name": "rapidash", + "pokemon_name": "Rapidash", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -855,7 +855,7 @@ }, { "pokeapi_id": 206, - "pokemon_name": "dunsparce", + "pokemon_name": "Dunsparce", "method": "walk", "encounter_rate": 5, "min_level": 48, @@ -863,7 +863,7 @@ }, { "pokeapi_id": 214, - "pokemon_name": "heracross", + "pokemon_name": "Heracross", "method": "walk", "encounter_rate": 5, "min_level": 50, @@ -871,7 +871,7 @@ }, { "pokeapi_id": 127, - "pokemon_name": "pinsir", + "pokemon_name": "Pinsir", "method": "walk", "encounter_rate": 5, "min_level": 50, @@ -885,7 +885,7 @@ "encounters": [ { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 60, "min_level": 25, @@ -893,7 +893,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 55, "min_level": 35, @@ -901,7 +901,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -909,7 +909,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -917,7 +917,7 @@ }, { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 25, "min_level": 47, @@ -925,7 +925,7 @@ }, { "pokeapi_id": 277, - "pokemon_name": "swellow", + "pokemon_name": "Swellow", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -933,7 +933,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 15, "min_level": 48, @@ -941,7 +941,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 10, "min_level": 48, @@ -949,7 +949,7 @@ }, { "pokeapi_id": 426, - "pokemon_name": "drifblim", + "pokemon_name": "Drifblim", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -957,7 +957,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 10, "min_level": 48, @@ -965,7 +965,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 10, "min_level": 25, @@ -973,7 +973,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 10, "min_level": 48, @@ -981,7 +981,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 5, "min_level": 35, @@ -995,7 +995,7 @@ "encounters": [ { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 70, "min_level": 25, @@ -1003,7 +1003,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -1011,7 +1011,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -1019,7 +1019,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -1027,7 +1027,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -1035,7 +1035,7 @@ }, { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 20, "min_level": 48, @@ -1043,7 +1043,7 @@ }, { "pokeapi_id": 357, - "pokemon_name": "tropius", + "pokemon_name": "Tropius", "method": "walk", "encounter_rate": 15, "min_level": 48, @@ -1051,7 +1051,7 @@ }, { "pokeapi_id": 334, - "pokemon_name": "altaria", + "pokemon_name": "Altaria", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -1059,7 +1059,7 @@ }, { "pokeapi_id": 606, - "pokemon_name": "beheeyem", + "pokemon_name": "Beheeyem", "method": "walk", "encounter_rate": 10, "min_level": 48, @@ -1067,7 +1067,7 @@ }, { "pokeapi_id": 426, - "pokemon_name": "drifblim", + "pokemon_name": "Drifblim", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -1075,7 +1075,7 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -1083,7 +1083,7 @@ }, { "pokeapi_id": 213, - "pokemon_name": "shuckle", + "pokemon_name": "Shuckle", "method": "walk", "encounter_rate": 5, "min_level": 49, @@ -1097,7 +1097,7 @@ "encounters": [ { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 30, "min_level": 48, @@ -1105,7 +1105,7 @@ }, { "pokeapi_id": 105, - "pokemon_name": "marowak", + "pokemon_name": "Marowak", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -1113,7 +1113,7 @@ }, { "pokeapi_id": 207, - "pokemon_name": "gligar", + "pokemon_name": "Gligar", "method": "walk", "encounter_rate": 15, "min_level": 47, @@ -1121,7 +1121,7 @@ }, { "pokeapi_id": 539, - "pokemon_name": "sawk", + "pokemon_name": "Sawk", "method": "walk", "encounter_rate": 15, "min_level": 48, @@ -1129,7 +1129,7 @@ }, { "pokeapi_id": 115, - "pokemon_name": "kangaskhan", + "pokemon_name": "Kangaskhan", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -1137,7 +1137,7 @@ }, { "pokeapi_id": 247, - "pokemon_name": "pupitar", + "pokemon_name": "Pupitar", "method": "walk", "encounter_rate": 10, "min_level": 48, @@ -1151,7 +1151,7 @@ "encounters": [ { "pokeapi_id": 574, - "pokemon_name": "gothita", + "pokemon_name": "Gothita", "method": "walk", "encounter_rate": 30, "min_level": 19, @@ -1159,7 +1159,7 @@ }, { "pokeapi_id": 572, - "pokemon_name": "minccino", + "pokemon_name": "Minccino", "method": "walk", "encounter_rate": 30, "min_level": 19, @@ -1167,7 +1167,7 @@ }, { "pokeapi_id": 510, - "pokemon_name": "liepard", + "pokemon_name": "Liepard", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -1175,7 +1175,7 @@ }, { "pokeapi_id": 568, - "pokemon_name": "trubbish", + "pokemon_name": "Trubbish", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -1189,7 +1189,7 @@ "encounters": [ { "pokeapi_id": 592, - "pokemon_name": "frillish", + "pokemon_name": "Frillish", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -1197,7 +1197,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 55, "min_level": 35, @@ -1205,7 +1205,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "super-rod", "encounter_rate": 45, "min_level": 35, @@ -1219,7 +1219,7 @@ "encounters": [ { "pokeapi_id": 592, - "pokemon_name": "frillish", + "pokemon_name": "Frillish", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -1227,7 +1227,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 55, "min_level": 35, @@ -1235,7 +1235,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "super-rod", "encounter_rate": 44, "min_level": 35, @@ -1243,7 +1243,7 @@ }, { "pokeapi_id": 559, - "pokemon_name": "scraggy", + "pokemon_name": "Scraggy", "method": "walk", "encounter_rate": 40, "min_level": 28, @@ -1251,7 +1251,7 @@ }, { "pokeapi_id": 557, - "pokemon_name": "dwebble", + "pokemon_name": "Dwebble", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -1259,7 +1259,7 @@ }, { "pokeapi_id": 505, - "pokemon_name": "watchog", + "pokemon_name": "Watchog", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -1267,7 +1267,7 @@ }, { "pokeapi_id": 539, - "pokemon_name": "sawk", + "pokemon_name": "Sawk", "method": "walk", "encounter_rate": 10, "min_level": 29, @@ -1275,7 +1275,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 1, "min_level": 35, @@ -1289,7 +1289,7 @@ "encounters": [ { "pokeapi_id": 504, - "pokemon_name": "patrat", + "pokemon_name": "Patrat", "method": "walk", "encounter_rate": 40, "min_level": 8, @@ -1297,7 +1297,7 @@ }, { "pokeapi_id": 509, - "pokemon_name": "purrloin", + "pokemon_name": "Purrloin", "method": "walk", "encounter_rate": 40, "min_level": 8, @@ -1305,7 +1305,7 @@ }, { "pokeapi_id": 517, - "pokemon_name": "munna", + "pokemon_name": "Munna", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -1324,7 +1324,7 @@ "encounters": [ { "pokeapi_id": 535, - "pokemon_name": "tympole", + "pokemon_name": "Tympole", "method": "walk", "encounter_rate": 40, "min_level": 12, @@ -1332,7 +1332,7 @@ }, { "pokeapi_id": 519, - "pokemon_name": "pidove", + "pokemon_name": "Pidove", "method": "walk", "encounter_rate": 30, "min_level": 12, @@ -1340,7 +1340,7 @@ }, { "pokeapi_id": 532, - "pokemon_name": "timburr", + "pokemon_name": "Timburr", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -1348,7 +1348,7 @@ }, { "pokeapi_id": 539, - "pokemon_name": "sawk", + "pokemon_name": "Sawk", "method": "walk", "encounter_rate": 10, "min_level": 12, @@ -1362,7 +1362,7 @@ "encounters": [ { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -1370,7 +1370,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -1378,7 +1378,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -1386,7 +1386,7 @@ }, { "pokeapi_id": 546, - "pokemon_name": "cottonee", + "pokemon_name": "Cottonee", "method": "walk", "encounter_rate": 35, "min_level": 14, @@ -1394,7 +1394,7 @@ }, { "pokeapi_id": 540, - "pokemon_name": "sewaddle", + "pokemon_name": "Sewaddle", "method": "walk", "encounter_rate": 35, "min_level": 14, @@ -1402,7 +1402,7 @@ }, { "pokeapi_id": 519, - "pokemon_name": "pidove", + "pokemon_name": "Pidove", "method": "walk", "encounter_rate": 15, "min_level": 15, @@ -1410,7 +1410,7 @@ }, { "pokeapi_id": 543, - "pokemon_name": "venipede", + "pokemon_name": "Venipede", "method": "walk", "encounter_rate": 15, "min_level": 15, @@ -1426,7 +1426,7 @@ "encounters": [ { "pokeapi_id": 551, - "pokemon_name": "sandile", + "pokemon_name": "Sandile", "method": "walk", "encounter_rate": 40, "min_level": 19, @@ -1434,7 +1434,7 @@ }, { "pokeapi_id": 554, - "pokemon_name": "darumaka", + "pokemon_name": "Darumaka", "method": "walk", "encounter_rate": 30, "min_level": 19, @@ -1442,7 +1442,7 @@ }, { "pokeapi_id": 557, - "pokemon_name": "dwebble", + "pokemon_name": "Dwebble", "method": "walk", "encounter_rate": 10, "min_level": 20, @@ -1450,7 +1450,7 @@ }, { "pokeapi_id": 556, - "pokemon_name": "maractus", + "pokemon_name": "Maractus", "method": "walk", "encounter_rate": 10, "min_level": 20, @@ -1458,7 +1458,7 @@ }, { "pokeapi_id": 559, - "pokemon_name": "scraggy", + "pokemon_name": "Scraggy", "method": "walk", "encounter_rate": 10, "min_level": 20, @@ -1472,7 +1472,7 @@ "encounters": [ { "pokeapi_id": 551, - "pokemon_name": "sandile", + "pokemon_name": "Sandile", "method": "walk", "encounter_rate": 40, "min_level": 19, @@ -1480,7 +1480,7 @@ }, { "pokeapi_id": 554, - "pokemon_name": "darumaka", + "pokemon_name": "Darumaka", "method": "walk", "encounter_rate": 30, "min_level": 19, @@ -1488,7 +1488,7 @@ }, { "pokeapi_id": 557, - "pokemon_name": "dwebble", + "pokemon_name": "Dwebble", "method": "walk", "encounter_rate": 10, "min_level": 20, @@ -1496,7 +1496,7 @@ }, { "pokeapi_id": 556, - "pokemon_name": "maractus", + "pokemon_name": "Maractus", "method": "walk", "encounter_rate": 10, "min_level": 20, @@ -1504,7 +1504,7 @@ }, { "pokeapi_id": 561, - "pokemon_name": "sigilyph", + "pokemon_name": "Sigilyph", "method": "walk", "encounter_rate": 10, "min_level": 20, @@ -1523,7 +1523,7 @@ "encounters": [ { "pokeapi_id": 551, - "pokemon_name": "sandile", + "pokemon_name": "Sandile", "method": "walk", "encounter_rate": 50, "min_level": 19, @@ -1531,7 +1531,7 @@ }, { "pokeapi_id": 562, - "pokemon_name": "yamask", + "pokemon_name": "Yamask", "method": "walk", "encounter_rate": 50, "min_level": 19, @@ -1545,7 +1545,7 @@ "encounters": [ { "pokeapi_id": 563, - "pokemon_name": "cofagrigus", + "pokemon_name": "Cofagrigus", "method": "walk", "encounter_rate": 50, "min_level": 34, @@ -1553,7 +1553,7 @@ }, { "pokeapi_id": 552, - "pokemon_name": "krokorok", + "pokemon_name": "Krokorok", "method": "walk", "encounter_rate": 50, "min_level": 34, @@ -1567,7 +1567,7 @@ "encounters": [ { "pokeapi_id": 552, - "pokemon_name": "krokorok", + "pokemon_name": "Krokorok", "method": "walk", "encounter_rate": 35, "min_level": 47, @@ -1575,7 +1575,7 @@ }, { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 30, "min_level": 47, @@ -1583,7 +1583,7 @@ }, { "pokeapi_id": 563, - "pokemon_name": "cofagrigus", + "pokemon_name": "Cofagrigus", "method": "walk", "encounter_rate": 20, "min_level": 48, @@ -1591,7 +1591,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 15, "min_level": 48, @@ -1605,7 +1605,7 @@ "encounters": [ { "pokeapi_id": 344, - "pokemon_name": "claydol", + "pokemon_name": "Claydol", "method": "walk", "encounter_rate": 100, "min_level": 47, @@ -1621,7 +1621,7 @@ "encounters": [ { "pokeapi_id": 507, - "pokemon_name": "herdier", + "pokemon_name": "Herdier", "method": "walk", "encounter_rate": 35, "min_level": 21, @@ -1629,7 +1629,7 @@ }, { "pokeapi_id": 582, - "pokemon_name": "vanillite", + "pokemon_name": "Vanillite", "method": "walk", "encounter_rate": 30, "min_level": 20, @@ -1637,7 +1637,7 @@ }, { "pokeapi_id": 572, - "pokemon_name": "minccino", + "pokemon_name": "Minccino", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -1645,7 +1645,7 @@ }, { "pokeapi_id": 532, - "pokemon_name": "timburr", + "pokemon_name": "Timburr", "method": "walk", "encounter_rate": 15, "min_level": 21, @@ -1659,12 +1659,12 @@ "encounters": [], "children": [ { - "name": "Chargestone Cave (B1f)", + "name": "Chargestone Cave (1F)", "order": 36, "encounters": [ { "pokeapi_id": 595, - "pokemon_name": "joltik", + "pokemon_name": "Joltik", "method": "walk", "encounter_rate": 39, "min_level": 24, @@ -1672,7 +1672,7 @@ }, { "pokeapi_id": 599, - "pokemon_name": "klink", + "pokemon_name": "Klink", "method": "walk", "encounter_rate": 29, "min_level": 25, @@ -1680,15 +1680,15 @@ }, { "pokeapi_id": 597, - "pokemon_name": "ferroseed", + "pokemon_name": "Ferroseed", "method": "walk", "encounter_rate": 20, - "min_level": 25, - "max_level": 26 + "min_level": 24, + "max_level": 25 }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -1696,7 +1696,53 @@ }, { "pokeapi_id": 602, - "pokemon_name": "tynamo", + "pokemon_name": "Tynamo", + "method": "walk", + "encounter_rate": 2, + "min_level": 27, + "max_level": 27 + } + ] + }, + { + "name": "Chargestone Cave (B1f)", + "order": 36, + "encounters": [ + { + "pokeapi_id": 595, + "pokemon_name": "Joltik", + "method": "walk", + "encounter_rate": 39, + "min_level": 24, + "max_level": 27 + }, + { + "pokeapi_id": 599, + "pokemon_name": "Klink", + "method": "walk", + "encounter_rate": 29, + "min_level": 25, + "max_level": 27 + }, + { + "pokeapi_id": 597, + "pokemon_name": "Ferroseed", + "method": "walk", + "encounter_rate": 20, + "min_level": 25, + "max_level": 26 + }, + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 10, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 602, + "pokemon_name": "Tynamo", "method": "walk", "encounter_rate": 2, "min_level": 27, @@ -1710,7 +1756,7 @@ "encounters": [ { "pokeapi_id": 595, - "pokemon_name": "joltik", + "pokemon_name": "Joltik", "method": "walk", "encounter_rate": 36, "min_level": 24, @@ -1718,7 +1764,7 @@ }, { "pokeapi_id": 599, - "pokemon_name": "klink", + "pokemon_name": "Klink", "method": "walk", "encounter_rate": 26, "min_level": 25, @@ -1726,7 +1772,7 @@ }, { "pokeapi_id": 597, - "pokemon_name": "ferroseed", + "pokemon_name": "Ferroseed", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -1734,7 +1780,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -1742,7 +1788,99 @@ }, { "pokeapi_id": 602, - "pokemon_name": "tynamo", + "pokemon_name": "Tynamo", + "method": "walk", + "encounter_rate": 8, + "min_level": 27, + "max_level": 27 + } + ] + }, + { + "name": "Chargestone Cave (B1F)", + "order": 37, + "encounters": [ + { + "pokeapi_id": 595, + "pokemon_name": "Joltik", + "method": "walk", + "encounter_rate": 39, + "min_level": 24, + "max_level": 27 + }, + { + "pokeapi_id": 599, + "pokemon_name": "Klink", + "method": "walk", + "encounter_rate": 29, + "min_level": 25, + "max_level": 27 + }, + { + "pokeapi_id": 597, + "pokemon_name": "Ferroseed", + "method": "walk", + "encounter_rate": 20, + "min_level": 25, + "max_level": 26 + }, + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 10, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 602, + "pokemon_name": "Tynamo", + "method": "walk", + "encounter_rate": 2, + "min_level": 27, + "max_level": 27 + } + ] + }, + { + "name": "Chargestone Cave (B2F)", + "order": 38, + "encounters": [ + { + "pokeapi_id": 595, + "pokemon_name": "Joltik", + "method": "walk", + "encounter_rate": 36, + "min_level": 24, + "max_level": 27 + }, + { + "pokeapi_id": 599, + "pokemon_name": "Klink", + "method": "walk", + "encounter_rate": 26, + "min_level": 25, + "max_level": 27 + }, + { + "pokeapi_id": 597, + "pokemon_name": "Ferroseed", + "method": "walk", + "encounter_rate": 20, + "min_level": 26, + "max_level": 27 + }, + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 10, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 602, + "pokemon_name": "Tynamo", "method": "walk", "encounter_rate": 8, "min_level": 27, @@ -1756,7 +1894,7 @@ "encounters": [ { "pokeapi_id": 595, - "pokemon_name": "joltik", + "pokemon_name": "Joltik", "method": "walk", "encounter_rate": 39, "min_level": 24, @@ -1764,7 +1902,7 @@ }, { "pokeapi_id": 599, - "pokemon_name": "klink", + "pokemon_name": "Klink", "method": "walk", "encounter_rate": 29, "min_level": 25, @@ -1772,7 +1910,7 @@ }, { "pokeapi_id": 597, - "pokemon_name": "ferroseed", + "pokemon_name": "Ferroseed", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -1780,7 +1918,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -1788,7 +1926,7 @@ }, { "pokeapi_id": 602, - "pokemon_name": "tynamo", + "pokemon_name": "Tynamo", "method": "walk", "encounter_rate": 2, "min_level": 27, @@ -1804,7 +1942,7 @@ "encounters": [ { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 100, "min_level": 28, @@ -1812,7 +1950,7 @@ }, { "pokeapi_id": 533, - "pokemon_name": "gurdurr", + "pokemon_name": "Gurdurr", "method": "walk", "encounter_rate": 100, "min_level": 28, @@ -1820,7 +1958,7 @@ }, { "pokeapi_id": 613, - "pokemon_name": "cubchoo", + "pokemon_name": "Cubchoo", "method": "walk", "encounter_rate": 69, "min_level": 28, @@ -1828,7 +1966,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 50, "min_level": 28, @@ -1836,7 +1974,53 @@ }, { "pokeapi_id": 615, - "pokemon_name": "cryogonal", + "pokemon_name": "Cryogonal", + "method": "walk", + "encounter_rate": 8, + "min_level": 28, + "max_level": 31 + } + ] + }, + { + "name": "Twist Mountain (B1F 3F)", + "order": 39, + "encounters": [ + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 100, + "min_level": 28, + "max_level": 31 + }, + { + "pokeapi_id": 533, + "pokemon_name": "Gurdurr", + "method": "walk", + "encounter_rate": 100, + "min_level": 28, + "max_level": 30 + }, + { + "pokeapi_id": 613, + "pokemon_name": "Cubchoo", + "method": "walk", + "encounter_rate": 69, + "min_level": 28, + "max_level": 31 + }, + { + "pokeapi_id": 527, + "pokemon_name": "Woobat", + "method": "walk", + "encounter_rate": 50, + "min_level": 28, + "max_level": 31 + }, + { + "pokeapi_id": 615, + "pokemon_name": "Cryogonal", "method": "walk", "encounter_rate": 8, "min_level": 28, @@ -1855,7 +2039,7 @@ "encounters": [ { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 100, "min_level": 15, @@ -1863,7 +2047,7 @@ }, { "pokeapi_id": 520, - "pokemon_name": "tranquill", + "pokemon_name": "Tranquill", "method": "walk", "encounter_rate": 90, "min_level": 31, @@ -1871,7 +2055,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 55, "min_level": 35, @@ -1879,7 +2063,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -1887,7 +2071,7 @@ }, { "pokeapi_id": 585, - "pokemon_name": "deerling", + "pokemon_name": "Deerling", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -1895,7 +2079,7 @@ }, { "pokeapi_id": 621, - "pokemon_name": "druddigon", + "pokemon_name": "Druddigon", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -1903,7 +2087,7 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -1911,7 +2095,7 @@ }, { "pokeapi_id": 582, - "pokemon_name": "vanillite", + "pokemon_name": "Vanillite", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -1919,7 +2103,7 @@ }, { "pokeapi_id": 613, - "pokemon_name": "cubchoo", + "pokemon_name": "Cubchoo", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -1927,7 +2111,7 @@ }, { "pokeapi_id": 148, - "pokemon_name": "dragonair", + "pokemon_name": "Dragonair", "method": "super-rod", "encounter_rate": 5, "min_level": 35, @@ -1941,7 +2125,7 @@ "encounters": [ { "pokeapi_id": 622, - "pokemon_name": "golett", + "pokemon_name": "Golett", "method": "walk", "encounter_rate": 50, "min_level": 30, @@ -1949,7 +2133,7 @@ }, { "pokeapi_id": 621, - "pokemon_name": "druddigon", + "pokemon_name": "Druddigon", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -1957,7 +2141,37 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 33 + } + ] + }, + { + "name": "Dragonspiral Tower (1F)", + "order": 43, + "encounters": [ + { + "pokeapi_id": 622, + "pokemon_name": "Golett", + "method": "walk", + "encounter_rate": 50, + "min_level": 30, + "max_level": 33 + }, + { + "pokeapi_id": 621, + "pokemon_name": "Druddigon", + "method": "walk", + "encounter_rate": 30, + "min_level": 30, + "max_level": 33 + }, + { + "pokeapi_id": 619, + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -1971,7 +2185,7 @@ "encounters": [ { "pokeapi_id": 622, - "pokemon_name": "golett", + "pokemon_name": "Golett", "method": "walk", "encounter_rate": 100, "min_level": 30, @@ -1985,7 +2199,7 @@ "encounters": [ { "pokeapi_id": 585, - "pokemon_name": "deerling", + "pokemon_name": "Deerling", "method": "walk", "encounter_rate": 90, "min_level": 30, @@ -1993,7 +2207,7 @@ }, { "pokeapi_id": 520, - "pokemon_name": "tranquill", + "pokemon_name": "Tranquill", "method": "walk", "encounter_rate": 90, "min_level": 30, @@ -2001,7 +2215,7 @@ }, { "pokeapi_id": 621, - "pokemon_name": "druddigon", + "pokemon_name": "Druddigon", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -2009,7 +2223,7 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -2017,7 +2231,7 @@ }, { "pokeapi_id": 582, - "pokemon_name": "vanillite", + "pokemon_name": "Vanillite", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -2025,13 +2239,27 @@ }, { "pokeapi_id": 613, - "pokemon_name": "cubchoo", + "pokemon_name": "Cubchoo", "method": "walk", "encounter_rate": 10, "min_level": 33, "max_level": 33 } ] + }, + { + "name": "Dragonspiral Tower (2F)", + "order": 44, + "encounters": [ + { + "pokeapi_id": 622, + "pokemon_name": "Golett", + "method": "walk", + "encounter_rate": 100, + "min_level": 30, + "max_level": 33 + } + ] } ] }, @@ -2046,7 +2274,7 @@ "encounters": [ { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 40, "min_level": 37, @@ -2054,7 +2282,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 30, "min_level": 37, @@ -2062,7 +2290,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -2070,7 +2298,7 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -2084,7 +2312,7 @@ "encounters": [ { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 40, "min_level": 39, @@ -2092,7 +2320,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 30, "min_level": 39, @@ -2100,7 +2328,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -2108,7 +2336,7 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -2122,7 +2350,7 @@ "encounters": [ { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 40, "min_level": 37, @@ -2130,7 +2358,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 30, "min_level": 37, @@ -2138,7 +2366,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -2146,7 +2374,7 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -2160,7 +2388,7 @@ "encounters": [ { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 40, "min_level": 39, @@ -2168,7 +2396,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 30, "min_level": 39, @@ -2176,7 +2404,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -2184,7 +2412,7 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -2198,7 +2426,7 @@ "encounters": [ { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 40, "min_level": 37, @@ -2206,7 +2434,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 30, "min_level": 37, @@ -2214,7 +2442,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -2222,7 +2450,7 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -2230,13 +2458,51 @@ } ] }, + { + "name": "Victory Road (4F Middle Room)", + "order": 50, + "encounters": [ + { + "pokeapi_id": 632, + "pokemon_name": "Durant", + "method": "walk", + "encounter_rate": 40, + "min_level": 39, + "max_level": 42 + }, + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 30, + "min_level": 39, + "max_level": 41 + }, + { + "pokeapi_id": 527, + "pokemon_name": "Woobat", + "method": "walk", + "encounter_rate": 20, + "min_level": 39, + "max_level": 42 + }, + { + "pokeapi_id": 619, + "pokemon_name": "Mienfoo", + "method": "walk", + "encounter_rate": 10, + "min_level": 41, + "max_level": 41 + } + ] + }, { "name": "Victory Road (Unknown Area 55)", "order": 51, "encounters": [ { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 40, "min_level": 37, @@ -2244,7 +2510,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 30, "min_level": 37, @@ -2252,7 +2518,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -2260,7 +2526,7 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -2274,7 +2540,7 @@ "encounters": [ { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 40, "min_level": 39, @@ -2282,7 +2548,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 30, "min_level": 39, @@ -2290,7 +2556,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -2298,7 +2564,7 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -2306,13 +2572,91 @@ } ] }, + { + "name": "Victory Road (1F Unknown Room)", + "order": 52, + "encounters": [ + { + "pokeapi_id": 550, + "pokemon_name": "Basculin Red Striped", + "method": "surf", + "encounter_rate": 100, + "min_level": 20, + "max_level": 45 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "super-rod", + "encounter_rate": 45, + "min_level": 35, + "max_level": 55 + }, + { + "pokeapi_id": 550, + "pokemon_name": "Basculin Red Striped", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 35, + "max_level": 55 + }, + { + "pokeapi_id": 632, + "pokemon_name": "Durant", + "method": "walk", + "encounter_rate": 40, + "min_level": 37, + "max_level": 40 + }, + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 20, + "min_level": 39, + "max_level": 39 + }, + { + "pokeapi_id": 633, + "pokemon_name": "Deino", + "method": "walk", + "encounter_rate": 20, + "min_level": 38, + "max_level": 40 + }, + { + "pokeapi_id": 61, + "pokemon_name": "Poliwhirl", + "method": "super-rod", + "encounter_rate": 15, + "min_level": 35, + "max_level": 55 + }, + { + "pokeapi_id": 619, + "pokemon_name": "Mienfoo", + "method": "walk", + "encounter_rate": 10, + "min_level": 39, + "max_level": 39 + }, + { + "pokeapi_id": 527, + "pokemon_name": "Woobat", + "method": "walk", + "encounter_rate": 10, + "min_level": 37, + "max_level": 37 + } + ] + }, { "name": "Victory Road (Unknown Area 64)", "order": 53, "encounters": [ { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 40, "min_level": 39, @@ -2320,7 +2664,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 30, "min_level": 39, @@ -2328,7 +2672,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -2336,7 +2680,7 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -2350,7 +2694,7 @@ "encounters": [ { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 40, "min_level": 39, @@ -2358,7 +2702,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 30, "min_level": 39, @@ -2366,7 +2710,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -2374,7 +2718,7 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -2388,7 +2732,7 @@ "encounters": [ { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 40, "min_level": 37, @@ -2396,7 +2740,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 30, "min_level": 37, @@ -2404,7 +2748,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -2412,7 +2756,7 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -2426,7 +2770,7 @@ "encounters": [ { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 40, "min_level": 39, @@ -2434,7 +2778,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 30, "min_level": 39, @@ -2442,7 +2786,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -2450,7 +2794,7 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -2464,7 +2808,7 @@ "encounters": [ { "pokeapi_id": 631, - "pokemon_name": "heatmor", + "pokemon_name": "Heatmor", "method": "walk", "encounter_rate": 45, "min_level": 37, @@ -2472,7 +2816,7 @@ }, { "pokeapi_id": 629, - "pokemon_name": "vullaby", + "pokemon_name": "Vullaby", "method": "walk", "encounter_rate": 35, "min_level": 37, @@ -2480,7 +2824,7 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 15, "min_level": 38, @@ -2488,7 +2832,7 @@ }, { "pokeapi_id": 611, - "pokemon_name": "fraxure", + "pokemon_name": "Fraxure", "method": "walk", "encounter_rate": 5, "min_level": 40, @@ -2502,7 +2846,7 @@ "encounters": [ { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 100, "min_level": 20, @@ -2510,7 +2854,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 45, "min_level": 35, @@ -2518,7 +2862,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -2526,7 +2870,7 @@ }, { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 40, "min_level": 37, @@ -2534,7 +2878,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -2542,7 +2886,7 @@ }, { "pokeapi_id": 633, - "pokemon_name": "deino", + "pokemon_name": "Deino", "method": "walk", "encounter_rate": 20, "min_level": 38, @@ -2550,7 +2894,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 15, "min_level": 35, @@ -2558,7 +2902,7 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -2566,7 +2910,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 10, "min_level": 37, @@ -2580,7 +2924,7 @@ "encounters": [ { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 100, "min_level": 20, @@ -2588,7 +2932,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 45, "min_level": 35, @@ -2596,7 +2940,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -2604,7 +2948,7 @@ }, { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 40, "min_level": 37, @@ -2612,7 +2956,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -2620,7 +2964,7 @@ }, { "pokeapi_id": 633, - "pokemon_name": "deino", + "pokemon_name": "Deino", "method": "walk", "encounter_rate": 20, "min_level": 38, @@ -2628,7 +2972,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 15, "min_level": 35, @@ -2636,7 +2980,7 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -2644,7 +2988,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 10, "min_level": 37, @@ -2658,7 +3002,7 @@ "encounters": [ { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 40, "min_level": 37, @@ -2666,7 +3010,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 30, "min_level": 37, @@ -2674,7 +3018,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -2682,7 +3026,7 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -2698,7 +3042,7 @@ "encounters": [ { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 60, "min_level": 25, @@ -2706,7 +3050,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "super-rod", "encounter_rate": 55, "min_level": 35, @@ -2714,7 +3058,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -2722,7 +3066,7 @@ }, { "pokeapi_id": 458, - "pokemon_name": "mantyke", + "pokemon_name": "Mantyke", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -2730,7 +3074,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 10, "min_level": 25, @@ -2738,7 +3082,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 5, "min_level": 35, @@ -2752,7 +3096,7 @@ "encounters": [ { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -2760,7 +3104,7 @@ }, { "pokeapi_id": 524, - "pokemon_name": "roggenrola", + "pokemon_name": "Roggenrola", "method": "walk", "encounter_rate": 50, "min_level": 10, @@ -2768,7 +3112,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 50, "min_level": 10, @@ -2776,7 +3120,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 45, "min_level": 35, @@ -2784,7 +3128,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -2792,7 +3136,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 15, "min_level": 35, @@ -2806,7 +3150,7 @@ "encounters": [ { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 50, "min_level": 28, @@ -2814,7 +3158,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 30, "min_level": 28, @@ -2822,7 +3166,7 @@ }, { "pokeapi_id": 610, - "pokemon_name": "axew", + "pokemon_name": "Axew", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -2841,7 +3185,7 @@ "encounters": [ { "pokeapi_id": 607, - "pokemon_name": "litwick", + "pokemon_name": "Litwick", "method": "walk", "encounter_rate": 85, "min_level": 26, @@ -2849,7 +3193,7 @@ }, { "pokeapi_id": 605, - "pokemon_name": "elgyem", + "pokemon_name": "Elgyem", "method": "walk", "encounter_rate": 15, "min_level": 26, @@ -2857,13 +3201,27 @@ } ] }, + { + "name": "Celestial Tower (2F)", + "order": 65, + "encounters": [ + { + "pokeapi_id": 607, + "pokemon_name": "Litwick", + "method": "walk", + "encounter_rate": 100, + "min_level": 26, + "max_level": 29 + } + ] + }, { "name": "Celestial Tower (4f)", "order": 66, "encounters": [ { "pokeapi_id": 607, - "pokemon_name": "litwick", + "pokemon_name": "Litwick", "method": "walk", "encounter_rate": 70, "min_level": 26, @@ -2871,7 +3229,7 @@ }, { "pokeapi_id": 605, - "pokemon_name": "elgyem", + "pokemon_name": "Elgyem", "method": "walk", "encounter_rate": 30, "min_level": 26, @@ -2879,13 +3237,35 @@ } ] }, + { + "name": "Celestial Tower (3F)", + "order": 66, + "encounters": [ + { + "pokeapi_id": 607, + "pokemon_name": "Litwick", + "method": "walk", + "encounter_rate": 85, + "min_level": 26, + "max_level": 29 + }, + { + "pokeapi_id": 605, + "pokemon_name": "Elgyem", + "method": "walk", + "encounter_rate": 15, + "min_level": 26, + "max_level": 28 + } + ] + }, { "name": "Celestial Tower (5f)", "order": 67, "encounters": [ { "pokeapi_id": 605, - "pokemon_name": "elgyem", + "pokemon_name": "Elgyem", "method": "walk", "encounter_rate": 50, "min_level": 26, @@ -2893,7 +3273,51 @@ }, { "pokeapi_id": 607, - "pokemon_name": "litwick", + "pokemon_name": "Litwick", + "method": "walk", + "encounter_rate": 50, + "min_level": 26, + "max_level": 29 + } + ] + }, + { + "name": "Celestial Tower (4F)", + "order": 67, + "encounters": [ + { + "pokeapi_id": 607, + "pokemon_name": "Litwick", + "method": "walk", + "encounter_rate": 70, + "min_level": 26, + "max_level": 29 + }, + { + "pokeapi_id": 605, + "pokemon_name": "Elgyem", + "method": "walk", + "encounter_rate": 30, + "min_level": 26, + "max_level": 29 + } + ] + }, + { + "name": "Celestial Tower (5F)", + "order": 68, + "encounters": [ + { + "pokeapi_id": 605, + "pokemon_name": "Elgyem", + "method": "walk", + "encounter_rate": 50, + "min_level": 26, + "max_level": 29 + }, + { + "pokeapi_id": 607, + "pokemon_name": "Litwick", "method": "walk", "encounter_rate": 50, "min_level": 26, @@ -2907,7 +3331,7 @@ "encounters": [ { "pokeapi_id": 607, - "pokemon_name": "litwick", + "pokemon_name": "Litwick", "method": "walk", "encounter_rate": 100, "min_level": 26, @@ -2923,7 +3347,7 @@ "encounters": [ { "pokeapi_id": 536, - "pokemon_name": "palpitoad", + "pokemon_name": "Palpitoad", "method": "walk", "encounter_rate": 100, "min_level": 30, @@ -2931,7 +3355,7 @@ }, { "pokeapi_id": 616, - "pokemon_name": "shelmet", + "pokemon_name": "Shelmet", "method": "walk", "encounter_rate": 100, "min_level": 30, @@ -2939,7 +3363,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "surf", "encounter_rate": 100, "min_level": 15, @@ -2947,7 +3371,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -2955,7 +3379,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "walk", "encounter_rate": 60, "min_level": 31, @@ -2963,7 +3387,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -2982,7 +3406,7 @@ "encounters": [ { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 20, "min_level": 48, @@ -2990,7 +3414,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -2998,7 +3422,7 @@ }, { "pokeapi_id": 108, - "pokemon_name": "lickitung", + "pokemon_name": "Lickitung", "method": "walk", "encounter_rate": 20, "min_level": 49, @@ -3006,7 +3430,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -3014,7 +3438,7 @@ }, { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -3022,7 +3446,61 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 10, + "min_level": 49, + "max_level": 49 + } + ] + }, + { + "name": "Challengers Cave (1F)", + "order": 71, + "encounters": [ + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 20, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 49 + }, + { + "pokeapi_id": 108, + "pokemon_name": "Lickitung", + "method": "walk", + "encounter_rate": 20, + "min_level": 49, + "max_level": 50 + }, + { + "pokeapi_id": 527, + "pokemon_name": "Woobat", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 47 + }, + { + "pokeapi_id": 303, + "pokemon_name": "Mawile", + "method": "walk", + "encounter_rate": 10, + "min_level": 49, + "max_level": 49 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -3036,7 +3514,7 @@ "encounters": [ { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 20, "min_level": 48, @@ -3044,7 +3522,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -3052,7 +3530,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -3060,7 +3538,7 @@ }, { "pokeapi_id": 108, - "pokemon_name": "lickitung", + "pokemon_name": "Lickitung", "method": "walk", "encounter_rate": 15, "min_level": 49, @@ -3068,7 +3546,7 @@ }, { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -3076,7 +3554,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -3084,7 +3562,69 @@ }, { "pokeapi_id": 447, - "pokemon_name": "riolu", + "pokemon_name": "Riolu", + "method": "walk", + "encounter_rate": 5, + "min_level": 49, + "max_level": 50 + } + ] + }, + { + "name": "Challengers Cave (B1F)", + "order": 72, + "encounters": [ + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 20, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 49 + }, + { + "pokeapi_id": 527, + "pokemon_name": "Woobat", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 47 + }, + { + "pokeapi_id": 108, + "pokemon_name": "Lickitung", + "method": "walk", + "encounter_rate": 15, + "min_level": 49, + "max_level": 50 + }, + { + "pokeapi_id": 303, + "pokemon_name": "Mawile", + "method": "walk", + "encounter_rate": 10, + "min_level": 49, + "max_level": 49 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 10, + "min_level": 49, + "max_level": 49 + }, + { + "pokeapi_id": 447, + "pokemon_name": "Riolu", "method": "walk", "encounter_rate": 5, "min_level": 49, @@ -3098,7 +3638,7 @@ "encounters": [ { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 100, "min_level": 25, @@ -3106,7 +3646,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 45, "min_level": 35, @@ -3114,7 +3654,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -3122,7 +3662,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 20, "min_level": 48, @@ -3130,7 +3670,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -3138,7 +3678,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -3146,7 +3686,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 15, "min_level": 35, @@ -3154,7 +3694,7 @@ }, { "pokeapi_id": 108, - "pokemon_name": "lickitung", + "pokemon_name": "Lickitung", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -3162,7 +3702,7 @@ }, { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -3170,7 +3710,7 @@ }, { "pokeapi_id": 447, - "pokemon_name": "riolu", + "pokemon_name": "Riolu", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -3178,7 +3718,101 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 10, + "min_level": 49, + "max_level": 49 + } + ] + }, + { + "name": "Challengers Cave (B2F)", + "order": 73, + "encounters": [ + { + "pokeapi_id": 550, + "pokemon_name": "Basculin Red Striped", + "method": "surf", + "encounter_rate": 100, + "min_level": 25, + "max_level": 55 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "super-rod", + "encounter_rate": 45, + "min_level": 35, + "max_level": 55 + }, + { + "pokeapi_id": 550, + "pokemon_name": "Basculin Red Striped", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 35, + "max_level": 55 + }, + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 20, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 49 + }, + { + "pokeapi_id": 527, + "pokemon_name": "Woobat", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 47 + }, + { + "pokeapi_id": 61, + "pokemon_name": "Poliwhirl", + "method": "super-rod", + "encounter_rate": 15, + "min_level": 35, + "max_level": 55 + }, + { + "pokeapi_id": 108, + "pokemon_name": "Lickitung", + "method": "walk", + "encounter_rate": 10, + "min_level": 49, + "max_level": 49 + }, + { + "pokeapi_id": 303, + "pokemon_name": "Mawile", + "method": "walk", + "encounter_rate": 10, + "min_level": 49, + "max_level": 49 + }, + { + "pokeapi_id": 447, + "pokemon_name": "Riolu", + "method": "walk", + "encounter_rate": 10, + "min_level": 49, + "max_level": 50 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -3190,8 +3824,113 @@ }, { "name": "Giant Chasm", - "order": 74, - "encounters": [], + "order": 78, + "encounters": [ + { + "pokeapi_id": 550, + "pokemon_name": "Basculin Red Striped", + "method": "surf", + "encounter_rate": 70, + "min_level": 25, + "max_level": 55 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "super-rod", + "encounter_rate": 45, + "min_level": 35, + "max_level": 55 + }, + { + "pokeapi_id": 550, + "pokemon_name": "Basculin Red Striped", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 35, + "max_level": 55 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "surf", + "encounter_rate": 30, + "min_level": 25, + "max_level": 55 + }, + { + "pokeapi_id": 221, + "pokemon_name": "Piloswine", + "method": "walk", + "encounter_rate": 25, + "min_level": 47, + "max_level": 49 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 47 + }, + { + "pokeapi_id": 61, + "pokemon_name": "Poliwhirl", + "method": "super-rod", + "encounter_rate": 15, + "min_level": 35, + "max_level": 55 + }, + { + "pokeapi_id": 225, + "pokemon_name": "Delibird", + "method": "walk", + "encounter_rate": 10, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 124, + "pokemon_name": "Jynx", + "method": "walk", + "encounter_rate": 10, + "min_level": 48, + "max_level": 50 + }, + { + "pokeapi_id": 337, + "pokemon_name": "Lunatone", + "method": "walk", + "encounter_rate": 10, + "min_level": 50, + "max_level": 50 + }, + { + "pokeapi_id": 215, + "pokemon_name": "Sneasel", + "method": "walk", + "encounter_rate": 10, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", + "method": "walk", + "encounter_rate": 10, + "min_level": 50, + "max_level": 50 + }, + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 5, + "min_level": 49, + "max_level": 49 + } + ], "children": [ { "name": "Giant Chasm (Forest)", @@ -3199,7 +3938,7 @@ "encounters": [ { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 30, "min_level": 52, @@ -3207,7 +3946,7 @@ }, { "pokeapi_id": 221, - "pokemon_name": "piloswine", + "pokemon_name": "Piloswine", "method": "walk", "encounter_rate": 25, "min_level": 52, @@ -3215,7 +3954,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 15, "min_level": 53, @@ -3223,7 +3962,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 10, "min_level": 55, @@ -3231,7 +3970,7 @@ }, { "pokeapi_id": 375, - "pokemon_name": "metang", + "pokemon_name": "Metang", "method": "walk", "encounter_rate": 10, "min_level": 53, @@ -3239,7 +3978,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 10, "min_level": 55, @@ -3253,7 +3992,7 @@ "encounters": [ { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 70, "min_level": 25, @@ -3261,7 +4000,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 45, "min_level": 35, @@ -3269,7 +4008,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -3277,7 +4016,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -3285,7 +4024,7 @@ }, { "pokeapi_id": 221, - "pokemon_name": "piloswine", + "pokemon_name": "Piloswine", "method": "walk", "encounter_rate": 25, "min_level": 57, @@ -3293,7 +4032,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 57, @@ -3301,7 +4040,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 15, "min_level": 35, @@ -3309,7 +4048,7 @@ }, { "pokeapi_id": 225, - "pokemon_name": "delibird", + "pokemon_name": "Delibird", "method": "walk", "encounter_rate": 10, "min_level": 58, @@ -3317,7 +4056,7 @@ }, { "pokeapi_id": 124, - "pokemon_name": "jynx", + "pokemon_name": "Jynx", "method": "walk", "encounter_rate": 10, "min_level": 58, @@ -3325,7 +4064,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 10, "min_level": 60, @@ -3333,7 +4072,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 10, "min_level": 58, @@ -3341,7 +4080,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 10, "min_level": 60, @@ -3349,7 +4088,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 5, "min_level": 59, @@ -3363,7 +4102,7 @@ "encounters": [ { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 25, "min_level": 47, @@ -3371,7 +4110,7 @@ }, { "pokeapi_id": 277, - "pokemon_name": "swellow", + "pokemon_name": "Swellow", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -3379,7 +4118,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 15, "min_level": 48, @@ -3387,7 +4126,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 10, "min_level": 48, @@ -3395,7 +4134,7 @@ }, { "pokeapi_id": 426, - "pokemon_name": "drifblim", + "pokemon_name": "Drifblim", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -3403,7 +4142,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 10, "min_level": 48, @@ -3411,7 +4150,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 10, "min_level": 48, @@ -3421,123 +4160,13 @@ } ] }, - { - "name": "Giant Chasm", - "order": 78, - "encounters": [ - { - "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", - "method": "surf", - "encounter_rate": 70, - "min_level": 25, - "max_level": 55 - }, - { - "pokeapi_id": 60, - "pokemon_name": "poliwag", - "method": "super-rod", - "encounter_rate": 45, - "min_level": 35, - "max_level": 55 - }, - { - "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", - "method": "super-rod", - "encounter_rate": 40, - "min_level": 35, - "max_level": 55 - }, - { - "pokeapi_id": 86, - "pokemon_name": "seel", - "method": "surf", - "encounter_rate": 30, - "min_level": 25, - "max_level": 55 - }, - { - "pokeapi_id": 221, - "pokemon_name": "piloswine", - "method": "walk", - "encounter_rate": 25, - "min_level": 47, - "max_level": 49 - }, - { - "pokeapi_id": 42, - "pokemon_name": "golbat", - "method": "walk", - "encounter_rate": 20, - "min_level": 47, - "max_level": 47 - }, - { - "pokeapi_id": 61, - "pokemon_name": "poliwhirl", - "method": "super-rod", - "encounter_rate": 15, - "min_level": 35, - "max_level": 55 - }, - { - "pokeapi_id": 225, - "pokemon_name": "delibird", - "method": "walk", - "encounter_rate": 10, - "min_level": 48, - "max_level": 48 - }, - { - "pokeapi_id": 124, - "pokemon_name": "jynx", - "method": "walk", - "encounter_rate": 10, - "min_level": 48, - "max_level": 50 - }, - { - "pokeapi_id": 337, - "pokemon_name": "lunatone", - "method": "walk", - "encounter_rate": 10, - "min_level": 50, - "max_level": 50 - }, - { - "pokeapi_id": 215, - "pokemon_name": "sneasel", - "method": "walk", - "encounter_rate": 10, - "min_level": 48, - "max_level": 48 - }, - { - "pokeapi_id": 338, - "pokemon_name": "solrock", - "method": "walk", - "encounter_rate": 10, - "min_level": 50, - "max_level": 50 - }, - { - "pokeapi_id": 525, - "pokemon_name": "boldore", - "method": "walk", - "encounter_rate": 5, - "min_level": 49, - "max_level": 49 - } - ] - }, { "name": "P2 Laboratory", "order": 79, "encounters": [ { "pokeapi_id": 592, - "pokemon_name": "frillish", + "pokemon_name": "Frillish", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -3545,7 +4174,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 55, "min_level": 35, @@ -3553,7 +4182,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "super-rod", "encounter_rate": 45, "min_level": 35, @@ -3561,7 +4190,7 @@ }, { "pokeapi_id": 507, - "pokemon_name": "herdier", + "pokemon_name": "Herdier", "method": "walk", "encounter_rate": 36, "min_level": 28, @@ -3569,7 +4198,7 @@ }, { "pokeapi_id": 505, - "pokemon_name": "watchog", + "pokemon_name": "Watchog", "method": "walk", "encounter_rate": 36, "min_level": 28, @@ -3577,7 +4206,7 @@ }, { "pokeapi_id": 599, - "pokemon_name": "klink", + "pokemon_name": "Klink", "method": "walk", "encounter_rate": 14, "min_level": 29, @@ -3585,7 +4214,7 @@ }, { "pokeapi_id": 559, - "pokemon_name": "scraggy", + "pokemon_name": "Scraggy", "method": "walk", "encounter_rate": 14, "min_level": 29, @@ -3599,7 +4228,7 @@ "encounters": [ { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 100, "min_level": 25, @@ -3607,7 +4236,7 @@ }, { "pokeapi_id": 318, - "pokemon_name": "carvanha", + "pokemon_name": "Carvanha", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -3615,7 +4244,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -3623,7 +4252,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 25, "min_level": 47, @@ -3631,7 +4260,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 25, "min_level": 47, @@ -3639,7 +4268,7 @@ }, { "pokeapi_id": 629, - "pokemon_name": "vullaby", + "pokemon_name": "Vullaby", "method": "walk", "encounter_rate": 20, "min_level": 48, @@ -3647,7 +4276,7 @@ }, { "pokeapi_id": 336, - "pokemon_name": "seviper", + "pokemon_name": "Seviper", "method": "walk", "encounter_rate": 15, "min_level": 48, @@ -3655,7 +4284,7 @@ }, { "pokeapi_id": 335, - "pokemon_name": "zangoose", + "pokemon_name": "Zangoose", "method": "walk", "encounter_rate": 15, "min_level": 48, @@ -3669,7 +4298,7 @@ "encounters": [ { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 70, "min_level": 25, @@ -3677,7 +4306,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -3685,7 +4314,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -3693,7 +4322,7 @@ }, { "pokeapi_id": 358, - "pokemon_name": "chimecho", + "pokemon_name": "Chimecho", "method": "walk", "encounter_rate": 30, "min_level": 47, @@ -3701,7 +4330,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -3709,7 +4338,7 @@ }, { "pokeapi_id": 37, - "pokemon_name": "vulpix", + "pokemon_name": "Vulpix", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -3717,7 +4346,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 15, "min_level": 48, @@ -3725,7 +4354,7 @@ }, { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 10, "min_level": 48, @@ -3733,7 +4362,7 @@ }, { "pokeapi_id": 546, - "pokemon_name": "cottonee", + "pokemon_name": "Cottonee", "method": "walk", "encounter_rate": 10, "min_level": 48, @@ -3741,7 +4370,7 @@ }, { "pokeapi_id": 234, - "pokemon_name": "stantler", + "pokemon_name": "Stantler", "method": "walk", "encounter_rate": 10, "min_level": 48, @@ -3749,7 +4378,7 @@ }, { "pokeapi_id": 198, - "pokemon_name": "murkrow", + "pokemon_name": "Murkrow", "method": "walk", "encounter_rate": 5, "min_level": 48, @@ -3763,7 +4392,7 @@ "encounters": [ { "pokeapi_id": 458, - "pokemon_name": "mantyke", + "pokemon_name": "Mantyke", "method": "surf", "encounter_rate": 90, "min_level": 25, @@ -3771,7 +4400,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 60, "min_level": 25, @@ -3779,7 +4408,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "super-rod", "encounter_rate": 55, "min_level": 35, @@ -3787,7 +4416,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -3795,7 +4424,7 @@ }, { "pokeapi_id": 363, - "pokemon_name": "spheal", + "pokemon_name": "Spheal", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -3803,7 +4432,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 10, "min_level": 25, @@ -3811,7 +4440,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 5, "min_level": 35, @@ -3825,7 +4454,7 @@ "encounters": [ { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -3833,7 +4462,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -3841,7 +4470,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -3849,7 +4478,7 @@ }, { "pokeapi_id": 546, - "pokemon_name": "cottonee", + "pokemon_name": "Cottonee", "method": "walk", "encounter_rate": 35, "min_level": 19, @@ -3857,7 +4486,7 @@ }, { "pokeapi_id": 541, - "pokemon_name": "swadloon", + "pokemon_name": "Swadloon", "method": "walk", "encounter_rate": 35, "min_level": 20, @@ -3865,7 +4494,7 @@ }, { "pokeapi_id": 520, - "pokemon_name": "tranquill", + "pokemon_name": "Tranquill", "method": "walk", "encounter_rate": 15, "min_level": 21, @@ -3873,7 +4502,7 @@ }, { "pokeapi_id": 543, - "pokemon_name": "venipede", + "pokemon_name": "Venipede", "method": "walk", "encounter_rate": 15, "min_level": 20, @@ -3887,7 +4516,7 @@ "encounters": [ { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 40, "min_level": 39, @@ -3895,7 +4524,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 30, "min_level": 39, @@ -3903,7 +4532,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -3911,7 +4540,7 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -3925,7 +4554,7 @@ "encounters": [ { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 50, "min_level": 28, @@ -3933,7 +4562,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 30, "min_level": 28, @@ -3941,7 +4570,7 @@ }, { "pokeapi_id": 610, - "pokemon_name": "axew", + "pokemon_name": "Axew", "method": "walk", "encounter_rate": 20, "min_level": 30, diff --git a/backend/src/app/seeds/data/blue.json b/backend/src/app/seeds/data/blue.json index 9cdc94d..43fd25b 100644 --- a/backend/src/app/seeds/data/blue.json +++ b/backend/src/app/seeds/data/blue.json @@ -5,7 +5,7 @@ "encounters": [ { "pokeapi_id": 1, - "pokemon_name": "bulbasaur", + "pokemon_name": "Bulbasaur", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -13,7 +13,7 @@ }, { "pokeapi_id": 4, - "pokemon_name": "charmander", + "pokemon_name": "Charmander", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -21,7 +21,7 @@ }, { "pokeapi_id": 7, - "pokemon_name": "squirtle", + "pokemon_name": "Squirtle", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -35,7 +35,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -43,7 +43,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -51,7 +51,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -59,7 +59,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 50, "min_level": 15, @@ -67,7 +67,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 50, "min_level": 15, @@ -81,7 +81,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 50, "min_level": 2, @@ -89,7 +89,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 50, "min_level": 2, @@ -103,7 +103,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -111,7 +111,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -119,7 +119,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -127,7 +127,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 50, "min_level": 15, @@ -135,7 +135,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 50, "min_level": 15, @@ -149,7 +149,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -157,7 +157,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -165,7 +165,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 50, "min_level": 15, @@ -173,7 +173,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -181,7 +181,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 50, "min_level": 15, @@ -189,7 +189,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 45, "min_level": 2, @@ -197,7 +197,7 @@ }, { "pokeapi_id": 29, - "pokemon_name": "nidoran-f", + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 40, "min_level": 2, @@ -205,7 +205,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 10, "min_level": 3, @@ -213,7 +213,7 @@ }, { "pokeapi_id": 32, - "pokemon_name": "nidoran-m", + "pokemon_name": "Nidoran M", "method": "walk", "encounter_rate": 5, "min_level": 3, @@ -227,7 +227,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 45, "min_level": 3, @@ -235,7 +235,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 40, "min_level": 2, @@ -243,7 +243,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 15, "min_level": 3, @@ -257,7 +257,7 @@ "encounters": [ { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 45, "min_level": 3, @@ -265,7 +265,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 40, "min_level": 4, @@ -273,7 +273,7 @@ }, { "pokeapi_id": 14, - "pokemon_name": "kakuna", + "pokemon_name": "Kakuna", "method": "walk", "encounter_rate": 5, "min_level": 4, @@ -281,7 +281,7 @@ }, { "pokeapi_id": 25, - "pokemon_name": "pikachu", + "pokemon_name": "Pikachu", "method": "walk", "encounter_rate": 5, "min_level": 3, @@ -289,7 +289,7 @@ }, { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 5, "min_level": 3, @@ -303,7 +303,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 45, "min_level": 6, @@ -311,7 +311,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 45, "min_level": 5, @@ -319,7 +319,7 @@ }, { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 10, "min_level": 3, @@ -333,12 +333,88 @@ "encounters": [], "children": [ { - "name": "Mt Moon (B1f)", + "name": "Mt Moon (1f)", "order": 10, "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 79, + "min_level": 6, + "max_level": 11 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 15, + "min_level": 8, + "max_level": 10 + }, + { + "pokeapi_id": 46, + "pokemon_name": "Paras", + "method": "walk", + "encounter_rate": 5, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 1, + "min_level": 8, + "max_level": 8 + } + ] + }, + { + "name": "Mt Moon (1F)", + "order": 10, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 79, + "min_level": 6, + "max_level": 11 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 15, + "min_level": 8, + "max_level": 10 + }, + { + "pokeapi_id": 46, + "pokemon_name": "Paras", + "method": "walk", + "encounter_rate": 5, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 1, + "min_level": 8, + "max_level": 8 + } + ] + }, + { + "name": "Mt Moon (B1F)", + "order": 11, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 60, "min_level": 7, @@ -346,7 +422,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 26, "min_level": 7, @@ -354,7 +430,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -362,7 +438,45 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 4, + "min_level": 9, + "max_level": 9 + } + ] + }, + { + "name": "Mt Moon (B1f)", + "order": 11, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 60, + "min_level": 7, + "max_level": 11 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 26, + "min_level": 7, + "max_level": 9 + }, + { + "pokeapi_id": 46, + "pokemon_name": "Paras", + "method": "walk", + "encounter_rate": 10, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 4, "min_level": 9, @@ -372,11 +486,11 @@ }, { "name": "Mt Moon (B2f)", - "order": 11, + "order": 12, "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 49, "min_level": 9, @@ -384,7 +498,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 30, "min_level": 9, @@ -392,7 +506,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 15, "min_level": 10, @@ -400,7 +514,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 6, "min_level": 10, @@ -409,40 +523,40 @@ ] }, { - "name": "Mt Moon (1f)", + "name": "Mt Moon (B2F)", "order": 12, "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", - "encounter_rate": 79, - "min_level": 6, - "max_level": 11 + "encounter_rate": 49, + "min_level": 9, + "max_level": 12 }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", - "encounter_rate": 15, - "min_level": 8, + "encounter_rate": 30, + "min_level": 9, "max_level": 10 }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", - "encounter_rate": 5, - "min_level": 8, - "max_level": 8 + "encounter_rate": 15, + "min_level": 10, + "max_level": 12 }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", - "encounter_rate": 1, - "min_level": 8, - "max_level": 8 + "encounter_rate": 6, + "min_level": 10, + "max_level": 12 } ] } @@ -452,9 +566,17 @@ "name": "Route 4", "order": 13, "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "gift", + "encounter_rate": 100, + "min_level": 5, + "max_level": 5 + }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 40, "min_level": 8, @@ -462,7 +584,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 35, "min_level": 8, @@ -470,19 +592,11 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 25, "min_level": 6, "max_level": 12 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "gift", - "encounter_rate": 100, - "min_level": 5, - "max_level": 5 } ] }, @@ -492,7 +606,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -500,7 +614,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -508,7 +622,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -516,7 +630,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 34, "min_level": 15, @@ -524,7 +638,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 33, "min_level": 15, @@ -532,7 +646,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 33, "min_level": 15, @@ -546,7 +660,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -554,7 +668,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -562,7 +676,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -570,7 +684,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 34, "min_level": 15, @@ -578,7 +692,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 33, "min_level": 15, @@ -586,7 +700,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 33, "min_level": 15, @@ -594,7 +708,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 25, "min_level": 12, @@ -602,7 +716,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 20, "min_level": 7, @@ -610,7 +724,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -618,7 +732,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 20, "min_level": 12, @@ -626,7 +740,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 15, "min_level": 8, @@ -640,7 +754,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -648,7 +762,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -656,7 +770,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -664,7 +778,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 34, "min_level": 15, @@ -672,7 +786,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 33, "min_level": 15, @@ -680,7 +794,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 33, "min_level": 15, @@ -688,7 +802,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 25, "min_level": 12, @@ -696,7 +810,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -704,7 +818,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 20, "min_level": 9, @@ -712,7 +826,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 15, "min_level": 10, @@ -720,7 +834,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 15, "min_level": 13, @@ -728,7 +842,7 @@ }, { "pokeapi_id": 14, - "pokemon_name": "kakuna", + "pokemon_name": "Kakuna", "method": "walk", "encounter_rate": 4, "min_level": 7, @@ -736,7 +850,7 @@ }, { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 1, "min_level": 8, @@ -750,7 +864,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 40, "min_level": 13, @@ -758,7 +872,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 35, "min_level": 13, @@ -766,7 +880,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 25, "min_level": 10, @@ -780,7 +894,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -788,7 +902,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -796,7 +910,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 50, "min_level": 15, @@ -804,7 +918,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -812,7 +926,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 50, "min_level": 15, @@ -820,7 +934,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 40, "min_level": 13, @@ -828,7 +942,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 35, "min_level": 13, @@ -836,7 +950,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 25, "min_level": 10, @@ -850,7 +964,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -858,7 +972,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -866,7 +980,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 50, "min_level": 15, @@ -874,7 +988,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -882,7 +996,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 50, "min_level": 15, @@ -896,7 +1010,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -904,7 +1018,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -912,7 +1026,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 50, "min_level": 15, @@ -920,7 +1034,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -928,7 +1042,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 50, "min_level": 15, @@ -942,7 +1056,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -950,7 +1064,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -958,7 +1072,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 50, "min_level": 15, @@ -966,7 +1080,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -974,7 +1088,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 50, "min_level": 15, @@ -982,7 +1096,7 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 40, "min_level": 12, @@ -990,7 +1104,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 35, "min_level": 13, @@ -998,7 +1112,7 @@ }, { "pokeapi_id": 96, - "pokemon_name": "drowzee", + "pokemon_name": "Drowzee", "method": "walk", "encounter_rate": 25, "min_level": 9, @@ -1012,7 +1126,7 @@ "encounters": [ { "pokeapi_id": 50, - "pokemon_name": "diglett", + "pokemon_name": "Diglett", "method": "walk", "encounter_rate": 95, "min_level": 15, @@ -1020,7 +1134,7 @@ }, { "pokeapi_id": 51, - "pokemon_name": "dugtrio", + "pokemon_name": "Dugtrio", "method": "walk", "encounter_rate": 5, "min_level": 29, @@ -1034,7 +1148,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 40, "min_level": 14, @@ -1042,7 +1156,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 35, "min_level": 13, @@ -1050,7 +1164,7 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 25, "min_level": 11, @@ -1064,7 +1178,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -1072,7 +1186,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1080,7 +1194,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1088,7 +1202,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 50, "min_level": 23, @@ -1096,7 +1210,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 50, "min_level": 15, @@ -1104,7 +1218,7 @@ }, { "pokeapi_id": 100, - "pokemon_name": "voltorb", + "pokemon_name": "Voltorb", "method": "walk", "encounter_rate": 40, "min_level": 14, @@ -1112,7 +1226,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 35, "min_level": 13, @@ -1120,7 +1234,7 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 25, "min_level": 11, @@ -1139,7 +1253,7 @@ "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 55, "min_level": 15, @@ -1147,7 +1261,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 25, "min_level": 16, @@ -1155,7 +1269,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 15, "min_level": 15, @@ -1163,7 +1277,45 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 5, + "min_level": 13, + "max_level": 15 + } + ] + }, + { + "name": "Rock Tunnel (B1F)", + "order": 26, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 55, + "min_level": 15, + "max_level": 18 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 25, + "min_level": 16, + "max_level": 17 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 15, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 13, @@ -1177,7 +1329,7 @@ "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 50, "min_level": 16, @@ -1185,7 +1337,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 26, "min_level": 16, @@ -1193,7 +1345,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 15, "min_level": 15, @@ -1201,7 +1353,45 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 9, + "min_level": 13, + "max_level": 17 + } + ] + }, + { + "name": "Rock Tunnel (B2F)", + "order": 27, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 50, + "min_level": 16, + "max_level": 18 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 26, + "min_level": 16, + "max_level": 18 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 15, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 9, "min_level": 13, @@ -1217,7 +1407,7 @@ "encounters": [ { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 30, "min_level": 21, @@ -1225,7 +1415,7 @@ }, { "pokeapi_id": 100, - "pokemon_name": "voltorb", + "pokemon_name": "Voltorb", "method": "walk", "encounter_rate": 30, "min_level": 21, @@ -1233,7 +1423,7 @@ }, { "pokeapi_id": 25, - "pokemon_name": "pikachu", + "pokemon_name": "Pikachu", "method": "walk", "encounter_rate": 25, "min_level": 20, @@ -1241,7 +1431,7 @@ }, { "pokeapi_id": 82, - "pokemon_name": "magneton", + "pokemon_name": "Magneton", "method": "walk", "encounter_rate": 10, "min_level": 32, @@ -1249,7 +1439,7 @@ }, { "pokeapi_id": 26, - "pokemon_name": "raichu", + "pokemon_name": "Raichu", "method": "walk", "encounter_rate": 5, "min_level": 33, @@ -1263,7 +1453,7 @@ "encounters": [ { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 30, "min_level": 18, @@ -1271,7 +1461,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 30, "min_level": 18, @@ -1279,7 +1469,7 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -1287,7 +1477,7 @@ }, { "pokeapi_id": 37, - "pokemon_name": "vulpix", + "pokemon_name": "Vulpix", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -1301,7 +1491,7 @@ "encounters": [ { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 30, "min_level": 19, @@ -1309,7 +1499,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 30, "min_level": 17, @@ -1317,7 +1507,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 30, "min_level": 19, @@ -1325,7 +1515,7 @@ }, { "pokeapi_id": 37, - "pokemon_name": "vulpix", + "pokemon_name": "Vulpix", "method": "walk", "encounter_rate": 10, "min_level": 18, @@ -1339,15 +1529,23 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, "max_level": 5 }, + { + "pokeapi_id": 133, + "pokemon_name": "Eevee", + "method": "gift", + "encounter_rate": 100, + "min_level": 25, + "max_level": 25 + }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1355,7 +1553,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1363,7 +1561,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 50, "min_level": 23, @@ -1371,19 +1569,11 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 50, "min_level": 15, "max_level": 15 - }, - { - "pokeapi_id": 133, - "pokemon_name": "eevee", - "method": "gift", - "encounter_rate": 100, - "min_level": 25, - "max_level": 25 } ] }, @@ -1393,7 +1583,7 @@ "encounters": [ { "pokeapi_id": 131, - "pokemon_name": "lapras", + "pokemon_name": "Lapras", "method": "gift", "encounter_rate": 100, "min_level": 25, @@ -1401,7 +1591,7 @@ }, { "pokeapi_id": 106, - "pokemon_name": "hitmonlee", + "pokemon_name": "Hitmonlee", "method": "gift", "encounter_rate": 100, "min_level": 25, @@ -1409,7 +1599,7 @@ }, { "pokeapi_id": 107, - "pokemon_name": "hitmonchan", + "pokemon_name": "Hitmonchan", "method": "gift", "encounter_rate": 100, "min_level": 25, @@ -1423,7 +1613,7 @@ "encounters": [ { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 40, "min_level": 20, @@ -1431,7 +1621,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 30, "min_level": 18, @@ -1439,7 +1629,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 25, "min_level": 18, @@ -1447,7 +1637,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 5, "min_level": 23, @@ -1461,7 +1651,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -1469,7 +1659,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1477,7 +1667,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1485,7 +1675,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 40, "min_level": 20, @@ -1493,7 +1683,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 30, "min_level": 25, @@ -1501,7 +1691,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 25, "min_level": 24, @@ -1509,7 +1699,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -1517,7 +1707,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -1525,7 +1715,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -1533,7 +1723,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 25, "min_level": 5, @@ -1541,7 +1731,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -1555,7 +1745,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -1563,7 +1753,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1571,7 +1761,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1579,7 +1769,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 40, "min_level": 20, @@ -1587,7 +1777,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 25, "min_level": 24, @@ -1595,7 +1785,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -1603,7 +1793,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -1611,7 +1801,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -1619,7 +1809,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 25, "min_level": 5, @@ -1627,7 +1817,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -1635,7 +1825,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 15, "min_level": 25, @@ -1649,7 +1839,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -1657,7 +1847,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1665,7 +1855,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1673,7 +1863,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -1681,7 +1871,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -1689,7 +1879,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -1697,7 +1887,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 25, "min_level": 23, @@ -1716,7 +1906,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -1724,7 +1914,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1732,7 +1922,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1740,7 +1930,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -1748,7 +1938,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -1756,7 +1946,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -1764,7 +1954,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -1772,7 +1962,7 @@ }, { "pokeapi_id": 102, - "pokemon_name": "exeggcute", + "pokemon_name": "Exeggcute", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -1780,7 +1970,7 @@ }, { "pokeapi_id": 29, - "pokemon_name": "nidoran-f", + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -1788,7 +1978,7 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -1796,7 +1986,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 15, "min_level": 22, @@ -1804,7 +1994,7 @@ }, { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 10, "min_level": 31, @@ -1812,7 +2002,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 5, "min_level": 31, @@ -1820,7 +2010,7 @@ }, { "pokeapi_id": 47, - "pokemon_name": "parasect", + "pokemon_name": "Parasect", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -1828,7 +2018,7 @@ }, { "pokeapi_id": 127, - "pokemon_name": "pinsir", + "pokemon_name": "Pinsir", "method": "walk", "encounter_rate": 4, "min_level": 23, @@ -1836,7 +2026,7 @@ }, { "pokeapi_id": 113, - "pokemon_name": "chansey", + "pokemon_name": "Chansey", "method": "walk", "encounter_rate": 1, "min_level": 23, @@ -1850,7 +2040,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -1858,7 +2048,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1866,7 +2056,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1874,7 +2064,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -1882,7 +2072,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -1890,7 +2080,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -1898,7 +2088,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -1906,7 +2096,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -1914,7 +2104,7 @@ }, { "pokeapi_id": 102, - "pokemon_name": "exeggcute", + "pokemon_name": "Exeggcute", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -1922,7 +2112,7 @@ }, { "pokeapi_id": 29, - "pokemon_name": "nidoran-f", + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -1930,7 +2120,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 15, "min_level": 22, @@ -1938,7 +2128,7 @@ }, { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -1946,7 +2136,7 @@ }, { "pokeapi_id": 32, - "pokemon_name": "nidoran-m", + "pokemon_name": "Nidoran M", "method": "walk", "encounter_rate": 5, "min_level": 24, @@ -1954,7 +2144,7 @@ }, { "pokeapi_id": 47, - "pokemon_name": "parasect", + "pokemon_name": "Parasect", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -1962,7 +2152,7 @@ }, { "pokeapi_id": 115, - "pokemon_name": "kangaskhan", + "pokemon_name": "Kangaskhan", "method": "walk", "encounter_rate": 4, "min_level": 25, @@ -1970,7 +2160,7 @@ }, { "pokeapi_id": 127, - "pokemon_name": "pinsir", + "pokemon_name": "Pinsir", "method": "walk", "encounter_rate": 1, "min_level": 28, @@ -1984,7 +2174,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -1992,7 +2182,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -2000,7 +2190,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -2008,7 +2198,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2016,7 +2206,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2024,7 +2214,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2032,7 +2222,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2040,7 +2230,7 @@ }, { "pokeapi_id": 102, - "pokemon_name": "exeggcute", + "pokemon_name": "Exeggcute", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -2048,7 +2238,7 @@ }, { "pokeapi_id": 29, - "pokemon_name": "nidoran-f", + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -2056,7 +2246,7 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2064,7 +2254,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 15, "min_level": 23, @@ -2072,7 +2262,7 @@ }, { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -2080,7 +2270,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -2088,7 +2278,7 @@ }, { "pokeapi_id": 49, - "pokemon_name": "venomoth", + "pokemon_name": "Venomoth", "method": "walk", "encounter_rate": 5, "min_level": 32, @@ -2096,7 +2286,7 @@ }, { "pokeapi_id": 113, - "pokemon_name": "chansey", + "pokemon_name": "Chansey", "method": "walk", "encounter_rate": 4, "min_level": 26, @@ -2104,7 +2294,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 1, "min_level": 28, @@ -2118,7 +2308,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -2126,7 +2316,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -2134,7 +2324,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -2142,7 +2332,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2150,7 +2340,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2158,7 +2348,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2166,7 +2356,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2174,7 +2364,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2182,7 +2372,7 @@ }, { "pokeapi_id": 102, - "pokemon_name": "exeggcute", + "pokemon_name": "Exeggcute", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -2190,7 +2380,7 @@ }, { "pokeapi_id": 29, - "pokemon_name": "nidoran-f", + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -2198,7 +2388,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 15, "min_level": 23, @@ -2206,7 +2396,7 @@ }, { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -2214,7 +2404,7 @@ }, { "pokeapi_id": 32, - "pokemon_name": "nidoran-m", + "pokemon_name": "Nidoran M", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -2222,7 +2412,7 @@ }, { "pokeapi_id": 49, - "pokemon_name": "venomoth", + "pokemon_name": "Venomoth", "method": "walk", "encounter_rate": 5, "min_level": 31, @@ -2230,7 +2420,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 4, "min_level": 26, @@ -2238,7 +2428,7 @@ }, { "pokeapi_id": 115, - "pokemon_name": "kangaskhan", + "pokemon_name": "Kangaskhan", "method": "walk", "encounter_rate": 1, "min_level": 28, @@ -2254,7 +2444,7 @@ "encounters": [ { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 35, "min_level": 22, @@ -2262,7 +2452,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2270,7 +2460,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2278,7 +2468,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 15, "min_level": 23, @@ -2286,7 +2476,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -2294,7 +2484,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -2308,7 +2498,7 @@ "encounters": [ { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 35, "min_level": 22, @@ -2316,7 +2506,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2324,7 +2514,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -2332,7 +2522,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 15, "min_level": 23, @@ -2340,7 +2530,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -2348,7 +2538,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -2362,7 +2552,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -2370,7 +2560,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -2378,7 +2568,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -2386,7 +2576,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 35, "min_level": 22, @@ -2394,7 +2584,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 35, "min_level": 25, @@ -2402,7 +2592,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2410,7 +2600,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2418,7 +2608,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2426,7 +2616,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 25, "min_level": 5, @@ -2434,7 +2624,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -2442,7 +2632,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -2450,7 +2640,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -2464,7 +2654,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -2472,7 +2662,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -2480,7 +2670,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -2488,7 +2678,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 40, "min_level": 23, @@ -2496,7 +2686,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 35, "min_level": 22, @@ -2504,7 +2694,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2512,7 +2702,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2520,7 +2710,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2528,7 +2718,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 25, "min_level": 5, @@ -2536,7 +2726,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -2544,7 +2734,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -2558,72 +2748,12 @@ "encounters": [], "children": [ { - "name": "Pokemon Tower (7f)", + "name": "Pokemon Tower (4f)", "order": 47, "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", - "method": "walk", - "encounter_rate": 75, - "min_level": 20, - "max_level": 24 - }, - { - "pokeapi_id": 93, - "pokemon_name": "haunter", - "method": "walk", - "encounter_rate": 15, - "min_level": 28, - "max_level": 30 - }, - { - "pokeapi_id": 104, - "pokemon_name": "cubone", - "method": "walk", - "encounter_rate": 10, - "min_level": 22, - "max_level": 24 - } - ] - }, - { - "name": "Pokemon Tower (3f)", - "order": 48, - "encounters": [ - { - "pokeapi_id": 92, - "pokemon_name": "gastly", - "method": "walk", - "encounter_rate": 90, - "min_level": 18, - "max_level": 24 - }, - { - "pokeapi_id": 104, - "pokemon_name": "cubone", - "method": "walk", - "encounter_rate": 9, - "min_level": 20, - "max_level": 22 - }, - { - "pokeapi_id": 93, - "pokemon_name": "haunter", - "method": "walk", - "encounter_rate": 1, - "min_level": 25, - "max_level": 25 - } - ] - }, - { - "name": "Pokemon Tower (4f)", - "order": 49, - "encounters": [ - { - "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 86, "min_level": 18, @@ -2631,7 +2761,7 @@ }, { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 9, "min_level": 20, @@ -2639,7 +2769,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -2648,20 +2778,20 @@ ] }, { - "name": "Pokemon Tower (5f)", - "order": 50, + "name": "Pokemon Tower (3F)", + "order": 47, "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", - "encounter_rate": 86, + "encounter_rate": 90, "min_level": 18, "max_level": 24 }, { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 9, "min_level": 20, @@ -2669,7 +2799,97 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 1, + "min_level": 25, + "max_level": 25 + } + ] + }, + { + "name": "Pokemon Tower (5f)", + "order": 48, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 86, + "min_level": 18, + "max_level": 24 + }, + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 9, + "min_level": 20, + "max_level": 22 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 5, + "min_level": 25, + "max_level": 25 + } + ] + }, + { + "name": "Pokemon Tower (4F)", + "order": 48, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 86, + "min_level": 18, + "max_level": 24 + }, + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 9, + "min_level": 20, + "max_level": 22 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 5, + "min_level": 25, + "max_level": 25 + } + ] + }, + { + "name": "Pokemon Tower (5F)", + "order": 49, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 86, + "min_level": 18, + "max_level": 24 + }, + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 9, + "min_level": 20, + "max_level": 22 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -2679,11 +2899,11 @@ }, { "name": "Pokemon Tower (6f)", - "order": 51, + "order": 49, "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 85, "min_level": 19, @@ -2691,7 +2911,7 @@ }, { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 9, "min_level": 22, @@ -2699,13 +2919,133 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 6, "min_level": 26, "max_level": 28 } ] + }, + { + "name": "Pokemon Tower (6F)", + "order": 50, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 85, + "min_level": 19, + "max_level": 24 + }, + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 9, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 6, + "min_level": 26, + "max_level": 28 + } + ] + }, + { + "name": "Pokemon Tower (7f)", + "order": 50, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 75, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 15, + "min_level": 28, + "max_level": 30 + }, + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 10, + "min_level": 22, + "max_level": 24 + } + ] + }, + { + "name": "Pokemon Tower (3f)", + "order": 51, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 90, + "min_level": 18, + "max_level": 24 + }, + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 9, + "min_level": 20, + "max_level": 22 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 1, + "min_level": 25, + "max_level": 25 + } + ] + }, + { + "name": "Pokemon Tower (7F)", + "order": 51, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 75, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 15, + "min_level": 28, + "max_level": 30 + }, + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 10, + "min_level": 22, + "max_level": 24 + } + ] } ] }, @@ -2715,7 +3055,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -2723,7 +3063,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -2731,7 +3071,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -2739,7 +3079,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -2747,7 +3087,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2755,7 +3095,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2763,7 +3103,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2771,7 +3111,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2785,7 +3125,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -2793,7 +3133,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -2801,7 +3141,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -2809,7 +3149,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -2817,7 +3157,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2825,7 +3165,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2833,7 +3173,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2841,7 +3181,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2855,12 +3195,12 @@ "encounters": [], "children": [ { - "name": "Seafoam Islands (1f)", + "name": "Seafoam Islands (1F)", "order": 55, "encounters": [ { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -2868,7 +3208,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -2876,7 +3216,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -2884,7 +3224,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "walk", "encounter_rate": 19, "min_level": 28, @@ -2892,7 +3232,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 21, @@ -2900,7 +3240,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 29, @@ -2908,7 +3248,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -2916,7 +3256,7 @@ }, { "pokeapi_id": 80, - "pokemon_name": "slowbro", + "pokemon_name": "Slowbro", "method": "walk", "encounter_rate": 1, "min_level": 38, @@ -2924,13 +3264,145 @@ } ] }, + { + "name": "Seafoam Islands (1f)", + "order": 55, + "encounters": [ + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "walk", + "encounter_rate": 20, + "min_level": 28, + "max_level": 30 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "walk", + "encounter_rate": 20, + "min_level": 30, + "max_level": 30 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 20, + "min_level": 30, + "max_level": 30 + }, + { + "pokeapi_id": 120, + "pokemon_name": "Staryu", + "method": "walk", + "encounter_rate": 19, + "min_level": 28, + "max_level": 30 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 21, + "max_level": 21 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 29, + "max_level": 29 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "walk", + "encounter_rate": 5, + "min_level": 28, + "max_level": 28 + }, + { + "pokeapi_id": 80, + "pokemon_name": "Slowbro", + "method": "walk", + "encounter_rate": 1, + "min_level": 38, + "max_level": 38 + } + ] + }, + { + "name": "Seafoam Islands (B1F)", + "order": 56, + "encounters": [ + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "walk", + "encounter_rate": 30, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 90, + "pokemon_name": "Shellder", + "method": "walk", + "encounter_rate": 20, + "min_level": 30, + "max_level": 30 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "walk", + "encounter_rate": 15, + "min_level": 28, + "max_level": 30 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 15, + "min_level": 28, + "max_level": 30 + }, + { + "pokeapi_id": 120, + "pokemon_name": "Staryu", + "method": "walk", + "encounter_rate": 15, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 87, + "pokemon_name": "Dewgong", + "method": "walk", + "encounter_rate": 4, + "min_level": 38, + "max_level": 38 + }, + { + "pokeapi_id": 99, + "pokemon_name": "Kingler", + "method": "walk", + "encounter_rate": 1, + "min_level": 37, + "max_level": 37 + } + ] + }, { "name": "Seafoam Islands (B1f)", "order": 56, "encounters": [ { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -2938,7 +3410,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -2946,7 +3418,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 15, "min_level": 28, @@ -2954,7 +3426,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 15, "min_level": 28, @@ -2962,7 +3434,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "walk", "encounter_rate": 15, "min_level": 32, @@ -2970,7 +3442,7 @@ }, { "pokeapi_id": 87, - "pokemon_name": "dewgong", + "pokemon_name": "Dewgong", "method": "walk", "encounter_rate": 4, "min_level": 38, @@ -2978,7 +3450,69 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", + "method": "walk", + "encounter_rate": 1, + "min_level": 37, + "max_level": 37 + } + ] + }, + { + "name": "Seafoam Islands (B2F)", + "order": 57, + "encounters": [ + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 35, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "walk", + "encounter_rate": 30, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "walk", + "encounter_rate": 15, + "min_level": 28, + "max_level": 30 + }, + { + "pokeapi_id": 90, + "pokemon_name": "Shellder", + "method": "walk", + "encounter_rate": 10, + "min_level": 30, + "max_level": 30 + }, + { + "pokeapi_id": 120, + "pokemon_name": "Staryu", + "method": "walk", + "encounter_rate": 5, + "min_level": 28, + "max_level": 28 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 4, + "min_level": 30, + "max_level": 30 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 1, "min_level": 37, @@ -2992,7 +3526,7 @@ "encounters": [ { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 35, "min_level": 30, @@ -3000,7 +3534,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -3008,7 +3542,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "walk", "encounter_rate": 15, "min_level": 28, @@ -3016,7 +3550,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -3024,7 +3558,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -3032,7 +3566,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 4, "min_level": 30, @@ -3040,7 +3574,117 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", + "method": "walk", + "encounter_rate": 1, + "min_level": 37, + "max_level": 37 + } + ] + }, + { + "name": "Seafoam Islands (B3F)", + "order": 58, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 5, + "max_level": 5 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "walk", + "encounter_rate": 35, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 30, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 15, + "max_level": 15 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 15, + "max_level": 15 + }, + { + "pokeapi_id": 90, + "pokemon_name": "Shellder", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 15, + "max_level": 15 + }, + { + "pokeapi_id": 120, + "pokemon_name": "Staryu", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 15, + "max_level": 15 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "walk", + "encounter_rate": 15, + "min_level": 29, + "max_level": 31 + }, + { + "pokeapi_id": 120, + "pokemon_name": "Staryu", + "method": "walk", + "encounter_rate": 15, + "min_level": 29, + "max_level": 31 + }, + { + "pokeapi_id": 99, + "pokemon_name": "Kingler", + "method": "walk", + "encounter_rate": 4, + "min_level": 39, + "max_level": 39 + }, + { + "pokeapi_id": 87, + "pokemon_name": "Dewgong", "method": "walk", "encounter_rate": 1, "min_level": 37, @@ -3054,7 +3698,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -3062,7 +3706,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -3070,7 +3714,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -3078,7 +3722,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 35, "min_level": 31, @@ -3086,7 +3730,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -3094,7 +3738,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -3102,7 +3746,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -3110,7 +3754,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -3118,7 +3762,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -3126,7 +3770,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "walk", "encounter_rate": 15, "min_level": 29, @@ -3134,7 +3778,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "walk", "encounter_rate": 15, "min_level": 29, @@ -3142,7 +3786,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "walk", "encounter_rate": 4, "min_level": 39, @@ -3150,7 +3794,7 @@ }, { "pokeapi_id": 87, - "pokemon_name": "dewgong", + "pokemon_name": "Dewgong", "method": "walk", "encounter_rate": 1, "min_level": 37, @@ -3158,13 +3802,123 @@ } ] }, + { + "name": "Seafoam Islands (B4F)", + "order": 59, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 5, + "max_level": 5 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "walk", + "encounter_rate": 35, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 120, + "pokemon_name": "Staryu", + "method": "walk", + "encounter_rate": 30, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 15, + "max_level": 15 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 15, + "max_level": 15 + }, + { + "pokeapi_id": 90, + "pokemon_name": "Shellder", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 15, + "max_level": 15 + }, + { + "pokeapi_id": 120, + "pokemon_name": "Staryu", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 15, + "max_level": 15 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "walk", + "encounter_rate": 15, + "min_level": 29, + "max_level": 31 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 15, + "min_level": 29, + "max_level": 31 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "walk", + "encounter_rate": 4, + "min_level": 39, + "max_level": 39 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 1, + "min_level": 32, + "max_level": 32 + } + ] + }, { "name": "Seafoam Islands (B4f)", "order": 59, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -3172,7 +3926,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -3180,7 +3934,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -3188,7 +3942,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "walk", "encounter_rate": 35, "min_level": 31, @@ -3196,7 +3950,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -3204,7 +3958,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -3212,7 +3966,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -3220,7 +3974,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -3228,7 +3982,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -3236,7 +3990,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 15, "min_level": 29, @@ -3244,7 +3998,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 15, "min_level": 29, @@ -3252,7 +4006,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 4, "min_level": 39, @@ -3260,7 +4014,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 1, "min_level": 32, @@ -3276,63 +4030,15 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, "max_level": 5 }, - { - "pokeapi_id": 118, - "pokemon_name": "goldeen", - "method": "good-rod", - "encounter_rate": 50, - "min_level": 10, - "max_level": 10 - }, - { - "pokeapi_id": 60, - "pokemon_name": "poliwag", - "method": "good-rod", - "encounter_rate": 50, - "min_level": 10, - "max_level": 10 - }, - { - "pokeapi_id": 118, - "pokemon_name": "goldeen", - "method": "super-rod", - "encounter_rate": 25, - "min_level": 15, - "max_level": 15 - }, - { - "pokeapi_id": 116, - "pokemon_name": "horsea", - "method": "super-rod", - "encounter_rate": 25, - "min_level": 15, - "max_level": 15 - }, - { - "pokeapi_id": 90, - "pokemon_name": "shellder", - "method": "super-rod", - "encounter_rate": 25, - "min_level": 15, - "max_level": 15 - }, - { - "pokeapi_id": 120, - "pokemon_name": "staryu", - "method": "super-rod", - "encounter_rate": 25, - "min_level": 15, - "max_level": 15 - }, { "pokeapi_id": 138, - "pokemon_name": "omanyte", + "pokemon_name": "Omanyte", "method": "fossil", "encounter_rate": 100, "min_level": 5, @@ -3340,7 +4046,7 @@ }, { "pokeapi_id": 140, - "pokemon_name": "kabuto", + "pokemon_name": "Kabuto", "method": "fossil", "encounter_rate": 100, "min_level": 5, @@ -3348,11 +4054,59 @@ }, { "pokeapi_id": 142, - "pokemon_name": "aerodactyl", + "pokemon_name": "Aerodactyl", "method": "fossil", "encounter_rate": 100, "min_level": 5, "max_level": 5 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 15, + "max_level": 15 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 15, + "max_level": 15 + }, + { + "pokeapi_id": 90, + "pokemon_name": "Shellder", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 15, + "max_level": 15 + }, + { + "pokeapi_id": 120, + "pokemon_name": "Staryu", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 15, + "max_level": 15 } ] }, @@ -3367,7 +4121,7 @@ "encounters": [ { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 40, "min_level": 30, @@ -3375,7 +4129,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 40, "min_level": 28, @@ -3383,7 +4137,7 @@ }, { "pokeapi_id": 37, - "pokemon_name": "vulpix", + "pokemon_name": "Vulpix", "method": "walk", "encounter_rate": 10, "min_level": 34, @@ -3391,7 +4145,7 @@ }, { "pokeapi_id": 109, - "pokemon_name": "koffing", + "pokemon_name": "Koffing", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -3399,7 +4153,7 @@ }, { "pokeapi_id": 89, - "pokemon_name": "muk", + "pokemon_name": "Muk", "method": "walk", "encounter_rate": 4, "min_level": 37, @@ -3407,7 +4161,61 @@ }, { "pokeapi_id": 110, - "pokemon_name": "weezing", + "pokemon_name": "Weezing", + "method": "walk", + "encounter_rate": 1, + "min_level": 39, + "max_level": 39 + } + ] + }, + { + "name": "Pokemon Mansion (1F)", + "order": 62, + "encounters": [ + { + "pokeapi_id": 88, + "pokemon_name": "Grimer", + "method": "walk", + "encounter_rate": 40, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 77, + "pokemon_name": "Ponyta", + "method": "walk", + "encounter_rate": 40, + "min_level": 28, + "max_level": 34 + }, + { + "pokeapi_id": 37, + "pokemon_name": "Vulpix", + "method": "walk", + "encounter_rate": 10, + "min_level": 34, + "max_level": 34 + }, + { + "pokeapi_id": 109, + "pokemon_name": "Koffing", + "method": "walk", + "encounter_rate": 5, + "min_level": 30, + "max_level": 30 + }, + { + "pokeapi_id": 89, + "pokemon_name": "Muk", + "method": "walk", + "encounter_rate": 4, + "min_level": 37, + "max_level": 37 + }, + { + "pokeapi_id": 110, + "pokemon_name": "Weezing", "method": "walk", "encounter_rate": 1, "min_level": 39, @@ -3421,7 +4229,7 @@ "encounters": [ { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 45, "min_level": 30, @@ -3429,7 +4237,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 25, "min_level": 28, @@ -3437,7 +4245,7 @@ }, { "pokeapi_id": 37, - "pokemon_name": "vulpix", + "pokemon_name": "Vulpix", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -3445,7 +4253,7 @@ }, { "pokeapi_id": 109, - "pokemon_name": "koffing", + "pokemon_name": "Koffing", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -3453,7 +4261,7 @@ }, { "pokeapi_id": 89, - "pokemon_name": "muk", + "pokemon_name": "Muk", "method": "walk", "encounter_rate": 4, "min_level": 39, @@ -3461,7 +4269,7 @@ }, { "pokeapi_id": 110, - "pokemon_name": "weezing", + "pokemon_name": "Weezing", "method": "walk", "encounter_rate": 1, "min_level": 37, @@ -3469,13 +4277,129 @@ } ] }, + { + "name": "Pokemon Mansion (2F)", + "order": 63, + "encounters": [ + { + "pokeapi_id": 88, + "pokemon_name": "Grimer", + "method": "walk", + "encounter_rate": 45, + "min_level": 30, + "max_level": 34 + }, + { + "pokeapi_id": 77, + "pokemon_name": "Ponyta", + "method": "walk", + "encounter_rate": 25, + "min_level": 28, + "max_level": 32 + }, + { + "pokeapi_id": 37, + "pokemon_name": "Vulpix", + "method": "walk", + "encounter_rate": 20, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 109, + "pokemon_name": "Koffing", + "method": "walk", + "encounter_rate": 5, + "min_level": 30, + "max_level": 30 + }, + { + "pokeapi_id": 89, + "pokemon_name": "Muk", + "method": "walk", + "encounter_rate": 4, + "min_level": 39, + "max_level": 39 + }, + { + "pokeapi_id": 110, + "pokemon_name": "Weezing", + "method": "walk", + "encounter_rate": 1, + "min_level": 37, + "max_level": 37 + } + ] + }, + { + "name": "Pokemon Mansion (3F)", + "order": 64, + "encounters": [ + { + "pokeapi_id": 88, + "pokemon_name": "Grimer", + "method": "walk", + "encounter_rate": 35, + "min_level": 31, + "max_level": 35 + }, + { + "pokeapi_id": 37, + "pokemon_name": "Vulpix", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 33 + }, + { + "pokeapi_id": 89, + "pokemon_name": "Muk", + "method": "walk", + "encounter_rate": 15, + "min_level": 38, + "max_level": 40 + }, + { + "pokeapi_id": 77, + "pokemon_name": "Ponyta", + "method": "walk", + "encounter_rate": 14, + "min_level": 32, + "max_level": 36 + }, + { + "pokeapi_id": 126, + "pokemon_name": "Magmar", + "method": "walk", + "encounter_rate": 10, + "min_level": 34, + "max_level": 34 + }, + { + "pokeapi_id": 109, + "pokemon_name": "Koffing", + "method": "walk", + "encounter_rate": 5, + "min_level": 34, + "max_level": 34 + }, + { + "pokeapi_id": 110, + "pokemon_name": "Weezing", + "method": "walk", + "encounter_rate": 1, + "min_level": 42, + "max_level": 42 + } + ] + }, { "name": "Pokemon Mansion (3f)", "order": 64, "encounters": [ { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 35, "min_level": 31, @@ -3483,7 +4407,7 @@ }, { "pokeapi_id": 37, - "pokemon_name": "vulpix", + "pokemon_name": "Vulpix", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -3491,7 +4415,7 @@ }, { "pokeapi_id": 89, - "pokemon_name": "muk", + "pokemon_name": "Muk", "method": "walk", "encounter_rate": 15, "min_level": 38, @@ -3499,7 +4423,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 14, "min_level": 32, @@ -3507,7 +4431,7 @@ }, { "pokeapi_id": 126, - "pokemon_name": "magmar", + "pokemon_name": "Magmar", "method": "walk", "encounter_rate": 10, "min_level": 34, @@ -3515,7 +4439,7 @@ }, { "pokeapi_id": 109, - "pokemon_name": "koffing", + "pokemon_name": "Koffing", "method": "walk", "encounter_rate": 5, "min_level": 34, @@ -3523,7 +4447,69 @@ }, { "pokeapi_id": 110, - "pokemon_name": "weezing", + "pokemon_name": "Weezing", + "method": "walk", + "encounter_rate": 1, + "min_level": 42, + "max_level": 42 + } + ] + }, + { + "name": "Pokemon Mansion (B1F)", + "order": 65, + "encounters": [ + { + "pokeapi_id": 88, + "pokemon_name": "Grimer", + "method": "walk", + "encounter_rate": 50, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 77, + "pokemon_name": "Ponyta", + "method": "walk", + "encounter_rate": 15, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 37, + "pokemon_name": "Vulpix", + "method": "walk", + "encounter_rate": 15, + "min_level": 35, + "max_level": 35 + }, + { + "pokeapi_id": 89, + "pokemon_name": "Muk", + "method": "walk", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 109, + "pokemon_name": "Koffing", + "method": "walk", + "encounter_rate": 5, + "min_level": 35, + "max_level": 35 + }, + { + "pokeapi_id": 126, + "pokemon_name": "Magmar", + "method": "walk", + "encounter_rate": 4, + "min_level": 38, + "max_level": 38 + }, + { + "pokeapi_id": 110, + "pokemon_name": "Weezing", "method": "walk", "encounter_rate": 1, "min_level": 42, @@ -3537,7 +4523,7 @@ "encounters": [ { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 50, "min_level": 31, @@ -3545,7 +4531,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 15, "min_level": 32, @@ -3553,7 +4539,7 @@ }, { "pokeapi_id": 37, - "pokemon_name": "vulpix", + "pokemon_name": "Vulpix", "method": "walk", "encounter_rate": 15, "min_level": 35, @@ -3561,7 +4547,7 @@ }, { "pokeapi_id": 89, - "pokemon_name": "muk", + "pokemon_name": "Muk", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -3569,7 +4555,7 @@ }, { "pokeapi_id": 109, - "pokemon_name": "koffing", + "pokemon_name": "Koffing", "method": "walk", "encounter_rate": 5, "min_level": 35, @@ -3577,7 +4563,7 @@ }, { "pokeapi_id": 126, - "pokemon_name": "magmar", + "pokemon_name": "Magmar", "method": "walk", "encounter_rate": 4, "min_level": 38, @@ -3585,7 +4571,7 @@ }, { "pokeapi_id": 110, - "pokemon_name": "weezing", + "pokemon_name": "Weezing", "method": "walk", "encounter_rate": 1, "min_level": 42, @@ -3601,7 +4587,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -3609,7 +4595,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -3617,7 +4603,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -3625,7 +4611,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -3633,7 +4619,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 30, "min_level": 21, @@ -3641,7 +4627,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 30, "min_level": 21, @@ -3649,7 +4635,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -3657,7 +4643,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -3665,7 +4651,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -3673,7 +4659,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -3681,7 +4667,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 15, "min_level": 30, @@ -3689,7 +4675,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 15, "min_level": 30, @@ -3697,7 +4683,7 @@ }, { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 10, "min_level": 28, @@ -3711,7 +4697,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -3719,7 +4705,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -3727,7 +4713,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -3735,7 +4721,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 35, "min_level": 33, @@ -3743,7 +4729,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 25, "min_level": 38, @@ -3751,7 +4737,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 25, "min_level": 23, @@ -3759,7 +4745,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 25, "min_level": 23, @@ -3767,7 +4753,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 25, "min_level": 23, @@ -3775,7 +4761,7 @@ }, { "pokeapi_id": 80, - "pokemon_name": "slowbro", + "pokemon_name": "Slowbro", "method": "super-rod", "encounter_rate": 25, "min_level": 23, @@ -3783,7 +4769,7 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -3791,7 +4777,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 15, "min_level": 26, @@ -3799,7 +4785,7 @@ }, { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 5, "min_level": 41, @@ -3813,12 +4799,12 @@ "encounters": [], "children": [ { - "name": "Victory Road 2 (1f)", + "name": "Victory Road 2 (1F)", "order": 69, "encounters": [ { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 30, "min_level": 36, @@ -3826,7 +4812,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -3834,7 +4820,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -3842,7 +4828,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 15, "min_level": 22, @@ -3850,7 +4836,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 41, @@ -3858,7 +4844,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 5, "min_level": 41, @@ -3866,7 +4852,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 4, "min_level": 42, @@ -3874,7 +4860,77 @@ }, { "pokeapi_id": 105, - "pokemon_name": "marowak", + "pokemon_name": "Marowak", + "method": "walk", + "encounter_rate": 1, + "min_level": 43, + "max_level": 43 + } + ] + }, + { + "name": "Victory Road 2 (1f)", + "order": 69, + "encounters": [ + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 30, + "min_level": 36, + "max_level": 42 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 20, + "min_level": 26, + "max_level": 26 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 20, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 15, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 41, + "max_level": 41 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 5, + "min_level": 41, + "max_level": 41 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 4, + "min_level": 42, + "max_level": 42 + }, + { + "pokeapi_id": 105, + "pokemon_name": "Marowak", "method": "walk", "encounter_rate": 1, "min_level": 43, @@ -3888,7 +4944,7 @@ "encounters": [ { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 30, "min_level": 36, @@ -3896,7 +4952,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -3904,7 +4960,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -3912,7 +4968,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 15, "min_level": 26, @@ -3920,7 +4976,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 40, @@ -3928,7 +4984,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 5, "min_level": 41, @@ -3936,7 +4992,7 @@ }, { "pokeapi_id": 105, - "pokemon_name": "marowak", + "pokemon_name": "Marowak", "method": "walk", "encounter_rate": 4, "min_level": 40, @@ -3944,7 +5000,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 1, "min_level": 43, @@ -3952,13 +5008,153 @@ } ] }, + { + "name": "Victory Road 2 (2F)", + "order": 70, + "encounters": [ + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 30, + "min_level": 36, + "max_level": 42 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 20, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 15, + "min_level": 26, + "max_level": 26 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 5, + "min_level": 41, + "max_level": 41 + }, + { + "pokeapi_id": 105, + "pokemon_name": "Marowak", + "method": "walk", + "encounter_rate": 4, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 1, + "min_level": 43, + "max_level": 43 + } + ] + }, + { + "name": "Victory Road 2 (3F)", + "order": 71, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 20, + "min_level": 26, + "max_level": 26 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 20, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 20, + "min_level": 42, + "max_level": 45 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 15, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 49, + "pokemon_name": "Venomoth", + "method": "walk", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 41, + "max_level": 41 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 5, + "min_level": 43, + "max_level": 43 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 5, + "min_level": 42, + "max_level": 45 + } + ] + }, { "name": "Victory Road 2 (3f)", "order": 71, "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -3966,7 +5162,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -3974,7 +5170,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 20, "min_level": 42, @@ -3982,7 +5178,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 15, "min_level": 22, @@ -3990,7 +5186,7 @@ }, { "pokeapi_id": 49, - "pokemon_name": "venomoth", + "pokemon_name": "Venomoth", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -3998,7 +5194,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 41, @@ -4006,7 +5202,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 5, "min_level": 43, @@ -4014,7 +5210,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 5, "min_level": 42, @@ -4030,12 +5226,12 @@ "encounters": [], "children": [ { - "name": "Cerulean Cave (1f)", + "name": "Cerulean Cave (B1f)", "order": 73, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -4043,7 +5239,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -4051,7 +5247,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -4059,7 +5255,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 25, "min_level": 23, @@ -4067,7 +5263,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 25, "min_level": 23, @@ -4075,7 +5271,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 25, "min_level": 23, @@ -4083,7 +5279,133 @@ }, { "pokeapi_id": 80, - "pokemon_name": "slowbro", + "pokemon_name": "Slowbro", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 105, + "pokemon_name": "Marowak", + "method": "walk", + "encounter_rate": 20, + "min_level": 55, + "max_level": 55 + }, + { + "pokeapi_id": 112, + "pokemon_name": "Rhydon", + "method": "walk", + "encounter_rate": 20, + "min_level": 55, + "max_level": 55 + }, + { + "pokeapi_id": 101, + "pokemon_name": "Electrode", + "method": "walk", + "encounter_rate": 15, + "min_level": 55, + "max_level": 55 + }, + { + "pokeapi_id": 113, + "pokemon_name": "Chansey", + "method": "walk", + "encounter_rate": 10, + "min_level": 64, + "max_level": 64 + }, + { + "pokeapi_id": 132, + "pokemon_name": "Ditto", + "method": "walk", + "encounter_rate": 10, + "min_level": 63, + "max_level": 67 + }, + { + "pokeapi_id": 47, + "pokemon_name": "Parasect", + "method": "walk", + "encounter_rate": 10, + "min_level": 64, + "max_level": 64 + }, + { + "pokeapi_id": 26, + "pokemon_name": "Raichu", + "method": "walk", + "encounter_rate": 10, + "min_level": 64, + "max_level": 64 + }, + { + "pokeapi_id": 28, + "pokemon_name": "Sandslash", + "method": "walk", + "encounter_rate": 5, + "min_level": 57, + "max_level": 57 + } + ] + }, + { + "name": "Cerulean Cave (1F)", + "order": 73, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 5, + "max_level": 5 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 99, + "pokemon_name": "Kingler", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 117, + "pokemon_name": "Seadra", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 80, + "pokemon_name": "Slowbro", "method": "super-rod", "encounter_rate": 25, "min_level": 23, @@ -4091,7 +5413,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 46, @@ -4099,7 +5421,7 @@ }, { "pokeapi_id": 97, - "pokemon_name": "hypno", + "pokemon_name": "Hypno", "method": "walk", "encounter_rate": 20, "min_level": 46, @@ -4107,7 +5429,7 @@ }, { "pokeapi_id": 82, - "pokemon_name": "magneton", + "pokemon_name": "Magneton", "method": "walk", "encounter_rate": 15, "min_level": 46, @@ -4115,7 +5437,7 @@ }, { "pokeapi_id": 85, - "pokemon_name": "dodrio", + "pokemon_name": "Dodrio", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -4123,7 +5445,7 @@ }, { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 10, "min_level": 52, @@ -4131,7 +5453,7 @@ }, { "pokeapi_id": 49, - "pokemon_name": "venomoth", + "pokemon_name": "Venomoth", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -4139,7 +5461,7 @@ }, { "pokeapi_id": 64, - "pokemon_name": "kadabra", + "pokemon_name": "Kadabra", "method": "walk", "encounter_rate": 5, "min_level": 49, @@ -4147,7 +5469,7 @@ }, { "pokeapi_id": 47, - "pokemon_name": "parasect", + "pokemon_name": "Parasect", "method": "walk", "encounter_rate": 5, "min_level": 52, @@ -4155,7 +5477,7 @@ }, { "pokeapi_id": 26, - "pokemon_name": "raichu", + "pokemon_name": "Raichu", "method": "walk", "encounter_rate": 4, "min_level": 53, @@ -4163,7 +5485,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 1, "min_level": 53, @@ -4172,12 +5494,154 @@ ] }, { - "name": "Cerulean Cave (2f)", + "name": "Cerulean Cave (1f)", + "order": 74, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 5, + "max_level": 5 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 99, + "pokemon_name": "Kingler", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 117, + "pokemon_name": "Seadra", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 80, + "pokemon_name": "Slowbro", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 46, + "max_level": 46 + }, + { + "pokeapi_id": 97, + "pokemon_name": "Hypno", + "method": "walk", + "encounter_rate": 20, + "min_level": 46, + "max_level": 46 + }, + { + "pokeapi_id": 82, + "pokemon_name": "Magneton", + "method": "walk", + "encounter_rate": 15, + "min_level": 46, + "max_level": 46 + }, + { + "pokeapi_id": 85, + "pokemon_name": "Dodrio", + "method": "walk", + "encounter_rate": 10, + "min_level": 49, + "max_level": 49 + }, + { + "pokeapi_id": 28, + "pokemon_name": "Sandslash", + "method": "walk", + "encounter_rate": 10, + "min_level": 52, + "max_level": 52 + }, + { + "pokeapi_id": 49, + "pokemon_name": "Venomoth", + "method": "walk", + "encounter_rate": 10, + "min_level": 49, + "max_level": 49 + }, + { + "pokeapi_id": 64, + "pokemon_name": "Kadabra", + "method": "walk", + "encounter_rate": 5, + "min_level": 49, + "max_level": 49 + }, + { + "pokeapi_id": 47, + "pokemon_name": "Parasect", + "method": "walk", + "encounter_rate": 5, + "min_level": 52, + "max_level": 52 + }, + { + "pokeapi_id": 26, + "pokemon_name": "Raichu", + "method": "walk", + "encounter_rate": 4, + "min_level": 53, + "max_level": 53 + }, + { + "pokeapi_id": 132, + "pokemon_name": "Ditto", + "method": "walk", + "encounter_rate": 1, + "min_level": 53, + "max_level": 53 + } + ] + }, + { + "name": "Cerulean Cave (2F)", "order": 74, "encounters": [ { "pokeapi_id": 85, - "pokemon_name": "dodrio", + "pokemon_name": "Dodrio", "method": "walk", "encounter_rate": 20, "min_level": 51, @@ -4185,7 +5649,7 @@ }, { "pokeapi_id": 49, - "pokemon_name": "venomoth", + "pokemon_name": "Venomoth", "method": "walk", "encounter_rate": 20, "min_level": 51, @@ -4193,7 +5657,7 @@ }, { "pokeapi_id": 64, - "pokemon_name": "kadabra", + "pokemon_name": "Kadabra", "method": "walk", "encounter_rate": 15, "min_level": 51, @@ -4201,7 +5665,7 @@ }, { "pokeapi_id": 101, - "pokemon_name": "electrode", + "pokemon_name": "Electrode", "method": "walk", "encounter_rate": 10, "min_level": 52, @@ -4209,7 +5673,7 @@ }, { "pokeapi_id": 105, - "pokemon_name": "marowak", + "pokemon_name": "Marowak", "method": "walk", "encounter_rate": 10, "min_level": 52, @@ -4217,7 +5681,7 @@ }, { "pokeapi_id": 112, - "pokemon_name": "rhydon", + "pokemon_name": "Rhydon", "method": "walk", "encounter_rate": 10, "min_level": 52, @@ -4225,7 +5689,7 @@ }, { "pokeapi_id": 113, - "pokemon_name": "chansey", + "pokemon_name": "Chansey", "method": "walk", "encounter_rate": 5, "min_level": 56, @@ -4233,7 +5697,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 5, "min_level": 55, @@ -4241,7 +5705,7 @@ }, { "pokeapi_id": 40, - "pokemon_name": "wigglytuff", + "pokemon_name": "Wigglytuff", "method": "walk", "encounter_rate": 5, "min_level": 54, @@ -4250,12 +5714,90 @@ ] }, { - "name": "Cerulean Cave (B1f)", + "name": "Cerulean Cave (2f)", + "order": 75, + "encounters": [ + { + "pokeapi_id": 85, + "pokemon_name": "Dodrio", + "method": "walk", + "encounter_rate": 20, + "min_level": 51, + "max_level": 51 + }, + { + "pokeapi_id": 49, + "pokemon_name": "Venomoth", + "method": "walk", + "encounter_rate": 20, + "min_level": 51, + "max_level": 51 + }, + { + "pokeapi_id": 64, + "pokemon_name": "Kadabra", + "method": "walk", + "encounter_rate": 15, + "min_level": 51, + "max_level": 51 + }, + { + "pokeapi_id": 101, + "pokemon_name": "Electrode", + "method": "walk", + "encounter_rate": 10, + "min_level": 52, + "max_level": 52 + }, + { + "pokeapi_id": 105, + "pokemon_name": "Marowak", + "method": "walk", + "encounter_rate": 10, + "min_level": 52, + "max_level": 52 + }, + { + "pokeapi_id": 112, + "pokemon_name": "Rhydon", + "method": "walk", + "encounter_rate": 10, + "min_level": 52, + "max_level": 52 + }, + { + "pokeapi_id": 113, + "pokemon_name": "Chansey", + "method": "walk", + "encounter_rate": 5, + "min_level": 56, + "max_level": 56 + }, + { + "pokeapi_id": 132, + "pokemon_name": "Ditto", + "method": "walk", + "encounter_rate": 5, + "min_level": 55, + "max_level": 60 + }, + { + "pokeapi_id": 40, + "pokemon_name": "Wigglytuff", + "method": "walk", + "encounter_rate": 5, + "min_level": 54, + "max_level": 54 + } + ] + }, + { + "name": "Cerulean Cave (B1F)", "order": 75, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -4263,7 +5805,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -4271,7 +5813,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -4279,7 +5821,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 25, "min_level": 23, @@ -4287,7 +5829,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 25, "min_level": 23, @@ -4295,7 +5837,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 25, "min_level": 23, @@ -4303,7 +5845,7 @@ }, { "pokeapi_id": 80, - "pokemon_name": "slowbro", + "pokemon_name": "Slowbro", "method": "super-rod", "encounter_rate": 25, "min_level": 23, @@ -4311,7 +5853,7 @@ }, { "pokeapi_id": 105, - "pokemon_name": "marowak", + "pokemon_name": "Marowak", "method": "walk", "encounter_rate": 20, "min_level": 55, @@ -4319,7 +5861,7 @@ }, { "pokeapi_id": 112, - "pokemon_name": "rhydon", + "pokemon_name": "Rhydon", "method": "walk", "encounter_rate": 20, "min_level": 55, @@ -4327,7 +5869,7 @@ }, { "pokeapi_id": 101, - "pokemon_name": "electrode", + "pokemon_name": "Electrode", "method": "walk", "encounter_rate": 15, "min_level": 55, @@ -4335,7 +5877,7 @@ }, { "pokeapi_id": 113, - "pokemon_name": "chansey", + "pokemon_name": "Chansey", "method": "walk", "encounter_rate": 10, "min_level": 64, @@ -4343,7 +5885,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 10, "min_level": 63, @@ -4351,7 +5893,7 @@ }, { "pokeapi_id": 47, - "pokemon_name": "parasect", + "pokemon_name": "Parasect", "method": "walk", "encounter_rate": 10, "min_level": 64, @@ -4359,7 +5901,7 @@ }, { "pokeapi_id": 26, - "pokemon_name": "raichu", + "pokemon_name": "Raichu", "method": "walk", "encounter_rate": 10, "min_level": 64, @@ -4367,7 +5909,7 @@ }, { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 5, "min_level": 57, @@ -4383,7 +5925,7 @@ "encounters": [ { "pokeapi_id": 175, - "pokemon_name": "togepi", + "pokemon_name": "Togepi", "method": "gift", "encounter_rate": 100, "min_level": 5, diff --git a/backend/src/app/seeds/data/crystal.json b/backend/src/app/seeds/data/crystal.json index e046512..0f77907 100644 --- a/backend/src/app/seeds/data/crystal.json +++ b/backend/src/app/seeds/data/crystal.json @@ -5,7 +5,7 @@ "encounters": [ { "pokeapi_id": 152, - "pokemon_name": "chikorita", + "pokemon_name": "Chikorita", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -13,7 +13,7 @@ }, { "pokeapi_id": 155, - "pokemon_name": "cyndaquil", + "pokemon_name": "Cyndaquil", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -21,7 +21,7 @@ }, { "pokeapi_id": 158, - "pokemon_name": "totodile", + "pokemon_name": "Totodile", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -35,7 +35,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -43,7 +43,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -51,7 +51,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -59,7 +59,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -67,7 +67,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -75,7 +75,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -83,7 +83,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -91,7 +91,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -99,7 +99,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -107,7 +107,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -115,7 +115,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -123,7 +123,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -137,7 +137,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 100, "min_level": 2, @@ -145,7 +145,7 @@ }, { "pokeapi_id": 161, - "pokemon_name": "sentret", + "pokemon_name": "Sentret", "method": "walk", "encounter_rate": 80, "min_level": 2, @@ -153,7 +153,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 55, "min_level": 2, @@ -161,7 +161,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 55, "min_level": 2, @@ -169,7 +169,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 10, "min_level": 3, @@ -183,7 +183,7 @@ "encounters": [ { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -191,7 +191,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -199,7 +199,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -207,7 +207,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -215,7 +215,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -223,7 +223,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -231,7 +231,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -239,7 +239,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -247,7 +247,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -255,7 +255,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -263,7 +263,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -271,7 +271,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -285,7 +285,7 @@ "encounters": [ { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 100, "min_level": 3, @@ -293,7 +293,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -301,7 +301,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -309,7 +309,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -317,7 +317,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -325,7 +325,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 50, "min_level": 3, @@ -333,7 +333,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 45, "min_level": 3, @@ -341,7 +341,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -349,7 +349,7 @@ }, { "pokeapi_id": 165, - "pokemon_name": "ledyba", + "pokemon_name": "Ledyba", "method": "walk", "encounter_rate": 30, "min_level": 3, @@ -357,7 +357,7 @@ }, { "pokeapi_id": 167, - "pokemon_name": "spinarak", + "pokemon_name": "Spinarak", "method": "walk", "encounter_rate": 30, "min_level": 3, @@ -365,7 +365,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -373,7 +373,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "walk", "encounter_rate": 20, "min_level": 4, @@ -381,7 +381,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -389,7 +389,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 10, "min_level": 4, @@ -397,7 +397,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -405,7 +405,7 @@ }, { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 10, "min_level": 3, @@ -413,7 +413,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 5, "min_level": 3, @@ -427,7 +427,7 @@ "encounters": [ { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 100, "min_level": 4, @@ -435,7 +435,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -443,7 +443,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -451,7 +451,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -459,7 +459,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -467,7 +467,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 50, "min_level": 4, @@ -475,7 +475,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -483,7 +483,7 @@ }, { "pokeapi_id": 165, - "pokemon_name": "ledyba", + "pokemon_name": "Ledyba", "method": "walk", "encounter_rate": 30, "min_level": 4, @@ -491,7 +491,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "walk", "encounter_rate": 30, "min_level": 4, @@ -499,7 +499,7 @@ }, { "pokeapi_id": 167, - "pokemon_name": "spinarak", + "pokemon_name": "Spinarak", "method": "walk", "encounter_rate": 30, "min_level": 4, @@ -507,7 +507,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -515,7 +515,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -523,7 +523,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -531,7 +531,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 10, "min_level": 5, @@ -539,7 +539,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 10, "min_level": 5, @@ -547,7 +547,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -555,7 +555,7 @@ }, { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 10, "min_level": 4, @@ -563,7 +563,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 5, "min_level": 5, @@ -571,7 +571,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 5, "min_level": 4, @@ -590,7 +590,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -598,7 +598,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 90, "min_level": 23, @@ -606,7 +606,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 90, "min_level": 23, @@ -614,7 +614,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -622,7 +622,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -630,7 +630,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -638,7 +638,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 60, "min_level": 25, @@ -646,7 +646,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -654,7 +654,7 @@ }, { "pokeapi_id": 217, - "pokemon_name": "ursaring", + "pokemon_name": "Ursaring", "method": "walk", "encounter_rate": 25, "min_level": 20, @@ -662,7 +662,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -670,7 +670,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 15, "min_level": 23, @@ -678,7 +678,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -686,7 +686,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 15, "min_level": 20, @@ -694,7 +694,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -702,7 +702,7 @@ }, { "pokeapi_id": 216, - "pokemon_name": "teddiursa", + "pokemon_name": "Teddiursa", "method": "walk", "encounter_rate": 5, "min_level": 20, @@ -716,7 +716,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 100, "min_level": 2, @@ -724,7 +724,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -732,7 +732,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 100, "min_level": 2, @@ -740,7 +740,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "rock-smash", "encounter_rate": 90, "min_level": 15, @@ -748,7 +748,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -756,7 +756,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -764,7 +764,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -772,7 +772,7 @@ }, { "pokeapi_id": 206, - "pokemon_name": "dunsparce", + "pokemon_name": "Dunsparce", "method": "walk", "encounter_rate": 43, "min_level": 2, @@ -780,7 +780,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -788,7 +788,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -796,7 +796,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -804,7 +804,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -812,7 +812,7 @@ }, { "pokeapi_id": 213, - "pokemon_name": "shuckle", + "pokemon_name": "Shuckle", "method": "rock-smash", "encounter_rate": 10, "min_level": 15, @@ -820,7 +820,7 @@ }, { "pokeapi_id": 216, - "pokemon_name": "teddiursa", + "pokemon_name": "Teddiursa", "method": "walk", "encounter_rate": 5, "min_level": 2, @@ -834,9 +834,17 @@ "name": "Violet City", "order": 10, "encounters": [ + { + "pokeapi_id": 175, + "pokemon_name": "Togepi", + "method": "gift", + "encounter_rate": 100, + "min_level": 1, + "max_level": 1 + }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -844,7 +852,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -852,7 +860,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -860,7 +868,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -868,7 +876,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -876,7 +884,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -884,7 +892,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -892,19 +900,11 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 20, "max_level": 24 - }, - { - "pokeapi_id": 175, - "pokemon_name": "togepi", - "method": "gift", - "encounter_rate": 100, - "min_level": 1, - "max_level": 1 } ] }, @@ -914,12 +914,12 @@ "encounters": [], "children": [ { - "name": "Sprout Tower (2f)", + "name": "Sprout Tower (2F)", "order": 12, "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 3, @@ -927,7 +927,51 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 85, + "min_level": 3, + "max_level": 6 + } + ] + }, + { + "name": "Sprout Tower (2f)", + "order": 12, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 3, + "max_level": 6 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 85, + "min_level": 3, + "max_level": 6 + } + ] + }, + { + "name": "Sprout Tower (3F)", + "order": 13, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 3, + "max_level": 6 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 85, "min_level": 3, @@ -941,7 +985,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 3, @@ -949,7 +993,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 85, "min_level": 3, @@ -965,7 +1009,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -973,7 +1017,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -981,7 +1025,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 90, "min_level": 5, @@ -989,7 +1033,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -997,7 +1041,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -1005,7 +1049,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -1013,7 +1057,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 60, "min_level": 7, @@ -1021,7 +1065,7 @@ }, { "pokeapi_id": 23, - "pokemon_name": "ekans", + "pokemon_name": "Ekans", "method": "walk", "encounter_rate": 60, "min_level": 4, @@ -1029,7 +1073,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 15, @@ -1037,7 +1081,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -1045,7 +1089,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 30, "min_level": 6, @@ -1053,7 +1097,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -1061,7 +1105,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "walk", "encounter_rate": 30, "min_level": 4, @@ -1069,7 +1113,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -1077,7 +1121,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "old-rod", "encounter_rate": 15, "min_level": 5, @@ -1085,7 +1129,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -1093,7 +1137,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -1101,7 +1145,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -1109,7 +1153,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -1117,7 +1161,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 5, "min_level": 7, @@ -1125,7 +1169,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 5, "min_level": 7, @@ -1144,7 +1188,7 @@ "encounters": [ { "pokeapi_id": 177, - "pokemon_name": "natu", + "pokemon_name": "Natu", "method": "walk", "encounter_rate": 100, "min_level": 18, @@ -1152,7 +1196,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -1160,7 +1204,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -1168,7 +1212,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -1176,7 +1220,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 60, "min_level": 15, @@ -1184,7 +1228,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 40, "min_level": 14, @@ -1192,7 +1236,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -1200,7 +1244,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -1208,7 +1252,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -1216,7 +1260,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 10, "min_level": 22, @@ -1224,7 +1268,7 @@ }, { "pokeapi_id": 235, - "pokemon_name": "smeargle", + "pokemon_name": "Smeargle", "method": "walk", "encounter_rate": 10, "min_level": 20, @@ -1232,7 +1276,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "walk", "encounter_rate": 10, "min_level": 20, @@ -1246,7 +1290,7 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -1260,7 +1304,7 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -1274,7 +1318,7 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -1288,7 +1332,7 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -1304,12 +1348,12 @@ "encounters": [], "children": [ { - "name": "Union Cave (1f)", + "name": "Union Cave (1F)", "order": 22, "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 90, "min_level": 6, @@ -1317,7 +1361,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -1325,7 +1369,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -1333,7 +1377,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -1341,7 +1385,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 60, "min_level": 4, @@ -1349,7 +1393,7 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 60, "min_level": 6, @@ -1357,7 +1401,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 60, "min_level": 15, @@ -1365,7 +1409,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 55, "min_level": 5, @@ -1373,7 +1417,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 40, "min_level": 15, @@ -1381,7 +1425,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -1389,7 +1433,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -1397,7 +1441,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -1405,7 +1449,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -1413,7 +1457,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 15, "min_level": 6, @@ -1421,7 +1465,133 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + } + ] + }, + { + "name": "Union Cave (1f)", + "order": 22, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 90, + "min_level": 6, + "max_level": 6 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 65, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 60, + "min_level": 4, + "max_level": 6 + }, + { + "pokeapi_id": 27, + "pokemon_name": "Sandshrew", + "method": "walk", + "encounter_rate": 60, + "min_level": 6, + "max_level": 6 + }, + { + "pokeapi_id": 194, + "pokemon_name": "Wooper", + "method": "surf", + "encounter_rate": 60, + "min_level": 15, + "max_level": 19 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 55, + "min_level": 5, + "max_level": 7 + }, + { + "pokeapi_id": 195, + "pokemon_name": "Quagsire", + "method": "surf", + "encounter_rate": 40, + "min_level": 15, + "max_level": 24 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 35, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 194, + "pokemon_name": "Wooper", + "method": "walk", + "encounter_rate": 20, + "min_level": 5, + "max_level": 5 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 15, + "min_level": 6, + "max_level": 6 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -1435,7 +1605,7 @@ "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 100, "min_level": 6, @@ -1443,7 +1613,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 90, "min_level": 8, @@ -1451,7 +1621,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -1459,7 +1629,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -1467,7 +1637,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -1475,7 +1645,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 60, "min_level": 15, @@ -1483,7 +1653,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 40, "min_level": 15, @@ -1491,7 +1661,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -1499,7 +1669,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 30, "min_level": 8, @@ -1507,7 +1677,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 30, "min_level": 6, @@ -1515,7 +1685,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -1523,7 +1693,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -1531,7 +1701,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -1539,7 +1709,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -1547,13 +1717,289 @@ } ] }, + { + "name": "Union Cave (B1F)", + "order": 23, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 100, + "min_level": 6, + "max_level": 8 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 90, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 65, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 194, + "pokemon_name": "Wooper", + "method": "surf", + "encounter_rate": 60, + "min_level": 15, + "max_level": 19 + }, + { + "pokeapi_id": 195, + "pokemon_name": "Quagsire", + "method": "surf", + "encounter_rate": 40, + "min_level": 15, + "max_level": 24 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 35, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 30, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 30, + "min_level": 6, + "max_level": 8 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 194, + "pokemon_name": "Wooper", + "method": "walk", + "encounter_rate": 20, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + } + ] + }, + { + "name": "Union Cave (B2F)", + "order": 24, + "encounters": [ + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "good-rod", + "encounter_rate": 100, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "super-rod", + "encounter_rate": 100, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 100, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 100, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 90, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 222, + "pokemon_name": "Corsola", + "method": "super-rod", + "encounter_rate": 60, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 72, + "pokemon_name": "Tentacool", + "method": "surf", + "encounter_rate": 60, + "min_level": 15, + "max_level": 19 + }, + { + "pokeapi_id": 99, + "pokemon_name": "Kingler", + "method": "super-rod", + "encounter_rate": 30, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 195, + "pokemon_name": "Quagsire", + "method": "surf", + "encounter_rate": 30, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 20, + "pokemon_name": "Raticate", + "method": "walk", + "encounter_rate": 30, + "min_level": 21, + "max_level": 21 + }, + { + "pokeapi_id": 120, + "pokemon_name": "Staryu", + "method": "super-rod", + "encounter_rate": 30, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 222, + "pokemon_name": "Corsola", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 195, + "pokemon_name": "Quagsire", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 15, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 15, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 120, + "pokemon_name": "Staryu", + "method": "good-rod", + "encounter_rate": 10, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 73, + "pokemon_name": "Tentacruel", + "method": "surf", + "encounter_rate": 10, + "min_level": 20, + "max_level": 24 + } + ] + }, { "name": "Union Cave (B2f)", "order": 24, "encounters": [ { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -1561,7 +2007,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -1569,7 +2015,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -1577,7 +2023,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 100, "min_level": 22, @@ -1585,7 +2031,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 90, "min_level": 22, @@ -1593,7 +2039,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -1601,7 +2047,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -1609,7 +2055,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 15, @@ -1617,7 +2063,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -1625,7 +2071,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -1633,7 +2079,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 30, "min_level": 21, @@ -1641,7 +2087,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -1649,7 +2095,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -1657,7 +2103,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -1665,7 +2111,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 15, "min_level": 20, @@ -1673,7 +2119,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -1681,7 +2127,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 15, "min_level": 23, @@ -1689,7 +2135,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -1697,7 +2143,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -1713,7 +2159,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 6, @@ -1721,7 +2167,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 60, "min_level": 6, @@ -1729,7 +2175,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 60, "min_level": 6, @@ -1737,7 +2183,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 40, "min_level": 6, @@ -1745,7 +2191,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 30, "min_level": 6, @@ -1753,7 +2199,7 @@ }, { "pokeapi_id": 23, - "pokemon_name": "ekans", + "pokemon_name": "Ekans", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -1772,7 +2218,7 @@ "encounters": [ { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "surf", "encounter_rate": 100, "min_level": 10, @@ -1780,7 +2226,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -1788,7 +2234,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 85, "min_level": 5, @@ -1796,7 +2242,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -1804,7 +2250,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -1812,7 +2258,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -1820,7 +2266,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -1828,7 +2274,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -1836,7 +2282,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 15, "min_level": 6, @@ -1844,7 +2290,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -1852,13 +2298,201 @@ } ] }, + { + "name": "Slowpoke Well (1F)", + "order": 27, + "encounters": [ + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "surf", + "encounter_rate": 100, + "min_level": 10, + "max_level": 24 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 85, + "min_level": 5, + "max_level": 8 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 65, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 35, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "walk", + "encounter_rate": 15, + "min_level": 6, + "max_level": 8 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + } + ] + }, + { + "name": "Slowpoke Well (B1F)", + "order": 28, + "encounters": [ + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "surf", + "encounter_rate": 90, + "min_level": 15, + "max_level": 24 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 80, + "min_level": 19, + "max_level": 23 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 65, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 35, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "walk", + "encounter_rate": 15, + "min_level": 21, + "max_level": 23 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 80, + "pokemon_name": "Slowbro", + "method": "surf", + "encounter_rate": 10, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 23, + "max_level": 23 + } + ] + }, { "name": "Slowpoke Well (B1f)", "order": 28, "encounters": [ { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -1866,7 +2500,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -1874,7 +2508,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 80, "min_level": 19, @@ -1882,7 +2516,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -1890,7 +2524,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -1898,7 +2532,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -1906,7 +2540,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -1914,7 +2548,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -1922,7 +2556,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 15, "min_level": 21, @@ -1930,7 +2564,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -1938,7 +2572,7 @@ }, { "pokeapi_id": 80, - "pokemon_name": "slowbro", + "pokemon_name": "Slowbro", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -1946,7 +2580,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 23, @@ -1962,7 +2596,7 @@ "encounters": [ { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -1970,7 +2604,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -1978,7 +2612,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -1986,7 +2620,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 90, "min_level": 11, @@ -1994,7 +2628,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -2002,7 +2636,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -2010,7 +2644,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -2018,7 +2652,7 @@ }, { "pokeapi_id": 209, - "pokemon_name": "snubbull", + "pokemon_name": "Snubbull", "method": "walk", "encounter_rate": 60, "min_level": 10, @@ -2026,7 +2660,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 40, "min_level": 12, @@ -2034,7 +2668,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -2042,7 +2676,7 @@ }, { "pokeapi_id": 96, - "pokemon_name": "drowzee", + "pokemon_name": "Drowzee", "method": "walk", "encounter_rate": 30, "min_level": 12, @@ -2050,7 +2684,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -2058,7 +2692,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -2066,7 +2700,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -2074,7 +2708,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 20, "min_level": 12, @@ -2082,7 +2716,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 15, "min_level": 10, @@ -2090,7 +2724,7 @@ }, { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 15, "min_level": 12, @@ -2098,7 +2732,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -2106,7 +2740,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -2114,7 +2748,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -2128,7 +2762,7 @@ "encounters": [ { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -2136,7 +2770,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -2144,7 +2778,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -2152,7 +2786,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -2160,7 +2794,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 60, "min_level": 5, @@ -2168,7 +2802,7 @@ }, { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 60, "min_level": 5, @@ -2176,7 +2810,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 50, "min_level": 5, @@ -2184,7 +2818,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 40, "min_level": 7, @@ -2192,7 +2826,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -2200,7 +2834,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 30, "min_level": 5, @@ -2208,7 +2842,7 @@ }, { "pokeapi_id": 14, - "pokemon_name": "kakuna", + "pokemon_name": "Kakuna", "method": "walk", "encounter_rate": 20, "min_level": 7, @@ -2216,7 +2850,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -2224,7 +2858,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 15, "min_level": 6, @@ -2232,7 +2866,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -2240,7 +2874,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -2248,7 +2882,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -2256,7 +2890,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -2264,7 +2898,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 5, "min_level": 7, @@ -2278,7 +2912,7 @@ "encounters": [ { "pokeapi_id": 29, - "pokemon_name": "nidoran-f", + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 60, "min_level": 12, @@ -2286,7 +2920,7 @@ }, { "pokeapi_id": 32, - "pokemon_name": "nidoran-m", + "pokemon_name": "Nidoran M", "method": "walk", "encounter_rate": 60, "min_level": 12, @@ -2294,7 +2928,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 40, "min_level": 12, @@ -2302,7 +2936,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 30, "min_level": 12, @@ -2310,7 +2944,7 @@ }, { "pokeapi_id": 165, - "pokemon_name": "ledyba", + "pokemon_name": "Ledyba", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -2318,7 +2952,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -2326,7 +2960,7 @@ }, { "pokeapi_id": 167, - "pokemon_name": "spinarak", + "pokemon_name": "Spinarak", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -2334,7 +2968,7 @@ }, { "pokeapi_id": 191, - "pokemon_name": "sunkern", + "pokemon_name": "Sunkern", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -2342,7 +2976,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -2350,7 +2984,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -2358,7 +2992,7 @@ }, { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -2372,7 +3006,7 @@ "encounters": [ { "pokeapi_id": 193, - "pokemon_name": "yanma", + "pokemon_name": "Yanma", "method": "walk", "encounter_rate": 93, "min_level": 12, @@ -2380,7 +3014,7 @@ }, { "pokeapi_id": 29, - "pokemon_name": "nidoran-f", + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 90, "min_level": 12, @@ -2388,7 +3022,7 @@ }, { "pokeapi_id": 32, - "pokemon_name": "nidoran-m", + "pokemon_name": "Nidoran M", "method": "walk", "encounter_rate": 90, "min_level": 12, @@ -2396,7 +3030,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -2404,7 +3038,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -2412,7 +3046,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -2420,7 +3054,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 70, "min_level": 14, @@ -2428,7 +3062,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -2436,7 +3070,7 @@ }, { "pokeapi_id": 209, - "pokemon_name": "snubbull", + "pokemon_name": "Snubbull", "method": "walk", "encounter_rate": 60, "min_level": 12, @@ -2444,7 +3078,7 @@ }, { "pokeapi_id": 58, - "pokemon_name": "growlithe", + "pokemon_name": "Growlithe", "method": "walk", "encounter_rate": 40, "min_level": 13, @@ -2452,7 +3086,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 35, "min_level": 14, @@ -2460,7 +3094,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -2468,7 +3102,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -2476,7 +3110,7 @@ }, { "pokeapi_id": 96, - "pokemon_name": "drowzee", + "pokemon_name": "Drowzee", "method": "walk", "encounter_rate": 30, "min_level": 12, @@ -2484,7 +3118,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 27, "min_level": 10, @@ -2492,7 +3126,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -2500,7 +3134,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -2508,7 +3142,7 @@ }, { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 15, "min_level": 12, @@ -2516,7 +3150,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -2524,7 +3158,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -2538,7 +3172,7 @@ "encounters": [ { "pokeapi_id": 133, - "pokemon_name": "eevee", + "pokemon_name": "Eevee", "method": "gift", "encounter_rate": 100, "min_level": 5, @@ -2552,7 +3186,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 100, "min_level": 4, @@ -2560,7 +3194,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 60, "min_level": 5, @@ -2568,7 +3202,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 45, "min_level": 4, @@ -2576,7 +3210,7 @@ }, { "pokeapi_id": 165, - "pokemon_name": "ledyba", + "pokemon_name": "Ledyba", "method": "walk", "encounter_rate": 30, "min_level": 4, @@ -2584,7 +3218,7 @@ }, { "pokeapi_id": 167, - "pokemon_name": "spinarak", + "pokemon_name": "Spinarak", "method": "walk", "encounter_rate": 30, "min_level": 4, @@ -2592,7 +3226,7 @@ }, { "pokeapi_id": 58, - "pokemon_name": "growlithe", + "pokemon_name": "Growlithe", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -2600,7 +3234,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 5, "min_level": 5, @@ -2614,7 +3248,7 @@ "encounters": [ { "pokeapi_id": 58, - "pokemon_name": "growlithe", + "pokemon_name": "Growlithe", "method": "walk", "encounter_rate": 80, "min_level": 14, @@ -2622,7 +3256,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 75, "min_level": 13, @@ -2630,7 +3264,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 50, "min_level": 13, @@ -2638,7 +3272,7 @@ }, { "pokeapi_id": 234, - "pokemon_name": "stantler", + "pokemon_name": "Stantler", "method": "walk", "encounter_rate": 40, "min_level": 14, @@ -2646,7 +3280,7 @@ }, { "pokeapi_id": 167, - "pokemon_name": "spinarak", + "pokemon_name": "Spinarak", "method": "walk", "encounter_rate": 30, "min_level": 13, @@ -2654,7 +3288,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -2662,7 +3296,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -2670,7 +3304,7 @@ }, { "pokeapi_id": 168, - "pokemon_name": "ariados", + "pokemon_name": "Ariados", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -2684,7 +3318,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -2692,7 +3326,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -2700,7 +3334,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -2708,7 +3342,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -2716,7 +3350,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -2724,7 +3358,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -2732,7 +3366,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -2740,7 +3374,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -2754,20 +3388,20 @@ "encounters": [], "children": [ { - "name": "Burned Tower (B1f)", + "name": "Burned Tower (1F)", "order": 38, "encounters": [ { - "pokeapi_id": 109, - "pokemon_name": "koffing", + "pokeapi_id": 19, + "pokemon_name": "Rattata", "method": "walk", - "encounter_rate": 59, - "min_level": 12, - "max_level": 16 + "encounter_rate": 55, + "min_level": 13, + "max_level": 15 }, { - "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokeapi_id": 109, + "pokemon_name": "Koffing", "method": "walk", "encounter_rate": 30, "min_level": 14, @@ -2775,7 +3409,45 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 14, + "max_level": 14 + }, + { + "pokeapi_id": 20, + "pokemon_name": "Raticate", + "method": "walk", + "encounter_rate": 5, + "min_level": 15, + "max_level": 15 + } + ] + }, + { + "name": "Burned Tower (B1f)", + "order": 38, + "encounters": [ + { + "pokeapi_id": 109, + "pokemon_name": "Koffing", + "method": "walk", + "encounter_rate": 59, + "min_level": 12, + "max_level": 16 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 30, + "min_level": 14, + "max_level": 14 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -2783,7 +3455,45 @@ }, { "pokeapi_id": 110, - "pokemon_name": "weezing", + "pokemon_name": "Weezing", + "method": "walk", + "encounter_rate": 1, + "min_level": 16, + "max_level": 16 + } + ] + }, + { + "name": "Burned Tower (B1F)", + "order": 39, + "encounters": [ + { + "pokeapi_id": 109, + "pokemon_name": "Koffing", + "method": "walk", + "encounter_rate": 59, + "min_level": 12, + "max_level": 16 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 30, + "min_level": 14, + "max_level": 14 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 15, + "max_level": 15 + }, + { + "pokeapi_id": 110, + "pokemon_name": "Weezing", "method": "walk", "encounter_rate": 1, "min_level": 16, @@ -2797,7 +3507,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 55, "min_level": 13, @@ -2805,7 +3515,7 @@ }, { "pokeapi_id": 109, - "pokemon_name": "koffing", + "pokemon_name": "Koffing", "method": "walk", "encounter_rate": 30, "min_level": 14, @@ -2813,7 +3523,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -2821,7 +3531,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -2842,7 +3552,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -2850,7 +3560,29 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + } + ] + }, + { + "name": "Bell Tower (2F)", + "order": 41, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -2864,7 +3596,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -2872,7 +3604,51 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + } + ] + }, + { + "name": "Bell Tower (3F)", + "order": 42, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + } + ] + }, + { + "name": "Bell Tower (4F)", + "order": 43, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -2886,7 +3662,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -2894,7 +3670,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -2908,7 +3684,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -2916,7 +3692,51 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + } + ] + }, + { + "name": "Bell Tower (5F)", + "order": 44, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + } + ] + }, + { + "name": "Bell Tower (6F)", + "order": 45, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -2930,7 +3750,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -2938,7 +3758,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -2952,7 +3772,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -2960,7 +3780,29 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + } + ] + }, + { + "name": "Bell Tower (7F)", + "order": 46, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -2974,7 +3816,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -2982,7 +3824,29 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + } + ] + }, + { + "name": "Bell Tower (8F)", + "order": 47, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -2996,7 +3860,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -3004,7 +3868,29 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + } + ] + }, + { + "name": "Bell Tower (9F)", + "order": 48, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -3020,7 +3906,7 @@ "encounters": [ { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 90, "min_level": 16, @@ -3028,7 +3914,7 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 60, "min_level": 16, @@ -3036,7 +3922,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 60, "min_level": 16, @@ -3044,7 +3930,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -3052,7 +3938,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -3060,7 +3946,7 @@ }, { "pokeapi_id": 241, - "pokemon_name": "miltank", + "pokemon_name": "Miltank", "method": "walk", "encounter_rate": 10, "min_level": 13, @@ -3068,7 +3954,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 10, "min_level": 16, @@ -3076,7 +3962,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 10, "min_level": 13, @@ -3090,7 +3976,7 @@ "encounters": [ { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 90, "min_level": 16, @@ -3098,7 +3984,7 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 60, "min_level": 16, @@ -3106,7 +3992,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 60, "min_level": 16, @@ -3114,7 +4000,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -3122,7 +4008,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -3130,7 +4016,7 @@ }, { "pokeapi_id": 241, - "pokemon_name": "miltank", + "pokemon_name": "Miltank", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -3138,7 +4024,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 10, "min_level": 16, @@ -3146,7 +4032,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -3160,7 +4046,7 @@ "encounters": [ { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -3168,7 +4054,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -3176,7 +4062,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -3184,7 +4070,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -3192,7 +4078,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -3200,7 +4086,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -3208,7 +4094,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -3216,7 +4102,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -3224,7 +4110,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -3232,7 +4118,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -3240,7 +4126,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -3248,7 +4134,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -3262,7 +4148,7 @@ "encounters": [ { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -3270,7 +4156,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -3278,7 +4164,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -3286,7 +4172,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "rock-smash", "encounter_rate": 90, "min_level": 15, @@ -3294,7 +4180,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -3302,7 +4188,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -3310,7 +4196,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -3318,7 +4204,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -3326,7 +4212,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -3334,7 +4220,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -3342,7 +4228,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -3350,7 +4236,7 @@ }, { "pokeapi_id": 213, - "pokemon_name": "shuckle", + "pokemon_name": "Shuckle", "method": "rock-smash", "encounter_rate": 10, "min_level": 15, @@ -3358,7 +4244,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -3366,7 +4252,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -3380,7 +4266,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -3388,7 +4274,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -3396,7 +4282,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -3404,7 +4290,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -3412,7 +4298,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -3420,7 +4306,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -3428,7 +4314,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -3436,7 +4322,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -3444,7 +4330,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -3452,7 +4338,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -3460,7 +4346,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -3468,7 +4354,7 @@ }, { "pokeapi_id": 226, - "pokemon_name": "mantine", + "pokemon_name": "Mantine", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -3476,7 +4362,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -3490,7 +4376,7 @@ "encounters": [ { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -3498,7 +4384,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -3506,15 +4392,23 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 100, "min_level": 20, "max_level": 20 }, + { + "pokeapi_id": 213, + "pokemon_name": "Shuckle", + "method": "gift", + "encounter_rate": 100, + "min_level": 20, + "max_level": 20 + }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "rock-smash", "encounter_rate": 90, "min_level": 15, @@ -3522,7 +4416,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -3530,7 +4424,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -3538,7 +4432,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -3546,7 +4440,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -3554,7 +4448,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -3562,7 +4456,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -3570,7 +4464,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -3578,7 +4472,7 @@ }, { "pokeapi_id": 213, - "pokemon_name": "shuckle", + "pokemon_name": "Shuckle", "method": "rock-smash", "encounter_rate": 10, "min_level": 15, @@ -3586,7 +4480,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -3594,19 +4488,11 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 20, "max_level": 24 - }, - { - "pokeapi_id": 213, - "pokemon_name": "shuckle", - "method": "gift", - "encounter_rate": 100, - "min_level": 20, - "max_level": 20 } ] }, @@ -3616,7 +4502,7 @@ "encounters": [ { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -3624,7 +4510,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -3632,7 +4518,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -3640,7 +4526,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 70, "min_level": 13, @@ -3648,7 +4534,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -3656,7 +4542,7 @@ }, { "pokeapi_id": 23, - "pokemon_name": "ekans", + "pokemon_name": "Ekans", "method": "walk", "encounter_rate": 60, "min_level": 13, @@ -3664,7 +4550,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 60, "min_level": 14, @@ -3672,7 +4558,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 40, "min_level": 15, @@ -3680,7 +4566,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -3688,7 +4574,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 14, @@ -3696,7 +4582,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -3704,7 +4590,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 15, "min_level": 16, @@ -3712,7 +4598,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -3720,7 +4606,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -3728,7 +4614,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 10, "min_level": 16, @@ -3736,7 +4622,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -3744,7 +4630,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -3752,7 +4638,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -3766,7 +4652,7 @@ "encounters": [ { "pokeapi_id": 236, - "pokemon_name": "tyrogue", + "pokemon_name": "Tyrogue", "method": "gift", "encounter_rate": 100, "min_level": 10, @@ -3775,20 +4661,28 @@ ], "children": [ { - "name": "Mt Mortar (B1f)", + "name": "Mt Mortar (1F)", "order": 57, "encounters": [ { - "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokeapi_id": 19, + "pokemon_name": "Rattata", "method": "walk", - "encounter_rate": 100, - "min_level": 15, - "max_level": 17 + "encounter_rate": 90, + "min_level": 14, + "max_level": 14 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 90, + "min_level": 13, + "max_level": 13 }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -3796,7 +4690,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -3804,71 +4698,79 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, "max_level": 20 }, - { - "pokeapi_id": 42, - "pokemon_name": "golbat", - "method": "walk", - "encounter_rate": 60, - "min_level": 17, - "max_level": 17 - }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 60, - "min_level": 20, - "max_level": 24 + "min_level": 15, + "max_level": 19 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 40, + "min_level": 14, + "max_level": 14 }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, "max_level": 20 }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 13, + "max_level": 13 + }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 30, "min_level": 20, "max_level": 24 }, - { - "pokeapi_id": 66, - "pokemon_name": "machop", - "method": "walk", - "encounter_rate": 20, - "min_level": 16, - "max_level": 16 - }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, "max_level": 40 }, + { + "pokeapi_id": 183, + "pokemon_name": "Marill", + "method": "walk", + "encounter_rate": 20, + "min_level": 14, + "max_level": 14 + }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 15, - "min_level": 16, - "max_level": 16 + "min_level": 14, + "max_level": 14 }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -3876,23 +4778,15 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 15, - "min_level": 18, - "max_level": 18 - }, - { - "pokeapi_id": 183, - "pokemon_name": "marill", - "method": "walk", - "encounter_rate": 10, "min_level": 16, "max_level": 16 }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -3900,7 +4794,141 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", + "method": "surf", + "encounter_rate": 10, + "min_level": 20, + "max_level": 24 + } + ] + }, + { + "name": "Mt Mortar (B1f)", + "order": 57, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 100, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 65, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 60, + "min_level": 17, + "max_level": 17 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "surf", + "encounter_rate": 60, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 35, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 183, + "pokemon_name": "Marill", + "method": "surf", + "encounter_rate": 30, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 20, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 15, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 20, + "pokemon_name": "Raticate", + "method": "walk", + "encounter_rate": 15, + "min_level": 18, + "max_level": 18 + }, + { + "pokeapi_id": 183, + "pokemon_name": "Marill", + "method": "walk", + "encounter_rate": 10, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -3914,7 +4942,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 90, "min_level": 14, @@ -3922,7 +4950,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 90, "min_level": 13, @@ -3930,7 +4958,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -3938,7 +4966,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -3946,7 +4974,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -3954,7 +4982,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 60, "min_level": 15, @@ -3962,7 +4990,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 40, "min_level": 14, @@ -3970,7 +4998,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -3978,7 +5006,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 13, @@ -3986,7 +5014,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -3994,7 +5022,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -4002,7 +5030,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -4010,7 +5038,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 15, "min_level": 14, @@ -4018,7 +5046,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -4026,7 +5054,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 15, "min_level": 16, @@ -4034,7 +5062,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -4042,7 +5070,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -4056,7 +5084,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 90, "min_level": 13, @@ -4064,7 +5092,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 90, "min_level": 14, @@ -4072,7 +5100,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 40, "min_level": 15, @@ -4080,7 +5108,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 40, "min_level": 14, @@ -4088,7 +5116,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -4096,7 +5124,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 15, "min_level": 15, @@ -4104,7 +5132,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -4112,13 +5140,147 @@ } ] }, + { + "name": "Mt Mortar (B1F)", + "order": 60, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 100, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 65, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 60, + "min_level": 17, + "max_level": 17 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "surf", + "encounter_rate": 60, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 35, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 183, + "pokemon_name": "Marill", + "method": "surf", + "encounter_rate": 30, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 20, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 15, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 20, + "pokemon_name": "Raticate", + "method": "walk", + "encounter_rate": 15, + "min_level": 18, + "max_level": 18 + }, + { + "pokeapi_id": 183, + "pokemon_name": "Marill", + "method": "walk", + "encounter_rate": 10, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "surf", + "encounter_rate": 10, + "min_level": 20, + "max_level": 24 + } + ] + }, { "name": "Mt Mortar (Upper Cave)", "order": 60, "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 90, "min_level": 31, @@ -4126,7 +5288,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -4134,7 +5296,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 70, "min_level": 31, @@ -4142,7 +5304,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -4150,7 +5312,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -4158,7 +5320,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -4166,7 +5328,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 60, "min_level": 32, @@ -4174,7 +5336,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 40, "min_level": 30, @@ -4182,7 +5344,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -4190,7 +5352,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -4198,7 +5360,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 25, "min_level": 30, @@ -4206,7 +5368,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -4214,7 +5376,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -4222,7 +5384,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 10, "min_level": 28, @@ -4230,7 +5392,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 25, @@ -4238,7 +5400,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -4246,7 +5408,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -4262,7 +5424,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 10, @@ -4270,7 +5432,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 90, "min_level": 20, @@ -4278,7 +5440,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -4286,7 +5448,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -4294,7 +5456,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -4302,7 +5464,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -4310,7 +5472,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -4324,7 +5486,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 100, "min_level": 10, @@ -4332,7 +5494,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -4340,7 +5502,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -4348,7 +5510,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -4356,7 +5518,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 60, "min_level": 16, @@ -4364,7 +5526,7 @@ }, { "pokeapi_id": 161, - "pokemon_name": "sentret", + "pokemon_name": "Sentret", "method": "walk", "encounter_rate": 60, "min_level": 15, @@ -4372,7 +5534,7 @@ }, { "pokeapi_id": 83, - "pokemon_name": "farfetchd", + "pokemon_name": "Farfetchd", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -4380,7 +5542,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 40, "min_level": 15, @@ -4388,7 +5550,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -4396,7 +5558,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 35, "min_level": 16, @@ -4404,7 +5566,7 @@ }, { "pokeapi_id": 162, - "pokemon_name": "furret", + "pokemon_name": "Furret", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -4412,7 +5574,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 30, "min_level": 16, @@ -4420,7 +5582,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -4428,7 +5590,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -4436,7 +5598,7 @@ }, { "pokeapi_id": 49, - "pokemon_name": "venomoth", + "pokemon_name": "Venomoth", "method": "walk", "encounter_rate": 5, "min_level": 17, @@ -4450,7 +5612,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -4458,7 +5620,7 @@ }, { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 90, "min_level": 23, @@ -4466,7 +5628,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -4474,7 +5636,7 @@ }, { "pokeapi_id": 108, - "pokemon_name": "lickitung", + "pokemon_name": "Lickitung", "method": "walk", "encounter_rate": 80, "min_level": 22, @@ -4482,7 +5644,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -4490,7 +5652,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -4498,7 +5660,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 60, "min_level": 22, @@ -4506,7 +5668,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -4514,7 +5676,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "walk", "encounter_rate": 30, "min_level": 22, @@ -4522,7 +5684,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 30, "min_level": 24, @@ -4530,7 +5692,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -4538,7 +5700,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -4546,7 +5708,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -4554,7 +5716,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 25, @@ -4568,12 +5730,12 @@ "encounters": [], "children": [ { - "name": "Ice Path (1f)", + "name": "Ice Path (1F)", "order": 65, "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 100, "min_level": 22, @@ -4581,7 +5743,7 @@ }, { "pokeapi_id": 220, - "pokemon_name": "swinub", + "pokemon_name": "Swinub", "method": "walk", "encounter_rate": 80, "min_level": 21, @@ -4589,7 +5751,37 @@ }, { "pokeapi_id": 225, - "pokemon_name": "delibird", + "pokemon_name": "Delibird", + "method": "walk", + "encounter_rate": 40, + "min_level": 21, + "max_level": 23 + } + ] + }, + { + "name": "Ice Path (1f)", + "order": 65, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 100, + "min_level": 22, + "max_level": 25 + }, + { + "pokeapi_id": 220, + "pokemon_name": "Swinub", + "method": "walk", + "encounter_rate": 80, + "min_level": 21, + "max_level": 23 + }, + { + "pokeapi_id": 225, + "pokemon_name": "Delibird", "method": "walk", "encounter_rate": 40, "min_level": 21, @@ -4603,7 +5795,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 100, "min_level": 23, @@ -4611,7 +5803,7 @@ }, { "pokeapi_id": 220, - "pokemon_name": "swinub", + "pokemon_name": "Swinub", "method": "walk", "encounter_rate": 80, "min_level": 22, @@ -4619,7 +5811,7 @@ }, { "pokeapi_id": 225, - "pokemon_name": "delibird", + "pokemon_name": "Delibird", "method": "walk", "encounter_rate": 40, "min_level": 22, @@ -4627,7 +5819,7 @@ }, { "pokeapi_id": 124, - "pokemon_name": "jynx", + "pokemon_name": "Jynx", "method": "walk", "encounter_rate": 2, "min_level": 22, @@ -4635,7 +5827,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 1, "min_level": 22, @@ -4643,13 +5835,105 @@ } ] }, + { + "name": "Ice Path (B1F)", + "order": 66, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 100, + "min_level": 23, + "max_level": 25 + }, + { + "pokeapi_id": 220, + "pokemon_name": "Swinub", + "method": "walk", + "encounter_rate": 80, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 225, + "pokemon_name": "Delibird", + "method": "walk", + "encounter_rate": 40, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 124, + "pokemon_name": "Jynx", + "method": "walk", + "encounter_rate": 2, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 215, + "pokemon_name": "Sneasel", + "method": "walk", + "encounter_rate": 1, + "min_level": 22, + "max_level": 22 + } + ] + }, + { + "name": "Ice Path (B2F)", + "order": 67, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 100, + "min_level": 24, + "max_level": 26 + }, + { + "pokeapi_id": 220, + "pokemon_name": "Swinub", + "method": "walk", + "encounter_rate": 80, + "min_level": 23, + "max_level": 25 + }, + { + "pokeapi_id": 225, + "pokemon_name": "Delibird", + "method": "walk", + "encounter_rate": 40, + "min_level": 23, + "max_level": 25 + }, + { + "pokeapi_id": 124, + "pokemon_name": "Jynx", + "method": "walk", + "encounter_rate": 10, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 215, + "pokemon_name": "Sneasel", + "method": "walk", + "encounter_rate": 5, + "min_level": 22, + "max_level": 24 + } + ] + }, { "name": "Ice Path (B2f)", "order": 67, "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 100, "min_level": 24, @@ -4657,7 +5941,7 @@ }, { "pokeapi_id": 220, - "pokemon_name": "swinub", + "pokemon_name": "Swinub", "method": "walk", "encounter_rate": 80, "min_level": 23, @@ -4665,7 +5949,7 @@ }, { "pokeapi_id": 225, - "pokemon_name": "delibird", + "pokemon_name": "Delibird", "method": "walk", "encounter_rate": 40, "min_level": 23, @@ -4673,7 +5957,7 @@ }, { "pokeapi_id": 124, - "pokemon_name": "jynx", + "pokemon_name": "Jynx", "method": "walk", "encounter_rate": 10, "min_level": 22, @@ -4681,7 +5965,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 5, "min_level": 22, @@ -4695,7 +5979,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 100, "min_level": 25, @@ -4703,7 +5987,7 @@ }, { "pokeapi_id": 220, - "pokemon_name": "swinub", + "pokemon_name": "Swinub", "method": "walk", "encounter_rate": 80, "min_level": 24, @@ -4711,7 +5995,7 @@ }, { "pokeapi_id": 225, - "pokemon_name": "delibird", + "pokemon_name": "Delibird", "method": "walk", "encounter_rate": 40, "min_level": 24, @@ -4719,7 +6003,7 @@ }, { "pokeapi_id": 124, - "pokemon_name": "jynx", + "pokemon_name": "Jynx", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -4727,7 +6011,53 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", + "method": "walk", + "encounter_rate": 10, + "min_level": 22, + "max_level": 26 + } + ] + }, + { + "name": "Ice Path (B3F)", + "order": 68, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 100, + "min_level": 25, + "max_level": 25 + }, + { + "pokeapi_id": 220, + "pokemon_name": "Swinub", + "method": "walk", + "encounter_rate": 80, + "min_level": 24, + "max_level": 26 + }, + { + "pokeapi_id": 225, + "pokemon_name": "Delibird", + "method": "walk", + "encounter_rate": 40, + "min_level": 24, + "max_level": 26 + }, + { + "pokeapi_id": 124, + "pokemon_name": "Jynx", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 26 + }, + { + "pokeapi_id": 215, + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 10, "min_level": 22, @@ -4743,7 +6073,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -4751,7 +6081,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -4759,7 +6089,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -4767,7 +6097,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -4775,7 +6105,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -4783,7 +6113,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -4791,7 +6121,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -4805,15 +6135,23 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 10, "max_level": 10 }, + { + "pokeapi_id": 147, + "pokemon_name": "Dratini", + "method": "gift", + "encounter_rate": 100, + "min_level": 15, + "max_level": 15 + }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 90, "min_level": 20, @@ -4821,7 +6159,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -4829,7 +6167,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -4837,7 +6175,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -4845,7 +6183,7 @@ }, { "pokeapi_id": 148, - "pokemon_name": "dragonair", + "pokemon_name": "Dragonair", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -4853,7 +6191,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -4861,19 +6199,11 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "surf", "encounter_rate": 10, "min_level": 10, "max_level": 14 - }, - { - "pokeapi_id": 147, - "pokemon_name": "dratini", - "method": "gift", - "encounter_rate": 100, - "min_level": 15, - "max_level": 15 } ] }, @@ -4883,7 +6213,7 @@ "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 100, "min_level": 23, @@ -4891,7 +6221,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -4899,7 +6229,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 10, @@ -4907,7 +6237,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 90, "min_level": 23, @@ -4915,7 +6245,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 90, "min_level": 20, @@ -4923,7 +6253,7 @@ }, { "pokeapi_id": 207, - "pokemon_name": "gligar", + "pokemon_name": "Gligar", "method": "walk", "encounter_rate": 60, "min_level": 24, @@ -4931,7 +6261,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -4939,7 +6269,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -4947,7 +6277,7 @@ }, { "pokeapi_id": 232, - "pokemon_name": "donphan", + "pokemon_name": "Donphan", "method": "walk", "encounter_rate": 25, "min_level": 25, @@ -4955,7 +6285,7 @@ }, { "pokeapi_id": 148, - "pokemon_name": "dragonair", + "pokemon_name": "Dragonair", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -4963,7 +6293,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -4971,7 +6301,7 @@ }, { "pokeapi_id": 227, - "pokemon_name": "skarmory", + "pokemon_name": "Skarmory", "method": "walk", "encounter_rate": 10, "min_level": 27, @@ -4979,7 +6309,7 @@ }, { "pokeapi_id": 231, - "pokemon_name": "phanpy", + "pokemon_name": "Phanpy", "method": "walk", "encounter_rate": 5, "min_level": 20, @@ -4993,7 +6323,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 100, "min_level": 2, @@ -5001,7 +6331,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 85, "min_level": 2, @@ -5009,7 +6339,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 60, "min_level": 2, @@ -5017,7 +6347,7 @@ }, { "pokeapi_id": 231, - "pokemon_name": "phanpy", + "pokemon_name": "Phanpy", "method": "walk", "encounter_rate": 5, "min_level": 2, @@ -5036,7 +6366,7 @@ "encounters": [ { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "walk", "encounter_rate": 100, "min_level": 24, @@ -5044,7 +6374,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -5052,7 +6382,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 90, "min_level": 25, @@ -5060,7 +6390,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -5068,7 +6398,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 55, "min_level": 20, @@ -5076,7 +6406,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 50, "min_level": 24, @@ -5084,7 +6414,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -5092,7 +6422,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -5100,7 +6430,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -5108,7 +6438,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -5116,7 +6446,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -5124,7 +6454,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -5132,7 +6462,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -5140,7 +6470,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -5148,7 +6478,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -5156,13 +6486,185 @@ } ] }, + { + "name": "Whirl Islands (1F)", + "order": 74, + "encounters": [ + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "walk", + "encounter_rate": 100, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 90, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 65, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 72, + "pokemon_name": "Tentacool", + "method": "surf", + "encounter_rate": 60, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "good-rod", + "encounter_rate": 55, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 35, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "super-rod", + "encounter_rate": 30, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "surf", + "encounter_rate": 30, + "min_level": 15, + "max_level": 19 + }, + { + "pokeapi_id": 99, + "pokemon_name": "Kingler", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 15, + "min_level": 23, + "max_level": 25 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "good-rod", + "encounter_rate": 10, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 117, + "pokemon_name": "Seadra", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 73, + "pokemon_name": "Tentacruel", + "method": "surf", + "encounter_rate": 10, + "min_level": 20, + "max_level": 24 + } + ] + }, + { + "name": "Whirl Islands (B1F)", + "order": 75, + "encounters": [ + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "walk", + "encounter_rate": 100, + "min_level": 23, + "max_level": 25 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 90, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 50, + "min_level": 23, + "max_level": 25 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 25, + "max_level": 26 + } + ] + }, { "name": "Whirl Islands (B3f)", "order": 75, "encounters": [ { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "walk", "encounter_rate": 100, "min_level": 25, @@ -5170,7 +6672,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 90, "min_level": 26, @@ -5178,7 +6680,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -5186,7 +6688,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -5194,7 +6696,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 55, "min_level": 20, @@ -5202,7 +6704,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 50, "min_level": 25, @@ -5210,7 +6712,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -5218,7 +6720,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -5226,7 +6728,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -5234,7 +6736,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -5242,7 +6744,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 27, @@ -5250,7 +6752,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -5258,7 +6760,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -5266,7 +6768,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -5274,7 +6776,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -5282,7 +6784,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -5296,7 +6798,7 @@ "encounters": [ { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "walk", "encounter_rate": 100, "min_level": 22, @@ -5304,7 +6806,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 90, "min_level": 23, @@ -5312,7 +6814,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -5320,7 +6822,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 65, "min_level": 22, @@ -5328,7 +6830,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -5336,7 +6838,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 55, "min_level": 20, @@ -5344,7 +6846,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -5352,7 +6854,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -5360,7 +6862,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -5368,7 +6870,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "surf", "encounter_rate": 30, "min_level": 15, @@ -5376,7 +6878,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -5384,7 +6886,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 15, "min_level": 23, @@ -5392,7 +6894,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -5400,7 +6902,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -5408,7 +6910,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -5416,7 +6918,267 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", + "method": "surf", + "encounter_rate": 10, + "min_level": 20, + "max_level": 24 + } + ] + }, + { + "name": "Whirl Islands (B2F)", + "order": 76, + "encounters": [ + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "walk", + "encounter_rate": 100, + "min_level": 24, + "max_level": 26 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "surf", + "encounter_rate": 90, + "min_level": 15, + "max_level": 24 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 90, + "min_level": 25, + "max_level": 25 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "good-rod", + "encounter_rate": 55, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 50, + "min_level": 24, + "max_level": 26 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 35, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "super-rod", + "encounter_rate": 30, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 26, + "max_level": 27 + }, + { + "pokeapi_id": 99, + "pokemon_name": "Kingler", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "good-rod", + "encounter_rate": 10, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 117, + "pokemon_name": "Seadra", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 73, + "pokemon_name": "Tentacruel", + "method": "surf", + "encounter_rate": 10, + "min_level": 20, + "max_level": 24 + } + ] + }, + { + "name": "Whirl Islands (B3F)", + "order": 77, + "encounters": [ + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "walk", + "encounter_rate": 100, + "min_level": 25, + "max_level": 27 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 90, + "min_level": 26, + "max_level": 26 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "surf", + "encounter_rate": 60, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "good-rod", + "encounter_rate": 55, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 50, + "min_level": 25, + "max_level": 27 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 35, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "super-rod", + "encounter_rate": 30, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 73, + "pokemon_name": "Tentacruel", + "method": "surf", + "encounter_rate": 30, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 27, + "max_level": 28 + }, + { + "pokeapi_id": 99, + "pokemon_name": "Kingler", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "good-rod", + "encounter_rate": 10, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 117, + "pokemon_name": "Seadra", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 117, + "pokemon_name": "Seadra", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -5430,7 +7192,7 @@ "encounters": [ { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "walk", "encounter_rate": 100, "min_level": 23, @@ -5438,7 +7200,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 90, "min_level": 24, @@ -5446,7 +7208,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 50, "min_level": 23, @@ -5454,7 +7216,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -5470,7 +7232,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -5478,7 +7240,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -5486,7 +7248,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -5494,7 +7256,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -5502,7 +7264,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -5510,7 +7272,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 30, "min_level": 22, @@ -5518,7 +7280,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -5526,7 +7288,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 22, @@ -5534,7 +7296,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -5542,7 +7304,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -5550,7 +7312,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -5558,7 +7320,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 15, "min_level": 21, @@ -5566,7 +7328,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -5574,7 +7336,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -5582,7 +7344,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 5, "min_level": 20, @@ -5596,7 +7358,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -5604,7 +7366,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -5612,7 +7374,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 80, "min_level": 28, @@ -5620,7 +7382,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 60, "min_level": 28, @@ -5628,7 +7390,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 60, "min_level": 30, @@ -5636,7 +7398,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -5644,7 +7406,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 40, "min_level": 28, @@ -5652,7 +7414,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 40, "min_level": 28, @@ -5660,7 +7422,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -5668,7 +7430,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -5676,7 +7438,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -5684,7 +7446,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -5692,7 +7454,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -5700,7 +7462,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -5708,7 +7470,7 @@ }, { "pokeapi_id": 85, - "pokemon_name": "dodrio", + "pokemon_name": "Dodrio", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -5716,7 +7478,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -5724,7 +7486,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 10, "min_level": 32, @@ -5732,7 +7494,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -5740,7 +7502,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -5754,7 +7516,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 25, @@ -5762,7 +7524,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -5770,7 +7532,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 70, "min_level": 28, @@ -5778,7 +7540,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 60, "min_level": 28, @@ -5786,7 +7548,7 @@ }, { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 60, "min_level": 28, @@ -5794,7 +7556,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 50, "min_level": 28, @@ -5802,7 +7564,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -5810,7 +7572,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 40, "min_level": 32, @@ -5818,7 +7580,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -5826,7 +7588,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -5834,7 +7596,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -5842,7 +7604,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -5850,7 +7612,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -5858,7 +7620,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -5866,7 +7628,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -5874,7 +7636,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -5882,7 +7644,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -5890,7 +7652,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -5898,7 +7660,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 30, @@ -5912,12 +7674,12 @@ "encounters": [], "children": [ { - "name": "Victory Road 1 (1f)", + "name": "Victory Road 1 (1F)", "order": 82, "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 100, "min_level": 34, @@ -5925,7 +7687,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 60, "min_level": 32, @@ -5933,7 +7695,7 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 60, "min_level": 32, @@ -5941,7 +7703,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 50, "min_level": 34, @@ -5949,7 +7711,7 @@ }, { "pokeapi_id": 112, - "pokemon_name": "rhydon", + "pokemon_name": "Rhydon", "method": "walk", "encounter_rate": 10, "min_level": 35, @@ -5957,7 +7719,115 @@ }, { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", + "method": "walk", + "encounter_rate": 10, + "min_level": 35, + "max_level": 35 + } + ] + }, + { + "name": "Victory Road 1 (1f)", + "order": 82, + "encounters": [ + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 100, + "min_level": 34, + "max_level": 40 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 60, + "min_level": 32, + "max_level": 33 + }, + { + "pokeapi_id": 111, + "pokemon_name": "Rhyhorn", + "method": "walk", + "encounter_rate": 60, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 50, + "min_level": 34, + "max_level": 34 + }, + { + "pokeapi_id": 112, + "pokemon_name": "Rhydon", + "method": "walk", + "encounter_rate": 10, + "min_level": 35, + "max_level": 35 + }, + { + "pokeapi_id": 28, + "pokemon_name": "Sandslash", + "method": "walk", + "encounter_rate": 10, + "min_level": 35, + "max_level": 35 + } + ] + }, + { + "name": "Victory Road 1 (2F)", + "order": 83, + "encounters": [ + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 100, + "min_level": 34, + "max_level": 40 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 60, + "min_level": 32, + "max_level": 33 + }, + { + "pokeapi_id": 111, + "pokemon_name": "Rhyhorn", + "method": "walk", + "encounter_rate": 60, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 50, + "min_level": 34, + "max_level": 34 + }, + { + "pokeapi_id": 112, + "pokemon_name": "Rhydon", + "method": "walk", + "encounter_rate": 10, + "min_level": 35, + "max_level": 35 + }, + { + "pokeapi_id": 28, + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 10, "min_level": 35, @@ -5971,7 +7841,7 @@ "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 100, "min_level": 34, @@ -5979,7 +7849,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 60, "min_level": 32, @@ -5987,7 +7857,7 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 60, "min_level": 32, @@ -5995,7 +7865,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 50, "min_level": 34, @@ -6003,7 +7873,7 @@ }, { "pokeapi_id": 112, - "pokemon_name": "rhydon", + "pokemon_name": "Rhydon", "method": "walk", "encounter_rate": 10, "min_level": 35, @@ -6011,7 +7881,7 @@ }, { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 10, "min_level": 35, @@ -6025,7 +7895,7 @@ "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 100, "min_level": 34, @@ -6033,7 +7903,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 60, "min_level": 32, @@ -6041,7 +7911,7 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 60, "min_level": 32, @@ -6049,7 +7919,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 50, "min_level": 34, @@ -6057,7 +7927,7 @@ }, { "pokeapi_id": 112, - "pokemon_name": "rhydon", + "pokemon_name": "Rhydon", "method": "walk", "encounter_rate": 10, "min_level": 35, @@ -6065,7 +7935,61 @@ }, { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", + "method": "walk", + "encounter_rate": 10, + "min_level": 35, + "max_level": 35 + } + ] + }, + { + "name": "Victory Road 1 (3F)", + "order": 84, + "encounters": [ + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 100, + "min_level": 34, + "max_level": 40 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 60, + "min_level": 32, + "max_level": 33 + }, + { + "pokeapi_id": 111, + "pokemon_name": "Rhyhorn", + "method": "walk", + "encounter_rate": 60, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 50, + "min_level": 34, + "max_level": 34 + }, + { + "pokeapi_id": 112, + "pokemon_name": "Rhydon", + "method": "walk", + "encounter_rate": 10, + "min_level": 35, + "max_level": 35 + }, + { + "pokeapi_id": 28, + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 10, "min_level": 35, @@ -6081,7 +8005,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 35, @@ -6089,7 +8013,7 @@ }, { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 90, "min_level": 39, @@ -6097,7 +8021,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -6105,7 +8029,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -6113,7 +8037,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -6121,7 +8045,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 60, "min_level": 40, @@ -6129,7 +8053,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "walk", "encounter_rate": 40, "min_level": 40, @@ -6137,7 +8061,7 @@ }, { "pokeapi_id": 78, - "pokemon_name": "rapidash", + "pokemon_name": "Rapidash", "method": "walk", "encounter_rate": 40, "min_level": 40, @@ -6145,7 +8069,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -6153,7 +8077,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 40, @@ -6161,7 +8085,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 20, "min_level": 42, @@ -6169,7 +8093,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -6177,7 +8101,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -6185,7 +8109,7 @@ }, { "pokeapi_id": 85, - "pokemon_name": "dodrio", + "pokemon_name": "Dodrio", "method": "walk", "encounter_rate": 10, "min_level": 43, @@ -6193,7 +8117,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -6201,7 +8125,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 40, @@ -6220,7 +8144,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -6228,7 +8152,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 80, "min_level": 46, @@ -6236,7 +8160,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -6244,7 +8168,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -6252,7 +8176,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 60, "min_level": 48, @@ -6260,7 +8184,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 60, "min_level": 35, @@ -6268,7 +8192,7 @@ }, { "pokeapi_id": 47, - "pokemon_name": "parasect", + "pokemon_name": "Parasect", "method": "walk", "encounter_rate": 45, "min_level": 46, @@ -6276,7 +8200,7 @@ }, { "pokeapi_id": 217, - "pokemon_name": "ursaring", + "pokemon_name": "Ursaring", "method": "walk", "encounter_rate": 40, "min_level": 47, @@ -6284,7 +8208,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -6292,7 +8216,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 30, "min_level": 40, @@ -6300,7 +8224,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 30, "min_level": 48, @@ -6308,7 +8232,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 30, "min_level": 45, @@ -6316,7 +8240,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -6324,7 +8248,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -6332,7 +8256,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -6340,7 +8264,7 @@ }, { "pokeapi_id": 246, - "pokemon_name": "larvitar", + "pokemon_name": "Larvitar", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -6348,7 +8272,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -6356,7 +8280,157 @@ }, { "pokeapi_id": 200, - "pokemon_name": "misdreavus", + "pokemon_name": "Misdreavus", + "method": "walk", + "encounter_rate": 5, + "min_level": 45, + "max_level": 45 + } + ] + }, + { + "name": "Mt Silver (2F)", + "order": 87, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 80, + "min_level": 46, + "max_level": 48 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 65, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 60, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "surf", + "encounter_rate": 60, + "min_level": 35, + "max_level": 39 + }, + { + "pokeapi_id": 47, + "pokemon_name": "Parasect", + "method": "walk", + "encounter_rate": 45, + "min_level": 46, + "max_level": 48 + }, + { + "pokeapi_id": 217, + "pokemon_name": "Ursaring", + "method": "walk", + "encounter_rate": 40, + "min_level": 47, + "max_level": 47 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 35, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "walk", + "encounter_rate": 30, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "surf", + "encounter_rate": 30, + "min_level": 40, + "max_level": 44 + }, + { + "pokeapi_id": 195, + "pokemon_name": "Quagsire", + "method": "walk", + "encounter_rate": 30, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "surf", + "encounter_rate": 10, + "min_level": 35, + "max_level": 39 + }, + { + "pokeapi_id": 246, + "pokemon_name": "Larvitar", + "method": "walk", + "encounter_rate": 10, + "min_level": 15, + "max_level": 20 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 200, + "pokemon_name": "Misdreavus", "method": "walk", "encounter_rate": 5, "min_level": 45, @@ -6370,7 +8444,7 @@ "encounters": [ { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 90, "min_level": 35, @@ -6378,7 +8452,7 @@ }, { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 90, "min_level": 41, @@ -6386,7 +8460,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -6394,7 +8468,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -6402,7 +8476,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -6410,7 +8484,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 60, "min_level": 42, @@ -6418,7 +8492,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 40, "min_level": 42, @@ -6426,7 +8500,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "walk", "encounter_rate": 40, "min_level": 42, @@ -6434,7 +8508,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -6442,7 +8516,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 40, @@ -6450,7 +8524,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -6458,7 +8532,7 @@ }, { "pokeapi_id": 78, - "pokemon_name": "rapidash", + "pokemon_name": "Rapidash", "method": "walk", "encounter_rate": 20, "min_level": 44, @@ -6466,7 +8540,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -6474,7 +8548,7 @@ }, { "pokeapi_id": 85, - "pokemon_name": "dodrio", + "pokemon_name": "Dodrio", "method": "walk", "encounter_rate": 10, "min_level": 43, @@ -6482,7 +8556,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -6490,7 +8564,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -6504,7 +8578,7 @@ "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 90, "min_level": 43, @@ -6512,7 +8586,7 @@ }, { "pokeapi_id": 217, - "pokemon_name": "ursaring", + "pokemon_name": "Ursaring", "method": "walk", "encounter_rate": 90, "min_level": 44, @@ -6520,7 +8594,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 60, "min_level": 42, @@ -6528,7 +8602,7 @@ }, { "pokeapi_id": 126, - "pokemon_name": "magmar", + "pokemon_name": "Magmar", "method": "walk", "encounter_rate": 30, "min_level": 45, @@ -6536,7 +8610,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -6544,7 +8618,61 @@ }, { "pokeapi_id": 246, - "pokemon_name": "larvitar", + "pokemon_name": "Larvitar", + "method": "walk", + "encounter_rate": 10, + "min_level": 15, + "max_level": 20 + } + ] + }, + { + "name": "Mt Silver (1F)", + "order": 89, + "encounters": [ + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 90, + "min_level": 43, + "max_level": 43 + }, + { + "pokeapi_id": 217, + "pokemon_name": "Ursaring", + "method": "walk", + "encounter_rate": 90, + "min_level": 44, + "max_level": 44 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 60, + "min_level": 42, + "max_level": 42 + }, + { + "pokeapi_id": 126, + "pokemon_name": "Magmar", + "method": "walk", + "encounter_rate": 30, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 46 + }, + { + "pokeapi_id": 246, + "pokemon_name": "Larvitar", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -6558,7 +8686,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 100, "min_level": 49, @@ -6566,7 +8694,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 90, "min_level": 48, @@ -6574,7 +8702,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 60, "min_level": 48, @@ -6582,7 +8710,7 @@ }, { "pokeapi_id": 217, - "pokemon_name": "ursaring", + "pokemon_name": "Ursaring", "method": "walk", "encounter_rate": 20, "min_level": 50, @@ -6590,7 +8718,7 @@ }, { "pokeapi_id": 246, - "pokemon_name": "larvitar", + "pokemon_name": "Larvitar", "method": "walk", "encounter_rate": 18, "min_level": 15, @@ -6598,7 +8726,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 5, "min_level": 45, @@ -6606,7 +8734,7 @@ }, { "pokeapi_id": 247, - "pokemon_name": "pupitar", + "pokemon_name": "Pupitar", "method": "walk", "encounter_rate": 2, "min_level": 20, @@ -6622,7 +8750,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -6630,7 +8758,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -6638,7 +8766,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -6646,7 +8774,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -6654,7 +8782,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -6662,7 +8790,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -6670,7 +8798,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -6678,7 +8806,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -6686,7 +8814,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -6694,7 +8822,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -6702,7 +8830,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -6710,7 +8838,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -6724,7 +8852,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 2, @@ -6732,7 +8860,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 90, "min_level": 2, @@ -6740,7 +8868,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 45, "min_level": 2, @@ -6748,7 +8876,7 @@ }, { "pokeapi_id": 161, - "pokemon_name": "sentret", + "pokemon_name": "Sentret", "method": "walk", "encounter_rate": 40, "min_level": 3, @@ -6756,7 +8884,7 @@ }, { "pokeapi_id": 162, - "pokemon_name": "furret", + "pokemon_name": "Furret", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -6764,7 +8892,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 5, "min_level": 6, @@ -6778,7 +8906,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 5, @@ -6786,7 +8914,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 10, @@ -6800,7 +8928,7 @@ "encounters": [ { "pokeapi_id": 138, - "pokemon_name": "omanyte", + "pokemon_name": "Omanyte", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -6808,7 +8936,7 @@ }, { "pokeapi_id": 140, - "pokemon_name": "kabuto", + "pokemon_name": "Kabuto", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -6816,7 +8944,7 @@ }, { "pokeapi_id": 142, - "pokemon_name": "aerodactyl", + "pokemon_name": "Aerodactyl", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -6824,7 +8952,7 @@ }, { "pokeapi_id": 345, - "pokemon_name": "lileep", + "pokemon_name": "Lileep", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -6832,7 +8960,7 @@ }, { "pokeapi_id": 347, - "pokemon_name": "anorith", + "pokemon_name": "Anorith", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -6840,7 +8968,7 @@ }, { "pokeapi_id": 408, - "pokemon_name": "cranidos", + "pokemon_name": "Cranidos", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -6848,7 +8976,7 @@ }, { "pokeapi_id": 410, - "pokemon_name": "shieldon", + "pokemon_name": "Shieldon", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -6862,7 +8990,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 70, "min_level": 3, @@ -6870,7 +8998,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 60, "min_level": 3, @@ -6878,7 +9006,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 50, "min_level": 3, @@ -6886,7 +9014,7 @@ }, { "pokeapi_id": 165, - "pokemon_name": "ledyba", + "pokemon_name": "Ledyba", "method": "walk", "encounter_rate": 30, "min_level": 3, @@ -6894,7 +9022,7 @@ }, { "pokeapi_id": 167, - "pokemon_name": "spinarak", + "pokemon_name": "Spinarak", "method": "walk", "encounter_rate": 30, "min_level": 3, @@ -6902,7 +9030,7 @@ }, { "pokeapi_id": 12, - "pokemon_name": "butterfree", + "pokemon_name": "Butterfree", "method": "walk", "encounter_rate": 20, "min_level": 7, @@ -6910,7 +9038,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 15, "min_level": 4, @@ -6918,7 +9046,7 @@ }, { "pokeapi_id": 25, - "pokemon_name": "pikachu", + "pokemon_name": "Pikachu", "method": "walk", "encounter_rate": 10, "min_level": 4, @@ -6926,7 +9054,7 @@ }, { "pokeapi_id": 168, - "pokemon_name": "ariados", + "pokemon_name": "Ariados", "method": "walk", "encounter_rate": 5, "min_level": 7, @@ -6934,7 +9062,7 @@ }, { "pokeapi_id": 166, - "pokemon_name": "ledian", + "pokemon_name": "Ledian", "method": "walk", "encounter_rate": 5, "min_level": 7, @@ -6942,7 +9070,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 5, "min_level": 7, @@ -6956,7 +9084,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -6964,7 +9092,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 60, "min_level": 5, @@ -6972,7 +9100,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 50, "min_level": 10, @@ -6980,7 +9108,7 @@ }, { "pokeapi_id": 23, - "pokemon_name": "ekans", + "pokemon_name": "Ekans", "method": "walk", "encounter_rate": 40, "min_level": 8, @@ -6988,7 +9116,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -6996,7 +9124,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -7004,7 +9132,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 5, "min_level": 6, @@ -7012,13 +9140,59 @@ } ] }, + { + "name": "Mt Moon (1F)", + "order": 97, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 100, + "min_level": 8, + "max_level": 10 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 90, + "min_level": 6, + "max_level": 6 + }, + { + "pokeapi_id": 27, + "pokemon_name": "Sandshrew", + "method": "walk", + "encounter_rate": 40, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 35, + "min_level": 8, + "max_level": 12 + }, + { + "pokeapi_id": 46, + "pokemon_name": "Paras", + "method": "walk", + "encounter_rate": 30, + "min_level": 12, + "max_level": 12 + } + ] + }, { "name": "Mt Moon (1f)", "order": 97, "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 100, "min_level": 8, @@ -7026,7 +9200,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 90, "min_level": 6, @@ -7034,7 +9208,7 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 40, "min_level": 8, @@ -7042,7 +9216,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 35, "min_level": 8, @@ -7050,7 +9224,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 30, "min_level": 12, @@ -7064,7 +9238,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -7072,7 +9246,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 5, @@ -7080,7 +9254,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 60, "min_level": 5, @@ -7088,7 +9262,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 50, "min_level": 10, @@ -7096,7 +9270,7 @@ }, { "pokeapi_id": 23, - "pokemon_name": "ekans", + "pokemon_name": "Ekans", "method": "walk", "encounter_rate": 40, "min_level": 8, @@ -7104,7 +9278,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -7112,7 +9286,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 10, @@ -7120,7 +9294,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -7128,7 +9302,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 5, "min_level": 6, @@ -7142,7 +9316,7 @@ "encounters": [ { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 5, @@ -7150,7 +9324,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -7158,7 +9332,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -7166,7 +9340,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -7174,7 +9348,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -7182,7 +9356,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -7190,7 +9364,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -7198,7 +9372,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -7206,7 +9380,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 10, @@ -7220,7 +9394,7 @@ "encounters": [ { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 100, "min_level": 8, @@ -7228,7 +9402,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 4, @@ -7236,7 +9410,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -7244,7 +9418,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -7252,7 +9426,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -7260,7 +9434,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 50, "min_level": 10, @@ -7268,7 +9442,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -7276,7 +9450,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 30, "min_level": 12, @@ -7284,7 +9458,7 @@ }, { "pokeapi_id": 191, - "pokemon_name": "sunkern", + "pokemon_name": "Sunkern", "method": "walk", "encounter_rate": 30, "min_level": 12, @@ -7292,7 +9466,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -7300,7 +9474,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -7308,7 +9482,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 20, "min_level": 12, @@ -7316,7 +9490,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 15, "min_level": 10, @@ -7324,7 +9498,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -7332,7 +9506,7 @@ }, { "pokeapi_id": 12, - "pokemon_name": "butterfree", + "pokemon_name": "Butterfree", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -7340,7 +9514,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -7348,7 +9522,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 10, @@ -7356,7 +9530,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 5, "min_level": 14, @@ -7370,7 +9544,7 @@ "encounters": [ { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 4, @@ -7378,7 +9552,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -7386,7 +9560,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -7394,7 +9568,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -7402,7 +9576,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 60, "min_level": 10, @@ -7410,7 +9584,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 60, "min_level": 10, @@ -7418,7 +9592,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 40, "min_level": 12, @@ -7426,7 +9600,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -7434,7 +9608,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -7442,7 +9616,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -7450,7 +9624,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -7458,7 +9632,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 20, "min_level": 12, @@ -7466,7 +9640,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 20, "min_level": 12, @@ -7474,7 +9648,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 15, "min_level": 10, @@ -7482,7 +9656,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -7490,7 +9664,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 15, "min_level": 12, @@ -7498,7 +9672,7 @@ }, { "pokeapi_id": 12, - "pokemon_name": "butterfree", + "pokemon_name": "Butterfree", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -7506,7 +9680,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 10, @@ -7514,7 +9688,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -7528,7 +9702,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 60, "min_level": 13, @@ -7536,7 +9710,7 @@ }, { "pokeapi_id": 209, - "pokemon_name": "snubbull", + "pokemon_name": "Snubbull", "method": "walk", "encounter_rate": 60, "min_level": 13, @@ -7544,7 +9718,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 45, "min_level": 12, @@ -7552,7 +9726,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 40, "min_level": 15, @@ -7560,7 +9734,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 30, "min_level": 13, @@ -7568,7 +9742,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 30, "min_level": 13, @@ -7576,7 +9750,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -7584,7 +9758,7 @@ }, { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 15, "min_level": 14, @@ -7598,7 +9772,7 @@ "encounters": [ { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 5, @@ -7606,7 +9780,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -7614,7 +9788,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -7622,7 +9796,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -7630,7 +9804,7 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 60, "min_level": 14, @@ -7638,7 +9812,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 60, "min_level": 13, @@ -7646,7 +9820,7 @@ }, { "pokeapi_id": 209, - "pokemon_name": "snubbull", + "pokemon_name": "Snubbull", "method": "walk", "encounter_rate": 60, "min_level": 13, @@ -7654,7 +9828,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -7662,7 +9836,7 @@ }, { "pokeapi_id": 96, - "pokemon_name": "drowzee", + "pokemon_name": "Drowzee", "method": "walk", "encounter_rate": 30, "min_level": 13, @@ -7670,7 +9844,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 30, "min_level": 13, @@ -7678,7 +9852,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 25, "min_level": 15, @@ -7686,7 +9860,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -7694,7 +9868,7 @@ }, { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 15, "min_level": 12, @@ -7702,7 +9876,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -7710,7 +9884,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 10, @@ -7718,7 +9892,7 @@ }, { "pokeapi_id": 210, - "pokemon_name": "granbull", + "pokemon_name": "Granbull", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -7726,7 +9900,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -7740,7 +9914,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -7748,7 +9922,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -7756,7 +9930,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -7764,7 +9938,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -7772,7 +9946,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -7780,7 +9954,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -7788,7 +9962,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -7796,7 +9970,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -7804,7 +9978,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -7812,7 +9986,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -7820,7 +9994,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -7828,7 +10002,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -7842,7 +10016,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -7850,7 +10024,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -7858,7 +10032,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -7866,7 +10040,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -7874,7 +10048,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -7882,7 +10056,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -7890,7 +10064,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -7898,7 +10072,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -7906,7 +10080,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -7914,7 +10088,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -7922,7 +10096,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -7930,7 +10104,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -7944,7 +10118,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 60, "min_level": 17, @@ -7952,7 +10126,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 60, "min_level": 17, @@ -7960,7 +10134,7 @@ }, { "pokeapi_id": 209, - "pokemon_name": "snubbull", + "pokemon_name": "Snubbull", "method": "walk", "encounter_rate": 40, "min_level": 18, @@ -7968,7 +10142,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 30, "min_level": 17, @@ -7976,7 +10150,7 @@ }, { "pokeapi_id": 198, - "pokemon_name": "murkrow", + "pokemon_name": "Murkrow", "method": "walk", "encounter_rate": 30, "min_level": 17, @@ -7984,7 +10158,7 @@ }, { "pokeapi_id": 228, - "pokemon_name": "houndour", + "pokemon_name": "Houndour", "method": "walk", "encounter_rate": 20, "min_level": 18, @@ -7992,7 +10166,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 20, "min_level": 18, @@ -8000,7 +10174,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 15, "min_level": 16, @@ -8008,7 +10182,7 @@ }, { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 15, "min_level": 18, @@ -8016,7 +10190,7 @@ }, { "pokeapi_id": 53, - "pokemon_name": "persian", + "pokemon_name": "Persian", "method": "walk", "encounter_rate": 10, "min_level": 18, @@ -8030,7 +10204,7 @@ "encounters": [ { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 60, "min_level": 16, @@ -8038,7 +10212,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 60, "min_level": 19, @@ -8046,7 +10220,7 @@ }, { "pokeapi_id": 209, - "pokemon_name": "snubbull", + "pokemon_name": "Snubbull", "method": "walk", "encounter_rate": 60, "min_level": 17, @@ -8054,7 +10228,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 30, "min_level": 17, @@ -8062,7 +10236,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 30, "min_level": 20, @@ -8070,7 +10244,7 @@ }, { "pokeapi_id": 58, - "pokemon_name": "growlithe", + "pokemon_name": "Growlithe", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -8078,7 +10252,7 @@ }, { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 15, "min_level": 16, @@ -8086,7 +10260,7 @@ }, { "pokeapi_id": 64, - "pokemon_name": "kadabra", + "pokemon_name": "Kadabra", "method": "walk", "encounter_rate": 15, "min_level": 18, @@ -8094,7 +10268,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 10, "min_level": 17, @@ -8108,7 +10282,7 @@ "encounters": [ { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -8116,7 +10290,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 90, "min_level": 15, @@ -8124,7 +10298,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -8132,7 +10306,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -8140,7 +10314,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -8148,7 +10322,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 65, "min_level": 15, @@ -8156,7 +10330,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 60, "min_level": 15, @@ -8164,7 +10338,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -8172,7 +10346,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -8180,7 +10354,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -8188,7 +10362,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -8196,7 +10370,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -8204,7 +10378,7 @@ }, { "pokeapi_id": 105, - "pokemon_name": "marowak", + "pokemon_name": "Marowak", "method": "walk", "encounter_rate": 10, "min_level": 18, @@ -8212,7 +10386,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -8220,7 +10394,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -8228,7 +10402,7 @@ }, { "pokeapi_id": 49, - "pokemon_name": "venomoth", + "pokemon_name": "Venomoth", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -8236,7 +10410,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -8250,7 +10424,7 @@ "encounters": [ { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -8258,7 +10432,7 @@ }, { "pokeapi_id": 100, - "pokemon_name": "voltorb", + "pokemon_name": "Voltorb", "method": "walk", "encounter_rate": 90, "min_level": 17, @@ -8266,7 +10440,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -8274,7 +10448,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -8282,7 +10456,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -8290,7 +10464,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 60, "min_level": 15, @@ -8298,7 +10472,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 60, "min_level": 15, @@ -8306,7 +10480,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -8314,7 +10488,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -8322,7 +10496,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -8330,7 +10504,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -8338,7 +10512,7 @@ }, { "pokeapi_id": 125, - "pokemon_name": "electabuzz", + "pokemon_name": "Electabuzz", "method": "walk", "encounter_rate": 15, "min_level": 16, @@ -8346,7 +10520,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -8354,7 +10528,7 @@ }, { "pokeapi_id": 105, - "pokemon_name": "marowak", + "pokemon_name": "Marowak", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -8362,7 +10536,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -8370,7 +10544,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -8378,7 +10552,7 @@ }, { "pokeapi_id": 49, - "pokemon_name": "venomoth", + "pokemon_name": "Venomoth", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -8386,7 +10560,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -8400,12 +10574,12 @@ "encounters": [], "children": [ { - "name": "Rock Tunnel (1f)", + "name": "Rock Tunnel (1F)", "order": 111, "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 100, "min_level": 11, @@ -8413,7 +10587,7 @@ }, { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 60, "min_level": 10, @@ -8421,7 +10595,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 60, "min_level": 12, @@ -8429,7 +10603,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 40, "min_level": 12, @@ -8437,7 +10611,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 10, "min_level": 17, @@ -8445,7 +10619,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -8453,7 +10627,69 @@ }, { "pokeapi_id": 105, - "pokemon_name": "marowak", + "pokemon_name": "Marowak", + "method": "walk", + "encounter_rate": 10, + "min_level": 12, + "max_level": 12 + } + ] + }, + { + "name": "Rock Tunnel (1f)", + "order": 111, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 100, + "min_level": 11, + "max_level": 12 + }, + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 60, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 60, + "min_level": 12, + "max_level": 15 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 40, + "min_level": 12, + "max_level": 12 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 10, + "min_level": 17, + "max_level": 17 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 15, + "max_level": 15 + }, + { + "pokeapi_id": 105, + "pokemon_name": "Marowak", "method": "walk", "encounter_rate": 10, "min_level": 12, @@ -8467,7 +10703,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 90, "min_level": 14, @@ -8475,7 +10711,7 @@ }, { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 60, "min_level": 12, @@ -8483,7 +10719,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 60, "min_level": 16, @@ -8491,7 +10727,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 60, "min_level": 12, @@ -8499,7 +10735,7 @@ }, { "pokeapi_id": 115, - "pokemon_name": "kangaskhan", + "pokemon_name": "Kangaskhan", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -8507,7 +10743,7 @@ }, { "pokeapi_id": 105, - "pokemon_name": "marowak", + "pokemon_name": "Marowak", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -8515,7 +10751,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -8523,7 +10759,77 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 5, + "min_level": 15, + "max_level": 15 + } + ] + }, + { + "name": "Rock Tunnel (B1F)", + "order": 112, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 90, + "min_level": 14, + "max_level": 14 + }, + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 60, + "min_level": 12, + "max_level": 12 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 60, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 60, + "min_level": 12, + "max_level": 15 + }, + { + "pokeapi_id": 115, + "pokemon_name": "Kangaskhan", + "method": "walk", + "encounter_rate": 10, + "min_level": 15, + "max_level": 15 + }, + { + "pokeapi_id": 105, + "pokemon_name": "Marowak", + "method": "walk", + "encounter_rate": 10, + "min_level": 15, + "max_level": 15 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 15, + "max_level": 15 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -8539,7 +10845,7 @@ "encounters": [ { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 70, "min_level": 14, @@ -8547,7 +10853,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 65, "min_level": 15, @@ -8555,7 +10861,7 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 60, "min_level": 15, @@ -8563,7 +10869,7 @@ }, { "pokeapi_id": 96, - "pokemon_name": "drowzee", + "pokemon_name": "Drowzee", "method": "walk", "encounter_rate": 30, "min_level": 14, @@ -8571,7 +10877,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -8579,7 +10885,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -8587,7 +10893,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 10, "min_level": 16, @@ -8595,7 +10901,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 10, "min_level": 16, @@ -8603,7 +10909,7 @@ }, { "pokeapi_id": 97, - "pokemon_name": "hypno", + "pokemon_name": "Hypno", "method": "walk", "encounter_rate": 5, "min_level": 16, @@ -8617,7 +10923,7 @@ "encounters": [ { "pokeapi_id": 50, - "pokemon_name": "diglett", + "pokemon_name": "Diglett", "method": "walk", "encounter_rate": 100, "min_level": 2, @@ -8625,7 +10931,7 @@ }, { "pokeapi_id": 51, - "pokemon_name": "dugtrio", + "pokemon_name": "Dugtrio", "method": "walk", "encounter_rate": 30, "min_level": 16, @@ -8639,7 +10945,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -8647,7 +10953,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -8655,7 +10961,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -8663,7 +10969,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 25, @@ -8671,7 +10977,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -8679,7 +10985,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -8687,7 +10993,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -8695,7 +11001,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -8703,7 +11009,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -8711,7 +11017,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 25, @@ -8725,7 +11031,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -8733,7 +11039,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -8741,7 +11047,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -8749,7 +11055,7 @@ }, { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 60, "min_level": 23, @@ -8757,7 +11063,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 60, "min_level": 23, @@ -8765,7 +11071,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 25, @@ -8773,7 +11079,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 40, "min_level": 25, @@ -8781,7 +11087,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 39, "min_level": 23, @@ -8789,7 +11095,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 38, "min_level": 25, @@ -8797,7 +11103,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -8805,7 +11111,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -8813,7 +11119,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -8821,7 +11127,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -8829,7 +11135,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -8837,7 +11143,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -8845,7 +11151,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -8853,7 +11159,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 25, @@ -8861,7 +11167,7 @@ }, { "pokeapi_id": 49, - "pokemon_name": "venomoth", + "pokemon_name": "Venomoth", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -8869,7 +11175,7 @@ }, { "pokeapi_id": 113, - "pokemon_name": "chansey", + "pokemon_name": "Chansey", "method": "walk", "encounter_rate": 3, "min_level": 25, @@ -8883,7 +11189,7 @@ "encounters": [ { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 60, "min_level": 26, @@ -8891,7 +11197,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 60, "min_level": 26, @@ -8899,7 +11205,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 40, "min_level": 28, @@ -8907,7 +11213,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 39, "min_level": 26, @@ -8915,7 +11221,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 30, "min_level": 26, @@ -8923,7 +11229,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -8931,7 +11237,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -8939,7 +11245,7 @@ }, { "pokeapi_id": 188, - "pokemon_name": "skiploom", + "pokemon_name": "Skiploom", "method": "walk", "encounter_rate": 18, "min_level": 30, @@ -8947,7 +11253,7 @@ }, { "pokeapi_id": 49, - "pokemon_name": "venomoth", + "pokemon_name": "Venomoth", "method": "walk", "encounter_rate": 10, "min_level": 28, @@ -8955,7 +11261,7 @@ }, { "pokeapi_id": 113, - "pokemon_name": "chansey", + "pokemon_name": "Chansey", "method": "walk", "encounter_rate": 3, "min_level": 28, @@ -8969,7 +11275,7 @@ "encounters": [ { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 60, "min_level": 23, @@ -8977,7 +11283,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 60, "min_level": 23, @@ -8985,7 +11291,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 40, "min_level": 25, @@ -8993,7 +11299,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 39, "min_level": 23, @@ -9001,7 +11307,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 38, "min_level": 25, @@ -9009,7 +11315,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -9017,7 +11323,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -9025,7 +11331,7 @@ }, { "pokeapi_id": 49, - "pokemon_name": "venomoth", + "pokemon_name": "Venomoth", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -9033,7 +11339,7 @@ }, { "pokeapi_id": 113, - "pokemon_name": "chansey", + "pokemon_name": "Chansey", "method": "walk", "encounter_rate": 3, "min_level": 25, @@ -9047,7 +11353,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 10, @@ -9055,7 +11361,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 100, "min_level": 10, @@ -9063,7 +11369,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 90, "min_level": 20, @@ -9071,7 +11377,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -9079,7 +11385,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -9087,7 +11393,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -9101,7 +11407,7 @@ "encounters": [ { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 100, "min_level": 26, @@ -9109,7 +11415,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 85, "min_level": 27, @@ -9117,7 +11423,7 @@ }, { "pokeapi_id": 89, - "pokemon_name": "muk", + "pokemon_name": "Muk", "method": "walk", "encounter_rate": 15, "min_level": 30, @@ -9125,7 +11431,7 @@ }, { "pokeapi_id": 198, - "pokemon_name": "murkrow", + "pokemon_name": "Murkrow", "method": "walk", "encounter_rate": 15, "min_level": 29, @@ -9133,7 +11439,7 @@ }, { "pokeapi_id": 218, - "pokemon_name": "slugma", + "pokemon_name": "Slugma", "method": "walk", "encounter_rate": 5, "min_level": 29, @@ -9147,7 +11453,7 @@ "encounters": [ { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 100, "min_level": 29, @@ -9155,7 +11461,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 80, "min_level": 30, @@ -9163,7 +11469,7 @@ }, { "pokeapi_id": 218, - "pokemon_name": "slugma", + "pokemon_name": "Slugma", "method": "walk", "encounter_rate": 35, "min_level": 29, @@ -9171,7 +11477,7 @@ }, { "pokeapi_id": 89, - "pokemon_name": "muk", + "pokemon_name": "Muk", "method": "walk", "encounter_rate": 15, "min_level": 33, @@ -9185,7 +11491,7 @@ "encounters": [ { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 100, "min_level": 26, @@ -9193,7 +11499,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 85, "min_level": 27, @@ -9201,7 +11507,7 @@ }, { "pokeapi_id": 89, - "pokemon_name": "muk", + "pokemon_name": "Muk", "method": "walk", "encounter_rate": 15, "min_level": 30, @@ -9209,7 +11515,7 @@ }, { "pokeapi_id": 218, - "pokemon_name": "slugma", + "pokemon_name": "Slugma", "method": "walk", "encounter_rate": 5, "min_level": 29, @@ -9223,7 +11529,7 @@ "encounters": [ { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -9231,7 +11537,7 @@ }, { "pokeapi_id": 89, - "pokemon_name": "muk", + "pokemon_name": "Muk", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -9245,7 +11551,7 @@ "encounters": [ { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -9253,7 +11559,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -9261,7 +11567,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -9269,7 +11575,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -9277,7 +11583,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -9285,7 +11591,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -9293,7 +11599,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -9301,7 +11607,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -9309,7 +11615,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -9317,7 +11623,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -9325,7 +11631,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -9333,7 +11639,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -9347,7 +11653,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -9355,7 +11661,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -9363,7 +11669,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -9371,7 +11677,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -9379,7 +11685,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -9387,7 +11693,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -9395,7 +11701,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -9403,7 +11709,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -9411,7 +11717,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -9419,7 +11725,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -9427,7 +11733,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -9435,7 +11741,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -9449,7 +11755,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -9457,7 +11763,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -9465,7 +11771,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -9473,7 +11779,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -9481,7 +11787,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -9489,7 +11795,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -9497,7 +11803,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -9505,7 +11811,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -9513,7 +11819,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -9521,7 +11827,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -9529,7 +11835,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -9537,7 +11843,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -9551,7 +11857,7 @@ "encounters": [ { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 100, "min_level": 28, @@ -9559,7 +11865,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 90, "min_level": 25, @@ -9567,7 +11873,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -9575,7 +11881,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -9583,7 +11889,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -9591,7 +11897,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -9599,7 +11905,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -9607,7 +11913,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 30, "min_level": 20, @@ -9615,7 +11921,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -9623,7 +11929,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -9631,7 +11937,7 @@ }, { "pokeapi_id": 122, - "pokemon_name": "mr-mime", + "pokemon_name": "Mr Mime", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -9639,7 +11945,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -9647,7 +11953,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -9655,7 +11961,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -9663,7 +11969,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -9671,7 +11977,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -9685,7 +11991,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 3, @@ -9693,7 +11999,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 100, "min_level": 3, @@ -9701,7 +12007,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 4, @@ -9709,7 +12015,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -9717,7 +12023,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -9725,7 +12031,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -9733,7 +12039,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "walk", "encounter_rate": 40, "min_level": 3, @@ -9741,7 +12047,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -9749,7 +12055,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 20, "min_level": 4, @@ -9757,7 +12063,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -9765,7 +12071,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -9773,7 +12079,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -9781,7 +12087,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 10, @@ -9789,7 +12095,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 10, "min_level": 6, diff --git a/backend/src/app/seeds/data/diamond.json b/backend/src/app/seeds/data/diamond.json index 698c6fd..f04be35 100644 --- a/backend/src/app/seeds/data/diamond.json +++ b/backend/src/app/seeds/data/diamond.json @@ -5,7 +5,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -13,7 +13,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -21,7 +21,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -29,7 +29,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -37,7 +37,7 @@ }, { "pokeapi_id": 457, - "pokemon_name": "lumineon", + "pokemon_name": "Lumineon", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -45,7 +45,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -53,7 +53,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -61,7 +61,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 15, "min_level": 20, @@ -69,7 +69,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -77,7 +77,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -91,7 +91,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -99,7 +99,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -107,7 +107,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -115,7 +115,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -123,7 +123,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -131,7 +131,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -139,7 +139,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -153,7 +153,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -161,7 +161,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -169,7 +169,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -177,7 +177,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -185,7 +185,7 @@ }, { "pokeapi_id": 224, - "pokemon_name": "octillery", + "pokemon_name": "Octillery", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -193,7 +193,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -201,7 +201,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -209,7 +209,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -217,7 +217,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -231,7 +231,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -239,7 +239,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 60, "min_level": 35, @@ -247,7 +247,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -255,7 +255,7 @@ }, { "pokeapi_id": 224, - "pokemon_name": "octillery", + "pokemon_name": "Octillery", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -263,7 +263,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -271,7 +271,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -279,7 +279,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 30, "min_level": 35, @@ -287,7 +287,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 15, "min_level": 20, @@ -295,7 +295,7 @@ }, { "pokeapi_id": 458, - "pokemon_name": "mantyke", + "pokemon_name": "Mantyke", "method": "surf", "encounter_rate": 10, "min_level": 30, @@ -309,7 +309,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -317,7 +317,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 65, "min_level": 35, @@ -325,7 +325,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -333,7 +333,7 @@ }, { "pokeapi_id": 224, - "pokemon_name": "octillery", + "pokemon_name": "Octillery", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -341,7 +341,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -349,7 +349,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -357,7 +357,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 35, "min_level": 35, @@ -365,7 +365,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 15, "min_level": 20, @@ -384,7 +384,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 70, "min_level": 5, @@ -392,7 +392,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 7, @@ -400,7 +400,37 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 10, + "min_level": 8, + "max_level": 8 + } + ] + }, + { + "name": "Oreburgh Mine (1F)", + "order": 7, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 70, + "min_level": 5, + "max_level": 9 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 20, + "min_level": 7, + "max_level": 7 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 10, "min_level": 8, @@ -414,7 +444,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 70, "min_level": 6, @@ -422,7 +452,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -430,7 +460,37 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 10, + "min_level": 9, + "max_level": 9 + } + ] + }, + { + "name": "Oreburgh Mine (B1F)", + "order": 8, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 70, + "min_level": 6, + "max_level": 10 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 20, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -446,7 +506,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -454,7 +514,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -462,7 +522,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -470,7 +530,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 51, "min_level": 7, @@ -478,7 +538,7 @@ }, { "pokeapi_id": 422, - "pokemon_name": "shellos", + "pokemon_name": "Shellos", "method": "walk", "encounter_rate": 46, "min_level": 7, @@ -486,7 +546,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -494,7 +554,7 @@ }, { "pokeapi_id": 457, - "pokemon_name": "lumineon", + "pokemon_name": "Lumineon", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -502,7 +562,7 @@ }, { "pokeapi_id": 309, - "pokemon_name": "electrike", + "pokemon_name": "Electrike", "method": "walk", "encounter_rate": 40, "min_level": 7, @@ -510,7 +570,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -518,7 +578,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -526,7 +586,7 @@ }, { "pokeapi_id": 417, - "pokemon_name": "pachirisu", + "pokemon_name": "Pachirisu", "method": "walk", "encounter_rate": 25, "min_level": 7, @@ -534,7 +594,7 @@ }, { "pokeapi_id": 179, - "pokemon_name": "mareep", + "pokemon_name": "Mareep", "method": "walk", "encounter_rate": 22, "min_level": 7, @@ -542,7 +602,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 15, "min_level": 20, @@ -550,7 +610,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 10, "min_level": 8, @@ -558,7 +618,7 @@ }, { "pokeapi_id": 239, - "pokemon_name": "elekid", + "pokemon_name": "Elekid", "method": "walk", "encounter_rate": 8, "min_level": 9, @@ -566,7 +626,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -574,7 +634,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -588,7 +648,7 @@ "encounters": [ { "pokeapi_id": 406, - "pokemon_name": "budew", + "pokemon_name": "Budew", "method": "walk", "encounter_rate": 43, "min_level": 10, @@ -596,7 +656,7 @@ }, { "pokeapi_id": 287, - "pokemon_name": "slakoth", + "pokemon_name": "Slakoth", "method": "walk", "encounter_rate": 40, "min_level": 10, @@ -604,7 +664,7 @@ }, { "pokeapi_id": 265, - "pokemon_name": "wurmple", + "pokemon_name": "Wurmple", "method": "walk", "encounter_rate": 40, "min_level": 10, @@ -612,7 +672,7 @@ }, { "pokeapi_id": 427, - "pokemon_name": "buneary", + "pokemon_name": "Buneary", "method": "walk", "encounter_rate": 23, "min_level": 10, @@ -620,7 +680,7 @@ }, { "pokeapi_id": 290, - "pokemon_name": "nincada", + "pokemon_name": "Nincada", "method": "walk", "encounter_rate": 22, "min_level": 10, @@ -628,7 +688,7 @@ }, { "pokeapi_id": 198, - "pokemon_name": "murkrow", + "pokemon_name": "Murkrow", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -636,7 +696,7 @@ }, { "pokeapi_id": 266, - "pokemon_name": "silcoon", + "pokemon_name": "Silcoon", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -644,7 +704,7 @@ }, { "pokeapi_id": 14, - "pokemon_name": "kakuna", + "pokemon_name": "Kakuna", "method": "walk", "encounter_rate": 8, "min_level": 12, @@ -652,7 +712,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 8, "min_level": 12, @@ -660,7 +720,7 @@ }, { "pokeapi_id": 204, - "pokemon_name": "pineco", + "pokemon_name": "Pineco", "method": "walk", "encounter_rate": 8, "min_level": 12, @@ -668,7 +728,7 @@ }, { "pokeapi_id": 273, - "pokemon_name": "seedot", + "pokemon_name": "Seedot", "method": "walk", "encounter_rate": 8, "min_level": 12, @@ -676,7 +736,7 @@ }, { "pokeapi_id": 267, - "pokemon_name": "beautifly", + "pokemon_name": "Beautifly", "method": "walk", "encounter_rate": 2, "min_level": 12, @@ -690,7 +750,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -698,7 +758,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -706,7 +766,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -714,7 +774,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -722,7 +782,7 @@ }, { "pokeapi_id": 457, - "pokemon_name": "lumineon", + "pokemon_name": "Lumineon", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -730,7 +790,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -738,7 +798,7 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 40, "min_level": 28, @@ -746,7 +806,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -754,7 +814,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "walk", "encounter_rate": 25, "min_level": 29, @@ -762,7 +822,7 @@ }, { "pokeapi_id": 304, - "pokemon_name": "aron", + "pokemon_name": "Aron", "method": "walk", "encounter_rate": 22, "min_level": 29, @@ -770,7 +830,7 @@ }, { "pokeapi_id": 422, - "pokemon_name": "shellos", + "pokemon_name": "Shellos", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -778,7 +838,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "walk", "encounter_rate": 15, "min_level": 29, @@ -786,7 +846,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 15, "min_level": 20, @@ -794,7 +854,7 @@ }, { "pokeapi_id": 404, - "pokemon_name": "luxio", + "pokemon_name": "Luxio", "method": "walk", "encounter_rate": 10, "min_level": 29, @@ -802,7 +862,7 @@ }, { "pokeapi_id": 417, - "pokemon_name": "pachirisu", + "pokemon_name": "Pachirisu", "method": "walk", "encounter_rate": 10, "min_level": 29, @@ -810,7 +870,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 10, "min_level": 28, @@ -818,7 +878,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 10, "min_level": 29, @@ -826,7 +886,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -834,7 +894,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -853,7 +913,7 @@ "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 40, "min_level": 39, @@ -861,7 +921,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 27, "min_level": 38, @@ -869,7 +929,7 @@ }, { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 17, "min_level": 39, @@ -877,7 +937,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 10, "min_level": 38, @@ -885,7 +945,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -893,7 +953,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -901,7 +961,7 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -909,7 +969,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 39, @@ -917,7 +977,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 39, @@ -925,13 +985,209 @@ } ] }, + { + "name": "Mt Coronet (1F Route 207)", + "order": 13, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 3, + "max_level": 10 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "surf", + "encounter_rate": 90, + "min_level": 20, + "max_level": 40 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 55, + "min_level": 30, + "max_level": 55 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 55, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 339, + "pokemon_name": "Barboach", + "method": "good-rod", + "encounter_rate": 45, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 340, + "pokemon_name": "Whiscash", + "method": "super-rod", + "encounter_rate": 45, + "min_level": 20, + "max_level": 50 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 40, + "min_level": 14, + "max_level": 15 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 14, + "max_level": 15 + }, + { + "pokeapi_id": 173, + "pokemon_name": "Cleffa", + "method": "walk", + "encounter_rate": 25, + "min_level": 14, + "max_level": 14 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 25, + "min_level": 15, + "max_level": 16 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 10, + "min_level": 15, + "max_level": 15 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "surf", + "encounter_rate": 10, + "min_level": 20, + "max_level": 40 + }, + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 10, + "min_level": 15, + "max_level": 15 + } + ] + }, + { + "name": "Mt Coronet (2F)", + "order": 14, + "encounters": [ + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 27, + "min_level": 36, + "max_level": 38 + }, + { + "pokeapi_id": 437, + "pokemon_name": "Bronzong", + "method": "walk", + "encounter_rate": 20, + "min_level": 38, + "max_level": 38 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 36, + "max_level": 36 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 17, + "min_level": 36, + "max_level": 36 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 10, + "min_level": 37, + "max_level": 38 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 37, + "max_level": 37 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 37, + "max_level": 37 + }, + { + "pokeapi_id": 308, + "pokemon_name": "Medicham", + "method": "walk", + "encounter_rate": 10, + "min_level": 37, + "max_level": 37 + }, + { + "pokeapi_id": 337, + "pokemon_name": "Lunatone", + "method": "walk", + "encounter_rate": 8, + "min_level": 36, + "max_level": 37 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", + "method": "walk", + "encounter_rate": 8, + "min_level": 36, + "max_level": 37 + } + ] + }, { "name": "Mt Coronet (1f Route 216)", "order": 14, "encounters": [ { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 25, "min_level": 31, @@ -939,7 +1195,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -947,7 +1203,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -955,7 +1211,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 15, "min_level": 30, @@ -963,7 +1219,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -971,7 +1227,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 31, @@ -985,7 +1241,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -993,7 +1249,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -1001,7 +1257,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -1009,7 +1265,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -1017,7 +1273,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -1025,7 +1281,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -1033,7 +1289,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 40, "min_level": 14, @@ -1041,7 +1297,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 14, @@ -1049,7 +1305,7 @@ }, { "pokeapi_id": 173, - "pokemon_name": "cleffa", + "pokemon_name": "Cleffa", "method": "walk", "encounter_rate": 25, "min_level": 14, @@ -1057,7 +1313,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 25, "min_level": 15, @@ -1065,7 +1321,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -1073,7 +1329,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -1081,7 +1337,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -1089,13 +1345,99 @@ } ] }, + { + "name": "Mt Coronet (3F)", + "order": 15, + "encounters": [ + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 27, + "min_level": 36, + "max_level": 38 + }, + { + "pokeapi_id": 437, + "pokemon_name": "Bronzong", + "method": "walk", + "encounter_rate": 20, + "min_level": 38, + "max_level": 38 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 36, + "max_level": 36 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 17, + "min_level": 36, + "max_level": 36 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 10, + "min_level": 37, + "max_level": 38 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 37, + "max_level": 37 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 37, + "max_level": 37 + }, + { + "pokeapi_id": 308, + "pokemon_name": "Medicham", + "method": "walk", + "encounter_rate": 10, + "min_level": 37, + "max_level": 37 + }, + { + "pokeapi_id": 337, + "pokemon_name": "Lunatone", + "method": "walk", + "encounter_rate": 8, + "min_level": 36, + "max_level": 37 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", + "method": "walk", + "encounter_rate": 8, + "min_level": 36, + "max_level": 37 + } + ] + }, { "name": "Mt Coronet (3f)", "order": 16, "encounters": [ { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 27, "min_level": 36, @@ -1103,7 +1445,7 @@ }, { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 20, "min_level": 38, @@ -1111,7 +1453,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 36, @@ -1119,7 +1461,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 17, "min_level": 36, @@ -1127,7 +1469,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 10, "min_level": 37, @@ -1135,7 +1477,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 37, @@ -1143,7 +1485,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 37, @@ -1151,7 +1493,7 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 10, "min_level": 37, @@ -1159,7 +1501,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 36, @@ -1167,7 +1509,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 36, @@ -1181,7 +1523,7 @@ "encounters": [ { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 30, "min_level": 39, @@ -1189,7 +1531,7 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 30, "min_level": 39, @@ -1197,7 +1539,7 @@ }, { "pokeapi_id": 294, - "pokemon_name": "loudred", + "pokemon_name": "Loudred", "method": "walk", "encounter_rate": 22, "min_level": 39, @@ -1205,7 +1547,7 @@ }, { "pokeapi_id": 460, - "pokemon_name": "abomasnow", + "pokemon_name": "Abomasnow", "method": "walk", "encounter_rate": 20, "min_level": 40, @@ -1213,7 +1555,7 @@ }, { "pokeapi_id": 459, - "pokemon_name": "snover", + "pokemon_name": "Snover", "method": "walk", "encounter_rate": 20, "min_level": 38, @@ -1221,7 +1563,7 @@ }, { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 17, "min_level": 39, @@ -1229,7 +1571,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 17, "min_level": 38, @@ -1237,7 +1579,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -1245,7 +1587,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -1253,7 +1595,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -1261,7 +1603,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 38, @@ -1269,7 +1611,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 38, @@ -1283,7 +1625,7 @@ "encounters": [ { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 30, "min_level": 39, @@ -1291,7 +1633,7 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 30, "min_level": 39, @@ -1299,7 +1641,7 @@ }, { "pokeapi_id": 294, - "pokemon_name": "loudred", + "pokemon_name": "Loudred", "method": "walk", "encounter_rate": 22, "min_level": 39, @@ -1307,7 +1649,7 @@ }, { "pokeapi_id": 460, - "pokemon_name": "abomasnow", + "pokemon_name": "Abomasnow", "method": "walk", "encounter_rate": 20, "min_level": 40, @@ -1315,7 +1657,7 @@ }, { "pokeapi_id": 459, - "pokemon_name": "snover", + "pokemon_name": "Snover", "method": "walk", "encounter_rate": 20, "min_level": 38, @@ -1323,7 +1665,7 @@ }, { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 17, "min_level": 39, @@ -1331,7 +1673,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 17, "min_level": 38, @@ -1339,7 +1681,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -1347,7 +1689,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -1355,7 +1697,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -1363,7 +1705,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 38, @@ -1371,7 +1713,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 38, @@ -1379,13 +1721,155 @@ } ] }, + { + "name": "Mt Coronet (4F)", + "order": 18, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 3, + "max_level": 10 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "surf", + "encounter_rate": 90, + "min_level": 20, + "max_level": 40 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 55, + "min_level": 30, + "max_level": 55 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 55, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 339, + "pokemon_name": "Barboach", + "method": "good-rod", + "encounter_rate": 45, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 147, + "pokemon_name": "Dratini", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 15, + "max_level": 20 + }, + { + "pokeapi_id": 437, + "pokemon_name": "Bronzong", + "method": "walk", + "encounter_rate": 37, + "min_level": 38, + "max_level": 40 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 27, + "min_level": 38, + "max_level": 40 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 38, + "max_level": 38 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 10, + "min_level": 39, + "max_level": 40 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 39, + "max_level": 39 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "surf", + "encounter_rate": 10, + "min_level": 20, + "max_level": 40 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 39, + "max_level": 39 + }, + { + "pokeapi_id": 308, + "pokemon_name": "Medicham", + "method": "walk", + "encounter_rate": 10, + "min_level": 39, + "max_level": 39 + }, + { + "pokeapi_id": 337, + "pokemon_name": "Lunatone", + "method": "walk", + "encounter_rate": 8, + "min_level": 38, + "max_level": 39 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", + "method": "walk", + "encounter_rate": 8, + "min_level": 38, + "max_level": 39 + }, + { + "pokeapi_id": 148, + "pokemon_name": "Dragonair", + "method": "super-rod", + "encounter_rate": 5, + "min_level": 15, + "max_level": 40 + } + ] + }, { "name": "Mt Coronet (4f)", "order": 19, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -1393,7 +1877,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -1401,7 +1885,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -1409,7 +1893,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -1417,7 +1901,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -1425,7 +1909,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -1433,7 +1917,7 @@ }, { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 37, "min_level": 38, @@ -1441,7 +1925,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 27, "min_level": 38, @@ -1449,7 +1933,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 38, @@ -1457,7 +1941,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -1465,7 +1949,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -1473,7 +1957,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -1481,7 +1965,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -1489,7 +1973,7 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -1497,7 +1981,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 38, @@ -1505,7 +1989,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 38, @@ -1513,7 +1997,7 @@ }, { "pokeapi_id": 148, - "pokemon_name": "dragonair", + "pokemon_name": "Dragonair", "method": "super-rod", "encounter_rate": 5, "min_level": 15, @@ -1521,13 +2005,99 @@ } ] }, + { + "name": "Mt Coronet (4F Small Room)", + "order": 19, + "encounters": [ + { + "pokeapi_id": 437, + "pokemon_name": "Bronzong", + "method": "walk", + "encounter_rate": 37, + "min_level": 38, + "max_level": 40 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 27, + "min_level": 38, + "max_level": 40 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 38, + "max_level": 38 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 39, + "max_level": 39 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 39, + "max_level": 39 + }, + { + "pokeapi_id": 308, + "pokemon_name": "Medicham", + "method": "walk", + "encounter_rate": 10, + "min_level": 39, + "max_level": 39 + }, + { + "pokeapi_id": 337, + "pokemon_name": "Lunatone", + "method": "walk", + "encounter_rate": 8, + "min_level": 38, + "max_level": 39 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", + "method": "walk", + "encounter_rate": 8, + "min_level": 38, + "max_level": 39 + }, + { + "pokeapi_id": 358, + "pokemon_name": "Chimecho", + "method": "walk", + "encounter_rate": 5, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 5, + "min_level": 40, + "max_level": 40 + } + ] + }, { "name": "Mt Coronet (5f)", "order": 20, "encounters": [ { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 37, "min_level": 40, @@ -1535,7 +2105,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 27, "min_level": 40, @@ -1543,7 +2113,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 40, @@ -1551,7 +2121,7 @@ }, { "pokeapi_id": 358, - "pokemon_name": "chimecho", + "pokemon_name": "Chimecho", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -1559,7 +2129,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -1567,7 +2137,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -1575,7 +2145,7 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -1583,7 +2153,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 40, @@ -1591,7 +2161,85 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", + "method": "walk", + "encounter_rate": 8, + "min_level": 40, + "max_level": 41 + } + ] + }, + { + "name": "Mt Coronet (5F)", + "order": 20, + "encounters": [ + { + "pokeapi_id": 437, + "pokemon_name": "Bronzong", + "method": "walk", + "encounter_rate": 37, + "min_level": 40, + "max_level": 42 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 27, + "min_level": 40, + "max_level": 42 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 358, + "pokemon_name": "Chimecho", + "method": "walk", + "encounter_rate": 10, + "min_level": 41, + "max_level": 42 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 41, + "max_level": 41 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 41, + "max_level": 41 + }, + { + "pokeapi_id": 308, + "pokemon_name": "Medicham", + "method": "walk", + "encounter_rate": 10, + "min_level": 41, + "max_level": 41 + }, + { + "pokeapi_id": 337, + "pokemon_name": "Lunatone", + "method": "walk", + "encounter_rate": 8, + "min_level": 40, + "max_level": 41 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 40, @@ -1605,7 +2253,7 @@ "encounters": [ { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 41, "min_level": 13, @@ -1613,7 +2261,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 40, "min_level": 12, @@ -1621,7 +2269,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 12, @@ -1629,7 +2277,7 @@ }, { "pokeapi_id": 173, - "pokemon_name": "cleffa", + "pokemon_name": "Cleffa", "method": "walk", "encounter_rate": 29, "min_level": 12, @@ -1637,7 +2285,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 10, "min_level": 13, @@ -1645,7 +2293,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 10, "min_level": 13, @@ -1653,13 +2301,169 @@ } ] }, + { + "name": "Mt Coronet (6F)", + "order": 21, + "encounters": [ + { + "pokeapi_id": 437, + "pokemon_name": "Bronzong", + "method": "walk", + "encounter_rate": 37, + "min_level": 40, + "max_level": 42 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 27, + "min_level": 40, + "max_level": 42 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 358, + "pokemon_name": "Chimecho", + "method": "walk", + "encounter_rate": 10, + "min_level": 41, + "max_level": 42 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 41, + "max_level": 41 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 41, + "max_level": 41 + }, + { + "pokeapi_id": 308, + "pokemon_name": "Medicham", + "method": "walk", + "encounter_rate": 10, + "min_level": 41, + "max_level": 41 + }, + { + "pokeapi_id": 337, + "pokemon_name": "Lunatone", + "method": "walk", + "encounter_rate": 8, + "min_level": 40, + "max_level": 41 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", + "method": "walk", + "encounter_rate": 8, + "min_level": 40, + "max_level": 41 + } + ] + }, + { + "name": "Mt Coronet (1F From Exterior)", + "order": 22, + "encounters": [ + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 40, + "min_level": 39, + "max_level": 40 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 27, + "min_level": 38, + "max_level": 40 + }, + { + "pokeapi_id": 437, + "pokemon_name": "Bronzong", + "method": "walk", + "encounter_rate": 17, + "min_level": 39, + "max_level": 40 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 10, + "min_level": 38, + "max_level": 40 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 39, + "max_level": 39 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 308, + "pokemon_name": "Medicham", + "method": "walk", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 337, + "pokemon_name": "Lunatone", + "method": "walk", + "encounter_rate": 8, + "min_level": 39, + "max_level": 40 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", + "method": "walk", + "encounter_rate": 8, + "min_level": 39, + "max_level": 40 + } + ] + }, { "name": "Mt Coronet (B1f)", "order": 22, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -1667,7 +2471,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -1675,7 +2479,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -1683,7 +2487,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -1691,7 +2495,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -1699,7 +2503,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -1707,7 +2511,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 25, "min_level": 31, @@ -1715,7 +2519,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -1723,7 +2527,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -1731,7 +2535,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 15, "min_level": 30, @@ -1739,7 +2543,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -1747,7 +2551,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -1755,7 +2559,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 31, @@ -1769,7 +2573,7 @@ "encounters": [ { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 27, "min_level": 36, @@ -1777,7 +2581,7 @@ }, { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 20, "min_level": 38, @@ -1785,7 +2589,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 36, @@ -1793,7 +2597,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 17, "min_level": 36, @@ -1801,7 +2605,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 10, "min_level": 37, @@ -1809,7 +2613,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 37, @@ -1817,7 +2621,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 37, @@ -1825,7 +2629,7 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 10, "min_level": 37, @@ -1833,7 +2637,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 36, @@ -1841,7 +2645,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 36, @@ -1849,13 +2653,67 @@ } ] }, + { + "name": "Mt Coronet (1F Route 216)", + "order": 23, + "encounters": [ + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 25, + "min_level": 31, + "max_level": 32 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 31, + "max_level": 32 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 31, + "max_level": 31 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 15, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 10, + "min_level": 30, + "max_level": 30 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 31, + "max_level": 31 + } + ] + }, { "name": "Mt Coronet (4f Small Room)", "order": 24, "encounters": [ { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 37, "min_level": 38, @@ -1863,7 +2721,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 27, "min_level": 38, @@ -1871,7 +2729,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 38, @@ -1879,7 +2737,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -1887,7 +2745,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -1895,7 +2753,7 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -1903,7 +2761,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 38, @@ -1911,7 +2769,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 38, @@ -1919,7 +2777,7 @@ }, { "pokeapi_id": 358, - "pokemon_name": "chimecho", + "pokemon_name": "Chimecho", "method": "walk", "encounter_rate": 5, "min_level": 40, @@ -1927,7 +2785,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 5, "min_level": 40, @@ -1935,13 +2793,177 @@ } ] }, + { + "name": "Mt Coronet (1F Route 211)", + "order": 24, + "encounters": [ + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 41, + "min_level": 13, + "max_level": 14 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 40, + "min_level": 12, + "max_level": 13 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 12, + "max_level": 13 + }, + { + "pokeapi_id": 173, + "pokemon_name": "Cleffa", + "method": "walk", + "encounter_rate": 29, + "min_level": 12, + "max_level": 14 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 10, + "min_level": 13, + "max_level": 13 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 10, + "min_level": 13, + "max_level": 13 + } + ] + }, + { + "name": "Mt Coronet (B1F)", + "order": 25, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 3, + "max_level": 10 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "surf", + "encounter_rate": 90, + "min_level": 20, + "max_level": 40 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 55, + "min_level": 30, + "max_level": 55 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 55, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 339, + "pokemon_name": "Barboach", + "method": "good-rod", + "encounter_rate": 45, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 340, + "pokemon_name": "Whiscash", + "method": "super-rod", + "encounter_rate": 45, + "min_level": 20, + "max_level": 50 + }, + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 25, + "min_level": 31, + "max_level": 32 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 31, + "max_level": 32 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 31, + "max_level": 31 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 15, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 10, + "min_level": 30, + "max_level": 30 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "surf", + "encounter_rate": 10, + "min_level": 20, + "max_level": 40 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 31, + "max_level": 31 + } + ] + }, { "name": "Mt Coronet (6f)", "order": 25, "encounters": [ { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 37, "min_level": 40, @@ -1949,7 +2971,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 27, "min_level": 40, @@ -1957,7 +2979,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 40, @@ -1965,7 +2987,7 @@ }, { "pokeapi_id": 358, - "pokemon_name": "chimecho", + "pokemon_name": "Chimecho", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -1973,7 +2995,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -1981,7 +3003,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -1989,7 +3011,7 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -1997,7 +3019,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 40, @@ -2005,7 +3027,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 40, @@ -2026,7 +3048,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -2034,7 +3056,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -2042,7 +3064,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -2050,7 +3072,7 @@ }, { "pokeapi_id": 318, - "pokemon_name": "carvanha", + "pokemon_name": "Carvanha", "method": "super-rod", "encounter_rate": 45, "min_level": 15, @@ -2058,7 +3080,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 40, "min_level": 15, @@ -2066,7 +3088,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 40, "min_level": 24, @@ -2074,7 +3096,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -2082,7 +3104,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -2090,7 +3112,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -2098,7 +3120,7 @@ }, { "pokeapi_id": 406, - "pokemon_name": "budew", + "pokemon_name": "Budew", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -2106,7 +3128,7 @@ }, { "pokeapi_id": 396, - "pokemon_name": "starly", + "pokemon_name": "Starly", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2114,7 +3136,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -2122,7 +3144,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 40, @@ -2130,7 +3152,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 15, "min_level": 25, @@ -2138,7 +3160,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 15, "min_level": 25, @@ -2146,7 +3168,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -2154,7 +3176,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -2162,7 +3184,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 8, "min_level": 24, @@ -2170,7 +3192,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "good-rod", "encounter_rate": 5, "min_level": 15, @@ -2178,7 +3200,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -2186,7 +3208,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -2194,7 +3216,7 @@ }, { "pokeapi_id": 298, - "pokemon_name": "azurill", + "pokemon_name": "Azurill", "method": "walk", "encounter_rate": 1, "min_level": 24, @@ -2202,7 +3224,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 1, "min_level": 26, @@ -2216,7 +3238,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -2224,7 +3246,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -2232,7 +3254,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -2240,7 +3262,7 @@ }, { "pokeapi_id": 318, - "pokemon_name": "carvanha", + "pokemon_name": "Carvanha", "method": "super-rod", "encounter_rate": 45, "min_level": 15, @@ -2248,7 +3270,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 40, "min_level": 15, @@ -2256,7 +3278,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 40, "min_level": 22, @@ -2264,7 +3286,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -2272,7 +3294,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -2280,7 +3302,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -2288,7 +3310,7 @@ }, { "pokeapi_id": 406, - "pokemon_name": "budew", + "pokemon_name": "Budew", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -2296,7 +3318,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -2304,7 +3326,7 @@ }, { "pokeapi_id": 396, - "pokemon_name": "starly", + "pokemon_name": "Starly", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -2312,7 +3334,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -2320,7 +3342,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 40, @@ -2328,7 +3350,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 15, "min_level": 23, @@ -2336,7 +3358,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 15, "min_level": 23, @@ -2344,7 +3366,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 8, "min_level": 22, @@ -2352,7 +3374,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "good-rod", "encounter_rate": 5, "min_level": 15, @@ -2360,7 +3382,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -2368,7 +3390,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -2376,7 +3398,7 @@ }, { "pokeapi_id": 298, - "pokemon_name": "azurill", + "pokemon_name": "Azurill", "method": "walk", "encounter_rate": 1, "min_level": 22, @@ -2384,7 +3406,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 1, "min_level": 24, @@ -2398,7 +3420,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -2406,7 +3428,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -2414,7 +3436,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -2422,7 +3444,7 @@ }, { "pokeapi_id": 318, - "pokemon_name": "carvanha", + "pokemon_name": "Carvanha", "method": "super-rod", "encounter_rate": 45, "min_level": 15, @@ -2430,7 +3452,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 40, "min_level": 15, @@ -2438,7 +3460,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 40, "min_level": 22, @@ -2446,7 +3468,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -2454,7 +3476,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -2462,7 +3484,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -2470,7 +3492,7 @@ }, { "pokeapi_id": 406, - "pokemon_name": "budew", + "pokemon_name": "Budew", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -2478,7 +3500,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -2486,7 +3508,7 @@ }, { "pokeapi_id": 396, - "pokemon_name": "starly", + "pokemon_name": "Starly", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -2494,7 +3516,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -2502,7 +3524,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 40, @@ -2510,7 +3532,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 15, "min_level": 23, @@ -2518,7 +3540,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 15, "min_level": 23, @@ -2526,7 +3548,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 8, "min_level": 22, @@ -2534,7 +3556,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "good-rod", "encounter_rate": 5, "min_level": 15, @@ -2542,7 +3564,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -2550,7 +3572,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -2558,7 +3580,7 @@ }, { "pokeapi_id": 298, - "pokemon_name": "azurill", + "pokemon_name": "Azurill", "method": "walk", "encounter_rate": 1, "min_level": 22, @@ -2566,7 +3588,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 1, "min_level": 24, @@ -2580,7 +3602,7 @@ "encounters": [ { "pokeapi_id": 298, - "pokemon_name": "azurill", + "pokemon_name": "Azurill", "method": "walk", "encounter_rate": 21, "min_level": 20, @@ -2588,7 +3610,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 21, "min_level": 22, @@ -2596,7 +3618,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -2604,7 +3626,7 @@ }, { "pokeapi_id": 406, - "pokemon_name": "budew", + "pokemon_name": "Budew", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -2612,7 +3634,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -2620,7 +3642,7 @@ }, { "pokeapi_id": 396, - "pokemon_name": "starly", + "pokemon_name": "Starly", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -2628,7 +3650,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -2636,7 +3658,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 15, "min_level": 21, @@ -2644,7 +3666,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 15, "min_level": 21, @@ -2652,7 +3674,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 8, "min_level": 20, @@ -2666,7 +3688,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -2674,7 +3696,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -2682,7 +3704,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -2690,7 +3712,7 @@ }, { "pokeapi_id": 318, - "pokemon_name": "carvanha", + "pokemon_name": "Carvanha", "method": "super-rod", "encounter_rate": 45, "min_level": 15, @@ -2698,7 +3720,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 40, "min_level": 15, @@ -2706,7 +3728,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 40, "min_level": 20, @@ -2714,7 +3736,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -2722,7 +3744,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -2730,7 +3752,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -2738,7 +3760,7 @@ }, { "pokeapi_id": 406, - "pokemon_name": "budew", + "pokemon_name": "Budew", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -2746,7 +3768,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -2754,7 +3776,7 @@ }, { "pokeapi_id": 396, - "pokemon_name": "starly", + "pokemon_name": "Starly", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -2762,7 +3784,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -2770,7 +3792,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 40, @@ -2778,7 +3800,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 15, "min_level": 21, @@ -2786,7 +3808,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 15, "min_level": 21, @@ -2794,7 +3816,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 8, "min_level": 20, @@ -2802,7 +3824,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "good-rod", "encounter_rate": 5, "min_level": 15, @@ -2810,7 +3832,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -2818,7 +3840,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -2826,7 +3848,7 @@ }, { "pokeapi_id": 298, - "pokemon_name": "azurill", + "pokemon_name": "Azurill", "method": "walk", "encounter_rate": 1, "min_level": 20, @@ -2834,7 +3856,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 1, "min_level": 22, @@ -2848,7 +3870,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -2856,7 +3878,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -2864,7 +3886,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -2872,7 +3894,7 @@ }, { "pokeapi_id": 318, - "pokemon_name": "carvanha", + "pokemon_name": "Carvanha", "method": "super-rod", "encounter_rate": 45, "min_level": 15, @@ -2880,7 +3902,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 40, "min_level": 15, @@ -2888,7 +3910,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 40, "min_level": 24, @@ -2896,7 +3918,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -2904,7 +3926,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -2912,7 +3934,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -2920,7 +3942,7 @@ }, { "pokeapi_id": 406, - "pokemon_name": "budew", + "pokemon_name": "Budew", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -2928,7 +3950,7 @@ }, { "pokeapi_id": 396, - "pokemon_name": "starly", + "pokemon_name": "Starly", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2936,7 +3958,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -2944,7 +3966,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 40, @@ -2952,7 +3974,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 15, "min_level": 25, @@ -2960,7 +3982,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 15, "min_level": 25, @@ -2968,7 +3990,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -2976,7 +3998,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -2984,7 +4006,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 8, "min_level": 24, @@ -2992,7 +4014,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "good-rod", "encounter_rate": 5, "min_level": 15, @@ -3000,7 +4022,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -3008,7 +4030,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -3016,7 +4038,7 @@ }, { "pokeapi_id": 298, - "pokemon_name": "azurill", + "pokemon_name": "Azurill", "method": "walk", "encounter_rate": 1, "min_level": 24, @@ -3024,7 +4046,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 1, "min_level": 26, @@ -3045,7 +4067,21 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (2F)", + "order": 34, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 14, @@ -3059,7 +4095,35 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (1F)", + "order": 35, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B1F A)", + "order": 36, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 14, @@ -3073,7 +4137,21 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B1F B)", + "order": 37, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 14, @@ -3087,7 +4165,21 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B1F C)", + "order": 38, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 14, @@ -3101,7 +4193,21 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B2F A)", + "order": 39, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 14, @@ -3115,7 +4221,7 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 14, @@ -3129,7 +4235,21 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B2F B)", + "order": 40, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 14, @@ -3143,7 +4263,35 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B2F C)", + "order": 41, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B3F A)", + "order": 42, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 14, @@ -3157,7 +4305,7 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 14, @@ -3171,7 +4319,35 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B3F B)", + "order": 43, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B3F C)", + "order": 44, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 14, @@ -3185,7 +4361,21 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B3F D)", + "order": 45, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 14, @@ -3199,7 +4389,7 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 14, @@ -3213,7 +4403,21 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B3F E)", + "order": 46, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 14, @@ -3227,7 +4431,35 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B4F A)", + "order": 47, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B4F B)", + "order": 48, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 14, @@ -3241,7 +4473,21 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B4F C)", + "order": 49, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 14, @@ -3255,7 +4501,21 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B4F D)", + "order": 50, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 14, @@ -3269,7 +4529,7 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 14, @@ -3283,7 +4543,21 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B5F)", + "order": 51, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 14, @@ -3304,7 +4578,7 @@ "encounters": [ { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 25, "min_level": 50, @@ -3312,7 +4586,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 50, @@ -3320,7 +4594,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 51, @@ -3328,7 +4602,7 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 15, "min_level": 50, @@ -3336,7 +4610,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 10, "min_level": 50, @@ -3344,7 +4618,7 @@ }, { "pokeapi_id": 208, - "pokemon_name": "steelix", + "pokemon_name": "Steelix", "method": "walk", "encounter_rate": 10, "min_level": 52, @@ -3352,13 +4626,67 @@ } ] }, + { + "name": "Victory Road (1F)", + "order": 53, + "encounters": [ + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 25, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 308, + "pokemon_name": "Medicham", + "method": "walk", + "encounter_rate": 15, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 10, + "min_level": 44, + "max_level": 44 + }, + { + "pokeapi_id": 208, + "pokemon_name": "Steelix", + "method": "walk", + "encounter_rate": 10, + "min_level": 46, + "max_level": 46 + } + ] + }, { "name": "Victory Road (1f)", "order": 54, "encounters": [ { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 25, "min_level": 44, @@ -3366,7 +4694,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 44, @@ -3374,7 +4702,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -3382,7 +4710,7 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 15, "min_level": 44, @@ -3390,7 +4718,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 10, "min_level": 44, @@ -3398,7 +4726,7 @@ }, { "pokeapi_id": 208, - "pokemon_name": "steelix", + "pokemon_name": "Steelix", "method": "walk", "encounter_rate": 10, "min_level": 46, @@ -3406,13 +4734,67 @@ } ] }, + { + "name": "Victory Road (2F)", + "order": 54, + "encounters": [ + { + "pokeapi_id": 64, + "pokemon_name": "Kadabra", + "method": "walk", + "encounter_rate": 25, + "min_level": 45, + "max_level": 47 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 47 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 46, + "max_level": 46 + }, + { + "pokeapi_id": 308, + "pokemon_name": "Medicham", + "method": "walk", + "encounter_rate": 15, + "min_level": 45, + "max_level": 47 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 10, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 208, + "pokemon_name": "Steelix", + "method": "walk", + "encounter_rate": 10, + "min_level": 47, + "max_level": 47 + } + ] + }, { "name": "Victory Road (2f)", "order": 55, "encounters": [ { "pokeapi_id": 64, - "pokemon_name": "kadabra", + "pokemon_name": "Kadabra", "method": "walk", "encounter_rate": 25, "min_level": 45, @@ -3420,7 +4802,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -3428,7 +4810,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 46, @@ -3436,7 +4818,7 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 15, "min_level": 45, @@ -3444,7 +4826,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 10, "min_level": 45, @@ -3452,7 +4834,7 @@ }, { "pokeapi_id": 208, - "pokemon_name": "steelix", + "pokemon_name": "Steelix", "method": "walk", "encounter_rate": 10, "min_level": 47, @@ -3460,13 +4842,177 @@ } ] }, + { + "name": "Victory Road (B1F)", + "order": 55, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "surf", + "encounter_rate": 100, + "min_level": 35, + "max_level": 50 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 100, + "min_level": 20, + "max_level": 55 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 3, + "max_level": 10 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 100, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 419, + "pokemon_name": "Floatzel", + "method": "walk", + "encounter_rate": 30, + "min_level": 44, + "max_level": 45 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 25, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 308, + "pokemon_name": "Medicham", + "method": "walk", + "encounter_rate": 15, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 208, + "pokemon_name": "Steelix", + "method": "walk", + "encounter_rate": 10, + "min_level": 46, + "max_level": 46 + } + ] + }, + { + "name": "Victory Road (Inside B1F)", + "order": 56, + "encounters": [ + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 100, + "min_level": 20, + "max_level": 55 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 3, + "max_level": 10 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 100, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "surf", + "encounter_rate": 90, + "min_level": 40, + "max_level": 55 + }, + { + "pokeapi_id": 419, + "pokemon_name": "Floatzel", + "method": "walk", + "encounter_rate": 30, + "min_level": 50, + "max_level": 51 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 25, + "min_level": 50, + "max_level": 52 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 50, + "max_level": 52 + }, + { + "pokeapi_id": 308, + "pokemon_name": "Medicham", + "method": "walk", + "encounter_rate": 15, + "min_level": 50, + "max_level": 52 + }, + { + "pokeapi_id": 131, + "pokemon_name": "Lapras", + "method": "surf", + "encounter_rate": 10, + "min_level": 40, + "max_level": 60 + }, + { + "pokeapi_id": 208, + "pokemon_name": "Steelix", + "method": "walk", + "encounter_rate": 10, + "min_level": 52, + "max_level": 52 + } + ] + }, { "name": "Victory Road (B1f)", "order": 56, "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 100, "min_level": 35, @@ -3474,7 +5020,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -3482,7 +5028,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -3490,7 +5036,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 100, "min_level": 10, @@ -3498,7 +5044,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "walk", "encounter_rate": 30, "min_level": 44, @@ -3506,7 +5052,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 25, "min_level": 44, @@ -3514,7 +5060,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 44, @@ -3522,7 +5068,7 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 15, "min_level": 44, @@ -3530,7 +5076,7 @@ }, { "pokeapi_id": 208, - "pokemon_name": "steelix", + "pokemon_name": "Steelix", "method": "walk", "encounter_rate": 10, "min_level": 46, @@ -3544,7 +5090,7 @@ "encounters": [ { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -3552,7 +5098,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -3560,7 +5106,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 100, "min_level": 10, @@ -3568,7 +5114,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 90, "min_level": 40, @@ -3576,7 +5122,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "walk", "encounter_rate": 30, "min_level": 50, @@ -3584,7 +5130,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 25, "min_level": 50, @@ -3592,7 +5138,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 50, @@ -3600,7 +5146,7 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 15, "min_level": 50, @@ -3608,7 +5154,7 @@ }, { "pokeapi_id": 131, - "pokemon_name": "lapras", + "pokemon_name": "Lapras", "method": "surf", "encounter_rate": 10, "min_level": 40, @@ -3616,7 +5162,7 @@ }, { "pokeapi_id": 208, - "pokemon_name": "steelix", + "pokemon_name": "Steelix", "method": "walk", "encounter_rate": 10, "min_level": 52, @@ -3630,7 +5176,7 @@ "encounters": [ { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 25, "min_level": 50, @@ -3638,7 +5184,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 50, @@ -3646,7 +5192,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 51, @@ -3654,7 +5200,7 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 15, "min_level": 50, @@ -3662,7 +5208,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 10, "min_level": 50, @@ -3670,7 +5216,7 @@ }, { "pokeapi_id": 208, - "pokemon_name": "steelix", + "pokemon_name": "Steelix", "method": "walk", "encounter_rate": 10, "min_level": 52, @@ -3686,7 +5232,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -3694,7 +5240,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 78, "min_level": 4, @@ -3702,7 +5248,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -3710,7 +5256,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -3718,7 +5264,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -3726,7 +5272,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -3734,7 +5280,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -3742,7 +5288,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -3750,7 +5296,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -3758,7 +5304,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -3766,7 +5312,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -3774,7 +5320,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 2, "min_level": 5, @@ -3788,12 +5334,12 @@ "encounters": [], "children": [ { - "name": "Oreburgh Gate (1f)", + "name": "Oreburgh Gate (1F)", "order": 61, "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 80, "min_level": 4, @@ -3801,7 +5347,29 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 20, + "min_level": 6, + "max_level": 6 + } + ] + }, + { + "name": "Oreburgh Gate (1f)", + "order": 61, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 80, + "min_level": 4, + "max_level": 8 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -3815,7 +5383,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -3823,7 +5391,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 60, "min_level": 8, @@ -3831,7 +5399,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -3839,7 +5407,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -3847,7 +5415,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -3855,7 +5423,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -3863,7 +5431,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -3871,7 +5439,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 30, "min_level": 8, @@ -3879,7 +5447,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -3887,7 +5455,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -3895,7 +5463,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -3903,7 +5471,109 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", + "method": "surf", + "encounter_rate": 5, + "min_level": 20, + "max_level": 40 + } + ] + }, + { + "name": "Oreburgh Gate (B1F)", + "order": 62, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 3, + "max_level": 10 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 60, + "min_level": 8, + "max_level": 10 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "surf", + "encounter_rate": 60, + "min_level": 20, + "max_level": 30 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 55, + "min_level": 30, + "max_level": 55 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 55, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 339, + "pokemon_name": "Barboach", + "method": "good-rod", + "encounter_rate": 45, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 340, + "pokemon_name": "Whiscash", + "method": "super-rod", + "encounter_rate": 45, + "min_level": 20, + "max_level": 50 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "walk", + "encounter_rate": 30, + "min_level": 8, + "max_level": 10 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "surf", + "encounter_rate": 30, + "min_level": 20, + "max_level": 30 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 10, + "min_level": 9, + "max_level": 9 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "surf", + "encounter_rate": 5, + "min_level": 20, + "max_level": 40 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -3915,8 +5585,113 @@ }, { "name": "Stark Mountain", - "order": 63, - "encounters": [], + "order": 66, + "encounters": [ + { + "pokeapi_id": 22, + "pokemon_name": "Fearow", + "method": "walk", + "encounter_rate": 30, + "min_level": 54, + "max_level": 55 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 25, + "min_level": 54, + "max_level": 56 + }, + { + "pokeapi_id": 324, + "pokemon_name": "Torkoal", + "method": "walk", + "encounter_rate": 22, + "min_level": 24, + "max_level": 55 + }, + { + "pokeapi_id": 323, + "pokemon_name": "Camerupt", + "method": "walk", + "encounter_rate": 20, + "min_level": 55, + "max_level": 55 + }, + { + "pokeapi_id": 112, + "pokemon_name": "Rhydon", + "method": "walk", + "encounter_rate": 20, + "min_level": 55, + "max_level": 55 + }, + { + "pokeapi_id": 322, + "pokemon_name": "Numel", + "method": "walk", + "encounter_rate": 17, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 111, + "pokemon_name": "Rhyhorn", + "method": "walk", + "encounter_rate": 17, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 354, + "pokemon_name": "Banette", + "method": "walk", + "encounter_rate": 10, + "min_level": 54, + "max_level": 54 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 54, + "max_level": 54 + }, + { + "pokeapi_id": 110, + "pokemon_name": "Weezing", + "method": "walk", + "encounter_rate": 10, + "min_level": 55, + "max_level": 55 + }, + { + "pokeapi_id": 207, + "pokemon_name": "Gligar", + "method": "walk", + "encounter_rate": 8, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 240, + "pokemon_name": "Magby", + "method": "walk", + "encounter_rate": 8, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 227, + "pokemon_name": "Skarmory", + "method": "walk", + "encounter_rate": 5, + "min_level": 56, + "max_level": 56 + } + ], "children": [ { "name": "Stark Mountain (Entrance)", @@ -3924,7 +5699,7 @@ "encounters": [ { "pokeapi_id": 219, - "pokemon_name": "magcargo", + "pokemon_name": "Magcargo", "method": "walk", "encounter_rate": 30, "min_level": 55, @@ -3932,7 +5707,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 21, "min_level": 25, @@ -3940,7 +5715,7 @@ }, { "pokeapi_id": 218, - "pokemon_name": "slugma", + "pokemon_name": "Slugma", "method": "walk", "encounter_rate": 21, "min_level": 25, @@ -3948,7 +5723,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 55, @@ -3956,7 +5731,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -3964,7 +5739,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 56, @@ -3972,7 +5747,7 @@ }, { "pokeapi_id": 110, - "pokemon_name": "weezing", + "pokemon_name": "Weezing", "method": "walk", "encounter_rate": 10, "min_level": 56, @@ -3980,7 +5755,7 @@ }, { "pokeapi_id": 240, - "pokemon_name": "magby", + "pokemon_name": "Magby", "method": "walk", "encounter_rate": 8, "min_level": 25, @@ -3988,7 +5763,7 @@ }, { "pokeapi_id": 323, - "pokemon_name": "camerupt", + "pokemon_name": "Camerupt", "method": "walk", "encounter_rate": 5, "min_level": 56, @@ -3996,7 +5771,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 54, @@ -4010,7 +5785,7 @@ "encounters": [ { "pokeapi_id": 219, - "pokemon_name": "magcargo", + "pokemon_name": "Magcargo", "method": "walk", "encounter_rate": 30, "min_level": 57, @@ -4018,7 +5793,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 21, "min_level": 27, @@ -4026,7 +5801,7 @@ }, { "pokeapi_id": 218, - "pokemon_name": "slugma", + "pokemon_name": "Slugma", "method": "walk", "encounter_rate": 21, "min_level": 27, @@ -4034,7 +5809,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 57, @@ -4042,7 +5817,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 56, @@ -4050,7 +5825,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 58, @@ -4058,7 +5833,7 @@ }, { "pokeapi_id": 110, - "pokemon_name": "weezing", + "pokemon_name": "Weezing", "method": "walk", "encounter_rate": 10, "min_level": 58, @@ -4066,7 +5841,7 @@ }, { "pokeapi_id": 240, - "pokemon_name": "magby", + "pokemon_name": "Magby", "method": "walk", "encounter_rate": 8, "min_level": 27, @@ -4074,7 +5849,7 @@ }, { "pokeapi_id": 323, - "pokemon_name": "camerupt", + "pokemon_name": "Camerupt", "method": "walk", "encounter_rate": 5, "min_level": 58, @@ -4082,7 +5857,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 56, @@ -4092,116 +5867,6 @@ } ] }, - { - "name": "Stark Mountain", - "order": 66, - "encounters": [ - { - "pokeapi_id": 22, - "pokemon_name": "fearow", - "method": "walk", - "encounter_rate": 30, - "min_level": 54, - "max_level": 55 - }, - { - "pokeapi_id": 75, - "pokemon_name": "graveler", - "method": "walk", - "encounter_rate": 25, - "min_level": 54, - "max_level": 56 - }, - { - "pokeapi_id": 324, - "pokemon_name": "torkoal", - "method": "walk", - "encounter_rate": 22, - "min_level": 24, - "max_level": 55 - }, - { - "pokeapi_id": 323, - "pokemon_name": "camerupt", - "method": "walk", - "encounter_rate": 20, - "min_level": 55, - "max_level": 55 - }, - { - "pokeapi_id": 112, - "pokemon_name": "rhydon", - "method": "walk", - "encounter_rate": 20, - "min_level": 55, - "max_level": 55 - }, - { - "pokeapi_id": 322, - "pokemon_name": "numel", - "method": "walk", - "encounter_rate": 17, - "min_level": 22, - "max_level": 24 - }, - { - "pokeapi_id": 111, - "pokemon_name": "rhyhorn", - "method": "walk", - "encounter_rate": 17, - "min_level": 22, - "max_level": 24 - }, - { - "pokeapi_id": 354, - "pokemon_name": "banette", - "method": "walk", - "encounter_rate": 10, - "min_level": 54, - "max_level": 54 - }, - { - "pokeapi_id": 42, - "pokemon_name": "golbat", - "method": "walk", - "encounter_rate": 10, - "min_level": 54, - "max_level": 54 - }, - { - "pokeapi_id": 110, - "pokemon_name": "weezing", - "method": "walk", - "encounter_rate": 10, - "min_level": 55, - "max_level": 55 - }, - { - "pokeapi_id": 207, - "pokemon_name": "gligar", - "method": "walk", - "encounter_rate": 8, - "min_level": 22, - "max_level": 22 - }, - { - "pokeapi_id": 240, - "pokemon_name": "magby", - "method": "walk", - "encounter_rate": 8, - "min_level": 22, - "max_level": 22 - }, - { - "pokeapi_id": 227, - "pokemon_name": "skarmory", - "method": "walk", - "encounter_rate": 5, - "min_level": 56, - "max_level": 56 - } - ] - }, { "name": "Turnback Cave", "order": 67, @@ -4213,7 +5878,7 @@ "encounters": [ { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 47, "min_level": 55, @@ -4221,7 +5886,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 55, @@ -4229,7 +5894,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -4237,7 +5902,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 17, "min_level": 54, @@ -4245,7 +5910,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 54, @@ -4253,7 +5918,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 54, @@ -4267,7 +5932,7 @@ "encounters": [ { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 47, "min_level": 55, @@ -4275,7 +5940,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 55, @@ -4283,7 +5948,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -4291,7 +5956,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 17, "min_level": 54, @@ -4299,7 +5964,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 54, @@ -4307,7 +5972,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 54, @@ -4321,7 +5986,7 @@ "encounters": [ { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 47, "min_level": 55, @@ -4329,7 +5994,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 55, @@ -4337,7 +6002,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -4345,7 +6010,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 17, "min_level": 54, @@ -4353,7 +6018,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 54, @@ -4361,7 +6026,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 54, @@ -4375,7 +6040,7 @@ "encounters": [ { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 47, "min_level": 55, @@ -4383,7 +6048,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 55, @@ -4391,7 +6056,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -4399,7 +6064,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 17, "min_level": 54, @@ -4407,7 +6072,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 54, @@ -4415,7 +6080,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 54, @@ -4429,7 +6094,7 @@ "encounters": [ { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 47, "min_level": 45, @@ -4437,7 +6102,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 45, @@ -4445,7 +6110,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 44, @@ -4453,7 +6118,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 17, "min_level": 44, @@ -4461,7 +6126,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 44, @@ -4469,7 +6134,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 44, @@ -4483,7 +6148,7 @@ "encounters": [ { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 47, "min_level": 55, @@ -4491,7 +6156,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 55, @@ -4499,7 +6164,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -4507,7 +6172,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 17, "min_level": 54, @@ -4515,7 +6180,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 54, @@ -4523,7 +6188,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 54, @@ -4537,7 +6202,7 @@ "encounters": [ { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 47, "min_level": 65, @@ -4545,7 +6210,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 65, @@ -4553,7 +6218,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 64, @@ -4561,7 +6226,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 17, "min_level": 64, @@ -4569,7 +6234,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 64, @@ -4577,7 +6242,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 64, @@ -4593,12 +6258,12 @@ "encounters": [], "children": [ { - "name": "Snowpoint Temple (1f)", + "name": "Snowpoint Temple (1F)", "order": 76, "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 35, "min_level": 50, @@ -4606,7 +6271,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 35, "min_level": 50, @@ -4614,7 +6279,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 15, "min_level": 50, @@ -4622,7 +6287,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 10, "min_level": 52, @@ -4630,7 +6295,53 @@ }, { "pokeapi_id": 208, - "pokemon_name": "steelix", + "pokemon_name": "Steelix", + "method": "walk", + "encounter_rate": 5, + "min_level": 52, + "max_level": 52 + } + ] + }, + { + "name": "Snowpoint Temple (1f)", + "order": 76, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 35, + "min_level": 50, + "max_level": 52 + }, + { + "pokeapi_id": 215, + "pokemon_name": "Sneasel", + "method": "walk", + "encounter_rate": 35, + "min_level": 50, + "max_level": 52 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 15, + "min_level": 50, + "max_level": 52 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 10, + "min_level": 52, + "max_level": 52 + }, + { + "pokeapi_id": 208, + "pokemon_name": "Steelix", "method": "walk", "encounter_rate": 5, "min_level": 52, @@ -4644,7 +6355,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 35, "min_level": 52, @@ -4652,7 +6363,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 35, "min_level": 52, @@ -4660,7 +6371,7 @@ }, { "pokeapi_id": 208, - "pokemon_name": "steelix", + "pokemon_name": "Steelix", "method": "walk", "encounter_rate": 15, "min_level": 53, @@ -4668,7 +6379,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -4676,7 +6387,99 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 5, + "min_level": 52, + "max_level": 53 + } + ] + }, + { + "name": "Snowpoint Temple (B1F)", + "order": 77, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 35, + "min_level": 52, + "max_level": 54 + }, + { + "pokeapi_id": 215, + "pokemon_name": "Sneasel", + "method": "walk", + "encounter_rate": 35, + "min_level": 52, + "max_level": 54 + }, + { + "pokeapi_id": 208, + "pokemon_name": "Steelix", + "method": "walk", + "encounter_rate": 15, + "min_level": 53, + "max_level": 54 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 10, + "min_level": 54, + "max_level": 54 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 5, + "min_level": 52, + "max_level": 53 + } + ] + }, + { + "name": "Snowpoint Temple (B2F)", + "order": 78, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 35, + "min_level": 52, + "max_level": 54 + }, + { + "pokeapi_id": 215, + "pokemon_name": "Sneasel", + "method": "walk", + "encounter_rate": 35, + "min_level": 52, + "max_level": 54 + }, + { + "pokeapi_id": 208, + "pokemon_name": "Steelix", + "method": "walk", + "encounter_rate": 15, + "min_level": 53, + "max_level": 54 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 10, + "min_level": 54, + "max_level": 54 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 52, @@ -4690,7 +6493,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 35, "min_level": 52, @@ -4698,7 +6501,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 35, "min_level": 52, @@ -4706,7 +6509,7 @@ }, { "pokeapi_id": 208, - "pokemon_name": "steelix", + "pokemon_name": "Steelix", "method": "walk", "encounter_rate": 15, "min_level": 53, @@ -4714,7 +6517,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -4722,7 +6525,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 52, @@ -4736,7 +6539,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 35, "min_level": 52, @@ -4744,7 +6547,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 35, "min_level": 52, @@ -4752,7 +6555,7 @@ }, { "pokeapi_id": 208, - "pokemon_name": "steelix", + "pokemon_name": "Steelix", "method": "walk", "encounter_rate": 15, "min_level": 53, @@ -4760,7 +6563,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -4768,7 +6571,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 52, @@ -4776,13 +6579,97 @@ } ] }, + { + "name": "Snowpoint Temple (B3F)", + "order": 79, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 35, + "min_level": 52, + "max_level": 54 + }, + { + "pokeapi_id": 215, + "pokemon_name": "Sneasel", + "method": "walk", + "encounter_rate": 35, + "min_level": 52, + "max_level": 54 + }, + { + "pokeapi_id": 208, + "pokemon_name": "Steelix", + "method": "walk", + "encounter_rate": 15, + "min_level": 53, + "max_level": 54 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 10, + "min_level": 54, + "max_level": 54 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 5, + "min_level": 52, + "max_level": 53 + } + ] + }, + { + "name": "Snowpoint Temple (B4F)", + "order": 80, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 35, + "min_level": 54, + "max_level": 56 + }, + { + "pokeapi_id": 215, + "pokemon_name": "Sneasel", + "method": "walk", + "encounter_rate": 35, + "min_level": 54, + "max_level": 56 + }, + { + "pokeapi_id": 208, + "pokemon_name": "Steelix", + "method": "walk", + "encounter_rate": 20, + "min_level": 54, + "max_level": 56 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 10, + "min_level": 56, + "max_level": 56 + } + ] + }, { "name": "Snowpoint Temple (B4f)", "order": 80, "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 35, "min_level": 54, @@ -4790,7 +6677,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 35, "min_level": 54, @@ -4798,7 +6685,7 @@ }, { "pokeapi_id": 208, - "pokemon_name": "steelix", + "pokemon_name": "Steelix", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -4806,7 +6693,45 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 10, + "min_level": 56, + "max_level": 56 + } + ] + }, + { + "name": "Snowpoint Temple (B5F)", + "order": 81, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 35, + "min_level": 54, + "max_level": 56 + }, + { + "pokeapi_id": 215, + "pokemon_name": "Sneasel", + "method": "walk", + "encounter_rate": 35, + "min_level": 54, + "max_level": 56 + }, + { + "pokeapi_id": 208, + "pokemon_name": "Steelix", + "method": "walk", + "encounter_rate": 20, + "min_level": 54, + "max_level": 56 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 10, "min_level": 56, @@ -4820,7 +6745,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 35, "min_level": 54, @@ -4828,7 +6753,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 35, "min_level": 54, @@ -4836,7 +6761,7 @@ }, { "pokeapi_id": 208, - "pokemon_name": "steelix", + "pokemon_name": "Steelix", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -4844,7 +6769,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 10, "min_level": 56, @@ -4860,12 +6785,12 @@ "encounters": [], "children": [ { - "name": "Wayward Cave (1f)", + "name": "Wayward Cave (1F)", "order": 83, "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 61, "min_level": 14, @@ -4873,7 +6798,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 40, "min_level": 14, @@ -4881,7 +6806,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 31, "min_level": 15, @@ -4889,7 +6814,45 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", + "method": "walk", + "encounter_rate": 8, + "min_level": 16, + "max_level": 16 + } + ] + }, + { + "name": "Wayward Cave (1f)", + "order": 83, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 61, + "min_level": 14, + "max_level": 16 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 40, + "min_level": 14, + "max_level": 16 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 31, + "min_level": 15, + "max_level": 16 + }, + { + "pokeapi_id": 27, + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 8, "min_level": 16, @@ -4903,7 +6866,7 @@ "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 51, "min_level": 15, @@ -4911,7 +6874,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 40, "min_level": 15, @@ -4919,7 +6882,7 @@ }, { "pokeapi_id": 443, - "pokemon_name": "gible", + "pokemon_name": "Gible", "method": "walk", "encounter_rate": 31, "min_level": 15, @@ -4927,7 +6890,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 10, "min_level": 16, @@ -4935,7 +6898,53 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", + "method": "walk", + "encounter_rate": 8, + "min_level": 16, + "max_level": 17 + } + ] + }, + { + "name": "Wayward Cave (B1F)", + "order": 84, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 51, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 40, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 443, + "pokemon_name": "Gible", + "method": "walk", + "encounter_rate": 31, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 10, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 27, + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 8, "min_level": 16, @@ -4956,7 +6965,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 95, "min_level": 22, @@ -4964,7 +6973,7 @@ }, { "pokeapi_id": 449, - "pokemon_name": "hippopotas", + "pokemon_name": "Hippopotas", "method": "walk", "encounter_rate": 5, "min_level": 22, @@ -4978,7 +6987,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 90, "min_level": 23, @@ -4986,7 +6995,7 @@ }, { "pokeapi_id": 449, - "pokemon_name": "hippopotas", + "pokemon_name": "Hippopotas", "method": "walk", "encounter_rate": 10, "min_level": 22, @@ -5002,7 +7011,7 @@ "encounters": [ { "pokeapi_id": 397, - "pokemon_name": "staravia", + "pokemon_name": "Staravia", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -5010,7 +7019,7 @@ }, { "pokeapi_id": 402, - "pokemon_name": "kricketune", + "pokemon_name": "Kricketune", "method": "walk", "encounter_rate": 30, "min_level": 16, @@ -5018,7 +7027,7 @@ }, { "pokeapi_id": 172, - "pokemon_name": "pichu", + "pokemon_name": "Pichu", "method": "walk", "encounter_rate": 30, "min_level": 16, @@ -5026,7 +7035,7 @@ }, { "pokeapi_id": 315, - "pokemon_name": "roselia", + "pokemon_name": "Roselia", "method": "walk", "encounter_rate": 30, "min_level": 16, @@ -5034,7 +7043,7 @@ }, { "pokeapi_id": 25, - "pokemon_name": "pikachu", + "pokemon_name": "Pikachu", "method": "walk", "encounter_rate": 10, "min_level": 18, @@ -5044,16 +7053,97 @@ }, { "name": "Iron Island", - "order": 89, - "encounters": [], + "order": 96, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 3, + "max_level": 10 + }, + { + "pokeapi_id": 72, + "pokemon_name": "Tentacool", + "method": "surf", + "encounter_rate": 60, + "min_level": 20, + "max_level": 30 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 55, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 456, + "pokemon_name": "Finneon", + "method": "good-rod", + "encounter_rate": 45, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 457, + "pokemon_name": "Lumineon", + "method": "super-rod", + "encounter_rate": 45, + "min_level": 20, + "max_level": 50 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 30, + "max_level": 40 + }, + { + "pokeapi_id": 278, + "pokemon_name": "Wingull", + "method": "surf", + "encounter_rate": 30, + "min_level": 20, + "max_level": 30 + }, + { + "pokeapi_id": 211, + "pokemon_name": "Qwilfish", + "method": "super-rod", + "encounter_rate": 15, + "min_level": 20, + "max_level": 40 + }, + { + "pokeapi_id": 279, + "pokemon_name": "Pelipper", + "method": "surf", + "encounter_rate": 5, + "min_level": 20, + "max_level": 40 + }, + { + "pokeapi_id": 73, + "pokemon_name": "Tentacruel", + "method": "surf", + "encounter_rate": 5, + "min_level": 20, + "max_level": 40 + } + ], "children": [ { - "name": "Iron Island (1f)", + "name": "Iron Island (1F)", "order": 90, "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 35, "min_level": 29, @@ -5061,7 +7151,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 35, "min_level": 31, @@ -5069,7 +7159,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 31, @@ -5077,7 +7167,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 10, "min_level": 32, @@ -5085,7 +7175,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -5093,13 +7183,113 @@ } ] }, + { + "name": "Iron Island (1f)", + "order": 90, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 35, + "min_level": 29, + "max_level": 31 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 35, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 31, + "max_level": 31 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 10, + "min_level": 32, + "max_level": 33 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 30, + "max_level": 30 + } + ] + }, + { + "name": "Iron Island (B1F Left)", + "order": 91, + "encounters": [ + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 93, + "min_level": 29, + "max_level": 33 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 30, + "max_level": 31 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 10, + "min_level": 32, + "max_level": 33 + }, + { + "pokeapi_id": 303, + "pokemon_name": "Mawile", + "method": "walk", + "encounter_rate": 8, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 8, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 1, + "min_level": 31, + "max_level": 31 + } + ] + }, { "name": "Iron Island (B1f Left)", "order": 91, "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 93, "min_level": 29, @@ -5107,7 +7297,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -5115,7 +7305,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 10, "min_level": 32, @@ -5123,7 +7313,7 @@ }, { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 8, "min_level": 31, @@ -5131,7 +7321,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 8, "min_level": 31, @@ -5139,7 +7329,61 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 1, + "min_level": 31, + "max_level": 31 + } + ] + }, + { + "name": "Iron Island (B1F Right)", + "order": 92, + "encounters": [ + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 93, + "min_level": 29, + "max_level": 33 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 30, + "max_level": 31 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 10, + "min_level": 32, + "max_level": 33 + }, + { + "pokeapi_id": 303, + "pokemon_name": "Mawile", + "method": "walk", + "encounter_rate": 8, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 8, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 1, "min_level": 31, @@ -5153,7 +7397,7 @@ "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 93, "min_level": 29, @@ -5161,7 +7405,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -5169,7 +7413,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 10, "min_level": 32, @@ -5177,7 +7421,7 @@ }, { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 8, "min_level": 31, @@ -5185,7 +7429,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 8, "min_level": 31, @@ -5193,7 +7437,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 1, "min_level": 31, @@ -5207,7 +7451,7 @@ "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 73, "min_level": 29, @@ -5215,7 +7459,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -5223,7 +7467,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -5231,7 +7475,7 @@ }, { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 8, "min_level": 31, @@ -5239,7 +7483,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 8, "min_level": 31, @@ -5247,7 +7491,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 1, "min_level": 31, @@ -5255,13 +7499,129 @@ } ] }, + { + "name": "Iron Island (B2F Right)", + "order": 93, + "encounters": [ + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 73, + "min_level": 29, + "max_level": 33 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 30, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 30, + "max_level": 31 + }, + { + "pokeapi_id": 303, + "pokemon_name": "Mawile", + "method": "walk", + "encounter_rate": 8, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 8, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 1, + "min_level": 31, + "max_level": 31 + } + ] + }, + { + "name": "Iron Island (B2F Left)", + "order": 94, + "encounters": [ + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 63, + "min_level": 30, + "max_level": 34 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 33 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 31, + "max_level": 32 + }, + { + "pokeapi_id": 208, + "pokemon_name": "Steelix", + "method": "walk", + "encounter_rate": 10, + "min_level": 33, + "max_level": 34 + }, + { + "pokeapi_id": 303, + "pokemon_name": "Mawile", + "method": "walk", + "encounter_rate": 8, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 8, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 1, + "min_level": 32, + "max_level": 32 + } + ] + }, { "name": "Iron Island (B2f Left)", "order": 94, "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 63, "min_level": 30, @@ -5269,7 +7629,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -5277,7 +7637,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -5285,7 +7645,7 @@ }, { "pokeapi_id": 208, - "pokemon_name": "steelix", + "pokemon_name": "Steelix", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -5293,7 +7653,7 @@ }, { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 8, "min_level": 32, @@ -5301,7 +7661,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 8, "min_level": 32, @@ -5309,7 +7669,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 1, "min_level": 32, @@ -5323,7 +7683,7 @@ "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 63, "min_level": 30, @@ -5331,7 +7691,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -5339,7 +7699,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -5347,7 +7707,7 @@ }, { "pokeapi_id": 208, - "pokemon_name": "steelix", + "pokemon_name": "Steelix", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -5355,7 +7715,7 @@ }, { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 8, "min_level": 32, @@ -5363,7 +7723,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 8, "min_level": 32, @@ -5371,99 +7731,75 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 1, "min_level": 32, "max_level": 32 } ] - } - ] - }, - { - "name": "Iron Island", - "order": 96, - "encounters": [ - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "old-rod", - "encounter_rate": 100, - "min_level": 3, - "max_level": 10 }, { - "pokeapi_id": 72, - "pokemon_name": "tentacool", - "method": "surf", - "encounter_rate": 60, - "min_level": 20, - "max_level": 30 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "good-rod", - "encounter_rate": 55, - "min_level": 10, - "max_level": 25 - }, - { - "pokeapi_id": 456, - "pokemon_name": "finneon", - "method": "good-rod", - "encounter_rate": 45, - "min_level": 10, - "max_level": 25 - }, - { - "pokeapi_id": 457, - "pokemon_name": "lumineon", - "method": "super-rod", - "encounter_rate": 45, - "min_level": 20, - "max_level": 50 - }, - { - "pokeapi_id": 130, - "pokemon_name": "gyarados", - "method": "super-rod", - "encounter_rate": 40, - "min_level": 30, - "max_level": 40 - }, - { - "pokeapi_id": 278, - "pokemon_name": "wingull", - "method": "surf", - "encounter_rate": 30, - "min_level": 20, - "max_level": 30 - }, - { - "pokeapi_id": 211, - "pokemon_name": "qwilfish", - "method": "super-rod", - "encounter_rate": 15, - "min_level": 20, - "max_level": 40 - }, - { - "pokeapi_id": 279, - "pokemon_name": "pelipper", - "method": "surf", - "encounter_rate": 5, - "min_level": 20, - "max_level": 40 - }, - { - "pokeapi_id": 73, - "pokemon_name": "tentacruel", - "method": "surf", - "encounter_rate": 5, - "min_level": 20, - "max_level": 40 + "name": "Iron Island (B3F)", + "order": 95, + "encounters": [ + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 63, + "min_level": 30, + "max_level": 34 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 33 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 31, + "max_level": 32 + }, + { + "pokeapi_id": 208, + "pokemon_name": "Steelix", + "method": "walk", + "encounter_rate": 10, + "min_level": 33, + "max_level": 34 + }, + { + "pokeapi_id": 303, + "pokemon_name": "Mawile", + "method": "walk", + "encounter_rate": 8, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 8, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 1, + "min_level": 32, + "max_level": 32 + } + ] } ] }, @@ -5478,7 +7814,7 @@ "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 100, "min_level": 12, @@ -5486,7 +7822,7 @@ }, { "pokeapi_id": 94, - "pokemon_name": "gengar", + "pokemon_name": "Gengar", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -5494,7 +7830,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -5508,7 +7844,7 @@ "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 100, "min_level": 12, @@ -5516,7 +7852,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -5530,7 +7866,7 @@ "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 100, "min_level": 12, @@ -5538,7 +7874,29 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 40, + "min_level": 16, + "max_level": 16 + } + ] + }, + { + "name": "Old Chateau (2F Private Room)", + "order": 100, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 100, + "min_level": 12, + "max_level": 16 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -5552,7 +7910,7 @@ "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 100, "min_level": 12, @@ -5560,7 +7918,29 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 40, + "min_level": 16, + "max_level": 16 + } + ] + }, + { + "name": "Old Chateau (2F)", + "order": 101, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 100, + "min_level": 12, + "max_level": 16 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -5574,7 +7954,7 @@ "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 100, "min_level": 12, @@ -5582,7 +7962,51 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 40, + "min_level": 16, + "max_level": 16 + } + ] + }, + { + "name": "Old Chateau (2F Leftmost Room)", + "order": 102, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 100, + "min_level": 12, + "max_level": 16 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 40, + "min_level": 16, + "max_level": 16 + } + ] + }, + { + "name": "Old Chateau (2F Left Room)", + "order": 103, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 100, + "min_level": 12, + "max_level": 16 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -5596,7 +8020,7 @@ "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 100, "min_level": 12, @@ -5604,7 +8028,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -5618,7 +8042,7 @@ "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 100, "min_level": 12, @@ -5626,7 +8050,29 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 40, + "min_level": 16, + "max_level": 16 + } + ] + }, + { + "name": "Old Chateau (2F Middle Room)", + "order": 104, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 100, + "min_level": 12, + "max_level": 16 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -5640,7 +8086,7 @@ "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 100, "min_level": 12, @@ -5648,7 +8094,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -5656,13 +8102,43 @@ } ] }, + { + "name": "Old Chateau (2F Right Room)", + "order": 105, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 100, + "min_level": 12, + "max_level": 16 + }, + { + "pokeapi_id": 94, + "pokemon_name": "Gengar", + "method": "walk", + "encounter_rate": 20, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 20, + "min_level": 16, + "max_level": 16 + } + ] + }, { "name": "Old Chateau (2f Left Room)", "order": 106, "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 100, "min_level": 12, @@ -5670,7 +8146,29 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 40, + "min_level": 16, + "max_level": 16 + } + ] + }, + { + "name": "Old Chateau (2F Rightmost Room)", + "order": 106, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 100, + "min_level": 12, + "max_level": 16 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -5691,7 +8189,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -5699,7 +8197,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -5707,7 +8205,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 60, "min_level": 2, @@ -5715,7 +8213,7 @@ }, { "pokeapi_id": 396, - "pokemon_name": "starly", + "pokemon_name": "Starly", "method": "walk", "encounter_rate": 60, "min_level": 2, @@ -5723,7 +8221,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -5731,7 +8229,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -5739,7 +8237,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -5747,7 +8245,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -5755,7 +8253,7 @@ }, { "pokeapi_id": 283, - "pokemon_name": "surskit", + "pokemon_name": "Surskit", "method": "walk", "encounter_rate": 40, "min_level": 2, @@ -5763,7 +8261,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 22, "min_level": 3, @@ -5771,7 +8269,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 12, "min_level": 4, @@ -5779,7 +8277,7 @@ }, { "pokeapi_id": 397, - "pokemon_name": "staravia", + "pokemon_name": "Staravia", "method": "walk", "encounter_rate": 12, "min_level": 4, @@ -5787,7 +8285,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -5795,7 +8293,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 4, @@ -5803,7 +8301,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 4, @@ -5817,7 +8315,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -5825,7 +8323,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -5833,7 +8331,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 60, "min_level": 2, @@ -5841,7 +8339,7 @@ }, { "pokeapi_id": 396, - "pokemon_name": "starly", + "pokemon_name": "Starly", "method": "walk", "encounter_rate": 60, "min_level": 2, @@ -5849,7 +8347,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -5857,7 +8355,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -5865,7 +8363,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -5873,7 +8371,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -5881,7 +8379,7 @@ }, { "pokeapi_id": 283, - "pokemon_name": "surskit", + "pokemon_name": "Surskit", "method": "walk", "encounter_rate": 40, "min_level": 2, @@ -5889,7 +8387,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 22, "min_level": 3, @@ -5897,7 +8395,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 12, "min_level": 4, @@ -5905,7 +8403,7 @@ }, { "pokeapi_id": 397, - "pokemon_name": "staravia", + "pokemon_name": "Staravia", "method": "walk", "encounter_rate": 12, "min_level": 4, @@ -5913,7 +8411,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -5921,7 +8419,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 4, @@ -5929,7 +8427,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 4, @@ -5945,7 +8443,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -5953,7 +8451,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -5961,7 +8459,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 57, "min_level": 34, @@ -5969,7 +8467,7 @@ }, { "pokeapi_id": 397, - "pokemon_name": "staravia", + "pokemon_name": "Staravia", "method": "walk", "encounter_rate": 57, "min_level": 34, @@ -5977,7 +8475,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -5985,7 +8483,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -5993,7 +8491,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -6001,7 +8499,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -6009,7 +8507,7 @@ }, { "pokeapi_id": 108, - "pokemon_name": "lickitung", + "pokemon_name": "Lickitung", "method": "walk", "encounter_rate": 40, "min_level": 34, @@ -6017,7 +8515,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 22, "min_level": 35, @@ -6025,7 +8523,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 20, "min_level": 34, @@ -6033,7 +8531,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 20, "min_level": 35, @@ -6041,7 +8539,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 10, "min_level": 35, @@ -6049,7 +8547,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -6057,7 +8555,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 35, @@ -6065,7 +8563,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 35, @@ -6079,7 +8577,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -6087,7 +8585,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -6095,7 +8593,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -6103,7 +8601,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -6111,7 +8609,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 53, "min_level": 34, @@ -6119,7 +8617,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -6127,7 +8625,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -6135,7 +8633,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 40, "min_level": 34, @@ -6143,7 +8641,7 @@ }, { "pokeapi_id": 238, - "pokemon_name": "smoochum", + "pokemon_name": "Smoochum", "method": "walk", "encounter_rate": 40, "min_level": 35, @@ -6151,7 +8649,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 33, "min_level": 35, @@ -6159,7 +8657,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 22, "min_level": 34, @@ -6167,7 +8665,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 20, "min_level": 34, @@ -6175,7 +8673,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 10, "min_level": 34, @@ -6183,7 +8681,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -6191,7 +8689,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 34, @@ -6199,7 +8697,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 34, @@ -6207,7 +8705,7 @@ }, { "pokeapi_id": 217, - "pokemon_name": "ursaring", + "pokemon_name": "Ursaring", "method": "walk", "encounter_rate": 8, "min_level": 34, @@ -6221,7 +8719,7 @@ "encounters": [ { "pokeapi_id": 203, - "pokemon_name": "girafarig", + "pokemon_name": "Girafarig", "method": "walk", "encounter_rate": 30, "min_level": 21, @@ -6229,7 +8727,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 25, "min_level": 21, @@ -6237,7 +8735,7 @@ }, { "pokeapi_id": 402, - "pokemon_name": "kricketune", + "pokemon_name": "Kricketune", "method": "walk", "encounter_rate": 25, "min_level": 21, @@ -6245,7 +8743,7 @@ }, { "pokeapi_id": 397, - "pokemon_name": "staravia", + "pokemon_name": "Staravia", "method": "walk", "encounter_rate": 25, "min_level": 21, @@ -6253,7 +8751,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -6261,7 +8759,7 @@ }, { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -6269,7 +8767,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 15, "min_level": 21, @@ -6277,7 +8775,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 2, "min_level": 22, @@ -6291,7 +8789,7 @@ "encounters": [ { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 52, "min_level": 35, @@ -6299,7 +8797,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 30, "min_level": 35, @@ -6307,7 +8805,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 25, "min_level": 34, @@ -6315,7 +8813,7 @@ }, { "pokeapi_id": 459, - "pokemon_name": "snover", + "pokemon_name": "Snover", "method": "walk", "encounter_rate": 25, "min_level": 34, @@ -6323,7 +8821,7 @@ }, { "pokeapi_id": 361, - "pokemon_name": "snorunt", + "pokemon_name": "Snorunt", "method": "walk", "encounter_rate": 22, "min_level": 35, @@ -6331,7 +8829,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 20, "min_level": 35, @@ -6339,7 +8837,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 10, "min_level": 35, @@ -6347,7 +8845,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 35, @@ -6355,7 +8853,7 @@ }, { "pokeapi_id": 216, - "pokemon_name": "teddiursa", + "pokemon_name": "Teddiursa", "method": "walk", "encounter_rate": 8, "min_level": 36, @@ -6369,7 +8867,7 @@ "encounters": [ { "pokeapi_id": 396, - "pokemon_name": "starly", + "pokemon_name": "Starly", "method": "walk", "encounter_rate": 92, "min_level": 2, @@ -6377,7 +8875,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 60, "min_level": 2, @@ -6385,7 +8883,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 40, "min_level": 2, @@ -6393,7 +8891,7 @@ }, { "pokeapi_id": 29, - "pokemon_name": "nidoran-f", + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -6401,7 +8899,7 @@ }, { "pokeapi_id": 58, - "pokemon_name": "growlithe", + "pokemon_name": "Growlithe", "method": "walk", "encounter_rate": 8, "min_level": 2, @@ -6409,7 +8907,7 @@ }, { "pokeapi_id": 32, - "pokemon_name": "nidoran-m", + "pokemon_name": "Nidoran M", "method": "walk", "encounter_rate": 2, "min_level": 2, @@ -6423,7 +8921,7 @@ "encounters": [ { "pokeapi_id": 396, - "pokemon_name": "starly", + "pokemon_name": "Starly", "method": "walk", "encounter_rate": 66, "min_level": 2, @@ -6431,7 +8929,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 46, "min_level": 2, @@ -6439,7 +8937,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 40, "min_level": 3, @@ -6447,7 +8945,7 @@ }, { "pokeapi_id": 401, - "pokemon_name": "kricketot", + "pokemon_name": "Kricketot", "method": "walk", "encounter_rate": 30, "min_level": 3, @@ -6455,7 +8953,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 30, "min_level": 3, @@ -6463,7 +8961,7 @@ }, { "pokeapi_id": 161, - "pokemon_name": "sentret", + "pokemon_name": "Sentret", "method": "walk", "encounter_rate": 22, "min_level": 2, @@ -6471,7 +8969,7 @@ }, { "pokeapi_id": 58, - "pokemon_name": "growlithe", + "pokemon_name": "Growlithe", "method": "walk", "encounter_rate": 8, "min_level": 2, @@ -6485,7 +8983,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -6493,7 +8991,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -6501,7 +8999,7 @@ }, { "pokeapi_id": 396, - "pokemon_name": "starly", + "pokemon_name": "Starly", "method": "walk", "encounter_rate": 63, "min_level": 4, @@ -6509,7 +9007,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -6517,7 +9015,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -6525,7 +9023,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -6533,7 +9031,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -6541,7 +9039,7 @@ }, { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 40, "min_level": 4, @@ -6549,7 +9047,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 25, "min_level": 4, @@ -6557,7 +9055,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 23, "min_level": 4, @@ -6565,7 +9063,7 @@ }, { "pokeapi_id": 280, - "pokemon_name": "ralts", + "pokemon_name": "Ralts", "method": "walk", "encounter_rate": 21, "min_level": 4, @@ -6573,7 +9071,7 @@ }, { "pokeapi_id": 401, - "pokemon_name": "kricketot", + "pokemon_name": "Kricketot", "method": "walk", "encounter_rate": 20, "min_level": 4, @@ -6581,7 +9079,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 15, "min_level": 4, @@ -6589,7 +9087,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -6597,7 +9095,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 5, @@ -6605,7 +9103,7 @@ }, { "pokeapi_id": 270, - "pokemon_name": "lotad", + "pokemon_name": "Lotad", "method": "walk", "encounter_rate": 8, "min_level": 5, @@ -6613,7 +9111,7 @@ }, { "pokeapi_id": 204, - "pokemon_name": "pineco", + "pokemon_name": "Pineco", "method": "walk", "encounter_rate": 8, "min_level": 5, @@ -6621,7 +9119,7 @@ }, { "pokeapi_id": 273, - "pokemon_name": "seedot", + "pokemon_name": "Seedot", "method": "walk", "encounter_rate": 8, "min_level": 5, @@ -6629,7 +9127,7 @@ }, { "pokeapi_id": 281, - "pokemon_name": "kirlia", + "pokemon_name": "Kirlia", "method": "walk", "encounter_rate": 1, "min_level": 6, @@ -6648,7 +9146,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -6656,7 +9154,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -6664,7 +9162,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -6672,7 +9170,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -6680,7 +9178,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -6688,7 +9186,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -6696,7 +9194,7 @@ }, { "pokeapi_id": 406, - "pokemon_name": "budew", + "pokemon_name": "Budew", "method": "walk", "encounter_rate": 35, "min_level": 4, @@ -6704,7 +9202,7 @@ }, { "pokeapi_id": 396, - "pokemon_name": "starly", + "pokemon_name": "Starly", "method": "walk", "encounter_rate": 35, "min_level": 4, @@ -6712,7 +9210,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 25, "min_level": 4, @@ -6720,7 +9218,7 @@ }, { "pokeapi_id": 280, - "pokemon_name": "ralts", + "pokemon_name": "Ralts", "method": "walk", "encounter_rate": 21, "min_level": 4, @@ -6728,7 +9226,7 @@ }, { "pokeapi_id": 401, - "pokemon_name": "kricketot", + "pokemon_name": "Kricketot", "method": "walk", "encounter_rate": 20, "min_level": 4, @@ -6736,7 +9234,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 15, "min_level": 4, @@ -6744,7 +9242,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -6752,7 +9250,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 4, @@ -6760,7 +9258,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 8, "min_level": 6, @@ -6768,7 +9266,7 @@ }, { "pokeapi_id": 270, - "pokemon_name": "lotad", + "pokemon_name": "Lotad", "method": "walk", "encounter_rate": 8, "min_level": 6, @@ -6776,7 +9274,7 @@ }, { "pokeapi_id": 204, - "pokemon_name": "pineco", + "pokemon_name": "Pineco", "method": "walk", "encounter_rate": 8, "min_level": 6, @@ -6784,7 +9282,7 @@ }, { "pokeapi_id": 273, - "pokemon_name": "seedot", + "pokemon_name": "Seedot", "method": "walk", "encounter_rate": 8, "min_level": 6, @@ -6792,7 +9290,7 @@ }, { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 8, "min_level": 6, @@ -6800,7 +9298,7 @@ }, { "pokeapi_id": 281, - "pokemon_name": "kirlia", + "pokemon_name": "Kirlia", "method": "walk", "encounter_rate": 1, "min_level": 6, @@ -6814,7 +9312,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -6822,7 +9320,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -6830,7 +9328,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -6838,7 +9336,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -6846,7 +9344,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -6854,7 +9352,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -6862,7 +9360,7 @@ }, { "pokeapi_id": 396, - "pokemon_name": "starly", + "pokemon_name": "Starly", "method": "walk", "encounter_rate": 43, "min_level": 6, @@ -6870,7 +9368,7 @@ }, { "pokeapi_id": 406, - "pokemon_name": "budew", + "pokemon_name": "Budew", "method": "walk", "encounter_rate": 35, "min_level": 6, @@ -6878,7 +9376,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 33, "min_level": 6, @@ -6886,7 +9384,7 @@ }, { "pokeapi_id": 191, - "pokemon_name": "sunkern", + "pokemon_name": "Sunkern", "method": "walk", "encounter_rate": 22, "min_level": 6, @@ -6894,7 +9392,7 @@ }, { "pokeapi_id": 401, - "pokemon_name": "kricketot", + "pokemon_name": "Kricketot", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -6902,7 +9400,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 15, "min_level": 6, @@ -6910,7 +9408,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -6918,7 +9416,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -6926,7 +9424,7 @@ }, { "pokeapi_id": 270, - "pokemon_name": "lotad", + "pokemon_name": "Lotad", "method": "walk", "encounter_rate": 8, "min_level": 8, @@ -6934,7 +9432,7 @@ }, { "pokeapi_id": 204, - "pokemon_name": "pineco", + "pokemon_name": "Pineco", "method": "walk", "encounter_rate": 8, "min_level": 8, @@ -6942,7 +9440,7 @@ }, { "pokeapi_id": 273, - "pokemon_name": "seedot", + "pokemon_name": "Seedot", "method": "walk", "encounter_rate": 8, "min_level": 8, @@ -6963,7 +9461,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -6971,7 +9469,7 @@ }, { "pokeapi_id": 422, - "pokemon_name": "shellos", + "pokemon_name": "Shellos", "method": "walk", "encounter_rate": 61, "min_level": 8, @@ -6979,7 +9477,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -6987,7 +9485,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -6995,7 +9493,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 51, "min_level": 8, @@ -7003,7 +9501,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -7011,7 +9509,7 @@ }, { "pokeapi_id": 457, - "pokemon_name": "lumineon", + "pokemon_name": "Lumineon", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -7019,7 +9517,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -7027,7 +9525,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -7035,7 +9533,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 22, "min_level": 9, @@ -7043,7 +9541,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 15, "min_level": 20, @@ -7051,7 +9549,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -7059,7 +9557,7 @@ }, { "pokeapi_id": 417, - "pokemon_name": "pachirisu", + "pokemon_name": "Pachirisu", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -7067,7 +9565,7 @@ }, { "pokeapi_id": 239, - "pokemon_name": "elekid", + "pokemon_name": "Elekid", "method": "walk", "encounter_rate": 8, "min_level": 10, @@ -7075,7 +9573,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -7083,7 +9581,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -7097,7 +9595,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -7105,7 +9603,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -7113,7 +9611,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 61, "min_level": 10, @@ -7121,7 +9619,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -7129,7 +9627,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -7137,7 +9635,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 51, "min_level": 10, @@ -7145,7 +9643,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -7153,7 +9651,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -7161,7 +9659,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 20, "min_level": 11, @@ -7169,7 +9667,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -7177,7 +9675,7 @@ }, { "pokeapi_id": 417, - "pokemon_name": "pachirisu", + "pokemon_name": "Pachirisu", "method": "walk", "encounter_rate": 10, "min_level": 11, @@ -7185,7 +9683,7 @@ }, { "pokeapi_id": 422, - "pokemon_name": "shellos", + "pokemon_name": "Shellos", "method": "walk", "encounter_rate": 10, "min_level": 11, @@ -7193,7 +9691,7 @@ }, { "pokeapi_id": 270, - "pokemon_name": "lotad", + "pokemon_name": "Lotad", "method": "walk", "encounter_rate": 8, "min_level": 12, @@ -7201,7 +9699,7 @@ }, { "pokeapi_id": 188, - "pokemon_name": "skiploom", + "pokemon_name": "Skiploom", "method": "walk", "encounter_rate": 2, "min_level": 12, @@ -7217,7 +9715,7 @@ "encounters": [ { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 71, "min_level": 14, @@ -7225,7 +9723,7 @@ }, { "pokeapi_id": 434, - "pokemon_name": "stunky", + "pokemon_name": "Stunky", "method": "walk", "encounter_rate": 41, "min_level": 14, @@ -7233,7 +9731,7 @@ }, { "pokeapi_id": 299, - "pokemon_name": "nosepass", + "pokemon_name": "Nosepass", "method": "walk", "encounter_rate": 40, "min_level": 14, @@ -7241,7 +9739,7 @@ }, { "pokeapi_id": 343, - "pokemon_name": "baltoy", + "pokemon_name": "Baltoy", "method": "walk", "encounter_rate": 22, "min_level": 14, @@ -7249,7 +9747,7 @@ }, { "pokeapi_id": 402, - "pokemon_name": "kricketune", + "pokemon_name": "Kricketune", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -7257,7 +9755,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -7265,7 +9763,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -7273,7 +9771,7 @@ }, { "pokeapi_id": 401, - "pokemon_name": "kricketot", + "pokemon_name": "Kricketot", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -7281,7 +9779,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -7289,7 +9787,7 @@ }, { "pokeapi_id": 207, - "pokemon_name": "gligar", + "pokemon_name": "Gligar", "method": "walk", "encounter_rate": 8, "min_level": 15, @@ -7303,7 +9801,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 71, "min_level": 5, @@ -7311,7 +9809,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 71, "min_level": 5, @@ -7319,7 +9817,7 @@ }, { "pokeapi_id": 231, - "pokemon_name": "phanpy", + "pokemon_name": "Phanpy", "method": "walk", "encounter_rate": 40, "min_level": 5, @@ -7327,7 +9825,7 @@ }, { "pokeapi_id": 246, - "pokemon_name": "larvitar", + "pokemon_name": "Larvitar", "method": "walk", "encounter_rate": 22, "min_level": 6, @@ -7335,7 +9833,7 @@ }, { "pokeapi_id": 401, - "pokemon_name": "kricketot", + "pokemon_name": "Kricketot", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -7343,7 +9841,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -7351,7 +9849,7 @@ }, { "pokeapi_id": 207, - "pokemon_name": "gligar", + "pokemon_name": "Gligar", "method": "walk", "encounter_rate": 8, "min_level": 7, @@ -7365,7 +9863,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -7373,7 +9871,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -7381,7 +9879,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -7389,7 +9887,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -7397,7 +9895,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -7405,7 +9903,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -7413,7 +9911,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 42, "min_level": 16, @@ -7421,7 +9919,7 @@ }, { "pokeapi_id": 206, - "pokemon_name": "dunsparce", + "pokemon_name": "Dunsparce", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -7429,7 +9927,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 30, "min_level": 16, @@ -7437,7 +9935,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 30, "min_level": 16, @@ -7445,7 +9943,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 22, "min_level": 17, @@ -7453,7 +9951,7 @@ }, { "pokeapi_id": 236, - "pokemon_name": "tyrogue", + "pokemon_name": "Tyrogue", "method": "walk", "encounter_rate": 22, "min_level": 17, @@ -7461,7 +9959,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -7469,7 +9967,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -7477,7 +9975,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -7485,7 +9983,7 @@ }, { "pokeapi_id": 336, - "pokemon_name": "seviper", + "pokemon_name": "Seviper", "method": "walk", "encounter_rate": 8, "min_level": 18, @@ -7493,7 +9991,7 @@ }, { "pokeapi_id": 335, - "pokemon_name": "zangoose", + "pokemon_name": "Zangoose", "method": "walk", "encounter_rate": 8, "min_level": 18, @@ -7507,7 +10005,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -7515,7 +10013,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -7523,7 +10021,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -7531,7 +10029,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -7539,7 +10037,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 45, "min_level": 16, @@ -7547,7 +10045,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -7555,7 +10053,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -7563,7 +10061,7 @@ }, { "pokeapi_id": 439, - "pokemon_name": "mime-jr", + "pokemon_name": "Mime Jr", "method": "walk", "encounter_rate": 41, "min_level": 16, @@ -7571,7 +10069,7 @@ }, { "pokeapi_id": 209, - "pokemon_name": "snubbull", + "pokemon_name": "Snubbull", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -7579,7 +10077,7 @@ }, { "pokeapi_id": 397, - "pokemon_name": "staravia", + "pokemon_name": "Staravia", "method": "walk", "encounter_rate": 25, "min_level": 16, @@ -7587,7 +10085,7 @@ }, { "pokeapi_id": 113, - "pokemon_name": "chansey", + "pokemon_name": "Chansey", "method": "walk", "encounter_rate": 21, "min_level": 16, @@ -7595,7 +10093,7 @@ }, { "pokeapi_id": 396, - "pokemon_name": "starly", + "pokemon_name": "Starly", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -7603,7 +10101,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -7611,7 +10109,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 10, "min_level": 16, @@ -7619,7 +10117,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -7627,7 +10125,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 16, @@ -7635,7 +10133,7 @@ }, { "pokeapi_id": 37, - "pokemon_name": "vulpix", + "pokemon_name": "Vulpix", "method": "walk", "encounter_rate": 8, "min_level": 16, @@ -7643,7 +10141,7 @@ }, { "pokeapi_id": 241, - "pokemon_name": "miltank", + "pokemon_name": "Miltank", "method": "walk", "encounter_rate": 2, "min_level": 16, @@ -7662,7 +10160,7 @@ "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 60, "min_level": 20, @@ -7670,7 +10168,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 50, "min_level": 20, @@ -7678,7 +10176,7 @@ }, { "pokeapi_id": 198, - "pokemon_name": "murkrow", + "pokemon_name": "Murkrow", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -7686,7 +10184,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 21, @@ -7694,13 +10192,43 @@ } ] }, + { + "name": "Lost Tower (1F)", + "order": 128, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 60, + "min_level": 16, + "max_level": 18 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 60, + "min_level": 16, + "max_level": 18 + }, + { + "pokeapi_id": 198, + "pokemon_name": "Murkrow", + "method": "walk", + "encounter_rate": 20, + "min_level": 17, + "max_level": 17 + } + ] + }, { "name": "Lost Tower (1f)", "order": 129, "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 60, "min_level": 16, @@ -7708,7 +10236,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 60, "min_level": 16, @@ -7716,7 +10244,7 @@ }, { "pokeapi_id": 198, - "pokemon_name": "murkrow", + "pokemon_name": "Murkrow", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -7724,13 +10252,81 @@ } ] }, + { + "name": "Lost Tower (2F)", + "order": 129, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 60, + "min_level": 17, + "max_level": 19 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 60, + "min_level": 17, + "max_level": 19 + }, + { + "pokeapi_id": 198, + "pokemon_name": "Murkrow", + "method": "walk", + "encounter_rate": 20, + "min_level": 18, + "max_level": 18 + } + ] + }, + { + "name": "Lost Tower (3F)", + "order": 130, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 60, + "min_level": 18, + "max_level": 20 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 59, + "min_level": 18, + "max_level": 20 + }, + { + "pokeapi_id": 198, + "pokemon_name": "Murkrow", + "method": "walk", + "encounter_rate": 20, + "min_level": 19, + "max_level": 19 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 1, + "min_level": 19, + "max_level": 19 + } + ] + }, { "name": "Lost Tower (2f)", "order": 130, "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 60, "min_level": 17, @@ -7738,7 +10334,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 60, "min_level": 17, @@ -7746,7 +10342,7 @@ }, { "pokeapi_id": 198, - "pokemon_name": "murkrow", + "pokemon_name": "Murkrow", "method": "walk", "encounter_rate": 20, "min_level": 18, @@ -7754,13 +10350,51 @@ } ] }, + { + "name": "Lost Tower (4F)", + "order": 131, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 60, + "min_level": 19, + "max_level": 21 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 55, + "min_level": 19, + "max_level": 21 + }, + { + "pokeapi_id": 198, + "pokemon_name": "Murkrow", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 20, + "max_level": 21 + } + ] + }, { "name": "Lost Tower (3f)", "order": 131, "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 60, "min_level": 18, @@ -7768,7 +10402,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 59, "min_level": 18, @@ -7776,7 +10410,7 @@ }, { "pokeapi_id": 198, - "pokemon_name": "murkrow", + "pokemon_name": "Murkrow", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -7784,7 +10418,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 1, "min_level": 19, @@ -7792,13 +10426,51 @@ } ] }, + { + "name": "Lost Tower (5F)", + "order": 132, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 60, + "min_level": 20, + "max_level": 22 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 50, + "min_level": 20, + "max_level": 21 + }, + { + "pokeapi_id": 198, + "pokemon_name": "Murkrow", + "method": "walk", + "encounter_rate": 20, + "min_level": 21, + "max_level": 21 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 21, + "max_level": 23 + } + ] + }, { "name": "Lost Tower (4f)", "order": 132, "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 60, "min_level": 19, @@ -7806,7 +10478,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 55, "min_level": 19, @@ -7814,7 +10486,7 @@ }, { "pokeapi_id": 198, - "pokemon_name": "murkrow", + "pokemon_name": "Murkrow", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -7822,7 +10494,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 20, @@ -7843,7 +10515,7 @@ "encounters": [ { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 50, "min_level": 18, @@ -7851,7 +10523,7 @@ }, { "pokeapi_id": 439, - "pokemon_name": "mime-jr", + "pokemon_name": "Mime Jr", "method": "walk", "encounter_rate": 37, "min_level": 18, @@ -7859,7 +10531,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 30, "min_level": 19, @@ -7867,7 +10539,7 @@ }, { "pokeapi_id": 402, - "pokemon_name": "kricketune", + "pokemon_name": "Kricketune", "method": "walk", "encounter_rate": 30, "min_level": 18, @@ -7875,7 +10547,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -7883,7 +10555,7 @@ }, { "pokeapi_id": 113, - "pokemon_name": "chansey", + "pokemon_name": "Chansey", "method": "walk", "encounter_rate": 17, "min_level": 18, @@ -7891,7 +10563,7 @@ }, { "pokeapi_id": 204, - "pokemon_name": "pineco", + "pokemon_name": "Pineco", "method": "walk", "encounter_rate": 8, "min_level": 18, @@ -7899,7 +10571,7 @@ }, { "pokeapi_id": 274, - "pokemon_name": "nuzleaf", + "pokemon_name": "Nuzleaf", "method": "walk", "encounter_rate": 4, "min_level": 20, @@ -7907,7 +10579,7 @@ }, { "pokeapi_id": 273, - "pokemon_name": "seedot", + "pokemon_name": "Seedot", "method": "walk", "encounter_rate": 4, "min_level": 18, @@ -7915,7 +10587,7 @@ }, { "pokeapi_id": 241, - "pokemon_name": "miltank", + "pokemon_name": "Miltank", "method": "walk", "encounter_rate": 2, "min_level": 20, @@ -7929,7 +10601,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -7937,7 +10609,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -7945,7 +10617,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -7953,7 +10625,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -7961,7 +10633,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 52, "min_level": 24, @@ -7969,7 +10641,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -7977,7 +10649,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -7985,7 +10657,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 30, "min_level": 25, @@ -7993,7 +10665,7 @@ }, { "pokeapi_id": 352, - "pokemon_name": "kecleon", + "pokemon_name": "Kecleon", "method": "walk", "encounter_rate": 22, "min_level": 25, @@ -8001,7 +10673,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 22, "min_level": 26, @@ -8009,7 +10681,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -8017,7 +10689,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -8025,7 +10697,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -8033,7 +10705,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -8041,7 +10713,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -8049,7 +10721,7 @@ }, { "pokeapi_id": 336, - "pokemon_name": "seviper", + "pokemon_name": "Seviper", "method": "walk", "encounter_rate": 8, "min_level": 26, @@ -8057,7 +10729,7 @@ }, { "pokeapi_id": 335, - "pokemon_name": "zangoose", + "pokemon_name": "Zangoose", "method": "walk", "encounter_rate": 8, "min_level": 26, @@ -8078,7 +10750,7 @@ "encounters": [ { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 61, "min_level": 12, @@ -8086,7 +10758,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 61, "min_level": 12, @@ -8094,7 +10766,7 @@ }, { "pokeapi_id": 236, - "pokemon_name": "tyrogue", + "pokemon_name": "Tyrogue", "method": "walk", "encounter_rate": 22, "min_level": 12, @@ -8102,7 +10774,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 10, "min_level": 13, @@ -8110,7 +10782,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 10, "min_level": 13, @@ -8118,7 +10790,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -8126,7 +10798,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 10, "min_level": 13, @@ -8134,7 +10806,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 12, @@ -8142,7 +10814,7 @@ }, { "pokeapi_id": 216, - "pokemon_name": "teddiursa", + "pokemon_name": "Teddiursa", "method": "walk", "encounter_rate": 8, "min_level": 12, @@ -8156,7 +10828,7 @@ "encounters": [ { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 51, "min_level": 27, @@ -8164,7 +10836,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 41, "min_level": 26, @@ -8172,7 +10844,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 30, "min_level": 27, @@ -8180,7 +10852,7 @@ }, { "pokeapi_id": 333, - "pokemon_name": "swablu", + "pokemon_name": "Swablu", "method": "walk", "encounter_rate": 22, "min_level": 27, @@ -8188,7 +10860,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 27, @@ -8196,7 +10868,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 10, "min_level": 27, @@ -8204,7 +10876,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 10, "min_level": 28, @@ -8212,7 +10884,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -8220,7 +10892,7 @@ }, { "pokeapi_id": 216, - "pokemon_name": "teddiursa", + "pokemon_name": "Teddiursa", "method": "walk", "encounter_rate": 8, "min_level": 27, @@ -8241,7 +10913,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -8249,7 +10921,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -8257,7 +10929,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -8265,7 +10937,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -8273,7 +10945,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -8281,7 +10953,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -8289,7 +10961,7 @@ }, { "pokeapi_id": 402, - "pokemon_name": "kricketune", + "pokemon_name": "Kricketune", "method": "walk", "encounter_rate": 40, "min_level": 17, @@ -8297,7 +10969,7 @@ }, { "pokeapi_id": 397, - "pokemon_name": "staravia", + "pokemon_name": "Staravia", "method": "walk", "encounter_rate": 35, "min_level": 17, @@ -8305,7 +10977,7 @@ }, { "pokeapi_id": 406, - "pokemon_name": "budew", + "pokemon_name": "Budew", "method": "walk", "encounter_rate": 30, "min_level": 16, @@ -8313,7 +10985,7 @@ }, { "pokeapi_id": 235, - "pokemon_name": "smeargle", + "pokemon_name": "Smeargle", "method": "walk", "encounter_rate": 22, "min_level": 16, @@ -8321,7 +10993,7 @@ }, { "pokeapi_id": 396, - "pokemon_name": "starly", + "pokemon_name": "Starly", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -8329,7 +11001,7 @@ }, { "pokeapi_id": 315, - "pokemon_name": "roselia", + "pokemon_name": "Roselia", "method": "walk", "encounter_rate": 15, "min_level": 16, @@ -8337,7 +11009,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -8351,7 +11023,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -8359,7 +11031,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -8367,7 +11039,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 57, "min_level": 18, @@ -8375,7 +11047,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -8383,7 +11055,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -8391,7 +11063,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -8399,7 +11071,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -8407,7 +11079,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "walk", "encounter_rate": 42, "min_level": 18, @@ -8415,7 +11087,7 @@ }, { "pokeapi_id": 315, - "pokemon_name": "roselia", + "pokemon_name": "Roselia", "method": "walk", "encounter_rate": 35, "min_level": 18, @@ -8423,7 +11095,7 @@ }, { "pokeapi_id": 402, - "pokemon_name": "kricketune", + "pokemon_name": "Kricketune", "method": "walk", "encounter_rate": 30, "min_level": 18, @@ -8431,7 +11103,7 @@ }, { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 22, "min_level": 18, @@ -8439,7 +11111,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -8447,7 +11119,7 @@ }, { "pokeapi_id": 23, - "pokemon_name": "ekans", + "pokemon_name": "Ekans", "method": "walk", "encounter_rate": 8, "min_level": 18, @@ -8455,7 +11127,7 @@ }, { "pokeapi_id": 271, - "pokemon_name": "lombre", + "pokemon_name": "Lombre", "method": "walk", "encounter_rate": 4, "min_level": 20, @@ -8463,7 +11135,7 @@ }, { "pokeapi_id": 270, - "pokemon_name": "lotad", + "pokemon_name": "Lotad", "method": "walk", "encounter_rate": 4, "min_level": 18, @@ -8479,7 +11151,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -8487,7 +11159,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -8495,7 +11167,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -8503,7 +11175,7 @@ }, { "pokeapi_id": 422, - "pokemon_name": "shellos", + "pokemon_name": "Shellos", "method": "walk", "encounter_rate": 50, "min_level": 20, @@ -8511,7 +11183,7 @@ }, { "pokeapi_id": 224, - "pokemon_name": "octillery", + "pokemon_name": "Octillery", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -8519,7 +11191,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -8527,7 +11199,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 40, "min_level": 20, @@ -8535,7 +11207,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -8543,7 +11215,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 30, "min_level": 20, @@ -8551,7 +11223,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 30, "min_level": 20, @@ -8559,7 +11231,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -8567,7 +11239,7 @@ }, { "pokeapi_id": 277, - "pokemon_name": "swellow", + "pokemon_name": "Swellow", "method": "walk", "encounter_rate": 22, "min_level": 20, @@ -8575,7 +11247,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 15, "min_level": 40, @@ -8583,7 +11255,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "walk", "encounter_rate": 10, "min_level": 22, @@ -8591,7 +11263,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -8599,7 +11271,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -8613,7 +11285,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -8621,7 +11293,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -8629,7 +11301,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -8637,7 +11309,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -8645,7 +11317,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -8653,7 +11325,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 45, "min_level": 23, @@ -8661,7 +11333,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -8669,7 +11341,7 @@ }, { "pokeapi_id": 325, - "pokemon_name": "spoink", + "pokemon_name": "Spoink", "method": "walk", "encounter_rate": 40, "min_level": 22, @@ -8677,7 +11349,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 37, "min_level": 23, @@ -8685,7 +11357,7 @@ }, { "pokeapi_id": 434, - "pokemon_name": "stunky", + "pokemon_name": "Stunky", "method": "walk", "encounter_rate": 27, "min_level": 23, @@ -8693,7 +11365,7 @@ }, { "pokeapi_id": 402, - "pokemon_name": "kricketune", + "pokemon_name": "Kricketune", "method": "walk", "encounter_rate": 25, "min_level": 23, @@ -8701,7 +11373,7 @@ }, { "pokeapi_id": 262, - "pokemon_name": "mightyena", + "pokemon_name": "Mightyena", "method": "walk", "encounter_rate": 22, "min_level": 23, @@ -8709,7 +11381,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -8717,7 +11389,7 @@ }, { "pokeapi_id": 203, - "pokemon_name": "girafarig", + "pokemon_name": "Girafarig", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -8725,7 +11397,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -8733,7 +11405,7 @@ }, { "pokeapi_id": 207, - "pokemon_name": "gligar", + "pokemon_name": "Gligar", "method": "walk", "encounter_rate": 8, "min_level": 24, @@ -8741,7 +11413,7 @@ }, { "pokeapi_id": 37, - "pokemon_name": "vulpix", + "pokemon_name": "Vulpix", "method": "walk", "encounter_rate": 8, "min_level": 24, @@ -8755,7 +11427,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 51, "min_level": 20, @@ -8763,7 +11435,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 50, "min_level": 21, @@ -8771,7 +11443,7 @@ }, { "pokeapi_id": 96, - "pokemon_name": "drowzee", + "pokemon_name": "Drowzee", "method": "walk", "encounter_rate": 40, "min_level": 20, @@ -8779,7 +11451,7 @@ }, { "pokeapi_id": 64, - "pokemon_name": "kadabra", + "pokemon_name": "Kadabra", "method": "walk", "encounter_rate": 31, "min_level": 20, @@ -8787,7 +11459,7 @@ }, { "pokeapi_id": 402, - "pokemon_name": "kricketune", + "pokemon_name": "Kricketune", "method": "walk", "encounter_rate": 30, "min_level": 20, @@ -8795,7 +11467,7 @@ }, { "pokeapi_id": 262, - "pokemon_name": "mightyena", + "pokemon_name": "Mightyena", "method": "walk", "encounter_rate": 22, "min_level": 20, @@ -8803,7 +11475,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 10, "min_level": 20, @@ -8811,7 +11483,7 @@ }, { "pokeapi_id": 207, - "pokemon_name": "gligar", + "pokemon_name": "Gligar", "method": "walk", "encounter_rate": 8, "min_level": 22, @@ -8825,7 +11497,7 @@ "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 42, "min_level": 33, @@ -8833,7 +11505,7 @@ }, { "pokeapi_id": 225, - "pokemon_name": "delibird", + "pokemon_name": "Delibird", "method": "walk", "encounter_rate": 40, "min_level": 32, @@ -8841,7 +11513,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 30, "min_level": 33, @@ -8849,7 +11521,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 30, "min_level": 33, @@ -8857,7 +11529,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 25, "min_level": 32, @@ -8865,7 +11537,7 @@ }, { "pokeapi_id": 459, - "pokemon_name": "snover", + "pokemon_name": "Snover", "method": "walk", "encounter_rate": 25, "min_level": 32, @@ -8873,7 +11545,7 @@ }, { "pokeapi_id": 361, - "pokemon_name": "snorunt", + "pokemon_name": "Snorunt", "method": "walk", "encounter_rate": 22, "min_level": 33, @@ -8881,7 +11553,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -8889,7 +11561,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -8897,7 +11569,7 @@ }, { "pokeapi_id": 217, - "pokemon_name": "ursaring", + "pokemon_name": "Ursaring", "method": "walk", "encounter_rate": 8, "min_level": 33, @@ -8911,7 +11583,7 @@ "encounters": [ { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 52, "min_level": 35, @@ -8919,7 +11591,7 @@ }, { "pokeapi_id": 220, - "pokemon_name": "swinub", + "pokemon_name": "Swinub", "method": "walk", "encounter_rate": 40, "min_level": 34, @@ -8927,7 +11599,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 30, "min_level": 35, @@ -8935,7 +11607,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 25, "min_level": 34, @@ -8943,7 +11615,7 @@ }, { "pokeapi_id": 459, - "pokemon_name": "snover", + "pokemon_name": "Snover", "method": "walk", "encounter_rate": 25, "min_level": 34, @@ -8951,7 +11623,7 @@ }, { "pokeapi_id": 361, - "pokemon_name": "snorunt", + "pokemon_name": "Snorunt", "method": "walk", "encounter_rate": 22, "min_level": 35, @@ -8959,7 +11631,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 20, "min_level": 35, @@ -8967,7 +11639,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 10, "min_level": 35, @@ -8975,7 +11647,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 35, @@ -8983,7 +11655,7 @@ }, { "pokeapi_id": 217, - "pokemon_name": "ursaring", + "pokemon_name": "Ursaring", "method": "walk", "encounter_rate": 8, "min_level": 36, @@ -8997,7 +11669,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -9005,7 +11677,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -9013,7 +11685,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -9021,7 +11693,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -9029,7 +11701,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -9037,7 +11709,7 @@ }, { "pokeapi_id": 457, - "pokemon_name": "lumineon", + "pokemon_name": "Lumineon", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -9045,7 +11717,7 @@ }, { "pokeapi_id": 100, - "pokemon_name": "voltorb", + "pokemon_name": "Voltorb", "method": "walk", "encounter_rate": 40, "min_level": 28, @@ -9053,7 +11725,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "walk", "encounter_rate": 35, "min_level": 28, @@ -9061,7 +11733,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -9069,7 +11741,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 22, "min_level": 29, @@ -9077,7 +11749,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -9085,7 +11757,7 @@ }, { "pokeapi_id": 422, - "pokemon_name": "shellos", + "pokemon_name": "Shellos", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -9093,7 +11765,7 @@ }, { "pokeapi_id": 122, - "pokemon_name": "mr-mime", + "pokemon_name": "Mr Mime", "method": "walk", "encounter_rate": 15, "min_level": 29, @@ -9101,7 +11773,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 10, "min_level": 29, @@ -9109,7 +11781,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -9117,7 +11789,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -9131,7 +11803,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -9139,7 +11811,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -9147,7 +11819,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -9155,7 +11827,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -9163,7 +11835,7 @@ }, { "pokeapi_id": 457, - "pokemon_name": "lumineon", + "pokemon_name": "Lumineon", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -9171,7 +11843,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -9179,7 +11851,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -9187,7 +11859,7 @@ }, { "pokeapi_id": 366, - "pokemon_name": "clamperl", + "pokemon_name": "Clamperl", "method": "super-rod", "encounter_rate": 15, "min_level": 20, @@ -9195,7 +11867,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -9203,7 +11875,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -9217,7 +11889,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -9225,7 +11897,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -9233,7 +11905,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -9241,7 +11913,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -9249,7 +11921,7 @@ }, { "pokeapi_id": 457, - "pokemon_name": "lumineon", + "pokemon_name": "Lumineon", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -9257,7 +11929,7 @@ }, { "pokeapi_id": 83, - "pokemon_name": "farfetchd", + "pokemon_name": "Farfetchd", "method": "walk", "encounter_rate": 40, "min_level": 28, @@ -9265,7 +11937,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -9273,7 +11945,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -9281,7 +11953,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "walk", "encounter_rate": 25, "min_level": 28, @@ -9289,7 +11961,7 @@ }, { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 20, "min_level": 29, @@ -9297,7 +11969,7 @@ }, { "pokeapi_id": 434, - "pokemon_name": "stunky", + "pokemon_name": "Stunky", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -9305,7 +11977,7 @@ }, { "pokeapi_id": 366, - "pokemon_name": "clamperl", + "pokemon_name": "Clamperl", "method": "super-rod", "encounter_rate": 15, "min_level": 20, @@ -9313,23 +11985,15 @@ }, { "pokeapi_id": 435, - "pokemon_name": "skuntank", + "pokemon_name": "Skuntank", "method": "walk", "encounter_rate": 15, "min_level": 29, "max_level": 30 }, - { - "pokeapi_id": 423, - "pokemon_name": "gastrodon", - "method": "walk", - "encounter_rate": 10, - "min_level": 29, - "max_level": 30 - }, { "pokeapi_id": 315, - "pokemon_name": "roselia", + "pokemon_name": "Roselia", "method": "walk", "encounter_rate": 10, "min_level": 29, @@ -9337,7 +12001,7 @@ }, { "pokeapi_id": 422, - "pokemon_name": "shellos", + "pokemon_name": "Shellos", "method": "walk", "encounter_rate": 10, "min_level": 28, @@ -9345,15 +12009,23 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 10, "min_level": 29, "max_level": 29 }, + { + "pokeapi_id": 423, + "pokemon_name": "Gastrodon", + "method": "walk", + "encounter_rate": 10, + "min_level": 29, + "max_level": 30 + }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -9361,7 +12033,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -9369,7 +12041,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 2, "min_level": 30, @@ -9383,7 +12055,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -9391,7 +12063,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -9399,7 +12071,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -9407,7 +12079,7 @@ }, { "pokeapi_id": 224, - "pokemon_name": "octillery", + "pokemon_name": "Octillery", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -9415,7 +12087,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -9423,7 +12095,7 @@ }, { "pokeapi_id": 441, - "pokemon_name": "chatot", + "pokemon_name": "Chatot", "method": "walk", "encounter_rate": 40, "min_level": 40, @@ -9431,7 +12103,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "walk", "encounter_rate": 40, "min_level": 40, @@ -9439,7 +12111,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -9447,7 +12119,7 @@ }, { "pokeapi_id": 300, - "pokemon_name": "skitty", + "pokemon_name": "Skitty", "method": "walk", "encounter_rate": 40, "min_level": 40, @@ -9455,7 +12127,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "walk", "encounter_rate": 35, "min_level": 40, @@ -9463,7 +12135,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -9471,7 +12143,7 @@ }, { "pokeapi_id": 180, - "pokemon_name": "flaaffy", + "pokemon_name": "Flaaffy", "method": "walk", "encounter_rate": 22, "min_level": 41, @@ -9479,7 +12151,7 @@ }, { "pokeapi_id": 122, - "pokemon_name": "mr-mime", + "pokemon_name": "Mr Mime", "method": "walk", "encounter_rate": 15, "min_level": 41, @@ -9487,7 +12159,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 15, "min_level": 40, @@ -9495,7 +12167,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -9503,7 +12175,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -9511,7 +12183,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -9525,7 +12197,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -9533,7 +12205,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 65, "min_level": 40, @@ -9541,7 +12213,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -9549,7 +12221,7 @@ }, { "pokeapi_id": 224, - "pokemon_name": "octillery", + "pokemon_name": "Octillery", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -9557,7 +12229,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -9565,7 +12237,7 @@ }, { "pokeapi_id": 441, - "pokemon_name": "chatot", + "pokemon_name": "Chatot", "method": "walk", "encounter_rate": 40, "min_level": 52, @@ -9573,7 +12245,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -9581,7 +12253,7 @@ }, { "pokeapi_id": 177, - "pokemon_name": "natu", + "pokemon_name": "Natu", "method": "walk", "encounter_rate": 40, "min_level": 53, @@ -9589,7 +12261,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 35, "min_level": 40, @@ -9597,7 +12269,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "walk", "encounter_rate": 30, "min_level": 53, @@ -9605,7 +12277,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "walk", "encounter_rate": 30, "min_level": 52, @@ -9613,7 +12285,7 @@ }, { "pokeapi_id": 267, - "pokemon_name": "beautifly", + "pokemon_name": "Beautifly", "method": "walk", "encounter_rate": 21, "min_level": 23, @@ -9621,7 +12293,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -9629,7 +12301,7 @@ }, { "pokeapi_id": 356, - "pokemon_name": "dusclops", + "pokemon_name": "Dusclops", "method": "walk", "encounter_rate": 20, "min_level": 52, @@ -9637,7 +12309,7 @@ }, { "pokeapi_id": 315, - "pokemon_name": "roselia", + "pokemon_name": "Roselia", "method": "walk", "encounter_rate": 20, "min_level": 52, @@ -9645,7 +12317,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 15, "min_level": 20, @@ -9653,7 +12325,7 @@ }, { "pokeapi_id": 213, - "pokemon_name": "shuckle", + "pokemon_name": "Shuckle", "method": "walk", "encounter_rate": 8, "min_level": 23, @@ -9661,7 +12333,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 5, "min_level": 53, @@ -9669,7 +12341,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 5, "min_level": 53, @@ -9677,7 +12349,7 @@ }, { "pokeapi_id": 355, - "pokemon_name": "duskull", + "pokemon_name": "Duskull", "method": "walk", "encounter_rate": 2, "min_level": 23, @@ -9685,7 +12357,7 @@ }, { "pokeapi_id": 422, - "pokemon_name": "shellos", + "pokemon_name": "Shellos", "method": "walk", "encounter_rate": 1, "min_level": 23, @@ -9699,7 +12371,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -9707,7 +12379,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 70, "min_level": 40, @@ -9715,7 +12387,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 60, "min_level": 50, @@ -9723,7 +12395,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -9731,7 +12403,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -9739,7 +12411,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -9747,7 +12419,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -9755,7 +12427,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 40, "min_level": 50, @@ -9763,7 +12435,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 30, "min_level": 40, @@ -9771,7 +12443,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 30, "min_level": 50, @@ -9779,7 +12451,7 @@ }, { "pokeapi_id": 354, - "pokemon_name": "banette", + "pokemon_name": "Banette", "method": "walk", "encounter_rate": 20, "min_level": 50, @@ -9787,7 +12459,7 @@ }, { "pokeapi_id": 57, - "pokemon_name": "primeape", + "pokemon_name": "Primeape", "method": "walk", "encounter_rate": 20, "min_level": 51, @@ -9795,7 +12467,7 @@ }, { "pokeapi_id": 435, - "pokemon_name": "skuntank", + "pokemon_name": "Skuntank", "method": "walk", "encounter_rate": 10, "min_level": 51, @@ -9803,7 +12475,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 5, "min_level": 51, @@ -9811,7 +12483,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 5, "min_level": 20, @@ -9819,7 +12491,7 @@ }, { "pokeapi_id": 315, - "pokemon_name": "roselia", + "pokemon_name": "Roselia", "method": "walk", "encounter_rate": 5, "min_level": 51, @@ -9827,7 +12499,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 5, "min_level": 20, @@ -9835,7 +12507,7 @@ }, { "pokeapi_id": 56, - "pokemon_name": "mankey", + "pokemon_name": "Mankey", "method": "walk", "encounter_rate": 2, "min_level": 22, @@ -9849,7 +12521,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -9857,7 +12529,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 70, "min_level": 40, @@ -9865,7 +12537,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -9873,7 +12545,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -9881,7 +12553,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -9889,7 +12561,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -9897,7 +12569,7 @@ }, { "pokeapi_id": 327, - "pokemon_name": "spinda", + "pokemon_name": "Spinda", "method": "walk", "encounter_rate": 40, "min_level": 55, @@ -9905,7 +12577,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -9913,7 +12585,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -9921,7 +12593,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 25, "min_level": 54, @@ -9929,7 +12601,7 @@ }, { "pokeapi_id": 324, - "pokemon_name": "torkoal", + "pokemon_name": "Torkoal", "method": "walk", "encounter_rate": 22, "min_level": 24, @@ -9937,7 +12609,7 @@ }, { "pokeapi_id": 323, - "pokemon_name": "camerupt", + "pokemon_name": "Camerupt", "method": "walk", "encounter_rate": 20, "min_level": 55, @@ -9945,7 +12617,7 @@ }, { "pokeapi_id": 112, - "pokemon_name": "rhydon", + "pokemon_name": "Rhydon", "method": "walk", "encounter_rate": 20, "min_level": 55, @@ -9953,7 +12625,7 @@ }, { "pokeapi_id": 322, - "pokemon_name": "numel", + "pokemon_name": "Numel", "method": "walk", "encounter_rate": 17, "min_level": 22, @@ -9961,7 +12633,7 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 17, "min_level": 22, @@ -9969,7 +12641,7 @@ }, { "pokeapi_id": 354, - "pokemon_name": "banette", + "pokemon_name": "Banette", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -9977,7 +12649,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -9985,7 +12657,7 @@ }, { "pokeapi_id": 110, - "pokemon_name": "weezing", + "pokemon_name": "Weezing", "method": "walk", "encounter_rate": 10, "min_level": 55, @@ -9993,7 +12665,7 @@ }, { "pokeapi_id": 207, - "pokemon_name": "gligar", + "pokemon_name": "Gligar", "method": "walk", "encounter_rate": 8, "min_level": 22, @@ -10001,7 +12673,7 @@ }, { "pokeapi_id": 240, - "pokemon_name": "magby", + "pokemon_name": "Magby", "method": "walk", "encounter_rate": 8, "min_level": 22, @@ -10009,7 +12681,7 @@ }, { "pokeapi_id": 227, - "pokemon_name": "skarmory", + "pokemon_name": "Skarmory", "method": "walk", "encounter_rate": 5, "min_level": 56, @@ -10023,7 +12695,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -10031,7 +12703,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 70, "min_level": 40, @@ -10039,7 +12711,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -10047,7 +12719,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -10055,7 +12727,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -10063,7 +12735,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -10071,7 +12743,7 @@ }, { "pokeapi_id": 374, - "pokemon_name": "beldum", + "pokemon_name": "Beldum", "method": "walk", "encounter_rate": 40, "min_level": 53, @@ -10079,7 +12751,7 @@ }, { "pokeapi_id": 332, - "pokemon_name": "cacturne", + "pokemon_name": "Cacturne", "method": "walk", "encounter_rate": 40, "min_level": 52, @@ -10087,7 +12759,7 @@ }, { "pokeapi_id": 51, - "pokemon_name": "dugtrio", + "pokemon_name": "Dugtrio", "method": "walk", "encounter_rate": 30, "min_level": 52, @@ -10095,7 +12767,7 @@ }, { "pokeapi_id": 450, - "pokemon_name": "hippowdon", + "pokemon_name": "Hippowdon", "method": "walk", "encounter_rate": 30, "min_level": 52, @@ -10103,7 +12775,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -10111,7 +12783,7 @@ }, { "pokeapi_id": 112, - "pokemon_name": "rhydon", + "pokemon_name": "Rhydon", "method": "walk", "encounter_rate": 30, "min_level": 52, @@ -10119,7 +12791,7 @@ }, { "pokeapi_id": 331, - "pokemon_name": "cacnea", + "pokemon_name": "Cacnea", "method": "walk", "encounter_rate": 21, "min_level": 23, @@ -10127,7 +12799,7 @@ }, { "pokeapi_id": 50, - "pokemon_name": "diglett", + "pokemon_name": "Diglett", "method": "walk", "encounter_rate": 21, "min_level": 23, @@ -10135,7 +12807,7 @@ }, { "pokeapi_id": 329, - "pokemon_name": "vibrava", + "pokemon_name": "Vibrava", "method": "walk", "encounter_rate": 20, "min_level": 53, @@ -10143,7 +12815,7 @@ }, { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 8, "min_level": 23, @@ -10151,7 +12823,7 @@ }, { "pokeapi_id": 328, - "pokemon_name": "trapinch", + "pokemon_name": "Trapinch", "method": "walk", "encounter_rate": 2, "min_level": 25, @@ -10165,7 +12837,7 @@ "encounters": [ { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -10173,7 +12845,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -10181,7 +12853,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 100, "min_level": 10, @@ -10189,7 +12861,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 70, "min_level": 40, @@ -10197,7 +12869,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 40, "min_level": 51, @@ -10205,7 +12877,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 30, "min_level": 51, @@ -10213,7 +12885,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 30, "min_level": 45, @@ -10221,7 +12893,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 30, "min_level": 51, @@ -10229,7 +12901,7 @@ }, { "pokeapi_id": 168, - "pokemon_name": "ariados", + "pokemon_name": "Ariados", "method": "walk", "encounter_rate": 20, "min_level": 52, @@ -10237,7 +12909,7 @@ }, { "pokeapi_id": 166, - "pokemon_name": "ledian", + "pokemon_name": "Ledian", "method": "walk", "encounter_rate": 20, "min_level": 52, @@ -10245,7 +12917,7 @@ }, { "pokeapi_id": 49, - "pokemon_name": "venomoth", + "pokemon_name": "Venomoth", "method": "walk", "encounter_rate": 20, "min_level": 50, @@ -10253,7 +12925,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 13, "min_level": 20, @@ -10261,7 +12933,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 13, "min_level": 20, @@ -10269,7 +12941,7 @@ }, { "pokeapi_id": 314, - "pokemon_name": "illumise", + "pokemon_name": "Illumise", "method": "walk", "encounter_rate": 10, "min_level": 50, @@ -10277,7 +12949,7 @@ }, { "pokeapi_id": 315, - "pokemon_name": "roselia", + "pokemon_name": "Roselia", "method": "walk", "encounter_rate": 10, "min_level": 50, @@ -10285,7 +12957,7 @@ }, { "pokeapi_id": 271, - "pokemon_name": "lombre", + "pokemon_name": "Lombre", "method": "walk", "encounter_rate": 8, "min_level": 20, @@ -10293,7 +12965,7 @@ }, { "pokeapi_id": 274, - "pokemon_name": "nuzleaf", + "pokemon_name": "Nuzleaf", "method": "walk", "encounter_rate": 8, "min_level": 20, @@ -10301,7 +12973,7 @@ }, { "pokeapi_id": 204, - "pokemon_name": "pineco", + "pokemon_name": "Pineco", "method": "walk", "encounter_rate": 8, "min_level": 20, @@ -10309,7 +12981,7 @@ }, { "pokeapi_id": 123, - "pokemon_name": "scyther", + "pokemon_name": "Scyther", "method": "walk", "encounter_rate": 5, "min_level": 52, @@ -10317,7 +12989,7 @@ }, { "pokeapi_id": 313, - "pokemon_name": "volbeat", + "pokemon_name": "Volbeat", "method": "walk", "encounter_rate": 5, "min_level": 50, @@ -10325,7 +12997,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 2, "min_level": 22, @@ -10339,7 +13011,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -10347,7 +13019,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -10355,7 +13027,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -10363,7 +13035,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -10371,7 +13043,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -10379,7 +13051,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -10387,7 +13059,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -10401,7 +13073,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -10409,7 +13081,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -10417,7 +13089,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -10425,7 +13097,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -10433,7 +13105,7 @@ }, { "pokeapi_id": 341, - "pokemon_name": "corphish", + "pokemon_name": "Corphish", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -10441,7 +13113,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -10449,7 +13121,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 15, "min_level": 40, @@ -10457,7 +13129,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -10465,7 +13137,7 @@ }, { "pokeapi_id": 342, - "pokemon_name": "crawdaunt", + "pokemon_name": "Crawdaunt", "method": "super-rod", "encounter_rate": 5, "min_level": 35, @@ -10479,7 +13151,7 @@ "encounters": [ { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 100, "min_level": 40, @@ -10487,7 +13159,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -10495,7 +13167,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -10503,7 +13175,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -10511,7 +13183,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -10519,7 +13191,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -10533,7 +13205,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -10541,7 +13213,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -10549,7 +13221,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -10557,7 +13229,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -10565,7 +13237,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -10573,7 +13245,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -10581,7 +13253,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -10589,7 +13261,7 @@ }, { "pokeapi_id": 457, - "pokemon_name": "lumineon", + "pokemon_name": "Lumineon", "method": "super-rod", "encounter_rate": 15, "min_level": 30, @@ -10597,7 +13269,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 5, "min_level": 20, @@ -10605,7 +13277,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -10613,7 +13285,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -10627,7 +13299,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -10635,7 +13307,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 60, "min_level": 35, @@ -10643,7 +13315,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -10651,7 +13323,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -10659,7 +13331,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -10667,7 +13339,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -10675,7 +13347,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 30, "min_level": 35, @@ -10683,7 +13355,7 @@ }, { "pokeapi_id": 224, - "pokemon_name": "octillery", + "pokemon_name": "Octillery", "method": "super-rod", "encounter_rate": 15, "min_level": 40, @@ -10691,7 +13363,7 @@ }, { "pokeapi_id": 458, - "pokemon_name": "mantyke", + "pokemon_name": "Mantyke", "method": "surf", "encounter_rate": 10, "min_level": 30, @@ -10699,7 +13371,7 @@ }, { "pokeapi_id": 321, - "pokemon_name": "wailord", + "pokemon_name": "Wailord", "method": "super-rod", "encounter_rate": 5, "min_level": 35, @@ -10713,7 +13385,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -10721,7 +13393,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 60, "min_level": 51, @@ -10729,7 +13401,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 60, "min_level": 40, @@ -10737,7 +13409,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -10745,7 +13417,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -10753,7 +13425,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -10761,7 +13433,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -10769,7 +13441,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "walk", "encounter_rate": 40, "min_level": 52, @@ -10777,7 +13449,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 30, "min_level": 51, @@ -10785,7 +13457,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "surf", "encounter_rate": 30, "min_level": 35, @@ -10793,7 +13465,7 @@ }, { "pokeapi_id": 354, - "pokemon_name": "banette", + "pokemon_name": "Banette", "method": "walk", "encounter_rate": 20, "min_level": 51, @@ -10801,7 +13473,7 @@ }, { "pokeapi_id": 57, - "pokemon_name": "primeape", + "pokemon_name": "Primeape", "method": "walk", "encounter_rate": 20, "min_level": 51, @@ -10809,7 +13481,7 @@ }, { "pokeapi_id": 369, - "pokemon_name": "relicanth", + "pokemon_name": "Relicanth", "method": "super-rod", "encounter_rate": 15, "min_level": 40, @@ -10817,7 +13489,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 10, "min_level": 51, @@ -10825,7 +13497,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 53, @@ -10833,7 +13505,7 @@ }, { "pokeapi_id": 87, - "pokemon_name": "dewgong", + "pokemon_name": "Dewgong", "method": "surf", "encounter_rate": 5, "min_level": 40, @@ -10841,7 +13513,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 5, "min_level": 20, @@ -10849,7 +13521,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 5, "min_level": 20, @@ -10857,7 +13529,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 40, @@ -10865,7 +13537,7 @@ }, { "pokeapi_id": 56, - "pokemon_name": "mankey", + "pokemon_name": "Mankey", "method": "walk", "encounter_rate": 2, "min_level": 22, @@ -10879,7 +13551,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -10887,7 +13559,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 60, "min_level": 40, @@ -10895,7 +13567,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -10903,7 +13575,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -10911,7 +13583,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "walk", "encounter_rate": 40, "min_level": 50, @@ -10919,7 +13591,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -10927,7 +13599,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -10935,7 +13607,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "surf", "encounter_rate": 30, "min_level": 35, @@ -10943,7 +13615,7 @@ }, { "pokeapi_id": 175, - "pokemon_name": "togepi", + "pokemon_name": "Togepi", "method": "walk", "encounter_rate": 22, "min_level": 18, @@ -10951,7 +13623,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 20, "min_level": 50, @@ -10959,7 +13631,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 20, "min_level": 50, @@ -10967,7 +13639,7 @@ }, { "pokeapi_id": 224, - "pokemon_name": "octillery", + "pokemon_name": "Octillery", "method": "super-rod", "encounter_rate": 15, "min_level": 40, @@ -10975,7 +13647,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "walk", "encounter_rate": 13, "min_level": 50, @@ -10983,7 +13655,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 11, "min_level": 18, @@ -10991,7 +13663,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 11, "min_level": 18, @@ -10999,7 +13671,7 @@ }, { "pokeapi_id": 267, - "pokemon_name": "beautifly", + "pokemon_name": "Beautifly", "method": "walk", "encounter_rate": 10, "min_level": 51, @@ -11007,7 +13679,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 10, "min_level": 52, @@ -11015,7 +13687,7 @@ }, { "pokeapi_id": 87, - "pokemon_name": "dewgong", + "pokemon_name": "Dewgong", "method": "surf", "encounter_rate": 5, "min_level": 40, @@ -11023,7 +13695,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "walk", "encounter_rate": 5, "min_level": 51, @@ -11031,7 +13703,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 40, @@ -11039,7 +13711,7 @@ }, { "pokeapi_id": 321, - "pokemon_name": "wailord", + "pokemon_name": "Wailord", "method": "super-rod", "encounter_rate": 5, "min_level": 35, @@ -11053,7 +13725,7 @@ "encounters": [ { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 100, "min_level": 40, @@ -11061,7 +13733,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -11069,7 +13741,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 57, "min_level": 52, @@ -11077,7 +13749,7 @@ }, { "pokeapi_id": 397, - "pokemon_name": "staravia", + "pokemon_name": "Staravia", "method": "walk", "encounter_rate": 57, "min_level": 52, @@ -11085,7 +13757,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -11093,7 +13765,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -11101,7 +13773,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -11109,7 +13781,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -11117,7 +13789,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 20, "min_level": 53, @@ -11125,7 +13797,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 20, "min_level": 53, @@ -11133,7 +13805,7 @@ }, { "pokeapi_id": 358, - "pokemon_name": "chimecho", + "pokemon_name": "Chimecho", "method": "walk", "encounter_rate": 10, "min_level": 52, @@ -11141,7 +13813,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 52, @@ -11149,7 +13821,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 52, @@ -11163,7 +13835,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 80, "min_level": 24, @@ -11171,7 +13843,7 @@ }, { "pokeapi_id": 449, - "pokemon_name": "hippopotas", + "pokemon_name": "Hippopotas", "method": "walk", "encounter_rate": 20, "min_level": 22, diff --git a/backend/src/app/seeds/data/emerald.json b/backend/src/app/seeds/data/emerald.json index 301c551..b053c50 100644 --- a/backend/src/app/seeds/data/emerald.json +++ b/backend/src/app/seeds/data/emerald.json @@ -5,7 +5,7 @@ "encounters": [ { "pokeapi_id": 252, - "pokemon_name": "treecko", + "pokemon_name": "Treecko", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -13,7 +13,7 @@ }, { "pokeapi_id": 255, - "pokemon_name": "torchic", + "pokemon_name": "Torchic", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -21,7 +21,7 @@ }, { "pokeapi_id": 258, - "pokemon_name": "mudkip", + "pokemon_name": "Mudkip", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -35,7 +35,7 @@ "encounters": [ { "pokeapi_id": 261, - "pokemon_name": "poochyena", + "pokemon_name": "Poochyena", "method": "walk", "encounter_rate": 45, "min_level": 2, @@ -43,7 +43,7 @@ }, { "pokeapi_id": 265, - "pokemon_name": "wurmple", + "pokemon_name": "Wurmple", "method": "walk", "encounter_rate": 45, "min_level": 2, @@ -51,7 +51,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 10, "min_level": 2, @@ -65,7 +65,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -73,7 +73,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -81,7 +81,7 @@ }, { "pokeapi_id": 261, - "pokemon_name": "poochyena", + "pokemon_name": "Poochyena", "method": "walk", "encounter_rate": 60, "min_level": 2, @@ -89,7 +89,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -97,7 +97,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 60, "min_level": 25, @@ -105,7 +105,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -113,7 +113,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -121,7 +121,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -129,7 +129,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -137,7 +137,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -145,7 +145,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 20, "min_level": 2, @@ -153,7 +153,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -161,7 +161,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -175,7 +175,7 @@ "encounters": [ { "pokeapi_id": 341, - "pokemon_name": "corphish", + "pokemon_name": "Corphish", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -183,7 +183,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 99, "min_level": 5, @@ -191,7 +191,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -199,7 +199,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -207,7 +207,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -215,7 +215,7 @@ }, { "pokeapi_id": 261, - "pokemon_name": "poochyena", + "pokemon_name": "Poochyena", "method": "walk", "encounter_rate": 30, "min_level": 3, @@ -223,7 +223,7 @@ }, { "pokeapi_id": 265, - "pokemon_name": "wurmple", + "pokemon_name": "Wurmple", "method": "walk", "encounter_rate": 30, "min_level": 3, @@ -231,7 +231,7 @@ }, { "pokeapi_id": 341, - "pokemon_name": "corphish", + "pokemon_name": "Corphish", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -239,7 +239,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -247,7 +247,7 @@ }, { "pokeapi_id": 270, - "pokemon_name": "lotad", + "pokemon_name": "Lotad", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -255,7 +255,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 15, "min_level": 3, @@ -263,7 +263,7 @@ }, { "pokeapi_id": 280, - "pokemon_name": "ralts", + "pokemon_name": "Ralts", "method": "walk", "encounter_rate": 4, "min_level": 4, @@ -271,7 +271,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 1, "min_level": 20, @@ -279,7 +279,7 @@ }, { "pokeapi_id": 273, - "pokemon_name": "seedot", + "pokemon_name": "Seedot", "method": "walk", "encounter_rate": 1, "min_level": 3, @@ -293,7 +293,7 @@ "encounters": [ { "pokeapi_id": 341, - "pokemon_name": "corphish", + "pokemon_name": "Corphish", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -301,7 +301,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -309,7 +309,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -317,7 +317,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -325,7 +325,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -333,7 +333,7 @@ }, { "pokeapi_id": 341, - "pokemon_name": "corphish", + "pokemon_name": "Corphish", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -341,7 +341,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -355,7 +355,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 100, "min_level": 10, @@ -363,7 +363,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -371,7 +371,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -379,7 +379,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 95, "min_level": 10, @@ -387,7 +387,7 @@ }, { "pokeapi_id": 261, - "pokemon_name": "poochyena", + "pokemon_name": "Poochyena", "method": "walk", "encounter_rate": 40, "min_level": 4, @@ -395,7 +395,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 20, "min_level": 4, @@ -403,7 +403,7 @@ }, { "pokeapi_id": 265, - "pokemon_name": "wurmple", + "pokemon_name": "Wurmple", "method": "walk", "encounter_rate": 20, "min_level": 4, @@ -411,7 +411,7 @@ }, { "pokeapi_id": 276, - "pokemon_name": "taillow", + "pokemon_name": "Taillow", "method": "walk", "encounter_rate": 10, "min_level": 4, @@ -419,7 +419,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 10, "min_level": 3, @@ -427,7 +427,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -441,7 +441,7 @@ "encounters": [ { "pokeapi_id": 261, - "pokemon_name": "poochyena", + "pokemon_name": "Poochyena", "method": "walk", "encounter_rate": 30, "min_level": 5, @@ -449,7 +449,7 @@ }, { "pokeapi_id": 265, - "pokemon_name": "wurmple", + "pokemon_name": "Wurmple", "method": "walk", "encounter_rate": 25, "min_level": 5, @@ -457,7 +457,7 @@ }, { "pokeapi_id": 285, - "pokemon_name": "shroomish", + "pokemon_name": "Shroomish", "method": "walk", "encounter_rate": 15, "min_level": 5, @@ -465,7 +465,7 @@ }, { "pokeapi_id": 268, - "pokemon_name": "cascoon", + "pokemon_name": "Cascoon", "method": "walk", "encounter_rate": 10, "min_level": 5, @@ -473,7 +473,7 @@ }, { "pokeapi_id": 266, - "pokemon_name": "silcoon", + "pokemon_name": "Silcoon", "method": "walk", "encounter_rate": 10, "min_level": 5, @@ -481,7 +481,7 @@ }, { "pokeapi_id": 287, - "pokemon_name": "slakoth", + "pokemon_name": "Slakoth", "method": "walk", "encounter_rate": 5, "min_level": 5, @@ -489,7 +489,7 @@ }, { "pokeapi_id": 276, - "pokemon_name": "taillow", + "pokemon_name": "Taillow", "method": "walk", "encounter_rate": 5, "min_level": 5, @@ -503,7 +503,7 @@ "encounters": [ { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -517,7 +517,7 @@ "encounters": [ { "pokeapi_id": 261, - "pokemon_name": "poochyena", + "pokemon_name": "Poochyena", "method": "walk", "encounter_rate": 28, "min_level": 6, @@ -525,7 +525,7 @@ }, { "pokeapi_id": 290, - "pokemon_name": "nincada", + "pokemon_name": "Nincada", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -533,7 +533,7 @@ }, { "pokeapi_id": 276, - "pokemon_name": "taillow", + "pokemon_name": "Taillow", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -541,7 +541,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -549,7 +549,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -557,7 +557,7 @@ }, { "pokeapi_id": 300, - "pokemon_name": "skitty", + "pokemon_name": "Skitty", "method": "walk", "encounter_rate": 2, "min_level": 7, @@ -571,7 +571,7 @@ "encounters": [ { "pokeapi_id": 345, - "pokemon_name": "lileep", + "pokemon_name": "Lileep", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -579,7 +579,7 @@ }, { "pokeapi_id": 347, - "pokemon_name": "anorith", + "pokemon_name": "Anorith", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -593,7 +593,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -601,7 +601,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -609,7 +609,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -617,7 +617,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -625,7 +625,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -633,7 +633,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -641,7 +641,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -649,7 +649,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -657,7 +657,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -671,7 +671,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -679,7 +679,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -687,7 +687,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -695,7 +695,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -703,7 +703,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -711,7 +711,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -719,7 +719,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -727,7 +727,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -735,7 +735,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -749,7 +749,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -757,7 +757,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -765,7 +765,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -773,7 +773,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -781,7 +781,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -789,7 +789,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -797,7 +797,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -805,7 +805,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -813,7 +813,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -827,12 +827,12 @@ "encounters": [], "children": [ { - "name": "Granite Cave (1fsmall Room)", + "name": "Granite Cave (1F)", "order": 15, "encounters": [ { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 50, "min_level": 6, @@ -840,7 +840,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 7, @@ -848,7 +848,45 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", + "method": "walk", + "encounter_rate": 10, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 10, + "min_level": 6, + "max_level": 9 + } + ] + }, + { + "name": "Granite Cave (1fsmall Room)", + "order": 15, + "encounters": [ + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 50, + "min_level": 6, + "max_level": 10 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 7, + "max_level": 8 + }, + { + "pokeapi_id": 63, + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 10, "min_level": 8, @@ -856,7 +894,7 @@ }, { "pokeapi_id": 304, - "pokemon_name": "aron", + "pokemon_name": "Aron", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -870,7 +908,7 @@ "encounters": [ { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 50, "min_level": 6, @@ -878,7 +916,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 7, @@ -886,7 +924,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 10, "min_level": 8, @@ -894,7 +932,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -902,13 +940,113 @@ } ] }, + { + "name": "Granite Cave (B1F)", + "order": 16, + "encounters": [ + { + "pokeapi_id": 304, + "pokemon_name": "Aron", + "method": "walk", + "encounter_rate": 40, + "min_level": 9, + "max_level": 11 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 9, + "max_level": 10 + }, + { + "pokeapi_id": 63, + "pokemon_name": "Abra", + "method": "walk", + "encounter_rate": 10, + "min_level": 9, + "max_level": 9 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 10, + "min_level": 10, + "max_level": 11 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 10, + "min_level": 9, + "max_level": 11 + } + ] + }, + { + "name": "Granite Cave (B2F)", + "order": 17, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "rock-smash", + "encounter_rate": 70, + "min_level": 5, + "max_level": 20 + }, + { + "pokeapi_id": 304, + "pokemon_name": "Aron", + "method": "walk", + "encounter_rate": 40, + "min_level": 10, + "max_level": 12 + }, + { + "pokeapi_id": 299, + "pokemon_name": "Nosepass", + "method": "rock-smash", + "encounter_rate": 30, + "min_level": 10, + "max_level": 20 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 10, + "max_level": 11 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 20, + "min_level": 10, + "max_level": 12 + }, + { + "pokeapi_id": 63, + "pokemon_name": "Abra", + "method": "walk", + "encounter_rate": 10, + "min_level": 10, + "max_level": 10 + } + ] + }, { "name": "Granite Cave (B1f)", "order": 17, "encounters": [ { "pokeapi_id": 304, - "pokemon_name": "aron", + "pokemon_name": "Aron", "method": "walk", "encounter_rate": 40, "min_level": 9, @@ -916,7 +1054,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 9, @@ -924,7 +1062,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -932,7 +1070,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -940,7 +1078,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -948,13 +1086,51 @@ } ] }, + { + "name": "Granite Cave (1Fsmall Room)", + "order": 18, + "encounters": [ + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 50, + "min_level": 6, + "max_level": 10 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 7, + "max_level": 8 + }, + { + "pokeapi_id": 63, + "pokemon_name": "Abra", + "method": "walk", + "encounter_rate": 10, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 304, + "pokemon_name": "Aron", + "method": "walk", + "encounter_rate": 10, + "min_level": 7, + "max_level": 8 + } + ] + }, { "name": "Granite Cave (B2f)", "order": 18, "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 70, "min_level": 5, @@ -962,7 +1138,7 @@ }, { "pokeapi_id": 304, - "pokemon_name": "aron", + "pokemon_name": "Aron", "method": "walk", "encounter_rate": 40, "min_level": 10, @@ -970,7 +1146,7 @@ }, { "pokeapi_id": 299, - "pokemon_name": "nosepass", + "pokemon_name": "Nosepass", "method": "rock-smash", "encounter_rate": 30, "min_level": 10, @@ -978,7 +1154,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -986,7 +1162,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -994,7 +1170,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -1010,7 +1186,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -1018,7 +1194,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -1026,7 +1202,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -1034,7 +1210,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -1042,7 +1218,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -1050,7 +1226,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -1058,7 +1234,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1066,7 +1242,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1074,7 +1250,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -1088,7 +1264,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -1096,7 +1272,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -1104,7 +1280,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -1112,7 +1288,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -1120,7 +1296,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -1128,7 +1304,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -1136,7 +1312,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1144,7 +1320,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1152,7 +1328,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -1166,7 +1342,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -1174,7 +1350,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -1182,7 +1358,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -1190,7 +1366,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -1198,7 +1374,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -1206,7 +1382,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -1214,7 +1390,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1222,7 +1398,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1230,7 +1406,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -1244,7 +1420,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -1252,7 +1428,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -1260,7 +1436,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -1268,7 +1444,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -1276,7 +1452,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -1284,7 +1460,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -1292,7 +1468,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1300,7 +1476,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1308,7 +1484,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -1322,7 +1498,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -1330,7 +1506,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -1338,7 +1514,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -1346,7 +1522,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -1354,7 +1530,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -1362,7 +1538,7 @@ }, { "pokeapi_id": 309, - "pokemon_name": "electrike", + "pokemon_name": "Electrike", "method": "walk", "encounter_rate": 30, "min_level": 12, @@ -1370,7 +1546,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -1378,7 +1554,7 @@ }, { "pokeapi_id": 261, - "pokemon_name": "poochyena", + "pokemon_name": "Poochyena", "method": "walk", "encounter_rate": 20, "min_level": 12, @@ -1386,7 +1562,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1394,7 +1570,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1402,7 +1578,7 @@ }, { "pokeapi_id": 316, - "pokemon_name": "gulpin", + "pokemon_name": "Gulpin", "method": "walk", "encounter_rate": 15, "min_level": 12, @@ -1410,7 +1586,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 15, "min_level": 13, @@ -1418,7 +1594,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 10, "min_level": 13, @@ -1426,7 +1602,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 8, "min_level": 12, @@ -1434,7 +1610,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -1442,7 +1618,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 2, "min_level": 12, @@ -1456,7 +1632,7 @@ "encounters": [ { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 49, "min_level": 22, @@ -1464,7 +1640,7 @@ }, { "pokeapi_id": 100, - "pokemon_name": "voltorb", + "pokemon_name": "Voltorb", "method": "walk", "encounter_rate": 49, "min_level": 22, @@ -1472,7 +1648,7 @@ }, { "pokeapi_id": 101, - "pokemon_name": "electrode", + "pokemon_name": "Electrode", "method": "walk", "encounter_rate": 1, "min_level": 26, @@ -1480,7 +1656,7 @@ }, { "pokeapi_id": 82, - "pokemon_name": "magneton", + "pokemon_name": "Magneton", "method": "walk", "encounter_rate": 1, "min_level": 26, @@ -1494,7 +1670,7 @@ "encounters": [ { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 50, "min_level": 22, @@ -1502,7 +1678,7 @@ }, { "pokeapi_id": 100, - "pokemon_name": "voltorb", + "pokemon_name": "Voltorb", "method": "walk", "encounter_rate": 50, "min_level": 22, @@ -1516,7 +1692,7 @@ "encounters": [ { "pokeapi_id": 341, - "pokemon_name": "corphish", + "pokemon_name": "Corphish", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -1524,7 +1700,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 99, "min_level": 5, @@ -1532,7 +1708,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -1540,7 +1716,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -1548,7 +1724,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 40, "min_level": 13, @@ -1556,7 +1732,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -1564,7 +1740,7 @@ }, { "pokeapi_id": 261, - "pokemon_name": "poochyena", + "pokemon_name": "Poochyena", "method": "walk", "encounter_rate": 30, "min_level": 13, @@ -1572,7 +1748,7 @@ }, { "pokeapi_id": 341, - "pokemon_name": "corphish", + "pokemon_name": "Corphish", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1580,7 +1756,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1588,7 +1764,7 @@ }, { "pokeapi_id": 314, - "pokemon_name": "illumise", + "pokemon_name": "Illumise", "method": "walk", "encounter_rate": 18, "min_level": 13, @@ -1596,7 +1772,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 10, "min_level": 13, @@ -1604,7 +1780,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 1, "min_level": 20, @@ -1612,7 +1788,7 @@ }, { "pokeapi_id": 273, - "pokemon_name": "seedot", + "pokemon_name": "Seedot", "method": "walk", "encounter_rate": 1, "min_level": 13, @@ -1620,7 +1796,7 @@ }, { "pokeapi_id": 313, - "pokemon_name": "volbeat", + "pokemon_name": "Volbeat", "method": "walk", "encounter_rate": 1, "min_level": 13, @@ -1634,7 +1810,7 @@ "encounters": [ { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -1642,7 +1818,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 100, "min_level": 5, @@ -1650,7 +1826,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 99, "min_level": 5, @@ -1658,7 +1834,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -1666,7 +1842,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -1674,7 +1850,7 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 35, "min_level": 19, @@ -1682,7 +1858,7 @@ }, { "pokeapi_id": 328, - "pokemon_name": "trapinch", + "pokemon_name": "Trapinch", "method": "walk", "encounter_rate": 35, "min_level": 19, @@ -1690,7 +1866,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -1698,7 +1874,7 @@ }, { "pokeapi_id": 343, - "pokemon_name": "baltoy", + "pokemon_name": "Baltoy", "method": "walk", "encounter_rate": 24, "min_level": 19, @@ -1706,7 +1882,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1714,7 +1890,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1722,7 +1898,7 @@ }, { "pokeapi_id": 331, - "pokemon_name": "cacnea", + "pokemon_name": "Cacnea", "method": "walk", "encounter_rate": 6, "min_level": 20, @@ -1730,7 +1906,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 1, "min_level": 20, @@ -1744,7 +1920,7 @@ "encounters": [ { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 50, "min_level": 20, @@ -1752,7 +1928,7 @@ }, { "pokeapi_id": 328, - "pokemon_name": "trapinch", + "pokemon_name": "Trapinch", "method": "walk", "encounter_rate": 50, "min_level": 20, @@ -1766,7 +1942,7 @@ "encounters": [ { "pokeapi_id": 322, - "pokemon_name": "numel", + "pokemon_name": "Numel", "method": "walk", "encounter_rate": 75, "min_level": 14, @@ -1774,7 +1950,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 25, "min_level": 14, @@ -1788,7 +1964,7 @@ "encounters": [ { "pokeapi_id": 322, - "pokemon_name": "numel", + "pokemon_name": "Numel", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -1796,7 +1972,7 @@ }, { "pokeapi_id": 109, - "pokemon_name": "koffing", + "pokemon_name": "Koffing", "method": "walk", "encounter_rate": 25, "min_level": 15, @@ -1804,7 +1980,7 @@ }, { "pokeapi_id": 324, - "pokemon_name": "torkoal", + "pokemon_name": "Torkoal", "method": "walk", "encounter_rate": 18, "min_level": 14, @@ -1812,7 +1988,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 15, "min_level": 15, @@ -1820,7 +1996,7 @@ }, { "pokeapi_id": 218, - "pokemon_name": "slugma", + "pokemon_name": "Slugma", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -1828,7 +2004,7 @@ }, { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 2, "min_level": 14, @@ -1842,7 +2018,7 @@ "encounters": [ { "pokeapi_id": 322, - "pokemon_name": "numel", + "pokemon_name": "Numel", "method": "walk", "encounter_rate": 55, "min_level": 20, @@ -1850,7 +2026,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 25, "min_level": 20, @@ -1858,7 +2034,7 @@ }, { "pokeapi_id": 325, - "pokemon_name": "spoink", + "pokemon_name": "Spoink", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -1872,7 +2048,7 @@ "encounters": [ { "pokeapi_id": 360, - "pokemon_name": "wynaut", + "pokemon_name": "Wynaut", "method": "gift", "encounter_rate": 100, "min_level": 5, @@ -1886,7 +2062,7 @@ "encounters": [ { "pokeapi_id": 327, - "pokemon_name": "spinda", + "pokemon_name": "Spinda", "method": "walk", "encounter_rate": 70, "min_level": 14, @@ -1894,7 +2070,7 @@ }, { "pokeapi_id": 218, - "pokemon_name": "slugma", + "pokemon_name": "Slugma", "method": "walk", "encounter_rate": 25, "min_level": 14, @@ -1902,7 +2078,7 @@ }, { "pokeapi_id": 227, - "pokemon_name": "skarmory", + "pokemon_name": "Skarmory", "method": "walk", "encounter_rate": 5, "min_level": 16, @@ -1916,7 +2092,7 @@ "encounters": [ { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -1924,7 +2100,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 100, "min_level": 5, @@ -1932,7 +2108,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 99, "min_level": 5, @@ -1940,7 +2116,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -1948,7 +2124,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -1956,7 +2132,7 @@ }, { "pokeapi_id": 333, - "pokemon_name": "swablu", + "pokemon_name": "Swablu", "method": "walk", "encounter_rate": 40, "min_level": 15, @@ -1964,7 +2140,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -1972,7 +2148,7 @@ }, { "pokeapi_id": 270, - "pokemon_name": "lotad", + "pokemon_name": "Lotad", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -1980,7 +2156,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1988,7 +2164,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1996,7 +2172,7 @@ }, { "pokeapi_id": 271, - "pokemon_name": "lombre", + "pokemon_name": "Lombre", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -2004,7 +2180,7 @@ }, { "pokeapi_id": 336, - "pokemon_name": "seviper", + "pokemon_name": "Seviper", "method": "walk", "encounter_rate": 9, "min_level": 15, @@ -2012,7 +2188,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 1, "min_level": 20, @@ -2020,7 +2196,7 @@ }, { "pokeapi_id": 274, - "pokemon_name": "nuzleaf", + "pokemon_name": "Nuzleaf", "method": "walk", "encounter_rate": 1, "min_level": 15, @@ -2030,8 +2206,89 @@ }, { "name": "Meteor Falls", - "order": 35, - "encounters": [], + "order": 39, + "encounters": [ + { + "pokeapi_id": 339, + "pokemon_name": "Barboach", + "method": "super-rod", + "encounter_rate": 100, + "min_level": 20, + "max_level": 45 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "surf", + "encounter_rate": 90, + "min_level": 5, + "max_level": 35 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 80, + "min_level": 14, + "max_level": 20 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 70, + "min_level": 5, + "max_level": 10 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 10, + "max_level": 30 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 30, + "min_level": 5, + "max_level": 10 + }, + { + "pokeapi_id": 339, + "pokemon_name": "Barboach", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 10, + "max_level": 30 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 10, + "max_level": 30 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", + "method": "walk", + "encounter_rate": 20, + "min_level": 14, + "max_level": 18 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", + "method": "surf", + "encounter_rate": 10, + "min_level": 5, + "max_level": 35 + } + ], "children": [ { "name": "Meteor Falls (Back)", @@ -2039,7 +2296,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -2047,7 +2304,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 80, "min_level": 25, @@ -2055,7 +2312,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -2063,7 +2320,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 65, "min_level": 33, @@ -2071,7 +2328,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -2079,7 +2336,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 35, "min_level": 33, @@ -2087,7 +2344,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -2095,7 +2352,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2103,7 +2360,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2111,7 +2368,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 20, "min_level": 30, @@ -2119,7 +2376,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "surf", "encounter_rate": 10, "min_level": 5, @@ -2133,7 +2390,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -2141,7 +2398,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 80, "min_level": 25, @@ -2149,7 +2406,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -2157,7 +2414,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 65, "min_level": 33, @@ -2165,7 +2422,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -2173,7 +2430,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 35, "min_level": 33, @@ -2181,7 +2438,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -2189,7 +2446,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2197,7 +2454,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2205,7 +2462,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 20, "min_level": 30, @@ -2213,7 +2470,101 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", + "method": "surf", + "encounter_rate": 10, + "min_level": 5, + "max_level": 35 + } + ] + }, + { + "name": "Meteor Falls (B1F)", + "order": 37, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "surf", + "encounter_rate": 90, + "min_level": 30, + "max_level": 35 + }, + { + "pokeapi_id": 339, + "pokemon_name": "Barboach", + "method": "super-rod", + "encounter_rate": 80, + "min_level": 25, + "max_level": 35 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 70, + "min_level": 5, + "max_level": 10 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 65, + "min_level": 33, + "max_level": 40 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 10, + "max_level": 30 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", + "method": "walk", + "encounter_rate": 35, + "min_level": 33, + "max_level": 39 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 30, + "min_level": 5, + "max_level": 10 + }, + { + "pokeapi_id": 339, + "pokemon_name": "Barboach", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 10, + "max_level": 30 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 10, + "max_level": 30 + }, + { + "pokeapi_id": 340, + "pokemon_name": "Whiscash", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 30, + "max_level": 45 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", "method": "surf", "encounter_rate": 10, "min_level": 5, @@ -2227,7 +2578,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -2235,7 +2586,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 80, "min_level": 25, @@ -2243,7 +2594,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -2251,7 +2602,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -2259,7 +2610,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 50, "min_level": 33, @@ -2267,7 +2618,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -2275,7 +2626,7 @@ }, { "pokeapi_id": 371, - "pokemon_name": "bagon", + "pokemon_name": "Bagon", "method": "walk", "encounter_rate": 25, "min_level": 25, @@ -2283,7 +2634,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 25, "min_level": 35, @@ -2291,7 +2642,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2299,7 +2650,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2307,7 +2658,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 20, "min_level": 30, @@ -2315,7 +2666,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "surf", "encounter_rate": 10, "min_level": 5, @@ -2325,99 +2676,13 @@ } ] }, - { - "name": "Meteor Falls", - "order": 39, - "encounters": [ - { - "pokeapi_id": 339, - "pokemon_name": "barboach", - "method": "super-rod", - "encounter_rate": 100, - "min_level": 20, - "max_level": 45 - }, - { - "pokeapi_id": 41, - "pokemon_name": "zubat", - "method": "surf", - "encounter_rate": 90, - "min_level": 5, - "max_level": 35 - }, - { - "pokeapi_id": 41, - "pokemon_name": "zubat", - "method": "walk", - "encounter_rate": 80, - "min_level": 14, - "max_level": 20 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "old-rod", - "encounter_rate": 70, - "min_level": 5, - "max_level": 10 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "good-rod", - "encounter_rate": 60, - "min_level": 10, - "max_level": 30 - }, - { - "pokeapi_id": 118, - "pokemon_name": "goldeen", - "method": "old-rod", - "encounter_rate": 30, - "min_level": 5, - "max_level": 10 - }, - { - "pokeapi_id": 339, - "pokemon_name": "barboach", - "method": "good-rod", - "encounter_rate": 20, - "min_level": 10, - "max_level": 30 - }, - { - "pokeapi_id": 118, - "pokemon_name": "goldeen", - "method": "good-rod", - "encounter_rate": 20, - "min_level": 10, - "max_level": 30 - }, - { - "pokeapi_id": 338, - "pokemon_name": "solrock", - "method": "walk", - "encounter_rate": 20, - "min_level": 14, - "max_level": 18 - }, - { - "pokeapi_id": 338, - "pokemon_name": "solrock", - "method": "surf", - "encounter_rate": 10, - "min_level": 5, - "max_level": 35 - } - ] - }, { "name": "Route 115", "order": 40, "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -2425,7 +2690,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -2433,7 +2698,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -2441,7 +2706,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -2449,7 +2714,7 @@ }, { "pokeapi_id": 276, - "pokemon_name": "taillow", + "pokemon_name": "Taillow", "method": "walk", "encounter_rate": 40, "min_level": 23, @@ -2457,7 +2722,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -2465,7 +2730,7 @@ }, { "pokeapi_id": 333, - "pokemon_name": "swablu", + "pokemon_name": "Swablu", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -2473,7 +2738,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -2481,7 +2746,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2489,7 +2754,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2497,7 +2762,7 @@ }, { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -2505,7 +2770,7 @@ }, { "pokeapi_id": 277, - "pokemon_name": "swellow", + "pokemon_name": "Swellow", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -2513,7 +2778,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -2521,7 +2786,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -2535,7 +2800,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -2543,7 +2808,7 @@ }, { "pokeapi_id": 318, - "pokemon_name": "carvanha", + "pokemon_name": "Carvanha", "method": "super-rod", "encounter_rate": 60, "min_level": 20, @@ -2551,7 +2816,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -2559,7 +2824,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -2567,7 +2832,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -2575,7 +2840,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -2583,7 +2848,7 @@ }, { "pokeapi_id": 309, - "pokemon_name": "electrike", + "pokemon_name": "Electrike", "method": "walk", "encounter_rate": 30, "min_level": 24, @@ -2591,7 +2856,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -2599,7 +2864,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 30, "min_level": 24, @@ -2607,7 +2872,7 @@ }, { "pokeapi_id": 318, - "pokemon_name": "carvanha", + "pokemon_name": "Carvanha", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2615,7 +2880,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2623,7 +2888,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 19, "min_level": 25, @@ -2631,7 +2896,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -2639,7 +2904,7 @@ }, { "pokeapi_id": 310, - "pokemon_name": "manectric", + "pokemon_name": "Manectric", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -2647,7 +2912,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -2655,7 +2920,7 @@ }, { "pokeapi_id": 352, - "pokemon_name": "kecleon", + "pokemon_name": "Kecleon", "method": "walk", "encounter_rate": 1, "min_level": 25, @@ -2669,15 +2934,23 @@ "encounters": [ { "pokeapi_id": 318, - "pokemon_name": "carvanha", + "pokemon_name": "Carvanha", "method": "super-rod", "encounter_rate": 100, "min_level": 20, "max_level": 45 }, + { + "pokeapi_id": 351, + "pokemon_name": "Castform", + "method": "gift", + "encounter_rate": 100, + "min_level": 25, + "max_level": 25 + }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -2685,7 +2958,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -2693,7 +2966,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -2701,7 +2974,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -2709,7 +2982,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 30, "min_level": 25, @@ -2717,7 +2990,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 30, "min_level": 24, @@ -2725,7 +2998,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -2733,7 +3006,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 30, "min_level": 25, @@ -2741,7 +3014,7 @@ }, { "pokeapi_id": 318, - "pokemon_name": "carvanha", + "pokemon_name": "Carvanha", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2749,7 +3022,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2757,7 +3030,7 @@ }, { "pokeapi_id": 357, - "pokemon_name": "tropius", + "pokemon_name": "Tropius", "method": "walk", "encounter_rate": 9, "min_level": 25, @@ -2765,7 +3038,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -2773,19 +3046,11 @@ }, { "pokeapi_id": 352, - "pokemon_name": "kecleon", + "pokemon_name": "Kecleon", "method": "walk", "encounter_rate": 1, "min_level": 25, "max_level": 25 - }, - { - "pokeapi_id": 351, - "pokemon_name": "castform", - "method": "gift", - "encounter_rate": 100, - "min_level": 25, - "max_level": 25 } ] }, @@ -2795,7 +3060,7 @@ "encounters": [ { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -2803,7 +3068,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 99, "min_level": 5, @@ -2811,7 +3076,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -2819,7 +3084,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -2827,7 +3092,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -2835,7 +3100,7 @@ }, { "pokeapi_id": 262, - "pokemon_name": "mightyena", + "pokemon_name": "Mightyena", "method": "walk", "encounter_rate": 30, "min_level": 25, @@ -2843,7 +3108,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 25, "min_level": 25, @@ -2851,7 +3116,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2859,7 +3124,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2867,7 +3132,7 @@ }, { "pokeapi_id": 261, - "pokemon_name": "poochyena", + "pokemon_name": "Poochyena", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -2875,7 +3140,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 15, "min_level": 25, @@ -2883,7 +3148,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 8, "min_level": 25, @@ -2891,7 +3156,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 1, "min_level": 20, @@ -2899,7 +3164,7 @@ }, { "pokeapi_id": 352, - "pokemon_name": "kecleon", + "pokemon_name": "Kecleon", "method": "walk", "encounter_rate": 1, "min_level": 25, @@ -2907,7 +3172,7 @@ }, { "pokeapi_id": 273, - "pokemon_name": "seedot", + "pokemon_name": "Seedot", "method": "walk", "encounter_rate": 1, "min_level": 25, @@ -2921,7 +3186,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -2929,7 +3194,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -2937,7 +3202,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -2945,7 +3210,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -2953,7 +3218,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -2961,7 +3226,7 @@ }, { "pokeapi_id": 353, - "pokemon_name": "shuppet", + "pokemon_name": "Shuppet", "method": "walk", "encounter_rate": 30, "min_level": 26, @@ -2969,7 +3234,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -2977,7 +3242,7 @@ }, { "pokeapi_id": 262, - "pokemon_name": "mightyena", + "pokemon_name": "Mightyena", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2985,7 +3250,7 @@ }, { "pokeapi_id": 261, - "pokemon_name": "poochyena", + "pokemon_name": "Poochyena", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2993,7 +3258,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -3001,7 +3266,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -3009,7 +3274,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 15, "min_level": 26, @@ -3017,7 +3282,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 9, "min_level": 26, @@ -3025,7 +3290,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -3033,7 +3298,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -3041,7 +3306,7 @@ }, { "pokeapi_id": 352, - "pokemon_name": "kecleon", + "pokemon_name": "Kecleon", "method": "walk", "encounter_rate": 1, "min_level": 25, @@ -3060,7 +3325,7 @@ "encounters": [ { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 95, "min_level": 20, @@ -3068,7 +3333,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 80, "min_level": 25, @@ -3076,7 +3341,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -3084,7 +3349,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -3092,7 +3357,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 40, "min_level": 10, @@ -3100,7 +3365,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -3108,7 +3373,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 30, "min_level": 27, @@ -3116,7 +3381,7 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 30, "min_level": 27, @@ -3124,7 +3389,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 20, "min_level": 25, @@ -3132,7 +3397,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 15, "min_level": 27, @@ -3140,7 +3405,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 15, "min_level": 29, @@ -3148,7 +3413,7 @@ }, { "pokeapi_id": 85, - "pokemon_name": "dodrio", + "pokemon_name": "Dodrio", "method": "walk", "encounter_rate": 5, "min_level": 29, @@ -3156,7 +3421,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -3164,7 +3429,7 @@ }, { "pokeapi_id": 127, - "pokemon_name": "pinsir", + "pokemon_name": "Pinsir", "method": "walk", "encounter_rate": 5, "min_level": 27, @@ -3178,7 +3443,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 100, "min_level": 5, @@ -3186,7 +3451,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 30, "min_level": 27, @@ -3194,7 +3459,7 @@ }, { "pokeapi_id": 231, - "pokemon_name": "phanpy", + "pokemon_name": "Phanpy", "method": "walk", "encounter_rate": 30, "min_level": 27, @@ -3202,7 +3467,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 15, "min_level": 29, @@ -3210,7 +3475,7 @@ }, { "pokeapi_id": 177, - "pokemon_name": "natu", + "pokemon_name": "Natu", "method": "walk", "encounter_rate": 15, "min_level": 27, @@ -3218,7 +3483,7 @@ }, { "pokeapi_id": 214, - "pokemon_name": "heracross", + "pokemon_name": "Heracross", "method": "walk", "encounter_rate": 5, "min_level": 27, @@ -3226,7 +3491,7 @@ }, { "pokeapi_id": 178, - "pokemon_name": "xatu", + "pokemon_name": "Xatu", "method": "walk", "encounter_rate": 5, "min_level": 29, @@ -3240,7 +3505,7 @@ "encounters": [ { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 100, "min_level": 20, @@ -3248,7 +3513,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 80, "min_level": 25, @@ -3256,7 +3521,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -3264,7 +3529,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -3272,7 +3537,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 40, "min_level": 10, @@ -3280,7 +3545,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 40, "min_level": 25, @@ -3288,7 +3553,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -3296,7 +3561,7 @@ }, { "pokeapi_id": 203, - "pokemon_name": "girafarig", + "pokemon_name": "Girafarig", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -3304,7 +3569,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 20, "min_level": 25, @@ -3312,7 +3577,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 10, "min_level": 27, @@ -3320,7 +3585,7 @@ }, { "pokeapi_id": 177, - "pokemon_name": "natu", + "pokemon_name": "Natu", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -3328,7 +3593,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 10, "min_level": 27, @@ -3336,7 +3601,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -3344,7 +3609,7 @@ }, { "pokeapi_id": 25, - "pokemon_name": "pikachu", + "pokemon_name": "Pikachu", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -3358,7 +3623,7 @@ "encounters": [ { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 40, "min_level": 25, @@ -3366,7 +3631,7 @@ }, { "pokeapi_id": 203, - "pokemon_name": "girafarig", + "pokemon_name": "Girafarig", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -3374,7 +3639,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -3382,7 +3647,7 @@ }, { "pokeapi_id": 177, - "pokemon_name": "natu", + "pokemon_name": "Natu", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -3390,7 +3655,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 10, "min_level": 27, @@ -3398,7 +3663,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -3406,7 +3671,7 @@ }, { "pokeapi_id": 25, - "pokemon_name": "pikachu", + "pokemon_name": "Pikachu", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -3420,7 +3685,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 25, @@ -3428,7 +3693,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 25, @@ -3436,7 +3701,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 60, "min_level": 25, @@ -3444,7 +3709,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "super-rod", "encounter_rate": 59, "min_level": 25, @@ -3452,7 +3717,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 40, "min_level": 25, @@ -3460,7 +3725,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 39, "min_level": 25, @@ -3468,7 +3733,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 30, "min_level": 25, @@ -3476,7 +3741,7 @@ }, { "pokeapi_id": 179, - "pokemon_name": "mareep", + "pokemon_name": "Mareep", "method": "walk", "encounter_rate": 30, "min_level": 34, @@ -3484,7 +3749,7 @@ }, { "pokeapi_id": 191, - "pokemon_name": "sunkern", + "pokemon_name": "Sunkern", "method": "walk", "encounter_rate": 30, "min_level": 33, @@ -3492,7 +3757,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 25, @@ -3500,7 +3765,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "good-rod", "encounter_rate": 20, "min_level": 30, @@ -3508,7 +3773,7 @@ }, { "pokeapi_id": 190, - "pokemon_name": "aipom", + "pokemon_name": "Aipom", "method": "walk", "encounter_rate": 10, "min_level": 34, @@ -3516,7 +3781,7 @@ }, { "pokeapi_id": 167, - "pokemon_name": "spinarak", + "pokemon_name": "Spinarak", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -3524,7 +3789,7 @@ }, { "pokeapi_id": 207, - "pokemon_name": "gligar", + "pokemon_name": "Gligar", "method": "walk", "encounter_rate": 5, "min_level": 37, @@ -3532,7 +3797,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 5, "min_level": 35, @@ -3540,7 +3805,7 @@ }, { "pokeapi_id": 209, - "pokemon_name": "snubbull", + "pokemon_name": "Snubbull", "method": "walk", "encounter_rate": 5, "min_level": 34, @@ -3548,7 +3813,7 @@ }, { "pokeapi_id": 234, - "pokemon_name": "stantler", + "pokemon_name": "Stantler", "method": "walk", "encounter_rate": 5, "min_level": 36, @@ -3556,7 +3821,7 @@ }, { "pokeapi_id": 224, - "pokemon_name": "octillery", + "pokemon_name": "Octillery", "method": "super-rod", "encounter_rate": 1, "min_level": 35, @@ -3564,7 +3829,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 1, "min_level": 35, @@ -3578,7 +3843,7 @@ "encounters": [ { "pokeapi_id": 213, - "pokemon_name": "shuckle", + "pokemon_name": "Shuckle", "method": "rock-smash", "encounter_rate": 100, "min_level": 20, @@ -3586,7 +3851,7 @@ }, { "pokeapi_id": 190, - "pokemon_name": "aipom", + "pokemon_name": "Aipom", "method": "walk", "encounter_rate": 30, "min_level": 33, @@ -3594,7 +3859,7 @@ }, { "pokeapi_id": 216, - "pokemon_name": "teddiursa", + "pokemon_name": "Teddiursa", "method": "walk", "encounter_rate": 30, "min_level": 34, @@ -3602,7 +3867,7 @@ }, { "pokeapi_id": 165, - "pokemon_name": "ledyba", + "pokemon_name": "Ledyba", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -3610,7 +3875,7 @@ }, { "pokeapi_id": 191, - "pokemon_name": "sunkern", + "pokemon_name": "Sunkern", "method": "walk", "encounter_rate": 10, "min_level": 34, @@ -3618,7 +3883,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 5, "min_level": 35, @@ -3626,7 +3891,7 @@ }, { "pokeapi_id": 228, - "pokemon_name": "houndour", + "pokemon_name": "Houndour", "method": "walk", "encounter_rate": 5, "min_level": 36, @@ -3634,7 +3899,7 @@ }, { "pokeapi_id": 241, - "pokemon_name": "miltank", + "pokemon_name": "Miltank", "method": "walk", "encounter_rate": 5, "min_level": 37, @@ -3642,7 +3907,7 @@ }, { "pokeapi_id": 204, - "pokemon_name": "pineco", + "pokemon_name": "Pineco", "method": "walk", "encounter_rate": 5, "min_level": 34, @@ -3658,7 +3923,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 85, "min_level": 25, @@ -3666,7 +3931,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -3674,7 +3939,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -3682,7 +3947,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -3690,7 +3955,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -3698,7 +3963,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -3706,7 +3971,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -3714,7 +3979,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -3722,7 +3987,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 15, "min_level": 25, @@ -3730,7 +3995,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -3744,7 +4009,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -3752,7 +4017,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -3760,7 +4025,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -3768,7 +4033,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 60, "min_level": 25, @@ -3776,7 +4041,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -3784,7 +4049,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -3792,7 +4057,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -3800,7 +4065,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -3808,7 +4073,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -3816,7 +4081,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -3829,13 +4094,27 @@ "order": 54, "encounters": [], "children": [ + { + "name": "Mt Pyre (1F)", + "order": 55, + "encounters": [ + { + "pokeapi_id": 353, + "pokemon_name": "Shuppet", + "method": "walk", + "encounter_rate": 100, + "min_level": 22, + "max_level": 29 + } + ] + }, { "name": "Mt Pyre (2f)", "order": 55, "encounters": [ { "pokeapi_id": 353, - "pokemon_name": "shuppet", + "pokemon_name": "Shuppet", "method": "walk", "encounter_rate": 100, "min_level": 22, @@ -3849,7 +4128,21 @@ "encounters": [ { "pokeapi_id": 353, - "pokemon_name": "shuppet", + "pokemon_name": "Shuppet", + "method": "walk", + "encounter_rate": 100, + "min_level": 22, + "max_level": 29 + } + ] + }, + { + "name": "Mt Pyre (2F)", + "order": 56, + "encounters": [ + { + "pokeapi_id": 353, + "pokemon_name": "Shuppet", "method": "walk", "encounter_rate": 100, "min_level": 22, @@ -3863,7 +4156,7 @@ "encounters": [ { "pokeapi_id": 353, - "pokemon_name": "shuppet", + "pokemon_name": "Shuppet", "method": "walk", "encounter_rate": 90, "min_level": 22, @@ -3871,7 +4164,7 @@ }, { "pokeapi_id": 355, - "pokemon_name": "duskull", + "pokemon_name": "Duskull", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -3879,13 +4172,27 @@ } ] }, + { + "name": "Mt Pyre (3F)", + "order": 57, + "encounters": [ + { + "pokeapi_id": 353, + "pokemon_name": "Shuppet", + "method": "walk", + "encounter_rate": 100, + "min_level": 22, + "max_level": 29 + } + ] + }, { "name": "Mt Pyre (5f)", "order": 58, "encounters": [ { "pokeapi_id": 353, - "pokemon_name": "shuppet", + "pokemon_name": "Shuppet", "method": "walk", "encounter_rate": 90, "min_level": 22, @@ -3893,7 +4200,29 @@ }, { "pokeapi_id": 355, - "pokemon_name": "duskull", + "pokemon_name": "Duskull", + "method": "walk", + "encounter_rate": 10, + "min_level": 25, + "max_level": 29 + } + ] + }, + { + "name": "Mt Pyre (4F)", + "order": 58, + "encounters": [ + { + "pokeapi_id": 353, + "pokemon_name": "Shuppet", + "method": "walk", + "encounter_rate": 90, + "min_level": 22, + "max_level": 29 + }, + { + "pokeapi_id": 355, + "pokemon_name": "Duskull", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -3907,7 +4236,7 @@ "encounters": [ { "pokeapi_id": 353, - "pokemon_name": "shuppet", + "pokemon_name": "Shuppet", "method": "walk", "encounter_rate": 90, "min_level": 22, @@ -3915,7 +4244,51 @@ }, { "pokeapi_id": 355, - "pokemon_name": "duskull", + "pokemon_name": "Duskull", + "method": "walk", + "encounter_rate": 10, + "min_level": 25, + "max_level": 29 + } + ] + }, + { + "name": "Mt Pyre (5F)", + "order": 59, + "encounters": [ + { + "pokeapi_id": 353, + "pokemon_name": "Shuppet", + "method": "walk", + "encounter_rate": 90, + "min_level": 22, + "max_level": 29 + }, + { + "pokeapi_id": 355, + "pokemon_name": "Duskull", + "method": "walk", + "encounter_rate": 10, + "min_level": 25, + "max_level": 29 + } + ] + }, + { + "name": "Mt Pyre (6F)", + "order": 60, + "encounters": [ + { + "pokeapi_id": 353, + "pokemon_name": "Shuppet", + "method": "walk", + "encounter_rate": 90, + "min_level": 22, + "max_level": 29 + }, + { + "pokeapi_id": 355, + "pokemon_name": "Duskull", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -3929,7 +4302,7 @@ "encounters": [ { "pokeapi_id": 353, - "pokemon_name": "shuppet", + "pokemon_name": "Shuppet", "method": "walk", "encounter_rate": 60, "min_level": 27, @@ -3937,7 +4310,7 @@ }, { "pokeapi_id": 37, - "pokemon_name": "vulpix", + "pokemon_name": "Vulpix", "method": "walk", "encounter_rate": 30, "min_level": 25, @@ -3945,7 +4318,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -3959,7 +4332,7 @@ "encounters": [ { "pokeapi_id": 353, - "pokemon_name": "shuppet", + "pokemon_name": "Shuppet", "method": "walk", "encounter_rate": 85, "min_level": 24, @@ -3967,7 +4340,7 @@ }, { "pokeapi_id": 355, - "pokemon_name": "duskull", + "pokemon_name": "Duskull", "method": "walk", "encounter_rate": 13, "min_level": 26, @@ -3975,7 +4348,7 @@ }, { "pokeapi_id": 358, - "pokemon_name": "chimecho", + "pokemon_name": "Chimecho", "method": "walk", "encounter_rate": 2, "min_level": 28, @@ -3989,7 +4362,7 @@ "encounters": [ { "pokeapi_id": 353, - "pokemon_name": "shuppet", + "pokemon_name": "Shuppet", "method": "walk", "encounter_rate": 100, "min_level": 22, @@ -4005,7 +4378,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -4013,7 +4386,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -4021,7 +4394,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -4029,7 +4402,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -4037,7 +4410,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -4045,7 +4418,7 @@ }, { "pokeapi_id": 353, - "pokemon_name": "shuppet", + "pokemon_name": "Shuppet", "method": "walk", "encounter_rate": 30, "min_level": 26, @@ -4053,7 +4426,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -4061,7 +4434,7 @@ }, { "pokeapi_id": 262, - "pokemon_name": "mightyena", + "pokemon_name": "Mightyena", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -4069,7 +4442,7 @@ }, { "pokeapi_id": 261, - "pokemon_name": "poochyena", + "pokemon_name": "Poochyena", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -4077,7 +4450,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4085,7 +4458,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4093,7 +4466,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 15, "min_level": 26, @@ -4101,7 +4474,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 9, "min_level": 26, @@ -4109,7 +4482,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -4117,7 +4490,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -4125,7 +4498,7 @@ }, { "pokeapi_id": 352, - "pokemon_name": "kecleon", + "pokemon_name": "Kecleon", "method": "walk", "encounter_rate": 1, "min_level": 25, @@ -4139,7 +4512,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 55, "min_level": 27, @@ -4147,7 +4520,7 @@ }, { "pokeapi_id": 324, - "pokemon_name": "torkoal", + "pokemon_name": "Torkoal", "method": "walk", "encounter_rate": 30, "min_level": 28, @@ -4155,7 +4528,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 15, "min_level": 30, @@ -4169,7 +4542,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -4177,7 +4550,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -4185,7 +4558,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -4193,7 +4566,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 60, "min_level": 25, @@ -4201,7 +4574,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -4209,7 +4582,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -4217,7 +4590,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -4225,7 +4598,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4233,7 +4606,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4241,7 +4614,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -4253,9 +4626,17 @@ "name": "Mossdeep City", "order": 66, "encounters": [ + { + "pokeapi_id": 374, + "pokemon_name": "Beldum", + "method": "gift", + "encounter_rate": 100, + "min_level": 5, + "max_level": 5 + }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -4263,7 +4644,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -4271,7 +4652,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -4279,7 +4660,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 60, "min_level": 25, @@ -4287,7 +4668,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -4295,7 +4676,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -4303,7 +4684,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -4311,7 +4692,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4319,7 +4700,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4327,19 +4708,11 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, "max_level": 30 - }, - { - "pokeapi_id": 374, - "pokemon_name": "beldum", - "method": "gift", - "encounter_rate": 100, - "min_level": 5, - "max_level": 5 } ] }, @@ -4349,7 +4722,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -4357,7 +4730,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -4365,7 +4738,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -4373,7 +4746,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 60, "min_level": 25, @@ -4381,7 +4754,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -4389,7 +4762,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -4397,7 +4770,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -4405,7 +4778,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4413,7 +4786,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4421,7 +4794,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -4435,7 +4808,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -4443,7 +4816,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -4451,7 +4824,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -4459,7 +4832,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -4467,7 +4840,7 @@ }, { "pokeapi_id": 363, - "pokemon_name": "spheal", + "pokemon_name": "Spheal", "method": "walk", "encounter_rate": 50, "min_level": 26, @@ -4475,7 +4848,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 45, "min_level": 26, @@ -4483,7 +4856,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -4491,7 +4864,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "surf", "encounter_rate": 30, "min_level": 5, @@ -4499,7 +4872,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4507,7 +4880,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4515,7 +4888,7 @@ }, { "pokeapi_id": 363, - "pokemon_name": "spheal", + "pokemon_name": "Spheal", "method": "surf", "encounter_rate": 10, "min_level": 25, @@ -4523,7 +4896,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 32, @@ -4531,13 +4904,51 @@ } ] }, + { + "name": "Shoal Cave (B1F)", + "order": 69, + "encounters": [ + { + "pokeapi_id": 363, + "pokemon_name": "Spheal", + "method": "walk", + "encounter_rate": 45, + "min_level": 26, + "max_level": 32 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 40, + "min_level": 26, + "max_level": 30 + }, + { + "pokeapi_id": 361, + "pokemon_name": "Snorunt", + "method": "walk", + "encounter_rate": 10, + "min_level": 26, + "max_level": 30 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 30, + "max_level": 32 + } + ] + }, { "name": "Shoal Cave (B1f)", "order": 69, "encounters": [ { "pokeapi_id": 363, - "pokemon_name": "spheal", + "pokemon_name": "Spheal", "method": "walk", "encounter_rate": 45, "min_level": 26, @@ -4545,7 +4956,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 40, "min_level": 26, @@ -4553,7 +4964,7 @@ }, { "pokeapi_id": 361, - "pokemon_name": "snorunt", + "pokemon_name": "Snorunt", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -4561,7 +4972,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -4575,7 +4986,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -4583,7 +4994,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -4591,7 +5002,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -4599,7 +5010,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 60, "min_level": 25, @@ -4607,7 +5018,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -4615,7 +5026,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -4623,7 +5034,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -4631,7 +5042,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4639,7 +5050,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4647,7 +5058,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -4661,7 +5072,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 100, "min_level": 10, @@ -4669,7 +5080,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -4677,7 +5088,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 80, "min_level": 30, @@ -4685,7 +5096,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -4693,7 +5104,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -4701,7 +5112,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 20, "min_level": 5, @@ -4720,7 +5131,7 @@ "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 90, "min_level": 28, @@ -4728,7 +5139,37 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 33, + "max_level": 36 + } + ] + }, + { + "name": "Cave Of Origin (1F)", + "order": 74, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 60, + "min_level": 30, + "max_level": 34 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 30, + "min_level": 30, + "max_level": 34 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -4742,7 +5183,7 @@ "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 60, "min_level": 30, @@ -4750,7 +5191,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -4758,7 +5199,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -4772,7 +5213,7 @@ "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 60, "min_level": 30, @@ -4780,7 +5221,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -4788,7 +5229,37 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 33, + "max_level": 36 + } + ] + }, + { + "name": "Cave Of Origin (B1F)", + "order": 75, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 60, + "min_level": 30, + "max_level": 34 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 30, + "min_level": 30, + "max_level": 34 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -4802,7 +5273,7 @@ "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 60, "min_level": 30, @@ -4810,7 +5281,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -4818,7 +5289,67 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 33, + "max_level": 36 + } + ] + }, + { + "name": "Cave Of Origin (B2F)", + "order": 76, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 60, + "min_level": 30, + "max_level": 34 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 30, + "min_level": 30, + "max_level": 34 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 33, + "max_level": 36 + } + ] + }, + { + "name": "Cave Of Origin (B3F)", + "order": 77, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 60, + "min_level": 30, + "max_level": 34 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 30, + "min_level": 30, + "max_level": 34 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -4832,7 +5363,7 @@ "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 60, "min_level": 30, @@ -4840,7 +5371,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -4848,7 +5379,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -4864,7 +5395,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -4872,7 +5403,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -4880,7 +5411,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -4888,7 +5419,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 60, "min_level": 25, @@ -4896,7 +5427,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -4904,7 +5435,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -4912,7 +5443,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -4920,7 +5451,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4928,7 +5459,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4936,7 +5467,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -4950,7 +5481,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -4958,7 +5489,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -4966,7 +5497,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -4974,7 +5505,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -4982,7 +5513,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -4990,7 +5521,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -4998,7 +5529,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -5006,7 +5537,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5014,7 +5545,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5022,7 +5553,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 15, "min_level": 30, @@ -5030,7 +5561,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -5044,7 +5575,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -5052,7 +5583,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 90, "min_level": 28, @@ -5060,7 +5591,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -5068,7 +5599,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -5076,7 +5607,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -5084,7 +5615,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "surf", "encounter_rate": 35, "min_level": 5, @@ -5092,7 +5623,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -5100,7 +5631,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5108,7 +5639,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5116,7 +5647,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -5124,7 +5655,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 5, "min_level": 30, @@ -5138,7 +5669,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -5146,7 +5677,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -5154,7 +5685,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -5162,7 +5693,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 60, "min_level": 25, @@ -5170,7 +5701,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -5178,7 +5709,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -5186,7 +5717,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -5194,7 +5725,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5202,7 +5733,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5210,7 +5741,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 4, "min_level": 25, @@ -5218,7 +5749,7 @@ }, { "pokeapi_id": 321, - "pokemon_name": "wailord", + "pokemon_name": "Wailord", "method": "surf", "encounter_rate": 1, "min_level": 25, @@ -5232,7 +5763,7 @@ "encounters": [ { "pokeapi_id": 360, - "pokemon_name": "wynaut", + "pokemon_name": "Wynaut", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -5240,7 +5771,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -5248,7 +5779,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -5256,7 +5787,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -5264,7 +5795,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 60, "min_level": 25, @@ -5272,7 +5803,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -5280,7 +5811,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -5288,7 +5819,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -5296,7 +5827,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5304,7 +5835,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5312,7 +5843,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -5326,7 +5857,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -5334,7 +5865,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -5342,7 +5873,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -5350,7 +5881,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 60, "min_level": 25, @@ -5358,7 +5889,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -5366,7 +5897,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -5374,7 +5905,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -5382,7 +5913,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5390,7 +5921,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5398,7 +5929,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -5412,7 +5943,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -5420,7 +5951,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -5428,7 +5959,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -5436,7 +5967,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 60, "min_level": 25, @@ -5444,7 +5975,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -5452,7 +5983,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -5460,7 +5991,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -5468,7 +5999,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5476,7 +6007,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5484,7 +6015,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -5498,7 +6029,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -5506,7 +6037,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -5514,7 +6045,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -5522,7 +6053,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -5530,7 +6061,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -5538,7 +6069,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -5546,7 +6077,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -5554,7 +6085,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5562,7 +6093,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5570,7 +6101,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 15, "min_level": 25, @@ -5578,7 +6109,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -5592,7 +6123,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -5600,7 +6131,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -5608,7 +6139,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -5616,7 +6147,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -5624,7 +6155,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -5632,7 +6163,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -5640,7 +6171,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -5648,7 +6179,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5656,7 +6187,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5664,7 +6195,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 15, "min_level": 25, @@ -5672,7 +6203,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -5686,7 +6217,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -5694,7 +6225,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -5702,7 +6233,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -5710,7 +6241,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -5718,7 +6249,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -5726,7 +6257,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -5734,7 +6265,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -5742,7 +6273,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5750,7 +6281,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5758,7 +6289,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 15, "min_level": 25, @@ -5766,7 +6297,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -5780,7 +6311,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -5788,7 +6319,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -5796,7 +6327,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -5804,7 +6335,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -5812,7 +6343,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -5820,7 +6351,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -5828,7 +6359,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -5836,7 +6367,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5844,7 +6375,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5852,7 +6383,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 15, "min_level": 30, @@ -5860,7 +6391,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -5879,7 +6410,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 25, "min_level": 38, @@ -5887,7 +6418,7 @@ }, { "pokeapi_id": 297, - "pokemon_name": "hariyama", + "pokemon_name": "Hariyama", "method": "walk", "encounter_rate": 25, "min_level": 38, @@ -5895,7 +6426,7 @@ }, { "pokeapi_id": 305, - "pokemon_name": "lairon", + "pokemon_name": "Lairon", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -5903,7 +6434,7 @@ }, { "pokeapi_id": 294, - "pokemon_name": "loudred", + "pokemon_name": "Loudred", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -5911,7 +6442,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 10, "min_level": 36, @@ -5919,7 +6450,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 36, @@ -5927,7 +6458,7 @@ }, { "pokeapi_id": 304, - "pokemon_name": "aron", + "pokemon_name": "Aron", "method": "walk", "encounter_rate": 5, "min_level": 36, @@ -5935,7 +6466,77 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", + "method": "walk", + "encounter_rate": 5, + "min_level": 36, + "max_level": 36 + } + ] + }, + { + "name": "Victory Road (1F)", + "order": 90, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 25, + "min_level": 38, + "max_level": 40 + }, + { + "pokeapi_id": 297, + "pokemon_name": "Hariyama", + "method": "walk", + "encounter_rate": 25, + "min_level": 38, + "max_level": 40 + }, + { + "pokeapi_id": 305, + "pokemon_name": "Lairon", + "method": "walk", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 294, + "pokemon_name": "Loudred", + "method": "walk", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 10, + "min_level": 36, + "max_level": 36 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 36, + "max_level": 36 + }, + { + "pokeapi_id": 304, + "pokemon_name": "Aron", + "method": "walk", + "encounter_rate": 5, + "min_level": 36, + "max_level": 36 + }, + { + "pokeapi_id": 293, + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 5, "min_level": 36, @@ -5949,7 +6550,7 @@ "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 70, "min_level": 30, @@ -5957,7 +6558,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 35, "min_level": 38, @@ -5965,7 +6566,7 @@ }, { "pokeapi_id": 297, - "pokemon_name": "hariyama", + "pokemon_name": "Hariyama", "method": "walk", "encounter_rate": 35, "min_level": 38, @@ -5973,7 +6574,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 30, "min_level": 30, @@ -5981,7 +6582,7 @@ }, { "pokeapi_id": 305, - "pokemon_name": "lairon", + "pokemon_name": "Lairon", "method": "walk", "encounter_rate": 25, "min_level": 40, @@ -5989,7 +6590,7 @@ }, { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 5, "min_level": 38, @@ -5997,13 +6598,169 @@ } ] }, + { + "name": "Victory Road (B1F)", + "order": 91, + "encounters": [ + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "rock-smash", + "encounter_rate": 70, + "min_level": 30, + "max_level": 40 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 35, + "min_level": 38, + "max_level": 42 + }, + { + "pokeapi_id": 297, + "pokemon_name": "Hariyama", + "method": "walk", + "encounter_rate": 35, + "min_level": 38, + "max_level": 42 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "rock-smash", + "encounter_rate": 30, + "min_level": 30, + "max_level": 40 + }, + { + "pokeapi_id": 305, + "pokemon_name": "Lairon", + "method": "walk", + "encounter_rate": 25, + "min_level": 40, + "max_level": 42 + }, + { + "pokeapi_id": 303, + "pokemon_name": "Mawile", + "method": "walk", + "encounter_rate": 5, + "min_level": 38, + "max_level": 38 + } + ] + }, + { + "name": "Victory Road (B2F)", + "order": 92, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "surf", + "encounter_rate": 100, + "min_level": 25, + "max_level": 40 + }, + { + "pokeapi_id": 339, + "pokemon_name": "Barboach", + "method": "super-rod", + "encounter_rate": 80, + "min_level": 25, + "max_level": 35 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 70, + "min_level": 5, + "max_level": 10 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 10, + "max_level": 30 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 35, + "min_level": 40, + "max_level": 44 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 35, + "min_level": 40, + "max_level": 44 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 30, + "min_level": 5, + "max_level": 10 + }, + { + "pokeapi_id": 305, + "pokemon_name": "Lairon", + "method": "walk", + "encounter_rate": 25, + "min_level": 40, + "max_level": 44 + }, + { + "pokeapi_id": 339, + "pokemon_name": "Barboach", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 10, + "max_level": 30 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 10, + "max_level": 30 + }, + { + "pokeapi_id": 340, + "pokemon_name": "Whiscash", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 30, + "max_level": 45 + }, + { + "pokeapi_id": 303, + "pokemon_name": "Mawile", + "method": "walk", + "encounter_rate": 5, + "min_level": 42, + "max_level": 44 + } + ] + }, { "name": "Victory Road (B2f)", "order": 92, "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 100, "min_level": 25, @@ -6011,7 +6768,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 80, "min_level": 25, @@ -6019,7 +6776,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -6027,7 +6784,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -6035,7 +6792,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 35, "min_level": 40, @@ -6043,7 +6800,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 35, "min_level": 40, @@ -6051,7 +6808,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -6059,7 +6816,7 @@ }, { "pokeapi_id": 305, - "pokemon_name": "lairon", + "pokemon_name": "Lairon", "method": "walk", "encounter_rate": 25, "min_level": 40, @@ -6067,7 +6824,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -6075,7 +6832,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -6083,7 +6840,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 20, "min_level": 30, @@ -6091,7 +6848,7 @@ }, { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 5, "min_level": 42, @@ -6112,7 +6869,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 34, @@ -6120,7 +6877,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 30, "min_level": 33, @@ -6128,7 +6885,7 @@ }, { "pokeapi_id": 344, - "pokemon_name": "claydol", + "pokemon_name": "Claydol", "method": "walk", "encounter_rate": 25, "min_level": 36, @@ -6136,7 +6893,83 @@ }, { "pokeapi_id": 354, - "pokemon_name": "banette", + "pokemon_name": "Banette", + "method": "walk", + "encounter_rate": 15, + "min_level": 37, + "max_level": 38 + } + ] + }, + { + "name": "Sky Pillar (1F)", + "order": 94, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 34, + "max_level": 35 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 30, + "min_level": 33, + "max_level": 34 + }, + { + "pokeapi_id": 344, + "pokemon_name": "Claydol", + "method": "walk", + "encounter_rate": 25, + "min_level": 36, + "max_level": 38 + }, + { + "pokeapi_id": 354, + "pokemon_name": "Banette", + "method": "walk", + "encounter_rate": 15, + "min_level": 37, + "max_level": 38 + } + ] + }, + { + "name": "Sky Pillar (3F)", + "order": 95, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 34, + "max_level": 35 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 30, + "min_level": 33, + "max_level": 34 + }, + { + "pokeapi_id": 344, + "pokemon_name": "Claydol", + "method": "walk", + "encounter_rate": 25, + "min_level": 36, + "max_level": 38 + }, + { + "pokeapi_id": 354, + "pokemon_name": "Banette", "method": "walk", "encounter_rate": 15, "min_level": 37, @@ -6150,7 +6983,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 34, @@ -6158,7 +6991,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 30, "min_level": 33, @@ -6166,7 +6999,7 @@ }, { "pokeapi_id": 344, - "pokemon_name": "claydol", + "pokemon_name": "Claydol", "method": "walk", "encounter_rate": 25, "min_level": 36, @@ -6174,7 +7007,7 @@ }, { "pokeapi_id": 354, - "pokemon_name": "banette", + "pokemon_name": "Banette", "method": "walk", "encounter_rate": 15, "min_level": 37, @@ -6188,7 +7021,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 34, @@ -6196,7 +7029,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 30, "min_level": 33, @@ -6204,7 +7037,7 @@ }, { "pokeapi_id": 344, - "pokemon_name": "claydol", + "pokemon_name": "Claydol", "method": "walk", "encounter_rate": 19, "min_level": 36, @@ -6212,7 +7045,7 @@ }, { "pokeapi_id": 354, - "pokemon_name": "banette", + "pokemon_name": "Banette", "method": "walk", "encounter_rate": 15, "min_level": 37, @@ -6220,7 +7053,53 @@ }, { "pokeapi_id": 334, - "pokemon_name": "altaria", + "pokemon_name": "Altaria", + "method": "walk", + "encounter_rate": 6, + "min_level": 38, + "max_level": 39 + } + ] + }, + { + "name": "Sky Pillar (5F)", + "order": 96, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 34, + "max_level": 35 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 30, + "min_level": 33, + "max_level": 34 + }, + { + "pokeapi_id": 344, + "pokemon_name": "Claydol", + "method": "walk", + "encounter_rate": 19, + "min_level": 36, + "max_level": 37 + }, + { + "pokeapi_id": 354, + "pokemon_name": "Banette", + "method": "walk", + "encounter_rate": 15, + "min_level": 37, + "max_level": 38 + }, + { + "pokeapi_id": 334, + "pokemon_name": "Altaria", "method": "walk", "encounter_rate": 6, "min_level": 38, @@ -6236,7 +7115,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 99, "min_level": 5, @@ -6244,7 +7123,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 80, "min_level": 25, @@ -6252,7 +7131,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -6260,7 +7139,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -6268,7 +7147,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 40, "min_level": 10, @@ -6276,7 +7155,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -6284,7 +7163,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 20, @@ -6292,7 +7171,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 1, "min_level": 30, @@ -6306,7 +7185,7 @@ "encounters": [ { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 50, "min_level": 38, @@ -6314,7 +7193,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 34, "min_level": 35, @@ -6322,7 +7201,7 @@ }, { "pokeapi_id": 294, - "pokemon_name": "loudred", + "pokemon_name": "Loudred", "method": "walk", "encounter_rate": 16, "min_level": 38, @@ -6336,7 +7215,7 @@ "encounters": [ { "pokeapi_id": 235, - "pokemon_name": "smeargle", + "pokemon_name": "Smeargle", "method": "walk", "encounter_rate": 100, "min_level": 40, @@ -6355,7 +7234,7 @@ "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 100, "min_level": 6, @@ -6369,7 +7248,7 @@ "encounters": [ { "pokeapi_id": 179, - "pokemon_name": "mareep", + "pokemon_name": "Mareep", "method": "walk", "encounter_rate": 100, "min_level": 3, @@ -6383,7 +7262,7 @@ "encounters": [ { "pokeapi_id": 204, - "pokemon_name": "pineco", + "pokemon_name": "Pineco", "method": "walk", "encounter_rate": 100, "min_level": 19, @@ -6397,7 +7276,7 @@ "encounters": [ { "pokeapi_id": 228, - "pokemon_name": "houndour", + "pokemon_name": "Houndour", "method": "walk", "encounter_rate": 100, "min_level": 12, @@ -6411,7 +7290,7 @@ "encounters": [ { "pokeapi_id": 190, - "pokemon_name": "aipom", + "pokemon_name": "Aipom", "method": "walk", "encounter_rate": 100, "min_level": 18, @@ -6425,7 +7304,7 @@ "encounters": [ { "pokeapi_id": 234, - "pokemon_name": "stantler", + "pokemon_name": "Stantler", "method": "walk", "encounter_rate": 100, "min_level": 18, @@ -6439,7 +7318,7 @@ "encounters": [ { "pokeapi_id": 216, - "pokemon_name": "teddiursa", + "pokemon_name": "Teddiursa", "method": "walk", "encounter_rate": 100, "min_level": 6, @@ -6453,7 +7332,7 @@ "encounters": [ { "pokeapi_id": 213, - "pokemon_name": "shuckle", + "pokemon_name": "Shuckle", "method": "walk", "encounter_rate": 100, "min_level": 18, @@ -6467,7 +7346,7 @@ "encounters": [ { "pokeapi_id": 235, - "pokemon_name": "smeargle", + "pokemon_name": "Smeargle", "method": "walk", "encounter_rate": 100, "min_level": 18, diff --git a/backend/src/app/seeds/data/evolutions.json b/backend/src/app/seeds/data/evolutions.json index 722bbb7..ef29acc 100644 --- a/backend/src/app/seeds/data/evolutions.json +++ b/backend/src/app/seeds/data/evolutions.json @@ -276,7 +276,7 @@ "min_level": null, "item": null, "held_item": null, - "condition": "happiness \u003e= 160", + "condition": "happiness >= 160", "region": null }, { @@ -796,7 +796,7 @@ "min_level": null, "item": null, "held_item": null, - "condition": "happiness \u003e= 160", + "condition": "happiness >= 160", "region": null }, { @@ -946,7 +946,7 @@ "min_level": null, "item": null, "held_item": null, - "condition": "happiness \u003e= 160, day", + "condition": "happiness >= 160, day", "region": null }, { @@ -956,7 +956,7 @@ "min_level": null, "item": null, "held_item": null, - "condition": "happiness \u003e= 160, night", + "condition": "happiness >= 160, night", "region": null }, { @@ -1006,7 +1006,7 @@ "min_level": null, "item": null, "held_item": null, - "condition": "affection \u003e= 2, knows fairy-type move", + "condition": "affection >= 2, knows fairy-type move", "region": null }, { @@ -1176,7 +1176,7 @@ "min_level": null, "item": null, "held_item": null, - "condition": "happiness \u003e= 220", + "condition": "happiness >= 220", "region": null }, { @@ -1186,7 +1186,7 @@ "min_level": null, "item": null, "held_item": null, - "condition": "happiness \u003e= 160", + "condition": "happiness >= 160", "region": null }, { @@ -1196,7 +1196,7 @@ "min_level": null, "item": null, "held_item": null, - "condition": "happiness \u003e= 160", + "condition": "happiness >= 160", "region": null }, { @@ -1206,7 +1206,7 @@ "min_level": null, "item": null, "held_item": null, - "condition": "happiness \u003e= 160", + "condition": "happiness >= 160", "region": null }, { @@ -1566,7 +1566,7 @@ "min_level": 20, "item": null, "held_item": null, - "condition": "atk \u003e def", + "condition": "atk > def", "region": null }, { @@ -1576,7 +1576,7 @@ "min_level": 20, "item": null, "held_item": null, - "condition": "atk \u003c def", + "condition": "atk < def", "region": null }, { @@ -1966,7 +1966,7 @@ "min_level": null, "item": null, "held_item": null, - "condition": "happiness \u003e= 160", + "condition": "happiness >= 160", "region": null }, { @@ -2206,7 +2206,7 @@ "min_level": null, "item": null, "held_item": null, - "condition": "beauty \u003e= 170", + "condition": "beauty >= 170", "region": null }, { @@ -2476,7 +2476,7 @@ "min_level": null, "item": null, "held_item": null, - "condition": "happiness \u003e= 160, day", + "condition": "happiness >= 160, day", "region": null }, { @@ -2576,7 +2576,7 @@ "min_level": null, "item": null, "held_item": null, - "condition": "happiness \u003e= 160", + "condition": "happiness >= 160", "region": null }, { @@ -2596,7 +2596,7 @@ "min_level": null, "item": null, "held_item": null, - "condition": "happiness \u003e= 220, night", + "condition": "happiness >= 220, night", "region": null }, { @@ -2676,7 +2676,7 @@ "min_level": null, "item": null, "held_item": null, - "condition": "happiness \u003e= 160", + "condition": "happiness >= 160", "region": null }, { @@ -2686,7 +2686,7 @@ "min_level": null, "item": null, "held_item": null, - "condition": "happiness \u003e= 160, day", + "condition": "happiness >= 160, day", "region": null }, { @@ -2946,7 +2946,7 @@ "min_level": null, "item": null, "held_item": null, - "condition": "happiness \u003e= 160", + "condition": "happiness >= 160", "region": null }, { @@ -3016,7 +3016,7 @@ "min_level": null, "item": null, "held_item": null, - "condition": "happiness \u003e= 220", + "condition": "happiness >= 220", "region": null }, { @@ -4146,7 +4146,7 @@ "min_level": null, "item": null, "held_item": null, - "condition": "happiness \u003e= 160", + "condition": "happiness >= 160", "region": null }, { @@ -4526,7 +4526,7 @@ "min_level": null, "item": null, "held_item": null, - "condition": "happiness \u003e= 160, night", + "condition": "happiness >= 160, night", "region": null }, { diff --git a/backend/src/app/seeds/data/firered-bosses.json b/backend/src/app/seeds/data/firered-bosses.json new file mode 100644 index 0000000..44ec361 --- /dev/null +++ b/backend/src/app/seeds/data/firered-bosses.json @@ -0,0 +1,227 @@ +[ + { + "name": "Brock", + "boss_type": "gym_leader", + "badge_name": "Boulder Badge", + "badge_image_url": "https://archives.bulbagarden.net/media/upload/thumb/d/dd/Boulder_Badge.png/50px-Boulder_Badge.png", + "level_cap": 14, + "order": 1, + "location": "Pewter City Gym", + "sprite_url": "https://archives.bulbagarden.net/media/upload/thumb/d/dd/Boulder_Badge.png/50px-Boulder_Badge.png", + "pokemon": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "level": 12, + "order": 1 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "level": 14, + "order": 2 + } + ] + }, + { + "name": "Misty", + "boss_type": "gym_leader", + "badge_name": "Cascade Badge", + "badge_image_url": "https://archives.bulbagarden.net/media/upload/thumb/9/9c/Cascade_Badge.png/50px-Cascade_Badge.png", + "level_cap": 21, + "order": 2, + "location": "Cerulean City Gym", + "sprite_url": "https://archives.bulbagarden.net/media/upload/thumb/9/9c/Cascade_Badge.png/50px-Cascade_Badge.png", + "pokemon": [ + { + "pokeapi_id": 120, + "pokemon_name": "Staryu", + "level": 18, + "order": 1 + }, + { + "pokeapi_id": 121, + "pokemon_name": "Starmie", + "level": 21, + "order": 2 + } + ] + }, + { + "name": "Lt. Surge", + "boss_type": "gym_leader", + "badge_name": "Thunder Badge", + "badge_image_url": "https://archives.bulbagarden.net/media/upload/thumb/a/a6/Thunder_Badge.png/50px-Thunder_Badge.png", + "level_cap": 24, + "order": 3, + "location": "Vermillion City Gym", + "sprite_url": "https://archives.bulbagarden.net/media/upload/thumb/a/a6/Thunder_Badge.png/50px-Thunder_Badge.png", + "pokemon": [ + { + "pokeapi_id": 100, + "pokemon_name": "Voltorb", + "level": 21, + "order": 1 + }, + { + "pokeapi_id": 25, + "pokemon_name": "Pikachu", + "level": 18, + "order": 2 + }, + { + "pokeapi_id": 26, + "pokemon_name": "Raichu", + "level": 24, + "order": 3 + } + ] + }, + { + "name": "Erika", + "boss_type": "gym_leader", + "badge_name": "Rainbow Badge", + "badge_image_url": "https://archives.bulbagarden.net/media/upload/thumb/b/b5/Rainbow_Badge.png/50px-Rainbow_Badge.png", + "level_cap": 29, + "order": 4, + "location": "Celadon City Gym", + "sprite_url": "https://archives.bulbagarden.net/media/upload/thumb/b/b5/Rainbow_Badge.png/50px-Rainbow_Badge.png", + "pokemon": [] + }, + { + "name": "Sabrina", + "boss_type": "gym_leader", + "badge_name": "Marsh Badge", + "badge_image_url": "https://archives.bulbagarden.net/media/upload/thumb/6/6b/Marsh_Badge.png/50px-Marsh_Badge.png", + "level_cap": 43, + "order": 5, + "location": "Saffron City Gym", + "sprite_url": "https://archives.bulbagarden.net/media/upload/thumb/6/6b/Marsh_Badge.png/50px-Marsh_Badge.png", + "pokemon": [] + }, + { + "name": "Koga", + "boss_type": "gym_leader", + "badge_name": "Soul Badge", + "badge_image_url": "https://archives.bulbagarden.net/media/upload/thumb/7/7d/Soul_Badge.png/50px-Soul_Badge.png", + "level_cap": 43, + "order": 6, + "location": "Fuchsia City Gym", + "sprite_url": "https://archives.bulbagarden.net/media/upload/thumb/7/7d/Soul_Badge.png/50px-Soul_Badge.png", + "pokemon": [] + }, + { + "name": "Blaine", + "boss_type": "gym_leader", + "badge_name": "Volcano Badge", + "badge_image_url": "https://archives.bulbagarden.net/media/upload/thumb/1/12/Volcano_Badge.png/50px-Volcano_Badge.png", + "level_cap": 47, + "order": 7, + "location": "Cinnabar Island Gym", + "sprite_url": "https://archives.bulbagarden.net/media/upload/thumb/1/12/Volcano_Badge.png/50px-Volcano_Badge.png", + "pokemon": [] + }, + { + "name": "Giovanni", + "boss_type": "gym_leader", + "badge_name": "50", + "badge_image_url": "https://archives.bulbagarden.net/media/upload/thumb/7/78/Earth_Badge.png/50px-Earth_Badge.png", + "level_cap": 50, + "order": 8, + "location": "Viridian City Gym", + "sprite_url": "https://archives.bulbagarden.net/media/upload/thumb/7/78/Earth_Badge.png/50px-Earth_Badge.png", + "pokemon": [] + }, + { + "name": "Lorelei", + "boss_type": "elite_four", + "badge_name": null, + "badge_image_url": null, + "level_cap": 54, + "order": 9, + "location": "Indigo Plateau", + "sprite_url": null, + "pokemon": [] + }, + { + "name": "Bruno", + "boss_type": "elite_four", + "badge_name": null, + "badge_image_url": null, + "level_cap": 56, + "order": 10, + "location": "Indigo Plateau", + "sprite_url": null, + "pokemon": [] + }, + { + "name": "Agatha", + "boss_type": "elite_four", + "badge_name": null, + "badge_image_url": null, + "level_cap": 58, + "order": 11, + "location": "Indigo Plateau", + "sprite_url": null, + "pokemon": [] + }, + { + "name": "Lance", + "boss_type": "elite_four", + "badge_name": null, + "badge_image_url": null, + "level_cap": 60, + "order": 12, + "location": "Indigo Plateau", + "sprite_url": null, + "pokemon": [] + }, + { + "name": "Blue", + "boss_type": "champion", + "badge_name": null, + "badge_image_url": null, + "level_cap": 63, + "order": 13, + "location": "Indigo Plateau", + "sprite_url": null, + "pokemon": [ + { + "pokeapi_id": 18, + "pokemon_name": "Pidgeot", + "level": 59, + "order": 1 + }, + { + "pokeapi_id": 65, + "pokemon_name": "Alakazam", + "level": 57, + "order": 2 + }, + { + "pokeapi_id": 112, + "pokemon_name": "Rhydon", + "level": 59, + "order": 3 + }, + { + "pokeapi_id": 103, + "pokemon_name": "Exeggutor", + "level": 59, + "order": 4 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "level": 61, + "order": 5 + }, + { + "pokeapi_id": 6, + "pokemon_name": "Charizard", + "level": 63, + "order": 6 + } + ] + } +] diff --git a/backend/src/app/seeds/data/firered.json b/backend/src/app/seeds/data/firered.json index fcf225c..7664138 100644 --- a/backend/src/app/seeds/data/firered.json +++ b/backend/src/app/seeds/data/firered.json @@ -5,7 +5,7 @@ "encounters": [ { "pokeapi_id": 1, - "pokemon_name": "bulbasaur", + "pokemon_name": "Bulbasaur", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -13,7 +13,7 @@ }, { "pokeapi_id": 4, - "pokemon_name": "charmander", + "pokemon_name": "Charmander", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -21,7 +21,7 @@ }, { "pokeapi_id": 7, - "pokemon_name": "squirtle", + "pokemon_name": "Squirtle", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -35,7 +35,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -43,7 +43,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -51,7 +51,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -59,7 +59,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -67,7 +67,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -75,7 +75,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -83,7 +83,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -91,7 +91,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -99,7 +99,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -107,7 +107,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -121,7 +121,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 50, "min_level": 2, @@ -129,7 +129,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 50, "min_level": 2, @@ -138,12 +138,12 @@ ] }, { - "name": "Viridian City", + "name": "Route 22", "order": 4, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -151,7 +151,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 100, "min_level": 20, @@ -159,85 +159,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", - "method": "good-rod", - "encounter_rate": 60, - "min_level": 5, - "max_level": 15 - }, - { - "pokeapi_id": 60, - "pokemon_name": "poliwag", - "method": "super-rod", - "encounter_rate": 40, - "min_level": 15, - "max_level": 25 - }, - { - "pokeapi_id": 61, - "pokemon_name": "poliwhirl", - "method": "super-rod", - "encounter_rate": 40, - "min_level": 20, - "max_level": 30 - }, - { - "pokeapi_id": 118, - "pokemon_name": "goldeen", - "method": "good-rod", - "encounter_rate": 20, - "min_level": 5, - "max_level": 15 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "good-rod", - "encounter_rate": 20, - "min_level": 5, - "max_level": 15 - }, - { - "pokeapi_id": 130, - "pokemon_name": "gyarados", - "method": "super-rod", - "encounter_rate": 15, - "min_level": 15, - "max_level": 25 - }, - { - "pokeapi_id": 54, - "pokemon_name": "psyduck", - "method": "super-rod", - "encounter_rate": 5, - "min_level": 15, - "max_level": 35 - } - ] - }, - { - "name": "Route 22", - "order": 5, - "encounters": [ - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "old-rod", - "encounter_rate": 100, - "min_level": 5, - "max_level": 5 - }, - { - "pokeapi_id": 54, - "pokemon_name": "psyduck", - "method": "surf", - "encounter_rate": 100, - "min_level": 20, - "max_level": 40 - }, - { - "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -245,7 +167,7 @@ }, { "pokeapi_id": 56, - "pokemon_name": "mankey", + "pokemon_name": "Mankey", "method": "walk", "encounter_rate": 45, "min_level": 2, @@ -253,7 +175,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 45, "min_level": 2, @@ -261,7 +183,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -269,7 +191,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 40, "min_level": 20, @@ -277,7 +199,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -285,7 +207,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -293,7 +215,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -301,7 +223,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 10, "min_level": 3, @@ -309,7 +231,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 5, "min_level": 15, @@ -319,11 +241,11 @@ }, { "name": "Route 2 (South Towards Viridian City)", - "order": 6, + "order": 5, "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 45, "min_level": 2, @@ -331,7 +253,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 45, "min_level": 2, @@ -339,7 +261,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 5, "min_level": 4, @@ -347,7 +269,7 @@ }, { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 5, "min_level": 4, @@ -357,11 +279,11 @@ }, { "name": "Viridian Forest", - "order": 7, + "order": 6, "encounters": [ { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 40, "min_level": 3, @@ -369,7 +291,7 @@ }, { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 40, "min_level": 3, @@ -377,7 +299,7 @@ }, { "pokeapi_id": 14, - "pokemon_name": "kakuna", + "pokemon_name": "Kakuna", "method": "walk", "encounter_rate": 10, "min_level": 4, @@ -385,7 +307,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 5, "min_level": 5, @@ -393,7 +315,7 @@ }, { "pokeapi_id": 25, - "pokemon_name": "pikachu", + "pokemon_name": "Pikachu", "method": "walk", "encounter_rate": 5, "min_level": 3, @@ -401,13 +323,91 @@ } ] }, + { + "name": "Viridian City", + "order": 7, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 5, + "max_level": 5 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "surf", + "encounter_rate": 100, + "min_level": 20, + "max_level": 40 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 61, + "pokemon_name": "Poliwhirl", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 30 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 15, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "super-rod", + "encounter_rate": 5, + "min_level": 15, + "max_level": 35 + } + ] + }, { "name": "Route 3", "order": 8, "encounters": [ { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 35, "min_level": 6, @@ -415,7 +415,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 30, "min_level": 6, @@ -423,7 +423,7 @@ }, { "pokeapi_id": 32, - "pokemon_name": "nidoran-m", + "pokemon_name": "Nidoran M", "method": "walk", "encounter_rate": 14, "min_level": 6, @@ -431,7 +431,7 @@ }, { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 10, "min_level": 3, @@ -439,7 +439,7 @@ }, { "pokeapi_id": 56, - "pokemon_name": "mankey", + "pokemon_name": "Mankey", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -447,7 +447,7 @@ }, { "pokeapi_id": 29, - "pokemon_name": "nidoran-f", + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 1, "min_level": 6, @@ -461,12 +461,12 @@ "encounters": [], "children": [ { - "name": "Mt Moon (1f)", + "name": "Mt Moon (1F)", "order": 10, "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 69, "min_level": 7, @@ -474,7 +474,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 25, "min_level": 7, @@ -482,7 +482,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 5, "min_level": 8, @@ -490,7 +490,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 1, "min_level": 8, @@ -499,12 +499,50 @@ ] }, { - "name": "Mt Moon (B1f)", + "name": "Mt Moon (1f)", "order": 11, "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 69, + "min_level": 7, + "max_level": 10 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 25, + "min_level": 7, + "max_level": 9 + }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", + "method": "walk", + "encounter_rate": 5, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 1, + "min_level": 8, + "max_level": 8 + } + ] + }, + { + "name": "Mt Moon (B1F)", + "order": 12, + "encounters": [ + { + "pokeapi_id": 46, + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -513,12 +551,26 @@ ] }, { - "name": "Mt Moon (B2f)", - "order": 12, + "name": "Mt Moon (B1f)", + "order": 13, + "encounters": [ + { + "pokeapi_id": 46, + "pokemon_name": "Paras", + "method": "walk", + "encounter_rate": 100, + "min_level": 5, + "max_level": 10 + } + ] + }, + { + "name": "Mt Moon (B2F)", + "order": 14, "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 49, "min_level": 8, @@ -526,7 +578,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 30, "min_level": 9, @@ -534,7 +586,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 15, "min_level": 10, @@ -542,7 +594,45 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 6, + "min_level": 10, + "max_level": 12 + } + ] + }, + { + "name": "Mt Moon (B2f)", + "order": 15, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 49, + "min_level": 8, + "max_level": 11 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 30, + "min_level": 9, + "max_level": 10 + }, + { + "pokeapi_id": 46, + "pokemon_name": "Paras", + "method": "walk", + "encounter_rate": 15, + "min_level": 10, + "max_level": 12 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 6, "min_level": 10, @@ -554,11 +644,11 @@ }, { "name": "Route 4", - "order": 13, + "order": 16, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -566,15 +656,23 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 100, "min_level": 5, "max_level": 40 }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "gift", + "encounter_rate": 100, + "min_level": 5, + "max_level": 5 + }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 84, "min_level": 15, @@ -582,7 +680,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -590,7 +688,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 35, "min_level": 8, @@ -598,7 +696,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 35, "min_level": 8, @@ -606,7 +704,7 @@ }, { "pokeapi_id": 23, - "pokemon_name": "ekans", + "pokemon_name": "Ekans", "method": "walk", "encounter_rate": 25, "min_level": 6, @@ -614,7 +712,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -622,7 +720,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -630,7 +728,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -638,7 +736,7 @@ }, { "pokeapi_id": 56, - "pokemon_name": "mankey", + "pokemon_name": "Mankey", "method": "walk", "encounter_rate": 5, "min_level": 10, @@ -646,29 +744,21 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 1, "min_level": 25, "max_level": 35 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "gift", - "encounter_rate": 100, - "min_level": 5, - "max_level": 5 } ] }, { "name": "Cerulean City", - "order": 14, + "order": 17, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -676,7 +766,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -684,7 +774,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 84, "min_level": 15, @@ -692,7 +782,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -700,7 +790,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -708,7 +798,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -716,7 +806,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -724,7 +814,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -734,11 +824,11 @@ }, { "name": "Route 24", - "order": 15, + "order": 18, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -746,7 +836,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -754,7 +844,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 84, "min_level": 15, @@ -762,7 +852,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -770,7 +860,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 25, "min_level": 12, @@ -778,7 +868,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 20, "min_level": 7, @@ -786,7 +876,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -794,7 +884,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -802,7 +892,7 @@ }, { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 20, "min_level": 7, @@ -810,7 +900,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 15, "min_level": 8, @@ -818,7 +908,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -826,7 +916,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 15, "min_level": 11, @@ -834,7 +924,7 @@ }, { "pokeapi_id": 14, - "pokemon_name": "kakuna", + "pokemon_name": "Kakuna", "method": "walk", "encounter_rate": 4, "min_level": 8, @@ -842,7 +932,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 1, "min_level": 8, @@ -850,7 +940,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -860,11 +950,11 @@ }, { "name": "Route 25", - "order": 16, + "order": 19, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -872,7 +962,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 100, "min_level": 20, @@ -880,7 +970,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -888,7 +978,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -896,7 +986,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 40, "min_level": 20, @@ -904,7 +994,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 25, "min_level": 12, @@ -912,7 +1002,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -920,7 +1010,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -928,7 +1018,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -936,7 +1026,7 @@ }, { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -944,7 +1034,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 15, "min_level": 9, @@ -952,7 +1042,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -960,7 +1050,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 15, "min_level": 11, @@ -968,7 +1058,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 5, "min_level": 15, @@ -976,7 +1066,7 @@ }, { "pokeapi_id": 14, - "pokemon_name": "kakuna", + "pokemon_name": "Kakuna", "method": "walk", "encounter_rate": 4, "min_level": 9, @@ -984,7 +1074,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 1, "min_level": 9, @@ -994,11 +1084,11 @@ }, { "name": "Route 5", - "order": 17, + "order": 20, "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 40, "min_level": 13, @@ -1006,7 +1096,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 35, "min_level": 10, @@ -1014,7 +1104,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 25, "min_level": 13, @@ -1024,11 +1114,11 @@ }, { "name": "Route 6", - "order": 18, + "order": 21, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -1036,7 +1126,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 100, "min_level": 20, @@ -1044,7 +1134,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -1052,7 +1142,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 40, "min_level": 13, @@ -1060,7 +1150,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -1068,7 +1158,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 40, "min_level": 20, @@ -1076,7 +1166,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 35, "min_level": 10, @@ -1084,7 +1174,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 25, "min_level": 13, @@ -1092,7 +1182,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -1100,7 +1190,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -1108,7 +1198,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -1116,7 +1206,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 5, "min_level": 15, @@ -1126,11 +1216,11 @@ }, { "name": "Vermilion City", - "order": 19, + "order": 22, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -1138,7 +1228,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -1146,7 +1236,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -1154,7 +1244,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 44, "min_level": 15, @@ -1162,7 +1252,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -1170,7 +1260,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -1178,7 +1268,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -1186,7 +1276,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -1194,7 +1284,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -1204,11 +1294,11 @@ }, { "name": "Ss Anne", - "order": 20, + "order": 23, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -1216,7 +1306,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -1224,7 +1314,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -1232,7 +1322,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 44, "min_level": 15, @@ -1240,7 +1330,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -1248,7 +1338,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -1256,7 +1346,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -1264,7 +1354,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -1272,7 +1362,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -1282,11 +1372,11 @@ }, { "name": "Route 11", - "order": 21, + "order": 24, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -1294,7 +1384,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -1302,7 +1392,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 84, "min_level": 15, @@ -1310,7 +1400,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -1318,7 +1408,7 @@ }, { "pokeapi_id": 23, - "pokemon_name": "ekans", + "pokemon_name": "Ekans", "method": "walk", "encounter_rate": 40, "min_level": 12, @@ -1326,7 +1416,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 35, "min_level": 13, @@ -1334,7 +1424,7 @@ }, { "pokeapi_id": 96, - "pokemon_name": "drowzee", + "pokemon_name": "Drowzee", "method": "walk", "encounter_rate": 25, "min_level": 11, @@ -1342,7 +1432,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -1350,7 +1440,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -1358,7 +1448,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -1366,7 +1456,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -1376,11 +1466,11 @@ }, { "name": "Digletts Cave", - "order": 22, + "order": 25, "encounters": [ { "pokeapi_id": 50, - "pokemon_name": "diglett", + "pokemon_name": "Diglett", "method": "walk", "encounter_rate": 95, "min_level": 15, @@ -1388,7 +1478,7 @@ }, { "pokeapi_id": 51, - "pokemon_name": "dugtrio", + "pokemon_name": "Dugtrio", "method": "walk", "encounter_rate": 5, "min_level": 29, @@ -1398,11 +1488,11 @@ }, { "name": "Route 9", - "order": 23, + "order": 26, "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 40, "min_level": 14, @@ -1410,7 +1500,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 35, "min_level": 13, @@ -1418,7 +1508,7 @@ }, { "pokeapi_id": 23, - "pokemon_name": "ekans", + "pokemon_name": "Ekans", "method": "walk", "encounter_rate": 25, "min_level": 11, @@ -1428,11 +1518,11 @@ }, { "name": "Route 10", - "order": 24, + "order": 27, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -1440,7 +1530,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -1448,7 +1538,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 84, "min_level": 15, @@ -1456,7 +1546,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -1464,7 +1554,7 @@ }, { "pokeapi_id": 100, - "pokemon_name": "voltorb", + "pokemon_name": "Voltorb", "method": "walk", "encounter_rate": 40, "min_level": 14, @@ -1472,7 +1562,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 35, "min_level": 13, @@ -1480,7 +1570,7 @@ }, { "pokeapi_id": 23, - "pokemon_name": "ekans", + "pokemon_name": "Ekans", "method": "walk", "encounter_rate": 25, "min_level": 11, @@ -1488,7 +1578,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -1496,7 +1586,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -1504,7 +1594,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -1512,7 +1602,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -1522,16 +1612,16 @@ }, { "name": "Rock Tunnel", - "order": 25, + "order": 28, "encounters": [], "children": [ { "name": "Rock Tunnel (1f)", - "order": 26, + "order": 29, "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 35, "min_level": 15, @@ -1539,7 +1629,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -1547,7 +1637,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 15, "min_level": 16, @@ -1555,7 +1645,7 @@ }, { "pokeapi_id": 56, - "pokemon_name": "mankey", + "pokemon_name": "Mankey", "method": "walk", "encounter_rate": 15, "min_level": 16, @@ -1563,7 +1653,53 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 5, + "min_level": 13, + "max_level": 15 + } + ] + }, + { + "name": "Rock Tunnel (1F)", + "order": 30, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 35, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 15, + "max_level": 16 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 15, + "min_level": 16, + "max_level": 17 + }, + { + "pokeapi_id": 56, + "pokemon_name": "Mankey", + "method": "walk", + "encounter_rate": 15, + "min_level": 16, + "max_level": 17 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 13, @@ -1573,11 +1709,11 @@ }, { "name": "Rock Tunnel (B1f)", - "order": 27, + "order": 31, "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 95, "min_level": 5, @@ -1585,7 +1721,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 35, "min_level": 15, @@ -1593,7 +1729,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -1601,7 +1737,7 @@ }, { "pokeapi_id": 56, - "pokemon_name": "mankey", + "pokemon_name": "Mankey", "method": "walk", "encounter_rate": 15, "min_level": 16, @@ -1609,7 +1745,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 10, "min_level": 17, @@ -1617,7 +1753,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 10, "min_level": 13, @@ -1625,7 +1761,69 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", + "method": "rock-smash", + "encounter_rate": 5, + "min_level": 25, + "max_level": 40 + } + ] + }, + { + "name": "Rock Tunnel (B1F)", + "order": 32, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "rock-smash", + "encounter_rate": 95, + "min_level": 5, + "max_level": 30 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 35, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 15, + "max_level": 16 + }, + { + "pokeapi_id": 56, + "pokemon_name": "Mankey", + "method": "walk", + "encounter_rate": 15, + "min_level": 16, + "max_level": 17 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 10, + "min_level": 17, + "max_level": 17 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 10, + "min_level": 13, + "max_level": 17 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 5, "min_level": 25, @@ -1637,11 +1835,11 @@ }, { "name": "Power Plant", - "order": 28, + "order": 33, "encounters": [ { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 30, "min_level": 22, @@ -1649,7 +1847,7 @@ }, { "pokeapi_id": 100, - "pokemon_name": "voltorb", + "pokemon_name": "Voltorb", "method": "walk", "encounter_rate": 30, "min_level": 22, @@ -1657,7 +1855,7 @@ }, { "pokeapi_id": 25, - "pokemon_name": "pikachu", + "pokemon_name": "Pikachu", "method": "walk", "encounter_rate": 25, "min_level": 22, @@ -1665,7 +1863,7 @@ }, { "pokeapi_id": 82, - "pokemon_name": "magneton", + "pokemon_name": "Magneton", "method": "walk", "encounter_rate": 10, "min_level": 31, @@ -1673,7 +1871,7 @@ }, { "pokeapi_id": 125, - "pokemon_name": "electabuzz", + "pokemon_name": "Electabuzz", "method": "walk", "encounter_rate": 5, "min_level": 32, @@ -1683,11 +1881,11 @@ }, { "name": "Route 8", - "order": 29, + "order": 34, "encounters": [ { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 30, "min_level": 18, @@ -1695,7 +1893,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 30, "min_level": 18, @@ -1703,7 +1901,7 @@ }, { "pokeapi_id": 23, - "pokemon_name": "ekans", + "pokemon_name": "Ekans", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -1711,7 +1909,7 @@ }, { "pokeapi_id": 58, - "pokemon_name": "growlithe", + "pokemon_name": "Growlithe", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -1721,11 +1919,11 @@ }, { "name": "Route 7", - "order": 30, + "order": 35, "encounters": [ { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 40, "min_level": 17, @@ -1733,7 +1931,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 30, "min_level": 19, @@ -1741,7 +1939,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -1749,7 +1947,7 @@ }, { "pokeapi_id": 58, - "pokemon_name": "growlithe", + "pokemon_name": "Growlithe", "method": "walk", "encounter_rate": 10, "min_level": 18, @@ -1759,11 +1957,11 @@ }, { "name": "Celadon City", - "order": 31, + "order": 36, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 100, "min_level": 5, @@ -1771,15 +1969,23 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, "max_level": 5 }, + { + "pokeapi_id": 133, + "pokemon_name": "Eevee", + "method": "gift", + "encounter_rate": 100, + "min_level": 25, + "max_level": 25 + }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 99, "min_level": 15, @@ -1787,7 +1993,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 99, "min_level": 5, @@ -1795,7 +2001,7 @@ }, { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "super-rod", "encounter_rate": 1, "min_level": 30, @@ -1803,29 +2009,21 @@ }, { "pokeapi_id": 109, - "pokemon_name": "koffing", + "pokemon_name": "Koffing", "method": "surf", "encounter_rate": 1, "min_level": 30, "max_level": 40 - }, - { - "pokeapi_id": 133, - "pokemon_name": "eevee", - "method": "gift", - "encounter_rate": 100, - "min_level": 25, - "max_level": 25 } ] }, { "name": "Saffron City", - "order": 32, + "order": 37, "encounters": [ { "pokeapi_id": 131, - "pokemon_name": "lapras", + "pokemon_name": "Lapras", "method": "gift", "encounter_rate": 100, "min_level": 25, @@ -1833,7 +2031,7 @@ }, { "pokeapi_id": 106, - "pokemon_name": "hitmonlee", + "pokemon_name": "Hitmonlee", "method": "gift", "encounter_rate": 100, "min_level": 25, @@ -1841,7 +2039,7 @@ }, { "pokeapi_id": 107, - "pokemon_name": "hitmonchan", + "pokemon_name": "Hitmonchan", "method": "gift", "encounter_rate": 100, "min_level": 25, @@ -1851,11 +2049,11 @@ }, { "name": "Route 16", - "order": 33, + "order": 38, "encounters": [ { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 35, "min_level": 18, @@ -1863,7 +2061,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 30, "min_level": 18, @@ -1871,7 +2069,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 30, "min_level": 20, @@ -1879,7 +2077,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 5, "min_level": 23, @@ -1889,11 +2087,11 @@ }, { "name": "Route 17", - "order": 34, + "order": 39, "encounters": [ { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 35, "min_level": 24, @@ -1901,7 +2099,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 30, "min_level": 20, @@ -1909,7 +2107,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 25, "min_level": 25, @@ -1917,7 +2115,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -1925,7 +2123,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 5, "min_level": 22, @@ -1935,11 +2133,11 @@ }, { "name": "Route 18", - "order": 35, + "order": 40, "encounters": [ { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 35, "min_level": 24, @@ -1947,7 +2145,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 30, "min_level": 20, @@ -1955,7 +2153,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 15, "min_level": 25, @@ -1963,7 +2161,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 15, "min_level": 25, @@ -1971,7 +2169,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 5, "min_level": 22, @@ -1981,11 +2179,11 @@ }, { "name": "Fuchsia City", - "order": 36, + "order": 41, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -1993,7 +2191,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 100, "min_level": 20, @@ -2001,7 +2199,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -2009,7 +2207,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -2017,7 +2215,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 40, "min_level": 20, @@ -2025,7 +2223,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -2033,7 +2231,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -2041,7 +2239,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -2049,7 +2247,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 5, "min_level": 15, @@ -2059,16 +2257,16 @@ }, { "name": "Safari Zone", - "order": 37, + "order": 42, "encounters": [], "children": [ { "name": "Safari Zone (Middle)", - "order": 38, + "order": 43, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -2076,7 +2274,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 100, "min_level": 20, @@ -2084,7 +2282,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -2092,7 +2290,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -2100,7 +2298,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 40, "min_level": 20, @@ -2108,7 +2306,7 @@ }, { "pokeapi_id": 102, - "pokemon_name": "exeggcute", + "pokemon_name": "Exeggcute", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -2116,7 +2314,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -2124,7 +2322,7 @@ }, { "pokeapi_id": 32, - "pokemon_name": "nidoran-m", + "pokemon_name": "Nidoran M", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -2132,7 +2330,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -2140,7 +2338,7 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -2148,7 +2346,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -2156,7 +2354,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 15, "min_level": 22, @@ -2164,7 +2362,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 10, "min_level": 31, @@ -2172,7 +2370,7 @@ }, { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 5, "min_level": 31, @@ -2180,7 +2378,7 @@ }, { "pokeapi_id": 47, - "pokemon_name": "parasect", + "pokemon_name": "Parasect", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -2188,7 +2386,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 4, "min_level": 15, @@ -2196,7 +2394,7 @@ }, { "pokeapi_id": 123, - "pokemon_name": "scyther", + "pokemon_name": "Scyther", "method": "walk", "encounter_rate": 4, "min_level": 23, @@ -2204,7 +2402,7 @@ }, { "pokeapi_id": 113, - "pokemon_name": "chansey", + "pokemon_name": "Chansey", "method": "walk", "encounter_rate": 1, "min_level": 23, @@ -2212,7 +2410,7 @@ }, { "pokeapi_id": 148, - "pokemon_name": "dragonair", + "pokemon_name": "Dragonair", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -2222,11 +2420,11 @@ }, { "name": "Safari Zone (Area 1 East)", - "order": 39, + "order": 44, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -2234,7 +2432,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 100, "min_level": 20, @@ -2242,7 +2440,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -2250,7 +2448,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -2258,7 +2456,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 40, "min_level": 20, @@ -2266,7 +2464,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2274,7 +2472,7 @@ }, { "pokeapi_id": 102, - "pokemon_name": "exeggcute", + "pokemon_name": "Exeggcute", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -2282,7 +2480,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -2290,7 +2488,7 @@ }, { "pokeapi_id": 32, - "pokemon_name": "nidoran-m", + "pokemon_name": "Nidoran M", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -2298,7 +2496,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -2306,7 +2504,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -2314,7 +2512,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 15, "min_level": 22, @@ -2322,7 +2520,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -2330,7 +2528,7 @@ }, { "pokeapi_id": 29, - "pokemon_name": "nidoran-f", + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 5, "min_level": 24, @@ -2338,7 +2536,7 @@ }, { "pokeapi_id": 47, - "pokemon_name": "parasect", + "pokemon_name": "Parasect", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -2346,7 +2544,7 @@ }, { "pokeapi_id": 115, - "pokemon_name": "kangaskhan", + "pokemon_name": "Kangaskhan", "method": "walk", "encounter_rate": 4, "min_level": 25, @@ -2354,7 +2552,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 4, "min_level": 15, @@ -2362,7 +2560,7 @@ }, { "pokeapi_id": 148, - "pokemon_name": "dragonair", + "pokemon_name": "Dragonair", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -2370,7 +2568,7 @@ }, { "pokeapi_id": 123, - "pokemon_name": "scyther", + "pokemon_name": "Scyther", "method": "walk", "encounter_rate": 1, "min_level": 28, @@ -2380,11 +2578,11 @@ }, { "name": "Safari Zone (Area 2 North)", - "order": 40, + "order": 45, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -2392,7 +2590,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 100, "min_level": 20, @@ -2400,7 +2598,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -2408,7 +2606,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -2416,7 +2614,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 40, "min_level": 20, @@ -2424,7 +2622,7 @@ }, { "pokeapi_id": 102, - "pokemon_name": "exeggcute", + "pokemon_name": "Exeggcute", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -2432,7 +2630,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -2440,7 +2638,7 @@ }, { "pokeapi_id": 32, - "pokemon_name": "nidoran-m", + "pokemon_name": "Nidoran M", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -2448,7 +2646,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -2456,7 +2654,7 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2464,7 +2662,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -2472,7 +2670,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 15, "min_level": 23, @@ -2480,7 +2678,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -2488,7 +2686,7 @@ }, { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -2496,7 +2694,7 @@ }, { "pokeapi_id": 49, - "pokemon_name": "venomoth", + "pokemon_name": "Venomoth", "method": "walk", "encounter_rate": 5, "min_level": 32, @@ -2504,7 +2702,7 @@ }, { "pokeapi_id": 113, - "pokemon_name": "chansey", + "pokemon_name": "Chansey", "method": "walk", "encounter_rate": 4, "min_level": 26, @@ -2512,7 +2710,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 4, "min_level": 15, @@ -2520,7 +2718,7 @@ }, { "pokeapi_id": 148, - "pokemon_name": "dragonair", + "pokemon_name": "Dragonair", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -2528,7 +2726,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 1, "min_level": 28, @@ -2538,11 +2736,11 @@ }, { "name": "Safari Zone (Area 3 West)", - "order": 41, + "order": 46, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -2550,7 +2748,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 100, "min_level": 20, @@ -2558,7 +2756,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -2566,7 +2764,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -2574,7 +2772,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 40, "min_level": 20, @@ -2582,7 +2780,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2590,7 +2788,7 @@ }, { "pokeapi_id": 102, - "pokemon_name": "exeggcute", + "pokemon_name": "Exeggcute", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -2598,7 +2796,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -2606,7 +2804,7 @@ }, { "pokeapi_id": 32, - "pokemon_name": "nidoran-m", + "pokemon_name": "Nidoran M", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -2614,7 +2812,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -2622,7 +2820,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -2630,7 +2828,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 15, "min_level": 23, @@ -2638,7 +2836,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -2646,7 +2844,7 @@ }, { "pokeapi_id": 29, - "pokemon_name": "nidoran-f", + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -2654,7 +2852,7 @@ }, { "pokeapi_id": 49, - "pokemon_name": "venomoth", + "pokemon_name": "Venomoth", "method": "walk", "encounter_rate": 5, "min_level": 32, @@ -2662,7 +2860,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 4, "min_level": 15, @@ -2670,7 +2868,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 4, "min_level": 25, @@ -2678,7 +2876,7 @@ }, { "pokeapi_id": 148, - "pokemon_name": "dragonair", + "pokemon_name": "Dragonair", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -2686,7 +2884,7 @@ }, { "pokeapi_id": 115, - "pokemon_name": "kangaskhan", + "pokemon_name": "Kangaskhan", "method": "walk", "encounter_rate": 1, "min_level": 28, @@ -2698,11 +2896,11 @@ }, { "name": "Route 15", - "order": 42, + "order": 47, "encounters": [ { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 35, "min_level": 22, @@ -2710,7 +2908,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 30, "min_level": 24, @@ -2718,7 +2916,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -2726,7 +2924,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -2734,7 +2932,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -2742,7 +2940,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 5, "min_level": 29, @@ -2752,11 +2950,11 @@ }, { "name": "Route 14", - "order": 43, + "order": 48, "encounters": [ { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 35, "min_level": 22, @@ -2764,7 +2962,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 30, "min_level": 24, @@ -2772,7 +2970,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 15, "min_level": 23, @@ -2780,7 +2978,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 10, "min_level": 27, @@ -2788,7 +2986,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -2796,7 +2994,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 5, "min_level": 29, @@ -2806,11 +3004,11 @@ }, { "name": "Route 13", - "order": 44, + "order": 49, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -2818,7 +3016,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -2826,7 +3024,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 84, "min_level": 15, @@ -2834,7 +3032,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -2842,7 +3040,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 35, "min_level": 22, @@ -2850,7 +3048,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 30, "min_level": 24, @@ -2858,7 +3056,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -2866,7 +3064,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -2874,7 +3072,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -2882,7 +3080,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -2890,7 +3088,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -2898,7 +3096,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -2906,7 +3104,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 5, "min_level": 29, @@ -2914,7 +3112,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -2924,11 +3122,11 @@ }, { "name": "Route 12", - "order": 45, + "order": 50, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -2936,7 +3134,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -2944,7 +3142,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 84, "min_level": 15, @@ -2952,7 +3150,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -2960,7 +3158,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 35, "min_level": 22, @@ -2968,7 +3166,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -2976,7 +3174,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 30, "min_level": 24, @@ -2984,7 +3182,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -2992,7 +3190,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -3000,7 +3198,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -3008,7 +3206,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -3016,7 +3214,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -3026,24 +3224,24 @@ }, { "name": "Pokemon Tower", - "order": 46, + "order": 51, "encounters": [], "children": [ { - "name": "Pokemon Tower (4f)", - "order": 47, + "name": "Pokemon Tower (3F)", + "order": 52, "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", - "encounter_rate": 86, + "encounter_rate": 90, "min_level": 13, "max_level": 19 }, { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 9, "min_level": 15, @@ -3051,7 +3249,67 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 1, + "min_level": 20, + "max_level": 20 + } + ] + }, + { + "name": "Pokemon Tower (4f)", + "order": 53, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 86, + "min_level": 13, + "max_level": 19 + }, + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 9, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 5, + "min_level": 20, + "max_level": 20 + } + ] + }, + { + "name": "Pokemon Tower (4F)", + "order": 54, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 86, + "min_level": 13, + "max_level": 19 + }, + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 9, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 5, "min_level": 20, @@ -3061,11 +3319,11 @@ }, { "name": "Pokemon Tower (5f)", - "order": 48, + "order": 55, "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 86, "min_level": 13, @@ -3073,7 +3331,7 @@ }, { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 9, "min_level": 15, @@ -3081,7 +3339,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 5, "min_level": 20, @@ -3091,11 +3349,11 @@ }, { "name": "Pokemon Tower (6f)", - "order": 49, + "order": 56, "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 85, "min_level": 14, @@ -3103,7 +3361,7 @@ }, { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 9, "min_level": 17, @@ -3111,7 +3369,67 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 6, + "min_level": 21, + "max_level": 23 + } + ] + }, + { + "name": "Pokemon Tower (5F)", + "order": 57, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 86, + "min_level": 13, + "max_level": 19 + }, + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 9, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 5, + "min_level": 20, + "max_level": 20 + } + ] + }, + { + "name": "Pokemon Tower (6F)", + "order": 58, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 85, + "min_level": 14, + "max_level": 19 + }, + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 9, + "min_level": 17, + "max_level": 19 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 6, "min_level": 21, @@ -3121,11 +3439,11 @@ }, { "name": "Pokemon Tower (7f)", - "order": 50, + "order": 59, "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 75, "min_level": 15, @@ -3133,7 +3451,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 15, "min_level": 23, @@ -3141,7 +3459,7 @@ }, { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 10, "min_level": 17, @@ -3151,11 +3469,11 @@ }, { "name": "Pokemon Tower (3f)", - "order": 51, + "order": 60, "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 90, "min_level": 13, @@ -3163,7 +3481,7 @@ }, { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 9, "min_level": 15, @@ -3171,23 +3489,53 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 1, "min_level": 20, "max_level": 20 } ] + }, + { + "name": "Pokemon Tower (7F)", + "order": 61, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 75, + "min_level": 15, + "max_level": 19 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 15, + "min_level": 23, + "max_level": 25 + }, + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 10, + "min_level": 17, + "max_level": 19 + } + ] } ] }, { "name": "Sea Route 19", - "order": 52, + "order": 62, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -3195,7 +3543,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -3203,7 +3551,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 80, "min_level": 15, @@ -3211,7 +3559,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -3219,7 +3567,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -3227,7 +3575,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -3235,7 +3583,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -3243,7 +3591,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -3251,7 +3599,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -3261,11 +3609,11 @@ }, { "name": "Sea Route 20", - "order": 53, + "order": 63, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -3273,7 +3621,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -3281,7 +3629,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 80, "min_level": 15, @@ -3289,7 +3637,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -3297,7 +3645,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -3305,7 +3653,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -3313,7 +3661,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -3321,7 +3669,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -3329,7 +3677,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -3339,16 +3687,16 @@ }, { "name": "Seafoam Islands", - "order": 54, + "order": 64, "encounters": [], "children": [ { "name": "Seafoam Islands (1f)", - "order": 55, + "order": 65, "encounters": [ { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 55, "min_level": 26, @@ -3356,7 +3704,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 34, "min_level": 22, @@ -3364,7 +3712,37 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 11, + "min_level": 26, + "max_level": 30 + } + ] + }, + { + "name": "Seafoam Islands (1F)", + "order": 66, + "encounters": [ + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "walk", + "encounter_rate": 55, + "min_level": 26, + "max_level": 33 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 34, + "min_level": 22, + "max_level": 26 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 11, "min_level": 26, @@ -3374,11 +3752,11 @@ }, { "name": "Seafoam Islands (B1f)", - "order": 56, + "order": 67, "encounters": [ { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 40, "min_level": 29, @@ -3386,7 +3764,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 34, "min_level": 22, @@ -3394,7 +3772,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 11, "min_level": 26, @@ -3402,7 +3780,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 10, "min_level": 28, @@ -3410,7 +3788,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 5, "min_level": 33, @@ -3419,12 +3797,58 @@ ] }, { - "name": "Seafoam Islands (B2f)", - "order": 57, + "name": "Seafoam Islands (B1F)", + "order": 68, "encounters": [ { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", + "method": "walk", + "encounter_rate": 40, + "min_level": 29, + "max_level": 31 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 34, + "min_level": 22, + "max_level": 26 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 11, + "min_level": 26, + "max_level": 30 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 10, + "min_level": 28, + "max_level": 28 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "walk", + "encounter_rate": 5, + "min_level": 33, + "max_level": 35 + } + ] + }, + { + "name": "Seafoam Islands (B2F)", + "order": 69, + "encounters": [ + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 40, "min_level": 30, @@ -3432,7 +3856,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -3440,7 +3864,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -3448,7 +3872,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -3456,7 +3880,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 10, "min_level": 32, @@ -3465,12 +3889,58 @@ ] }, { - "name": "Seafoam Islands (B3f)", - "order": 58, + "name": "Seafoam Islands (B2f)", + "order": 70, + "encounters": [ + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "walk", + "encounter_rate": 40, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 20, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 26, + "max_level": 30 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "walk", + "encounter_rate": 10, + "min_level": 32, + "max_level": 34 + } + ] + }, + { + "name": "Seafoam Islands (B3F)", + "order": 71, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -3478,7 +3948,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 80, "min_level": 15, @@ -3486,7 +3956,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -3494,7 +3964,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "surf", "encounter_rate": 60, "min_level": 25, @@ -3502,7 +3972,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 40, "min_level": 30, @@ -3510,7 +3980,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -3518,7 +3988,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -3526,7 +3996,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -3534,7 +4004,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -3542,7 +4012,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 16, "min_level": 15, @@ -3550,7 +4020,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 15, "min_level": 32, @@ -3558,7 +4028,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -3566,7 +4036,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -3574,7 +4044,7 @@ }, { "pokeapi_id": 87, - "pokemon_name": "dewgong", + "pokemon_name": "Dewgong", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -3582,7 +4052,7 @@ }, { "pokeapi_id": 87, - "pokemon_name": "dewgong", + "pokemon_name": "Dewgong", "method": "walk", "encounter_rate": 5, "min_level": 32, @@ -3590,7 +4060,157 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", + "method": "super-rod", + "encounter_rate": 4, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "surf", + "encounter_rate": 4, + "min_level": 30, + "max_level": 40 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "surf", + "encounter_rate": 1, + "min_level": 35, + "max_level": 40 + } + ] + }, + { + "name": "Seafoam Islands (B3f)", + "order": 72, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 5, + "max_level": 5 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "super-rod", + "encounter_rate": 80, + "min_level": 15, + "max_level": 30 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "surf", + "encounter_rate": 60, + "min_level": 25, + "max_level": 35 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 40, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "surf", + "encounter_rate": 30, + "min_level": 25, + "max_level": 30 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "walk", + "encounter_rate": 20, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 16, + "min_level": 15, + "max_level": 35 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "walk", + "encounter_rate": 15, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 26, + "max_level": 30 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 87, + "pokemon_name": "Dewgong", + "method": "surf", + "encounter_rate": 5, + "min_level": 35, + "max_level": 40 + }, + { + "pokeapi_id": 87, + "pokemon_name": "Dewgong", + "method": "walk", + "encounter_rate": 5, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 4, "min_level": 30, @@ -3598,7 +4218,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 4, "min_level": 15, @@ -3606,7 +4226,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 1, "min_level": 35, @@ -3616,11 +4236,11 @@ }, { "name": "Seafoam Islands (B4f)", - "order": 59, + "order": 73, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -3628,7 +4248,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 80, "min_level": 15, @@ -3636,7 +4256,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -3644,7 +4264,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "surf", "encounter_rate": 60, "min_level": 25, @@ -3652,7 +4272,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 50, "min_level": 30, @@ -3660,7 +4280,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -3668,7 +4288,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -3676,7 +4296,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -3684,7 +4304,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 16, "min_level": 15, @@ -3692,7 +4312,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 15, "min_level": 26, @@ -3700,7 +4320,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 15, "min_level": 32, @@ -3708,7 +4328,7 @@ }, { "pokeapi_id": 87, - "pokemon_name": "dewgong", + "pokemon_name": "Dewgong", "method": "walk", "encounter_rate": 10, "min_level": 34, @@ -3716,7 +4336,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 10, "min_level": 32, @@ -3724,7 +4344,7 @@ }, { "pokeapi_id": 87, - "pokemon_name": "dewgong", + "pokemon_name": "Dewgong", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -3732,7 +4352,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 4, "min_level": 30, @@ -3740,7 +4360,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 4, "min_level": 15, @@ -3748,7 +4368,149 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", + "method": "surf", + "encounter_rate": 1, + "min_level": 35, + "max_level": 40 + } + ] + }, + { + "name": "Seafoam Islands (B4F)", + "order": 74, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 5, + "max_level": 5 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "super-rod", + "encounter_rate": 80, + "min_level": 15, + "max_level": 30 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "surf", + "encounter_rate": 60, + "min_level": 25, + "max_level": 35 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 50, + "min_level": 30, + "max_level": 34 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "surf", + "encounter_rate": 30, + "min_level": 25, + "max_level": 30 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 16, + "min_level": 15, + "max_level": 35 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 15, + "min_level": 26, + "max_level": 30 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "walk", + "encounter_rate": 15, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 87, + "pokemon_name": "Dewgong", + "method": "walk", + "encounter_rate": 10, + "min_level": 34, + "max_level": 36 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "walk", + "encounter_rate": 10, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 87, + "pokemon_name": "Dewgong", + "method": "surf", + "encounter_rate": 5, + "min_level": 35, + "max_level": 40 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "super-rod", + "encounter_rate": 4, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "surf", + "encounter_rate": 4, + "min_level": 30, + "max_level": 40 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 1, "min_level": 35, @@ -3760,11 +4522,11 @@ }, { "name": "Cinnabar Island", - "order": 60, + "order": 75, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -3772,79 +4534,15 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 100, "min_level": 5, "max_level": 40 }, - { - "pokeapi_id": 116, - "pokemon_name": "horsea", - "method": "good-rod", - "encounter_rate": 60, - "min_level": 5, - "max_level": 15 - }, - { - "pokeapi_id": 116, - "pokemon_name": "horsea", - "method": "super-rod", - "encounter_rate": 40, - "min_level": 15, - "max_level": 25 - }, - { - "pokeapi_id": 90, - "pokemon_name": "shellder", - "method": "super-rod", - "encounter_rate": 40, - "min_level": 15, - "max_level": 25 - }, - { - "pokeapi_id": 98, - "pokemon_name": "krabby", - "method": "good-rod", - "encounter_rate": 20, - "min_level": 5, - "max_level": 15 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "good-rod", - "encounter_rate": 20, - "min_level": 5, - "max_level": 15 - }, - { - "pokeapi_id": 130, - "pokemon_name": "gyarados", - "method": "super-rod", - "encounter_rate": 15, - "min_level": 15, - "max_level": 25 - }, - { - "pokeapi_id": 117, - "pokemon_name": "seadra", - "method": "super-rod", - "encounter_rate": 4, - "min_level": 25, - "max_level": 35 - }, - { - "pokeapi_id": 54, - "pokemon_name": "psyduck", - "method": "super-rod", - "encounter_rate": 1, - "min_level": 25, - "max_level": 35 - }, { "pokeapi_id": 138, - "pokemon_name": "omanyte", + "pokemon_name": "Omanyte", "method": "fossil", "encounter_rate": 100, "min_level": 5, @@ -3852,7 +4550,7 @@ }, { "pokeapi_id": 140, - "pokemon_name": "kabuto", + "pokemon_name": "Kabuto", "method": "fossil", "encounter_rate": 100, "min_level": 5, @@ -3860,26 +4558,90 @@ }, { "pokeapi_id": 142, - "pokemon_name": "aerodactyl", + "pokemon_name": "Aerodactyl", "method": "fossil", "encounter_rate": 100, "min_level": 5, "max_level": 5 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 90, + "pokemon_name": "Shellder", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 15, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 117, + "pokemon_name": "Seadra", + "method": "super-rod", + "encounter_rate": 4, + "min_level": 25, + "max_level": 35 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "super-rod", + "encounter_rate": 1, + "min_level": 25, + "max_level": 35 } ] }, { "name": "Pokemon Mansion", - "order": 61, + "order": 76, "encounters": [], "children": [ { "name": "Pokemon Mansion (1f)", - "order": 62, + "order": 77, "encounters": [ { "pokeapi_id": 109, - "pokemon_name": "koffing", + "pokemon_name": "Koffing", "method": "walk", "encounter_rate": 30, "min_level": 28, @@ -3887,7 +4649,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -3895,7 +4657,7 @@ }, { "pokeapi_id": 58, - "pokemon_name": "growlithe", + "pokemon_name": "Growlithe", "method": "walk", "encounter_rate": 15, "min_level": 30, @@ -3903,7 +4665,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 15, "min_level": 26, @@ -3911,7 +4673,7 @@ }, { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -3919,7 +4681,115 @@ }, { "pokeapi_id": 110, - "pokemon_name": "weezing", + "pokemon_name": "Weezing", + "method": "walk", + "encounter_rate": 5, + "min_level": 32, + "max_level": 32 + } + ] + }, + { + "name": "Pokemon Mansion (1F)", + "order": 78, + "encounters": [ + { + "pokeapi_id": 109, + "pokemon_name": "Koffing", + "method": "walk", + "encounter_rate": 30, + "min_level": 28, + "max_level": 30 + }, + { + "pokeapi_id": 20, + "pokemon_name": "Raticate", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 36 + }, + { + "pokeapi_id": 58, + "pokemon_name": "Growlithe", + "method": "walk", + "encounter_rate": 15, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 15, + "min_level": 26, + "max_level": 28 + }, + { + "pokeapi_id": 88, + "pokemon_name": "Grimer", + "method": "walk", + "encounter_rate": 5, + "min_level": 28, + "max_level": 28 + }, + { + "pokeapi_id": 110, + "pokemon_name": "Weezing", + "method": "walk", + "encounter_rate": 5, + "min_level": 32, + "max_level": 32 + } + ] + }, + { + "name": "Pokemon Mansion (2F)", + "order": 79, + "encounters": [ + { + "pokeapi_id": 109, + "pokemon_name": "Koffing", + "method": "walk", + "encounter_rate": 30, + "min_level": 28, + "max_level": 30 + }, + { + "pokeapi_id": 20, + "pokemon_name": "Raticate", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 36 + }, + { + "pokeapi_id": 58, + "pokemon_name": "Growlithe", + "method": "walk", + "encounter_rate": 15, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 15, + "min_level": 26, + "max_level": 28 + }, + { + "pokeapi_id": 88, + "pokemon_name": "Grimer", + "method": "walk", + "encounter_rate": 5, + "min_level": 28, + "max_level": 28 + }, + { + "pokeapi_id": 110, + "pokemon_name": "Weezing", "method": "walk", "encounter_rate": 5, "min_level": 32, @@ -3929,11 +4799,11 @@ }, { "name": "Pokemon Mansion (2f)", - "order": 63, + "order": 80, "encounters": [ { "pokeapi_id": 109, - "pokemon_name": "koffing", + "pokemon_name": "Koffing", "method": "walk", "encounter_rate": 30, "min_level": 28, @@ -3941,7 +4811,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -3949,7 +4819,7 @@ }, { "pokeapi_id": 58, - "pokemon_name": "growlithe", + "pokemon_name": "Growlithe", "method": "walk", "encounter_rate": 15, "min_level": 30, @@ -3957,7 +4827,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 15, "min_level": 26, @@ -3965,7 +4835,7 @@ }, { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -3973,7 +4843,7 @@ }, { "pokeapi_id": 110, - "pokemon_name": "weezing", + "pokemon_name": "Weezing", "method": "walk", "encounter_rate": 5, "min_level": 32, @@ -3983,11 +4853,11 @@ }, { "name": "Pokemon Mansion (3f)", - "order": 64, + "order": 81, "encounters": [ { "pokeapi_id": 109, - "pokemon_name": "koffing", + "pokemon_name": "Koffing", "method": "walk", "encounter_rate": 30, "min_level": 28, @@ -3995,7 +4865,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -4003,7 +4873,7 @@ }, { "pokeapi_id": 58, - "pokemon_name": "growlithe", + "pokemon_name": "Growlithe", "method": "walk", "encounter_rate": 15, "min_level": 30, @@ -4011,7 +4881,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 15, "min_level": 26, @@ -4019,7 +4889,7 @@ }, { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -4027,7 +4897,61 @@ }, { "pokeapi_id": 110, - "pokemon_name": "weezing", + "pokemon_name": "Weezing", + "method": "walk", + "encounter_rate": 5, + "min_level": 32, + "max_level": 32 + } + ] + }, + { + "name": "Pokemon Mansion (3F)", + "order": 82, + "encounters": [ + { + "pokeapi_id": 109, + "pokemon_name": "Koffing", + "method": "walk", + "encounter_rate": 30, + "min_level": 28, + "max_level": 30 + }, + { + "pokeapi_id": 20, + "pokemon_name": "Raticate", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 36 + }, + { + "pokeapi_id": 58, + "pokemon_name": "Growlithe", + "method": "walk", + "encounter_rate": 15, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 15, + "min_level": 26, + "max_level": 28 + }, + { + "pokeapi_id": 88, + "pokemon_name": "Grimer", + "method": "walk", + "encounter_rate": 5, + "min_level": 28, + "max_level": 28 + }, + { + "pokeapi_id": 110, + "pokemon_name": "Weezing", "method": "walk", "encounter_rate": 5, "min_level": 32, @@ -4037,11 +4961,11 @@ }, { "name": "Pokemon Mansion (B1f)", - "order": 65, + "order": 83, "encounters": [ { "pokeapi_id": 109, - "pokemon_name": "koffing", + "pokemon_name": "Koffing", "method": "walk", "encounter_rate": 30, "min_level": 28, @@ -4049,7 +4973,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 30, "min_level": 34, @@ -4057,7 +4981,7 @@ }, { "pokeapi_id": 58, - "pokemon_name": "growlithe", + "pokemon_name": "Growlithe", "method": "walk", "encounter_rate": 15, "min_level": 30, @@ -4065,7 +4989,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -4073,7 +4997,7 @@ }, { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -4081,7 +5005,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 5, "min_level": 26, @@ -4089,7 +5013,69 @@ }, { "pokeapi_id": 110, - "pokemon_name": "weezing", + "pokemon_name": "Weezing", + "method": "walk", + "encounter_rate": 5, + "min_level": 34, + "max_level": 34 + } + ] + }, + { + "name": "Pokemon Mansion (B1F)", + "order": 84, + "encounters": [ + { + "pokeapi_id": 109, + "pokemon_name": "Koffing", + "method": "walk", + "encounter_rate": 30, + "min_level": 28, + "max_level": 30 + }, + { + "pokeapi_id": 20, + "pokemon_name": "Raticate", + "method": "walk", + "encounter_rate": 30, + "min_level": 34, + "max_level": 38 + }, + { + "pokeapi_id": 58, + "pokemon_name": "Growlithe", + "method": "walk", + "encounter_rate": 15, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 132, + "pokemon_name": "Ditto", + "method": "walk", + "encounter_rate": 10, + "min_level": 30, + "max_level": 30 + }, + { + "pokeapi_id": 88, + "pokemon_name": "Grimer", + "method": "walk", + "encounter_rate": 5, + "min_level": 28, + "max_level": 28 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 5, + "min_level": 26, + "max_level": 26 + }, + { + "pokeapi_id": 110, + "pokemon_name": "Weezing", "method": "walk", "encounter_rate": 5, "min_level": 34, @@ -4101,11 +5087,11 @@ }, { "name": "Sea Route 21", - "order": 66, + "order": 85, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -4113,7 +5099,7 @@ }, { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 100, "min_level": 17, @@ -4121,7 +5107,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -4129,7 +5115,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 80, "min_level": 15, @@ -4137,7 +5123,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -4145,7 +5131,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -4153,7 +5139,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -4161,7 +5147,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -4169,7 +5155,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -4177,7 +5163,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -4187,11 +5173,11 @@ }, { "name": "Route 23", - "order": 67, + "order": 86, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -4199,7 +5185,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 100, "min_level": 20, @@ -4207,7 +5193,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -4215,7 +5201,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -4223,7 +5209,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 40, "min_level": 20, @@ -4231,7 +5217,7 @@ }, { "pokeapi_id": 56, - "pokemon_name": "mankey", + "pokemon_name": "Mankey", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -4239,7 +5225,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 25, "min_level": 40, @@ -4247,7 +5233,7 @@ }, { "pokeapi_id": 23, - "pokemon_name": "ekans", + "pokemon_name": "Ekans", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -4255,7 +5241,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -4263,7 +5249,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -4271,7 +5257,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -4279,7 +5265,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 15, "min_level": 32, @@ -4287,7 +5273,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 5, "min_level": 44, @@ -4295,7 +5281,7 @@ }, { "pokeapi_id": 57, - "pokemon_name": "primeape", + "pokemon_name": "Primeape", "method": "walk", "encounter_rate": 5, "min_level": 42, @@ -4303,7 +5289,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 5, "min_level": 15, @@ -4313,16 +5299,16 @@ }, { "name": "Victory Road 2", - "order": 68, + "order": 87, "encounters": [], "children": [ { "name": "Victory Road 2 (1f)", - "order": 69, + "order": 88, "encounters": [ { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 30, "min_level": 40, @@ -4330,7 +5316,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -4338,7 +5324,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -4346,7 +5332,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 32, @@ -4354,7 +5340,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 5, "min_level": 44, @@ -4362,7 +5348,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 44, @@ -4370,7 +5356,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 5, "min_level": 44, @@ -4378,7 +5364,77 @@ }, { "pokeapi_id": 105, - "pokemon_name": "marowak", + "pokemon_name": "Marowak", + "method": "walk", + "encounter_rate": 5, + "min_level": 44, + "max_level": 46 + } + ] + }, + { + "name": "Victory Road 2 (1F)", + "order": 89, + "encounters": [ + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 30, + "min_level": 40, + "max_level": 46 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 20, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 20, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 24, + "pokemon_name": "Arbok", + "method": "walk", + "encounter_rate": 5, + "min_level": 44, + "max_level": 44 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 44, + "max_level": 44 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 5, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 105, + "pokemon_name": "Marowak", "method": "walk", "encounter_rate": 5, "min_level": 44, @@ -4388,11 +5444,11 @@ }, { "name": "Victory Road 2 (2f)", - "order": 70, + "order": 90, "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 20, "min_level": 34, @@ -4400,7 +5456,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 20, "min_level": 34, @@ -4408,7 +5464,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -4416,7 +5472,7 @@ }, { "pokeapi_id": 57, - "pokemon_name": "primeape", + "pokemon_name": "Primeape", "method": "walk", "encounter_rate": 10, "min_level": 42, @@ -4424,7 +5480,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 34, @@ -4432,7 +5488,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 5, "min_level": 46, @@ -4440,7 +5496,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 46, @@ -4448,7 +5504,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 5, "min_level": 46, @@ -4456,7 +5512,85 @@ }, { "pokeapi_id": 105, - "pokemon_name": "marowak", + "pokemon_name": "Marowak", + "method": "walk", + "encounter_rate": 5, + "min_level": 46, + "max_level": 48 + } + ] + }, + { + "name": "Victory Road 2 (2F)", + "order": 91, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 20, + "min_level": 34, + "max_level": 34 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 20, + "min_level": 34, + "max_level": 34 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 48 + }, + { + "pokeapi_id": 57, + "pokemon_name": "Primeape", + "method": "walk", + "encounter_rate": 10, + "min_level": 42, + "max_level": 42 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 34, + "max_level": 34 + }, + { + "pokeapi_id": 24, + "pokemon_name": "Arbok", + "method": "walk", + "encounter_rate": 5, + "min_level": 46, + "max_level": 46 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 46, + "max_level": 46 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 5, + "min_level": 46, + "max_level": 48 + }, + { + "pokeapi_id": 105, + "pokemon_name": "Marowak", "method": "walk", "encounter_rate": 5, "min_level": 46, @@ -4466,11 +5600,11 @@ }, { "name": "Victory Road 2 (3f)", - "order": 71, + "order": 92, "encounters": [ { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 30, "min_level": 40, @@ -4478,7 +5612,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -4486,7 +5620,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -4494,7 +5628,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 32, @@ -4502,7 +5636,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 5, "min_level": 44, @@ -4510,7 +5644,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 44, @@ -4518,7 +5652,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 5, "min_level": 44, @@ -4526,7 +5660,77 @@ }, { "pokeapi_id": 105, - "pokemon_name": "marowak", + "pokemon_name": "Marowak", + "method": "walk", + "encounter_rate": 5, + "min_level": 44, + "max_level": 46 + } + ] + }, + { + "name": "Victory Road 2 (3F)", + "order": 93, + "encounters": [ + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 30, + "min_level": 40, + "max_level": 46 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 20, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 20, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 24, + "pokemon_name": "Arbok", + "method": "walk", + "encounter_rate": 5, + "min_level": 44, + "max_level": 44 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 44, + "max_level": 44 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 5, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 105, + "pokemon_name": "Marowak", "method": "walk", "encounter_rate": 5, "min_level": 44, @@ -4538,16 +5742,16 @@ }, { "name": "Cerulean Cave", - "order": 72, + "order": 94, "encounters": [], "children": [ { "name": "Cerulean Cave (1f)", - "order": 73, + "order": 95, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -4555,7 +5759,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 65, "min_level": 30, @@ -4563,7 +5767,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 65, "min_level": 30, @@ -4571,7 +5775,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -4579,7 +5783,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -4587,7 +5791,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 40, "min_level": 20, @@ -4595,7 +5799,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 35, "min_level": 40, @@ -4603,7 +5807,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 35, "min_level": 40, @@ -4611,7 +5815,7 @@ }, { "pokeapi_id": 47, - "pokemon_name": "parasect", + "pokemon_name": "Parasect", "method": "walk", "encounter_rate": 25, "min_level": 49, @@ -4619,7 +5823,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -4627,7 +5831,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -4635,7 +5839,7 @@ }, { "pokeapi_id": 82, - "pokemon_name": "magneton", + "pokemon_name": "Magneton", "method": "walk", "encounter_rate": 20, "min_level": 49, @@ -4643,7 +5847,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -4651,7 +5855,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 14, "min_level": 46, @@ -4659,7 +5863,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 11, "min_level": 52, @@ -4667,7 +5871,7 @@ }, { "pokeapi_id": 57, - "pokemon_name": "primeape", + "pokemon_name": "Primeape", "method": "walk", "encounter_rate": 11, "min_level": 52, @@ -4675,7 +5879,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 46, @@ -4683,7 +5887,7 @@ }, { "pokeapi_id": 101, - "pokemon_name": "electrode", + "pokemon_name": "Electrode", "method": "walk", "encounter_rate": 5, "min_level": 58, @@ -4691,7 +5895,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 5, "min_level": 15, @@ -4699,7 +5903,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 4, "min_level": 55, @@ -4708,12 +5912,178 @@ ] }, { - "name": "Cerulean Cave (2f)", - "order": 74, + "name": "Cerulean Cave (1F)", + "order": 96, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 5, + "max_level": 5 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "rock-smash", + "encounter_rate": 65, + "min_level": 30, + "max_level": 50 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "surf", + "encounter_rate": 65, + "min_level": 30, + "max_level": 50 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 61, + "pokemon_name": "Poliwhirl", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 30 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "surf", + "encounter_rate": 35, + "min_level": 40, + "max_level": 55 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "rock-smash", + "encounter_rate": 35, + "min_level": 40, + "max_level": 55 + }, + { + "pokeapi_id": 47, + "pokemon_name": "Parasect", + "method": "walk", + "encounter_rate": 25, + "min_level": 49, + "max_level": 58 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 82, + "pokemon_name": "Magneton", + "method": "walk", + "encounter_rate": 20, + "min_level": 49, + "max_level": 49 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 15, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 14, + "min_level": 46, + "max_level": 55 + }, + { + "pokeapi_id": 132, + "pokemon_name": "Ditto", + "method": "walk", + "encounter_rate": 11, + "min_level": 52, + "max_level": 61 + }, + { + "pokeapi_id": 57, + "pokemon_name": "Primeape", + "method": "walk", + "encounter_rate": 11, + "min_level": 52, + "max_level": 61 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 46, + "max_level": 46 + }, + { + "pokeapi_id": 101, + "pokemon_name": "Electrode", + "method": "walk", + "encounter_rate": 5, + "min_level": 58, + "max_level": 58 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "super-rod", + "encounter_rate": 5, + "min_level": 15, + "max_level": 35 + }, + { + "pokeapi_id": 202, + "pokemon_name": "Wobbuffet", + "method": "walk", + "encounter_rate": 4, + "min_level": 55, + "max_level": 55 + } + ] + }, + { + "name": "Cerulean Cave (2F)", + "order": 97, "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 65, "min_level": 35, @@ -4721,7 +6091,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 35, "min_level": 45, @@ -4729,7 +6099,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 25, "min_level": 49, @@ -4737,7 +6107,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 20, "min_level": 49, @@ -4745,7 +6115,7 @@ }, { "pokeapi_id": 47, - "pokemon_name": "parasect", + "pokemon_name": "Parasect", "method": "walk", "encounter_rate": 14, "min_level": 52, @@ -4753,7 +6123,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 11, "min_level": 55, @@ -4761,7 +6131,7 @@ }, { "pokeapi_id": 64, - "pokemon_name": "kadabra", + "pokemon_name": "Kadabra", "method": "walk", "encounter_rate": 11, "min_level": 55, @@ -4769,7 +6139,7 @@ }, { "pokeapi_id": 82, - "pokemon_name": "magneton", + "pokemon_name": "Magneton", "method": "walk", "encounter_rate": 10, "min_level": 52, @@ -4777,7 +6147,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 5, "min_level": 58, @@ -4785,7 +6155,7 @@ }, { "pokeapi_id": 101, - "pokemon_name": "electrode", + "pokemon_name": "Electrode", "method": "walk", "encounter_rate": 4, "min_level": 61, @@ -4794,12 +6164,98 @@ ] }, { - "name": "Cerulean Cave (B1f)", - "order": 75, + "name": "Cerulean Cave (2f)", + "order": 98, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "rock-smash", + "encounter_rate": 65, + "min_level": 35, + "max_level": 55 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "rock-smash", + "encounter_rate": 35, + "min_level": 45, + "max_level": 60 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 25, + "min_level": 49, + "max_level": 58 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 20, + "min_level": 49, + "max_level": 49 + }, + { + "pokeapi_id": 47, + "pokemon_name": "Parasect", + "method": "walk", + "encounter_rate": 14, + "min_level": 52, + "max_level": 61 + }, + { + "pokeapi_id": 132, + "pokemon_name": "Ditto", + "method": "walk", + "encounter_rate": 11, + "min_level": 55, + "max_level": 64 + }, + { + "pokeapi_id": 64, + "pokemon_name": "Kadabra", + "method": "walk", + "encounter_rate": 11, + "min_level": 55, + "max_level": 64 + }, + { + "pokeapi_id": 82, + "pokemon_name": "Magneton", + "method": "walk", + "encounter_rate": 10, + "min_level": 52, + "max_level": 52 + }, + { + "pokeapi_id": 202, + "pokemon_name": "Wobbuffet", + "method": "walk", + "encounter_rate": 5, + "min_level": 58, + "max_level": 58 + }, + { + "pokeapi_id": 101, + "pokemon_name": "Electrode", + "method": "walk", + "encounter_rate": 4, + "min_level": 61, + "max_level": 61 + } + ] + }, + { + "name": "Cerulean Cave (B1F)", + "order": 99, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -4807,7 +6263,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 65, "min_level": 40, @@ -4815,7 +6271,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 65, "min_level": 40, @@ -4823,7 +6279,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -4831,7 +6287,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -4839,7 +6295,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 40, "min_level": 20, @@ -4847,7 +6303,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 35, "min_level": 50, @@ -4855,7 +6311,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 35, "min_level": 50, @@ -4863,7 +6319,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 25, "min_level": 58, @@ -4871,7 +6327,7 @@ }, { "pokeapi_id": 64, - "pokemon_name": "kadabra", + "pokemon_name": "Kadabra", "method": "walk", "encounter_rate": 25, "min_level": 58, @@ -4879,7 +6335,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -4887,7 +6343,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -4895,7 +6351,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 16, "min_level": 15, @@ -4903,7 +6359,7 @@ }, { "pokeapi_id": 47, - "pokemon_name": "parasect", + "pokemon_name": "Parasect", "method": "walk", "encounter_rate": 14, "min_level": 55, @@ -4911,7 +6367,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 11, "min_level": 52, @@ -4919,7 +6375,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 52, @@ -4927,7 +6383,7 @@ }, { "pokeapi_id": 82, - "pokemon_name": "magneton", + "pokemon_name": "Magneton", "method": "walk", "encounter_rate": 10, "min_level": 55, @@ -4935,7 +6391,7 @@ }, { "pokeapi_id": 101, - "pokemon_name": "electrode", + "pokemon_name": "Electrode", "method": "walk", "encounter_rate": 4, "min_level": 64, @@ -4943,7 +6399,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 4, "min_level": 15, @@ -4951,7 +6407,173 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", + "method": "walk", + "encounter_rate": 1, + "min_level": 61, + "max_level": 61 + } + ] + }, + { + "name": "Cerulean Cave (B1f)", + "order": 100, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 5, + "max_level": 5 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "rock-smash", + "encounter_rate": 65, + "min_level": 40, + "max_level": 60 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "surf", + "encounter_rate": 65, + "min_level": 40, + "max_level": 60 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 61, + "pokemon_name": "Poliwhirl", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 30 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "surf", + "encounter_rate": 35, + "min_level": 50, + "max_level": 65 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "rock-smash", + "encounter_rate": 35, + "min_level": 50, + "max_level": 65 + }, + { + "pokeapi_id": 132, + "pokemon_name": "Ditto", + "method": "walk", + "encounter_rate": 25, + "min_level": 58, + "max_level": 67 + }, + { + "pokeapi_id": 64, + "pokemon_name": "Kadabra", + "method": "walk", + "encounter_rate": 25, + "min_level": 58, + "max_level": 67 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 16, + "min_level": 15, + "max_level": 35 + }, + { + "pokeapi_id": 47, + "pokemon_name": "Parasect", + "method": "walk", + "encounter_rate": 14, + "min_level": 55, + "max_level": 64 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 11, + "min_level": 52, + "max_level": 61 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 52, + "max_level": 52 + }, + { + "pokeapi_id": 82, + "pokemon_name": "Magneton", + "method": "walk", + "encounter_rate": 10, + "min_level": 55, + "max_level": 55 + }, + { + "pokeapi_id": 101, + "pokemon_name": "Electrode", + "method": "walk", + "encounter_rate": 4, + "min_level": 64, + "max_level": 64 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "super-rod", + "encounter_rate": 4, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 202, + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 1, "min_level": 61, @@ -4963,11 +6585,11 @@ }, { "name": "One Island", - "order": 76, + "order": 101, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -4975,7 +6597,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 95, "min_level": 5, @@ -4983,7 +6605,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 80, "min_level": 5, @@ -4991,7 +6613,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -4999,7 +6621,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -5007,7 +6629,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -5015,7 +6637,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -5023,7 +6645,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -5031,7 +6653,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -5039,7 +6661,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -5049,11 +6671,11 @@ }, { "name": "Kindle Road", - "order": 77, + "order": 102, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -5061,7 +6683,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 95, "min_level": 5, @@ -5069,7 +6691,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 95, "min_level": 5, @@ -5077,7 +6699,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 80, "min_level": 15, @@ -5085,7 +6707,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 80, "min_level": 5, @@ -5093,7 +6715,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -5101,7 +6723,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 25, "min_level": 30, @@ -5109,7 +6731,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -5117,7 +6739,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -5125,7 +6747,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 10, "min_level": 36, @@ -5133,7 +6755,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 10, "min_level": 31, @@ -5141,7 +6763,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 10, "min_level": 31, @@ -5149,7 +6771,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 5, "min_level": 25, @@ -5157,7 +6779,7 @@ }, { "pokeapi_id": 53, - "pokemon_name": "persian", + "pokemon_name": "Persian", "method": "walk", "encounter_rate": 5, "min_level": 37, @@ -5165,7 +6787,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 5, "min_level": 34, @@ -5173,7 +6795,7 @@ }, { "pokeapi_id": 78, - "pokemon_name": "rapidash", + "pokemon_name": "Rapidash", "method": "walk", "encounter_rate": 5, "min_level": 37, @@ -5181,7 +6803,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -5189,7 +6811,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -5197,7 +6819,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -5207,11 +6829,11 @@ }, { "name": "Treasure Beach", - "order": 78, + "order": 103, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -5219,7 +6841,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 95, "min_level": 5, @@ -5227,7 +6849,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 80, "min_level": 5, @@ -5235,7 +6857,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 80, "min_level": 15, @@ -5243,7 +6865,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -5251,7 +6873,7 @@ }, { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 30, "min_level": 33, @@ -5259,7 +6881,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 20, "min_level": 36, @@ -5267,7 +6889,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -5275,7 +6897,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -5283,7 +6905,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 10, "min_level": 31, @@ -5291,7 +6913,7 @@ }, { "pokeapi_id": 53, - "pokemon_name": "persian", + "pokemon_name": "Persian", "method": "walk", "encounter_rate": 5, "min_level": 37, @@ -5299,7 +6921,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 5, "min_level": 31, @@ -5307,7 +6929,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -5315,7 +6937,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -5323,7 +6945,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -5333,16 +6955,81 @@ }, { "name": "Mt Ember", - "order": 79, - "encounters": [], + "order": 115, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "rock-smash", + "encounter_rate": 95, + "min_level": 5, + "max_level": 30 + }, + { + "pokeapi_id": 77, + "pokemon_name": "Ponyta", + "method": "walk", + "encounter_rate": 35, + "min_level": 30, + "max_level": 36 + }, + { + "pokeapi_id": 22, + "pokemon_name": "Fearow", + "method": "walk", + "encounter_rate": 25, + "min_level": 38, + "max_level": 40 + }, + { + "pokeapi_id": 21, + "pokemon_name": "Spearow", + "method": "walk", + "encounter_rate": 15, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 10, + "min_level": 33, + "max_level": 33 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 10, + "min_level": 35, + "max_level": 35 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "rock-smash", + "encounter_rate": 5, + "min_level": 25, + "max_level": 40 + }, + { + "pokeapi_id": 78, + "pokemon_name": "Rapidash", + "method": "walk", + "encounter_rate": 5, + "min_level": 39, + "max_level": 42 + } + ], "children": [ { "name": "Mt Ember (Cave)", - "order": 80, + "order": 104, "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 50, "min_level": 29, @@ -5350,7 +7037,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 50, "min_level": 31, @@ -5360,11 +7047,11 @@ }, { "name": "Mt Ember (Inside)", - "order": 81, + "order": 105, "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 95, "min_level": 5, @@ -5372,7 +7059,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 40, "min_level": 30, @@ -5380,7 +7067,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 40, "min_level": 32, @@ -5388,7 +7075,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 20, "min_level": 38, @@ -5396,7 +7083,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 5, "min_level": 25, @@ -5406,11 +7093,11 @@ }, { "name": "Mt Ember (1f Cave Behind Team Rocket)", - "order": 82, + "order": 106, "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 65, "min_level": 25, @@ -5418,7 +7105,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 50, "min_level": 32, @@ -5426,7 +7113,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 40, "min_level": 34, @@ -5434,7 +7121,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 35, "min_level": 30, @@ -5442,7 +7129,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -5451,12 +7138,58 @@ ] }, { - "name": "Mt Ember (B1f)", - "order": 83, + "name": "Mt Ember (1F Cave Behind Team Rocket)", + "order": 107, "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", + "method": "rock-smash", + "encounter_rate": 65, + "min_level": 25, + "max_level": 40 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 50, + "min_level": 32, + "max_level": 40 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 40, + "min_level": 34, + "max_level": 38 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "rock-smash", + "encounter_rate": 35, + "min_level": 30, + "max_level": 50 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 40, + "max_level": 42 + } + ] + }, + { + "name": "Mt Ember (B1F)", + "order": 108, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 70, "min_level": 34, @@ -5464,7 +7197,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 65, "min_level": 25, @@ -5472,7 +7205,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 35, "min_level": 30, @@ -5480,7 +7213,7 @@ }, { "pokeapi_id": 218, - "pokemon_name": "slugma", + "pokemon_name": "Slugma", "method": "walk", "encounter_rate": 30, "min_level": 24, @@ -5489,12 +7222,50 @@ ] }, { - "name": "Mt Ember (B2f)", - "order": 84, + "name": "Mt Ember (B1f)", + "order": 109, "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 70, + "min_level": 34, + "max_level": 42 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "rock-smash", + "encounter_rate": 65, + "min_level": 25, + "max_level": 40 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "rock-smash", + "encounter_rate": 35, + "min_level": 30, + "max_level": 50 + }, + { + "pokeapi_id": 218, + "pokemon_name": "Slugma", + "method": "walk", + "encounter_rate": 30, + "min_level": 24, + "max_level": 30 + } + ] + }, + { + "name": "Mt Ember (B2F)", + "order": 110, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 65, "min_level": 25, @@ -5502,7 +7273,7 @@ }, { "pokeapi_id": 218, - "pokemon_name": "slugma", + "pokemon_name": "Slugma", "method": "walk", "encounter_rate": 60, "min_level": 22, @@ -5510,7 +7281,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 40, "min_level": 40, @@ -5518,7 +7289,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 35, "min_level": 30, @@ -5527,12 +7298,50 @@ ] }, { - "name": "Mt Ember (B3f)", - "order": 85, + "name": "Mt Ember (B2f)", + "order": 111, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "rock-smash", + "encounter_rate": 65, + "min_level": 25, + "max_level": 40 + }, + { + "pokeapi_id": 218, + "pokemon_name": "Slugma", + "method": "walk", + "encounter_rate": 60, + "min_level": 22, + "max_level": 32 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 40, + "min_level": 40, + "max_level": 44 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "rock-smash", + "encounter_rate": 35, + "min_level": 30, + "max_level": 50 + } + ] + }, + { + "name": "Mt Ember (B3F)", + "order": 112, "encounters": [ { "pokeapi_id": 218, - "pokemon_name": "slugma", + "pokemon_name": "Slugma", "method": "walk", "encounter_rate": 100, "min_level": 18, @@ -5540,7 +7349,7 @@ }, { "pokeapi_id": 218, - "pokemon_name": "slugma", + "pokemon_name": "Slugma", "method": "rock-smash", "encounter_rate": 90, "min_level": 15, @@ -5548,7 +7357,37 @@ }, { "pokeapi_id": 219, - "pokemon_name": "magcargo", + "pokemon_name": "Magcargo", + "method": "rock-smash", + "encounter_rate": 10, + "min_level": 25, + "max_level": 45 + } + ] + }, + { + "name": "Mt Ember (B3f)", + "order": 113, + "encounters": [ + { + "pokeapi_id": 218, + "pokemon_name": "Slugma", + "method": "walk", + "encounter_rate": 100, + "min_level": 18, + "max_level": 36 + }, + { + "pokeapi_id": 218, + "pokemon_name": "Slugma", + "method": "rock-smash", + "encounter_rate": 90, + "min_level": 15, + "max_level": 35 + }, + { + "pokeapi_id": 219, + "pokemon_name": "Magcargo", "method": "rock-smash", "encounter_rate": 10, "min_level": 25, @@ -5558,11 +7397,11 @@ }, { "name": "Mt Ember (Summit)", - "order": 86, + "order": 114, "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 95, "min_level": 5, @@ -5570,7 +7409,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 5, "min_level": 25, @@ -5580,83 +7419,13 @@ } ] }, - { - "name": "Mt Ember", - "order": 87, - "encounters": [ - { - "pokeapi_id": 74, - "pokemon_name": "geodude", - "method": "rock-smash", - "encounter_rate": 95, - "min_level": 5, - "max_level": 30 - }, - { - "pokeapi_id": 77, - "pokemon_name": "ponyta", - "method": "walk", - "encounter_rate": 35, - "min_level": 30, - "max_level": 36 - }, - { - "pokeapi_id": 22, - "pokemon_name": "fearow", - "method": "walk", - "encounter_rate": 25, - "min_level": 38, - "max_level": 40 - }, - { - "pokeapi_id": 21, - "pokemon_name": "spearow", - "method": "walk", - "encounter_rate": 15, - "min_level": 30, - "max_level": 32 - }, - { - "pokeapi_id": 74, - "pokemon_name": "geodude", - "method": "walk", - "encounter_rate": 10, - "min_level": 33, - "max_level": 33 - }, - { - "pokeapi_id": 66, - "pokemon_name": "machop", - "method": "walk", - "encounter_rate": 10, - "min_level": 35, - "max_level": 35 - }, - { - "pokeapi_id": 75, - "pokemon_name": "graveler", - "method": "rock-smash", - "encounter_rate": 5, - "min_level": 25, - "max_level": 40 - }, - { - "pokeapi_id": 78, - "pokemon_name": "rapidash", - "method": "walk", - "encounter_rate": 5, - "min_level": 39, - "max_level": 42 - } - ] - }, { "name": "Cape Brink", - "order": 88, + "order": 116, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -5664,7 +7433,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 95, "min_level": 5, @@ -5672,7 +7441,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -5680,7 +7449,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -5688,7 +7457,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 40, "min_level": 20, @@ -5696,7 +7465,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -5704,7 +7473,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -5712,7 +7481,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -5720,7 +7489,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -5728,7 +7497,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 15, "min_level": 36, @@ -5736,7 +7505,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -5744,7 +7513,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 10, "min_level": 36, @@ -5752,7 +7521,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 10, "min_level": 31, @@ -5760,7 +7529,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 5, "min_level": 37, @@ -5768,7 +7537,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -5776,7 +7545,7 @@ }, { "pokeapi_id": 53, - "pokemon_name": "persian", + "pokemon_name": "Persian", "method": "walk", "encounter_rate": 5, "min_level": 37, @@ -5784,7 +7553,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 5, "min_level": 31, @@ -5792,7 +7561,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 5, "min_level": 15, @@ -5802,11 +7571,11 @@ }, { "name": "Berry Forest", - "order": 89, + "order": 117, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -5814,7 +7583,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 95, "min_level": 5, @@ -5822,7 +7591,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -5830,7 +7599,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -5838,7 +7607,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 40, "min_level": 20, @@ -5846,7 +7615,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 20, "min_level": 35, @@ -5854,7 +7623,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -5862,7 +7631,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -5870,7 +7639,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -5878,7 +7647,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -5886,7 +7655,7 @@ }, { "pokeapi_id": 96, - "pokemon_name": "drowzee", + "pokemon_name": "Drowzee", "method": "walk", "encounter_rate": 10, "min_level": 34, @@ -5894,7 +7663,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -5902,7 +7671,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 10, "min_level": 32, @@ -5910,7 +7679,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 10, "min_level": 34, @@ -5918,7 +7687,7 @@ }, { "pokeapi_id": 102, - "pokemon_name": "exeggcute", + "pokemon_name": "Exeggcute", "method": "walk", "encounter_rate": 5, "min_level": 35, @@ -5926,7 +7695,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -5934,7 +7703,7 @@ }, { "pokeapi_id": 97, - "pokemon_name": "hypno", + "pokemon_name": "Hypno", "method": "walk", "encounter_rate": 5, "min_level": 37, @@ -5942,7 +7711,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 5, "min_level": 31, @@ -5950,7 +7719,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 5, "min_level": 15, @@ -5958,7 +7727,7 @@ }, { "pokeapi_id": 49, - "pokemon_name": "venomoth", + "pokemon_name": "Venomoth", "method": "walk", "encounter_rate": 5, "min_level": 37, @@ -5968,11 +7737,11 @@ }, { "name": "Bond Bridge", - "order": 90, + "order": 118, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -5980,7 +7749,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 95, "min_level": 5, @@ -5988,7 +7757,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 80, "min_level": 15, @@ -5996,7 +7765,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 80, "min_level": 5, @@ -6004,7 +7773,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 30, "min_level": 29, @@ -6012,7 +7781,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -6020,7 +7789,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -6028,7 +7797,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -6036,7 +7805,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 15, "min_level": 34, @@ -6044,7 +7813,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 10, "min_level": 36, @@ -6052,7 +7821,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 10, "min_level": 31, @@ -6060,7 +7829,7 @@ }, { "pokeapi_id": 53, - "pokemon_name": "persian", + "pokemon_name": "Persian", "method": "walk", "encounter_rate": 5, "min_level": 37, @@ -6068,7 +7837,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 5, "min_level": 31, @@ -6076,7 +7845,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -6084,7 +7853,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 5, "min_level": 34, @@ -6092,7 +7861,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -6100,7 +7869,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -6110,11 +7879,11 @@ }, { "name": "Three Isle Port", - "order": 91, + "order": 119, "encounters": [ { "pokeapi_id": 206, - "pokemon_name": "dunsparce", + "pokemon_name": "Dunsparce", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -6124,11 +7893,11 @@ }, { "name": "Four Island", - "order": 92, + "order": 120, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -6136,7 +7905,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 70, "min_level": 5, @@ -6144,7 +7913,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -6152,7 +7921,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -6160,7 +7929,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 40, "min_level": 20, @@ -6168,7 +7937,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 30, "min_level": 5, @@ -6176,7 +7945,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -6184,7 +7953,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -6192,7 +7961,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -6200,7 +7969,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 5, "min_level": 15, @@ -6210,16 +7979,16 @@ }, { "name": "Icefall Cave", - "order": 93, + "order": 121, "encounters": [], "children": [ { "name": "Icefall Cave (Entrance)", - "order": 94, + "order": 122, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -6227,7 +7996,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -6235,7 +8004,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -6243,7 +8012,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -6251,7 +8020,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 40, "min_level": 20, @@ -6259,7 +8028,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 40, "min_level": 43, @@ -6267,7 +8036,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 30, "min_level": 5, @@ -6275,7 +8044,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 25, "min_level": 45, @@ -6283,7 +8052,7 @@ }, { "pokeapi_id": 87, - "pokemon_name": "dewgong", + "pokemon_name": "Dewgong", "method": "walk", "encounter_rate": 20, "min_level": 49, @@ -6291,7 +8060,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -6299,7 +8068,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -6307,7 +8076,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -6315,7 +8084,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -6323,7 +8092,7 @@ }, { "pokeapi_id": 87, - "pokemon_name": "dewgong", + "pokemon_name": "Dewgong", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -6331,7 +8100,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 5, "min_level": 41, @@ -6339,7 +8108,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 5, "min_level": 15, @@ -6347,7 +8116,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 5, "min_level": 5, @@ -6356,12 +8125,12 @@ ] }, { - "name": "Icefall Cave (1f)", - "order": 95, + "name": "Icefall Cave (1F)", + "order": 123, "encounters": [ { "pokeapi_id": 220, - "pokemon_name": "swinub", + "pokemon_name": "Swinub", "method": "walk", "encounter_rate": 50, "min_level": 23, @@ -6369,7 +8138,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 25, "min_level": 45, @@ -6377,7 +8146,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 10, "min_level": 45, @@ -6385,7 +8154,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -6393,7 +8162,53 @@ }, { "pokeapi_id": 225, - "pokemon_name": "delibird", + "pokemon_name": "Delibird", + "method": "walk", + "encounter_rate": 5, + "min_level": 30, + "max_level": 30 + } + ] + }, + { + "name": "Icefall Cave (1f)", + "order": 124, + "encounters": [ + { + "pokeapi_id": 220, + "pokemon_name": "Swinub", + "method": "walk", + "encounter_rate": 50, + "min_level": 23, + "max_level": 31 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 25, + "min_level": 45, + "max_level": 48 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 10, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 225, + "pokemon_name": "Delibird", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -6403,11 +8218,11 @@ }, { "name": "Icefall Cave (B1f)", - "order": 96, + "order": 125, "encounters": [ { "pokeapi_id": 220, - "pokemon_name": "swinub", + "pokemon_name": "Swinub", "method": "walk", "encounter_rate": 50, "min_level": 23, @@ -6415,7 +8230,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 25, "min_level": 45, @@ -6423,7 +8238,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 10, "min_level": 45, @@ -6431,7 +8246,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -6439,7 +8254,53 @@ }, { "pokeapi_id": 225, - "pokemon_name": "delibird", + "pokemon_name": "Delibird", + "method": "walk", + "encounter_rate": 5, + "min_level": 30, + "max_level": 30 + } + ] + }, + { + "name": "Icefall Cave (B1F)", + "order": 126, + "encounters": [ + { + "pokeapi_id": 220, + "pokemon_name": "Swinub", + "method": "walk", + "encounter_rate": 50, + "min_level": 23, + "max_level": 31 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 25, + "min_level": 45, + "max_level": 48 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 10, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 225, + "pokemon_name": "Delibird", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -6449,11 +8310,11 @@ }, { "name": "Icefall Cave (Waterfall)", - "order": 97, + "order": 127, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -6461,7 +8322,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 95, "min_level": 5, @@ -6469,7 +8330,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 80, "min_level": 5, @@ -6477,7 +8338,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -6485,7 +8346,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 40, "min_level": 43, @@ -6493,7 +8354,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -6501,7 +8362,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 25, "min_level": 45, @@ -6509,7 +8370,7 @@ }, { "pokeapi_id": 87, - "pokemon_name": "dewgong", + "pokemon_name": "Dewgong", "method": "walk", "encounter_rate": 20, "min_level": 49, @@ -6517,7 +8378,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -6525,7 +8386,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -6533,7 +8394,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -6541,7 +8402,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 5, "min_level": 41, @@ -6549,7 +8410,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -6557,7 +8418,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 4, "min_level": 35, @@ -6565,7 +8426,7 @@ }, { "pokeapi_id": 131, - "pokemon_name": "lapras", + "pokemon_name": "Lapras", "method": "surf", "encounter_rate": 1, "min_level": 30, @@ -6573,7 +8434,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -6585,11 +8446,11 @@ }, { "name": "Resort Gorgeous", - "order": 98, + "order": 128, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -6597,7 +8458,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 80, "min_level": 5, @@ -6605,7 +8466,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 65, "min_level": 5, @@ -6613,7 +8474,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -6621,7 +8482,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -6629,7 +8490,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "surf", "encounter_rate": 30, "min_level": 5, @@ -6637,7 +8498,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -6645,7 +8506,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -6653,7 +8514,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -6661,7 +8522,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -6669,7 +8530,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -6679,19 +8540,27 @@ }, { "name": "Water Labyrinth", - "order": 99, + "order": 129, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, "max_level": 5 }, + { + "pokeapi_id": 175, + "pokemon_name": "Togepi", + "method": "gift", + "encounter_rate": 100, + "min_level": 5, + "max_level": 5 + }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 80, "min_level": 5, @@ -6699,7 +8568,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 65, "min_level": 5, @@ -6707,7 +8576,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -6715,7 +8584,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -6723,7 +8592,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "surf", "encounter_rate": 30, "min_level": 5, @@ -6731,7 +8600,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -6739,7 +8608,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -6747,7 +8616,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -6755,7 +8624,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -6763,29 +8632,21 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 1, "min_level": 25, "max_level": 35 - }, - { - "pokeapi_id": 175, - "pokemon_name": "togepi", - "method": "gift", - "encounter_rate": 100, - "min_level": 5, - "max_level": 5 } ] }, { "name": "Five Island", - "order": 100, + "order": 130, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -6793,7 +8654,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 80, "min_level": 5, @@ -6801,7 +8662,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 65, "min_level": 5, @@ -6809,7 +8670,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -6817,7 +8678,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -6825,7 +8686,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "surf", "encounter_rate": 30, "min_level": 5, @@ -6833,7 +8694,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -6841,7 +8702,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -6849,7 +8710,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -6857,7 +8718,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -6865,7 +8726,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -6875,11 +8736,11 @@ }, { "name": "Five Isle Meadow", - "order": 101, + "order": 131, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -6887,7 +8748,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 80, "min_level": 5, @@ -6895,7 +8756,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 65, "min_level": 5, @@ -6903,7 +8764,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -6911,7 +8772,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -6919,7 +8780,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "surf", "encounter_rate": 30, "min_level": 5, @@ -6927,7 +8788,7 @@ }, { "pokeapi_id": 161, - "pokemon_name": "sentret", + "pokemon_name": "Sentret", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -6935,7 +8796,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -6943,7 +8804,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 20, "min_level": 44, @@ -6951,7 +8812,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -6959,7 +8820,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 15, "min_level": 10, @@ -6967,7 +8828,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 15, "min_level": 48, @@ -6975,7 +8836,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -6983,7 +8844,7 @@ }, { "pokeapi_id": 53, - "pokemon_name": "persian", + "pokemon_name": "Persian", "method": "walk", "encounter_rate": 5, "min_level": 47, @@ -6991,7 +8852,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 5, "min_level": 41, @@ -6999,7 +8860,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -7007,7 +8868,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -7015,7 +8876,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -7025,11 +8886,11 @@ }, { "name": "Memorial Pillar", - "order": 102, + "order": 132, "encounters": [ { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 100, "min_level": 6, @@ -7037,7 +8898,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -7045,7 +8906,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 80, "min_level": 5, @@ -7053,7 +8914,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 65, "min_level": 5, @@ -7061,7 +8922,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -7069,7 +8930,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -7077,7 +8938,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "surf", "encounter_rate": 30, "min_level": 5, @@ -7085,7 +8946,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -7093,7 +8954,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -7101,7 +8962,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -7109,7 +8970,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -7117,7 +8978,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -7127,11 +8988,11 @@ }, { "name": "Outcast Island", - "order": 103, + "order": 133, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -7139,7 +9000,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 95, "min_level": 5, @@ -7147,7 +9008,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 80, "min_level": 5, @@ -7155,7 +9016,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -7163,7 +9024,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -7171,7 +9032,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -7179,7 +9040,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -7187,7 +9048,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -7195,7 +9056,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -7203,7 +9064,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -7213,11 +9074,11 @@ }, { "name": "Green Path", - "order": 104, + "order": 134, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -7225,7 +9086,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 95, "min_level": 5, @@ -7233,7 +9094,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 80, "min_level": 5, @@ -7241,7 +9102,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -7249,7 +9110,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -7257,7 +9118,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -7265,7 +9126,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -7273,7 +9134,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -7281,7 +9142,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -7289,7 +9150,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -7299,11 +9160,11 @@ }, { "name": "Water Path", - "order": 105, + "order": 135, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -7311,7 +9172,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 95, "min_level": 5, @@ -7319,7 +9180,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 80, "min_level": 5, @@ -7327,7 +9188,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -7335,7 +9196,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -7343,7 +9204,7 @@ }, { "pokeapi_id": 161, - "pokemon_name": "sentret", + "pokemon_name": "Sentret", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -7351,7 +9212,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -7359,7 +9220,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 20, "min_level": 44, @@ -7367,7 +9228,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 15, "min_level": 48, @@ -7375,7 +9236,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -7383,7 +9244,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -7391,7 +9252,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 10, "min_level": 44, @@ -7399,7 +9260,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 5, "min_level": 48, @@ -7407,7 +9268,7 @@ }, { "pokeapi_id": 53, - "pokemon_name": "persian", + "pokemon_name": "Persian", "method": "walk", "encounter_rate": 5, "min_level": 47, @@ -7415,7 +9276,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 5, "min_level": 41, @@ -7423,7 +9284,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -7431,7 +9292,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -7439,7 +9300,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -7449,11 +9310,11 @@ }, { "name": "Ruin Valley", - "order": 106, + "order": 136, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -7461,7 +9322,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -7469,7 +9330,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -7477,7 +9338,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -7485,7 +9346,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 40, "min_level": 20, @@ -7493,7 +9354,7 @@ }, { "pokeapi_id": 177, - "pokemon_name": "natu", + "pokemon_name": "Natu", "method": "walk", "encounter_rate": 25, "min_level": 15, @@ -7501,7 +9362,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -7509,7 +9370,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -7517,7 +9378,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 20, "min_level": 44, @@ -7525,7 +9386,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -7533,7 +9394,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -7541,7 +9402,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 10, "min_level": 43, @@ -7549,7 +9410,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -7557,7 +9418,7 @@ }, { "pokeapi_id": 193, - "pokemon_name": "yanma", + "pokemon_name": "Yanma", "method": "walk", "encounter_rate": 10, "min_level": 18, @@ -7565,7 +9426,7 @@ }, { "pokeapi_id": 53, - "pokemon_name": "persian", + "pokemon_name": "Persian", "method": "walk", "encounter_rate": 5, "min_level": 49, @@ -7573,7 +9434,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 5, "min_level": 41, @@ -7581,7 +9442,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 5, "min_level": 15, @@ -7589,7 +9450,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -7599,16 +9460,16 @@ }, { "name": "Lost Cave", - "order": 107, + "order": 137, "encounters": [], "children": [ { "name": "Lost Cave (Room 9)", - "order": 108, + "order": 138, "encounters": [ { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 44, @@ -7616,7 +9477,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 25, "min_level": 38, @@ -7624,7 +9485,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -7632,7 +9493,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -7640,7 +9501,7 @@ }, { "pokeapi_id": 198, - "pokemon_name": "murkrow", + "pokemon_name": "Murkrow", "method": "walk", "encounter_rate": 5, "min_level": 22, @@ -7650,11 +9511,11 @@ }, { "name": "Lost Cave (Room 10)", - "order": 109, + "order": 139, "encounters": [ { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 44, @@ -7662,7 +9523,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 25, "min_level": 38, @@ -7670,7 +9531,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -7678,7 +9539,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -7686,7 +9547,7 @@ }, { "pokeapi_id": 198, - "pokemon_name": "murkrow", + "pokemon_name": "Murkrow", "method": "walk", "encounter_rate": 5, "min_level": 22, @@ -7696,11 +9557,11 @@ }, { "name": "Lost Cave (Room 1)", - "order": 110, + "order": 140, "encounters": [ { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 44, @@ -7708,7 +9569,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 25, "min_level": 38, @@ -7716,7 +9577,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -7724,7 +9585,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -7732,7 +9593,7 @@ }, { "pokeapi_id": 198, - "pokemon_name": "murkrow", + "pokemon_name": "Murkrow", "method": "walk", "encounter_rate": 5, "min_level": 22, @@ -7742,11 +9603,11 @@ }, { "name": "Lost Cave (Room 2)", - "order": 111, + "order": 141, "encounters": [ { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 44, @@ -7754,7 +9615,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 25, "min_level": 38, @@ -7762,7 +9623,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -7770,7 +9631,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -7778,7 +9639,7 @@ }, { "pokeapi_id": 198, - "pokemon_name": "murkrow", + "pokemon_name": "Murkrow", "method": "walk", "encounter_rate": 5, "min_level": 22, @@ -7788,11 +9649,11 @@ }, { "name": "Lost Cave (Room 3)", - "order": 112, + "order": 142, "encounters": [ { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 44, @@ -7800,7 +9661,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 25, "min_level": 38, @@ -7808,7 +9669,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -7816,7 +9677,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -7824,7 +9685,7 @@ }, { "pokeapi_id": 198, - "pokemon_name": "murkrow", + "pokemon_name": "Murkrow", "method": "walk", "encounter_rate": 5, "min_level": 22, @@ -7834,11 +9695,11 @@ }, { "name": "Lost Cave (Room 8)", - "order": 113, + "order": 143, "encounters": [ { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 44, @@ -7846,7 +9707,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 25, "min_level": 38, @@ -7854,7 +9715,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -7862,7 +9723,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -7870,7 +9731,7 @@ }, { "pokeapi_id": 198, - "pokemon_name": "murkrow", + "pokemon_name": "Murkrow", "method": "walk", "encounter_rate": 5, "min_level": 22, @@ -7880,11 +9741,11 @@ }, { "name": "Lost Cave (Item Rooms)", - "order": 114, + "order": 144, "encounters": [ { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 44, @@ -7892,7 +9753,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 20, "min_level": 40, @@ -7900,7 +9761,7 @@ }, { "pokeapi_id": 198, - "pokemon_name": "murkrow", + "pokemon_name": "Murkrow", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -7908,7 +9769,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -7916,7 +9777,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -7926,11 +9787,11 @@ }, { "name": "Lost Cave (Room 4)", - "order": 115, + "order": 145, "encounters": [ { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 44, @@ -7938,7 +9799,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 25, "min_level": 38, @@ -7946,7 +9807,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -7954,7 +9815,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -7962,7 +9823,7 @@ }, { "pokeapi_id": 198, - "pokemon_name": "murkrow", + "pokemon_name": "Murkrow", "method": "walk", "encounter_rate": 5, "min_level": 22, @@ -7972,11 +9833,11 @@ }, { "name": "Lost Cave (Room 5)", - "order": 116, + "order": 146, "encounters": [ { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 44, @@ -7984,7 +9845,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 25, "min_level": 38, @@ -7992,7 +9853,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -8000,7 +9861,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -8008,7 +9869,7 @@ }, { "pokeapi_id": 198, - "pokemon_name": "murkrow", + "pokemon_name": "Murkrow", "method": "walk", "encounter_rate": 5, "min_level": 22, @@ -8018,11 +9879,11 @@ }, { "name": "Lost Cave (Room 6)", - "order": 117, + "order": 147, "encounters": [ { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 44, @@ -8030,7 +9891,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 25, "min_level": 38, @@ -8038,7 +9899,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -8046,7 +9907,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -8054,7 +9915,7 @@ }, { "pokeapi_id": 198, - "pokemon_name": "murkrow", + "pokemon_name": "Murkrow", "method": "walk", "encounter_rate": 5, "min_level": 22, @@ -8064,11 +9925,11 @@ }, { "name": "Lost Cave (Room 7)", - "order": 118, + "order": 148, "encounters": [ { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 44, @@ -8076,7 +9937,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 25, "min_level": 38, @@ -8084,7 +9945,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -8092,7 +9953,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -8100,7 +9961,7 @@ }, { "pokeapi_id": 198, - "pokemon_name": "murkrow", + "pokemon_name": "Murkrow", "method": "walk", "encounter_rate": 5, "min_level": 22, @@ -8112,11 +9973,11 @@ }, { "name": "Pattern Bush", - "order": 119, + "order": 149, "encounters": [ { "pokeapi_id": 167, - "pokemon_name": "spinarak", + "pokemon_name": "Spinarak", "method": "walk", "encounter_rate": 30, "min_level": 9, @@ -8124,7 +9985,7 @@ }, { "pokeapi_id": 214, - "pokemon_name": "heracross", + "pokemon_name": "Heracross", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -8132,7 +9993,7 @@ }, { "pokeapi_id": 14, - "pokemon_name": "kakuna", + "pokemon_name": "Kakuna", "method": "walk", "encounter_rate": 20, "min_level": 9, @@ -8140,7 +10001,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -8148,7 +10009,7 @@ }, { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -8156,7 +10017,7 @@ }, { "pokeapi_id": 165, - "pokemon_name": "ledyba", + "pokemon_name": "Ledyba", "method": "walk", "encounter_rate": 5, "min_level": 9, @@ -8164,7 +10025,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 5, "min_level": 9, @@ -8174,11 +10035,11 @@ }, { "name": "Trainer Tower", - "order": 120, + "order": 150, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -8186,7 +10047,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 95, "min_level": 5, @@ -8194,7 +10055,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 80, "min_level": 5, @@ -8202,7 +10063,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -8210,7 +10071,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -8218,7 +10079,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -8226,7 +10087,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -8234,7 +10095,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -8242,7 +10103,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -8250,7 +10111,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -8260,11 +10121,11 @@ }, { "name": "Canyon Entrance", - "order": 121, + "order": 151, "encounters": [ { "pokeapi_id": 161, - "pokemon_name": "sentret", + "pokemon_name": "Sentret", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -8272,7 +10133,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 20, "min_level": 44, @@ -8280,7 +10141,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 15, "min_level": 48, @@ -8288,7 +10149,7 @@ }, { "pokeapi_id": 231, - "pokemon_name": "phanpy", + "pokemon_name": "Phanpy", "method": "walk", "encounter_rate": 15, "min_level": 10, @@ -8296,7 +10157,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -8304,7 +10165,7 @@ }, { "pokeapi_id": 53, - "pokemon_name": "persian", + "pokemon_name": "Persian", "method": "walk", "encounter_rate": 5, "min_level": 47, @@ -8312,7 +10173,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 5, "min_level": 41, @@ -8322,11 +10183,11 @@ }, { "name": "Sevault Canyon", - "order": 122, + "order": 152, "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 65, "min_level": 25, @@ -8334,7 +10195,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 35, "min_level": 30, @@ -8342,7 +10203,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 20, "min_level": 46, @@ -8350,7 +10211,7 @@ }, { "pokeapi_id": 231, - "pokemon_name": "phanpy", + "pokemon_name": "Phanpy", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -8358,7 +10219,7 @@ }, { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 10, "min_level": 46, @@ -8366,7 +10227,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 10, "min_level": 50, @@ -8374,7 +10235,7 @@ }, { "pokeapi_id": 105, - "pokemon_name": "marowak", + "pokemon_name": "Marowak", "method": "walk", "encounter_rate": 10, "min_level": 52, @@ -8382,7 +10243,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 10, "min_level": 43, @@ -8390,7 +10251,7 @@ }, { "pokeapi_id": 246, - "pokemon_name": "larvitar", + "pokemon_name": "Larvitar", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -8398,7 +10259,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 54, @@ -8406,7 +10267,7 @@ }, { "pokeapi_id": 53, - "pokemon_name": "persian", + "pokemon_name": "Persian", "method": "walk", "encounter_rate": 5, "min_level": 49, @@ -8414,7 +10275,7 @@ }, { "pokeapi_id": 227, - "pokemon_name": "skarmory", + "pokemon_name": "Skarmory", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -8424,11 +10285,11 @@ }, { "name": "Tanoby Ruins", - "order": 123, + "order": 153, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -8436,7 +10297,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 95, "min_level": 5, @@ -8444,7 +10305,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 80, "min_level": 5, @@ -8452,7 +10313,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -8460,7 +10321,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -8468,7 +10329,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -8476,7 +10337,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -8484,7 +10345,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -8492,7 +10353,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -8500,7 +10361,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -8510,11 +10371,11 @@ }, { "name": "Monean Chamber", - "order": 124, + "order": 154, "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 25, @@ -8524,11 +10385,11 @@ }, { "name": "Liptoo Chamber", - "order": 125, + "order": 155, "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 25, @@ -8538,11 +10399,11 @@ }, { "name": "Weepth Chamber", - "order": 126, + "order": 156, "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 25, @@ -8552,11 +10413,11 @@ }, { "name": "Dilford Chamber", - "order": 127, + "order": 157, "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 25, @@ -8566,11 +10427,11 @@ }, { "name": "Scufib Chamber", - "order": 128, + "order": 158, "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 25, @@ -8580,11 +10441,11 @@ }, { "name": "Rixy Chamber", - "order": 129, + "order": 159, "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 25, @@ -8594,11 +10455,11 @@ }, { "name": "Viapos Chamber", - "order": 130, + "order": 160, "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 25, @@ -8608,16 +10469,16 @@ }, { "name": "Altering Cave", - "order": 131, + "order": 161, "encounters": [], "children": [ { "name": "Altering Cave (H)", - "order": 132, + "order": 162, "encounters": [ { "pokeapi_id": 234, - "pokemon_name": "stantler", + "pokemon_name": "Stantler", "method": "walk", "encounter_rate": 100, "min_level": 18, @@ -8627,11 +10488,11 @@ }, { "name": "Altering Cave (A)", - "order": 133, + "order": 163, "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 100, "min_level": 6, @@ -8641,11 +10502,11 @@ }, { "name": "Altering Cave (C)", - "order": 134, + "order": 164, "encounters": [ { "pokeapi_id": 204, - "pokemon_name": "pineco", + "pokemon_name": "Pineco", "method": "walk", "encounter_rate": 100, "min_level": 19, @@ -8655,11 +10516,11 @@ }, { "name": "Altering Cave (E)", - "order": 135, + "order": 165, "encounters": [ { "pokeapi_id": 216, - "pokemon_name": "teddiursa", + "pokemon_name": "Teddiursa", "method": "walk", "encounter_rate": 100, "min_level": 18, @@ -8669,11 +10530,11 @@ }, { "name": "Altering Cave (G)", - "order": 136, + "order": 166, "encounters": [ { "pokeapi_id": 213, - "pokemon_name": "shuckle", + "pokemon_name": "Shuckle", "method": "walk", "encounter_rate": 100, "min_level": 18, @@ -8683,11 +10544,11 @@ }, { "name": "Altering Cave (I)", - "order": 137, + "order": 167, "encounters": [ { "pokeapi_id": 235, - "pokemon_name": "smeargle", + "pokemon_name": "Smeargle", "method": "walk", "encounter_rate": 100, "min_level": 18, @@ -8697,11 +10558,11 @@ }, { "name": "Altering Cave (B)", - "order": 138, + "order": 168, "encounters": [ { "pokeapi_id": 179, - "pokemon_name": "mareep", + "pokemon_name": "Mareep", "method": "walk", "encounter_rate": 100, "min_level": 3, @@ -8711,11 +10572,11 @@ }, { "name": "Altering Cave (D)", - "order": 139, + "order": 169, "encounters": [ { "pokeapi_id": 228, - "pokemon_name": "houndour", + "pokemon_name": "Houndour", "method": "walk", "encounter_rate": 100, "min_level": 12, @@ -8725,11 +10586,11 @@ }, { "name": "Altering Cave (F)", - "order": 140, + "order": 170, "encounters": [ { "pokeapi_id": 190, - "pokemon_name": "aipom", + "pokemon_name": "Aipom", "method": "walk", "encounter_rate": 100, "min_level": 18, diff --git a/backend/src/app/seeds/data/games.json b/backend/src/app/seeds/data/games.json index e4e816f..8881d5e 100644 --- a/backend/src/app/seeds/data/games.json +++ b/backend/src/app/seeds/data/games.json @@ -1,51 +1,11 @@ [ { - "name": "Pokemon Crystal", - "slug": "crystal", - "generation": 2, - "region": "johto", - "release_year": 2000, - "color": "#4FD9FF" - }, - { - "name": "Pokemon FireRed", - "slug": "firered", - "generation": 3, - "region": "kanto", - "release_year": 2004, - "color": "#FF7327" - }, - { - "name": "Pokemon LeafGreen", - "slug": "leafgreen", - "generation": 3, - "region": "kanto", - "release_year": 2004, - "color": "#00DD00" - }, - { - "name": "Pokemon Diamond", - "slug": "diamond", - "generation": 4, - "region": "sinnoh", - "release_year": 2006, - "color": "#AAAAFF" - }, - { - "name": "Pokemon Pearl", - "slug": "pearl", - "generation": 4, - "region": "sinnoh", - "release_year": 2006, - "color": "#FFAAAA" - }, - { - "name": "Pokemon Platinum", - "slug": "platinum", - "generation": 4, - "region": "sinnoh", - "release_year": 2008, - "color": "#999999" + "name": "Pokemon Alpha Sapphire", + "slug": "alpha-sapphire", + "generation": 6, + "region": "hoenn", + "release_year": 2014, + "color": "#26649C" }, { "name": "Pokemon Black", @@ -56,60 +16,12 @@ "color": "#444444" }, { - "name": "Pokemon White", - "slug": "white", + "name": "Pokemon Black 2", + "slug": "black-2", "generation": 5, "region": "unova", - "release_year": 2010, - "color": "#E1E1E1" - }, - { - "name": "Pokemon X", - "slug": "x", - "generation": 6, - "region": "kalos", - "release_year": 2013, - "color": "#025DA6" - }, - { - "name": "Pokemon Y", - "slug": "y", - "generation": 6, - "region": "kalos", - "release_year": 2013, - "color": "#EA1A3E" - }, - { - "name": "Pokemon Omega Ruby", - "slug": "omega-ruby", - "generation": 6, - "region": "hoenn", - "release_year": 2014, - "color": "#CF3025" - }, - { - "name": "Pokemon Alpha Sapphire", - "slug": "alpha-sapphire", - "generation": 6, - "region": "hoenn", - "release_year": 2014, - "color": "#26649C" - }, - { - "name": "Pokemon Sun", - "slug": "sun", - "generation": 7, - "region": "alola", - "release_year": 2016, - "color": "#F1912B" - }, - { - "name": "Pokemon Moon", - "slug": "moon", - "generation": 7, - "region": "alola", - "release_year": 2016, - "color": "#5599CA" + "release_year": 2012, + "color": "#424B50" }, { "name": "Pokemon Blue", @@ -120,12 +32,44 @@ "color": "#1111FF" }, { - "name": "Pokemon Red", - "slug": "red", - "generation": 1, + "name": "Pokemon Brilliant Diamond", + "slug": "brilliant-diamond", + "generation": 8, + "region": "sinnoh", + "release_year": 2021, + "color": "#44BAE5" + }, + { + "name": "Pokemon Crystal", + "slug": "crystal", + "generation": 2, + "region": "johto", + "release_year": 2000, + "color": "#4FD9FF" + }, + { + "name": "Pokemon Diamond", + "slug": "diamond", + "generation": 4, + "region": "sinnoh", + "release_year": 2006, + "color": "#AAAAFF" + }, + { + "name": "Pokemon Emerald", + "slug": "emerald", + "generation": 3, + "region": "hoenn", + "release_year": 2005, + "color": "#00A000" + }, + { + "name": "Pokemon FireRed", + "slug": "firered", + "generation": 3, "region": "kanto", - "release_year": 1996, - "color": "#FF1111" + "release_year": 2004, + "color": "#FF7327" }, { "name": "Pokemon Gold", @@ -136,36 +80,36 @@ "color": "#DAA520" }, { - "name": "Pokemon Silver", - "slug": "silver", - "generation": 2, + "name": "Pokemon HeartGold", + "slug": "heartgold", + "generation": 4, "region": "johto", - "release_year": 1999, - "color": "#C0C0C0" + "release_year": 2010, + "color": "#B69E00" }, { - "name": "Pokemon Ruby", - "slug": "ruby", + "name": "Pokemon LeafGreen", + "slug": "leafgreen", "generation": 3, - "region": "hoenn", - "release_year": 2002, - "color": "#A00000" + "region": "kanto", + "release_year": 2004, + "color": "#00DD00" }, { - "name": "Pokemon Sapphire", - "slug": "sapphire", - "generation": 3, - "region": "hoenn", - "release_year": 2002, - "color": "#0000A0" + "name": "Pokemon Legends: Arceus", + "slug": "legends-arceus", + "generation": 8, + "region": "hisui", + "release_year": 2022, + "color": "#36597B" }, { - "name": "Pokemon Emerald", - "slug": "emerald", - "generation": 3, - "region": "hoenn", - "release_year": 2005, - "color": "#00A000" + "name": "Pokemon Legends: Z-A", + "slug": "legends-z-a", + "generation": 9, + "region": "lumiose", + "release_year": 2025, + "color": "#3A7BDB" }, { "name": "Pokemon Let's Go Eevee", @@ -184,12 +128,68 @@ "color": "#F5DA00" }, { - "name": "Pokemon Sword", - "slug": "sword", - "generation": 8, - "region": "galar", - "release_year": 2019, - "color": "#00D4E7" + "name": "Pokemon Moon", + "slug": "moon", + "generation": 7, + "region": "alola", + "release_year": 2016, + "color": "#5599CA" + }, + { + "name": "Pokemon Omega Ruby", + "slug": "omega-ruby", + "generation": 6, + "region": "hoenn", + "release_year": 2014, + "color": "#CF3025" + }, + { + "name": "Pokemon Pearl", + "slug": "pearl", + "generation": 4, + "region": "sinnoh", + "release_year": 2006, + "color": "#FFAAAA" + }, + { + "name": "Pokemon Platinum", + "slug": "platinum", + "generation": 4, + "region": "sinnoh", + "release_year": 2008, + "color": "#999999" + }, + { + "name": "Pokemon Red", + "slug": "red", + "generation": 1, + "region": "kanto", + "release_year": 1996, + "color": "#FF1111" + }, + { + "name": "Pokemon Ruby", + "slug": "ruby", + "generation": 3, + "region": "hoenn", + "release_year": 2002, + "color": "#A00000" + }, + { + "name": "Pokemon Sapphire", + "slug": "sapphire", + "generation": 3, + "region": "hoenn", + "release_year": 2002, + "color": "#0000A0" + }, + { + "name": "Pokemon Scarlet", + "slug": "scarlet", + "generation": 9, + "region": "paldea", + "release_year": 2022, + "color": "#F93C3C" }, { "name": "Pokemon Shield", @@ -208,68 +208,12 @@ "color": "#E18AAA" }, { - "name": "Pokemon Brilliant Diamond", - "slug": "brilliant-diamond", - "generation": 8, - "region": "sinnoh", - "release_year": 2021, - "color": "#44BAE5" - }, - { - "name": "Pokemon Legends: Z-A", - "slug": "legends-z-a", - "generation": 9, - "region": "lumiose", - "release_year": 2025, - "color": "#3A7BDB" - }, - { - "name": "Pokemon Ultra Sun", - "slug": "ultra-sun", - "generation": 7, - "region": "alola", - "release_year": 2017, - "color": "#E95B2B" - }, - { - "name": "Pokemon Ultra Moon", - "slug": "ultra-moon", - "generation": 7, - "region": "alola", - "release_year": 2017, - "color": "#204E8C" - }, - { - "name": "Pokemon Legends: Arceus", - "slug": "legends-arceus", - "generation": 8, - "region": "hisui", - "release_year": 2022, - "color": "#36597B" - }, - { - "name": "Pokemon Scarlet", - "slug": "scarlet", - "generation": 9, - "region": "paldea", - "release_year": 2022, - "color": "#F93C3C" - }, - { - "name": "Pokemon Violet", - "slug": "violet", - "generation": 9, - "region": "paldea", - "release_year": 2022, - "color": "#A96EEC" - }, - { - "name": "Pokemon Yellow", - "slug": "yellow", - "generation": 1, - "region": "kanto", - "release_year": 1998, - "color": "#FFD733" + "name": "Pokemon Silver", + "slug": "silver", + "generation": 2, + "region": "johto", + "release_year": 1999, + "color": "#C0C0C0" }, { "name": "Pokemon SoulSilver", @@ -280,20 +224,52 @@ "color": "#C0C0E0" }, { - "name": "Pokemon HeartGold", - "slug": "heartgold", - "generation": 4, - "region": "johto", - "release_year": 2010, - "color": "#B69E00" + "name": "Pokemon Sun", + "slug": "sun", + "generation": 7, + "region": "alola", + "release_year": 2016, + "color": "#F1912B" }, { - "name": "Pokemon Black 2", - "slug": "black-2", + "name": "Pokemon Sword", + "slug": "sword", + "generation": 8, + "region": "galar", + "release_year": 2019, + "color": "#00D4E7" + }, + { + "name": "Pokemon Ultra Moon", + "slug": "ultra-moon", + "generation": 7, + "region": "alola", + "release_year": 2017, + "color": "#204E8C" + }, + { + "name": "Pokemon Ultra Sun", + "slug": "ultra-sun", + "generation": 7, + "region": "alola", + "release_year": 2017, + "color": "#E95B2B" + }, + { + "name": "Pokemon Violet", + "slug": "violet", + "generation": 9, + "region": "paldea", + "release_year": 2022, + "color": "#A96EEC" + }, + { + "name": "Pokemon White", + "slug": "white", "generation": 5, "region": "unova", - "release_year": 2012, - "color": "#424B50" + "release_year": 2010, + "color": "#E1E1E1" }, { "name": "Pokemon White 2", @@ -302,5 +278,29 @@ "region": "unova", "release_year": 2012, "color": "#E3CED0" + }, + { + "name": "Pokemon X", + "slug": "x", + "generation": 6, + "region": "kalos", + "release_year": 2013, + "color": "#025DA6" + }, + { + "name": "Pokemon Y", + "slug": "y", + "generation": 6, + "region": "kalos", + "release_year": 2013, + "color": "#EA1A3E" + }, + { + "name": "Pokemon Yellow", + "slug": "yellow", + "generation": 1, + "region": "kanto", + "release_year": 1998, + "color": "#FFD733" } ] diff --git a/backend/src/app/seeds/data/gold.json b/backend/src/app/seeds/data/gold.json index 048c499..8733ab9 100644 --- a/backend/src/app/seeds/data/gold.json +++ b/backend/src/app/seeds/data/gold.json @@ -5,7 +5,7 @@ "encounters": [ { "pokeapi_id": 152, - "pokemon_name": "chikorita", + "pokemon_name": "Chikorita", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -13,7 +13,7 @@ }, { "pokeapi_id": 155, - "pokemon_name": "cyndaquil", + "pokemon_name": "Cyndaquil", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -21,7 +21,7 @@ }, { "pokeapi_id": 158, - "pokemon_name": "totodile", + "pokemon_name": "Totodile", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -35,7 +35,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -43,7 +43,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -51,7 +51,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -59,7 +59,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -67,7 +67,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -75,7 +75,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -83,7 +83,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -91,7 +91,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -99,7 +99,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -107,7 +107,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -115,7 +115,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -123,7 +123,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -137,7 +137,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 100, "min_level": 2, @@ -145,7 +145,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 85, "min_level": 2, @@ -153,7 +153,7 @@ }, { "pokeapi_id": 161, - "pokemon_name": "sentret", + "pokemon_name": "Sentret", "method": "walk", "encounter_rate": 80, "min_level": 2, @@ -161,7 +161,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 25, "min_level": 2, @@ -175,7 +175,7 @@ "encounters": [ { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -183,7 +183,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -191,7 +191,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -199,7 +199,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -207,7 +207,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -215,7 +215,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -223,7 +223,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -231,7 +231,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -239,7 +239,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -247,7 +247,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -255,7 +255,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -263,7 +263,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -277,7 +277,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 90, "min_level": 2, @@ -285,7 +285,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -293,7 +293,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 85, "min_level": 3, @@ -301,7 +301,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -309,7 +309,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -317,7 +317,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -325,7 +325,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 40, "min_level": 3, @@ -333,7 +333,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -341,7 +341,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 30, "min_level": 4, @@ -349,7 +349,7 @@ }, { "pokeapi_id": 167, - "pokemon_name": "spinarak", + "pokemon_name": "Spinarak", "method": "walk", "encounter_rate": 30, "min_level": 3, @@ -357,7 +357,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 25, "min_level": 4, @@ -365,7 +365,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -373,7 +373,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -381,7 +381,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -395,7 +395,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -403,7 +403,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -411,7 +411,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -419,7 +419,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 70, "min_level": 4, @@ -427,7 +427,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -435,7 +435,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 60, "min_level": 3, @@ -443,7 +443,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 60, "min_level": 3, @@ -451,7 +451,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 40, "min_level": 4, @@ -459,7 +459,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -467,7 +467,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 30, "min_level": 5, @@ -475,7 +475,7 @@ }, { "pokeapi_id": 167, - "pokemon_name": "spinarak", + "pokemon_name": "Spinarak", "method": "walk", "encounter_rate": 30, "min_level": 4, @@ -483,7 +483,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -491,7 +491,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -499,7 +499,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 10, "min_level": 5, @@ -507,7 +507,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -526,7 +526,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 100, "min_level": 2, @@ -534,7 +534,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -542,7 +542,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "rock-smash", "encounter_rate": 90, "min_level": 15, @@ -550,7 +550,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -558,7 +558,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -566,7 +566,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -574,7 +574,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 59, "min_level": 2, @@ -582,7 +582,7 @@ }, { "pokeapi_id": 206, - "pokemon_name": "dunsparce", + "pokemon_name": "Dunsparce", "method": "walk", "encounter_rate": 41, "min_level": 2, @@ -590,7 +590,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -598,7 +598,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -606,7 +606,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -614,7 +614,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -622,7 +622,7 @@ }, { "pokeapi_id": 213, - "pokemon_name": "shuckle", + "pokemon_name": "Shuckle", "method": "rock-smash", "encounter_rate": 10, "min_level": 15, @@ -636,7 +636,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -644,7 +644,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -652,7 +652,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -660,7 +660,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -668,7 +668,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -676,7 +676,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -684,7 +684,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -692,7 +692,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -700,7 +700,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -708,7 +708,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -716,7 +716,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 15, "min_level": 20, @@ -724,7 +724,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -732,7 +732,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 23, @@ -746,9 +746,17 @@ "name": "Violet City", "order": 10, "encounters": [ + { + "pokeapi_id": 175, + "pokemon_name": "Togepi", + "method": "gift", + "encounter_rate": 100, + "min_level": 1, + "max_level": 1 + }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -756,7 +764,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -764,7 +772,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -772,7 +780,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -780,7 +788,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -788,7 +796,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -796,7 +804,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -804,19 +812,11 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 20, "max_level": 24 - }, - { - "pokeapi_id": 175, - "pokemon_name": "togepi", - "method": "gift", - "encounter_rate": 100, - "min_level": 1, - "max_level": 1 } ] }, @@ -826,12 +826,12 @@ "encounters": [], "children": [ { - "name": "Sprout Tower (2f)", + "name": "Sprout Tower (2F)", "order": 12, "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 3, @@ -839,7 +839,51 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 85, + "min_level": 3, + "max_level": 6 + } + ] + }, + { + "name": "Sprout Tower (2f)", + "order": 12, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 3, + "max_level": 6 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 85, + "min_level": 3, + "max_level": 6 + } + ] + }, + { + "name": "Sprout Tower (3F)", + "order": 13, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 3, + "max_level": 6 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 85, "min_level": 3, @@ -853,7 +897,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 3, @@ -861,7 +905,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 85, "min_level": 3, @@ -877,7 +921,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -885,7 +929,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -893,7 +937,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 4, @@ -901,7 +945,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 80, "min_level": 6, @@ -909,7 +953,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -917,7 +961,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -925,7 +969,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -933,7 +977,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 15, @@ -941,7 +985,7 @@ }, { "pokeapi_id": 179, - "pokemon_name": "mareep", + "pokemon_name": "Mareep", "method": "walk", "encounter_rate": 50, "min_level": 6, @@ -949,7 +993,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "walk", "encounter_rate": 39, "min_level": 4, @@ -957,7 +1001,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -965,7 +1009,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -973,7 +1017,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -981,7 +1025,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -989,7 +1033,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "old-rod", "encounter_rate": 15, "min_level": 5, @@ -997,7 +1041,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -1005,7 +1049,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -1013,7 +1057,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 6, "min_level": 4, @@ -1032,7 +1076,7 @@ "encounters": [ { "pokeapi_id": 177, - "pokemon_name": "natu", + "pokemon_name": "Natu", "method": "walk", "encounter_rate": 90, "min_level": 18, @@ -1040,7 +1084,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -1048,7 +1092,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -1056,7 +1100,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -1064,7 +1108,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 60, "min_level": 15, @@ -1072,7 +1116,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 40, "min_level": 14, @@ -1080,7 +1124,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -1088,7 +1132,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -1096,7 +1140,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -1104,7 +1148,7 @@ }, { "pokeapi_id": 235, - "pokemon_name": "smeargle", + "pokemon_name": "Smeargle", "method": "walk", "encounter_rate": 10, "min_level": 20, @@ -1118,7 +1162,7 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -1132,7 +1176,7 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -1146,7 +1190,7 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -1160,7 +1204,7 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -1176,12 +1220,12 @@ "encounters": [], "children": [ { - "name": "Union Cave (1f)", + "name": "Union Cave (1F)", "order": 22, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -1189,7 +1233,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -1197,7 +1241,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -1205,7 +1249,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 60, "min_level": 15, @@ -1213,7 +1257,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 40, "min_level": 15, @@ -1221,7 +1265,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -1229,7 +1273,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 30, "min_level": 6, @@ -1237,7 +1281,7 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 30, "min_level": 6, @@ -1245,7 +1289,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 25, "min_level": 5, @@ -1253,7 +1297,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -1261,7 +1305,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -1269,7 +1313,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 10, "min_level": 4, @@ -1277,7 +1321,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -1285,7 +1329,125 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 5, + "min_level": 6, + "max_level": 6 + } + ] + }, + { + "name": "Union Cave (1f)", + "order": 22, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 65, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 194, + "pokemon_name": "Wooper", + "method": "surf", + "encounter_rate": 60, + "min_level": 15, + "max_level": 19 + }, + { + "pokeapi_id": 195, + "pokemon_name": "Quagsire", + "method": "surf", + "encounter_rate": 40, + "min_level": 15, + "max_level": 24 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 35, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 30, + "min_level": 6, + "max_level": 6 + }, + { + "pokeapi_id": 27, + "pokemon_name": "Sandshrew", + "method": "walk", + "encounter_rate": 30, + "min_level": 6, + "max_level": 6 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 25, + "min_level": 5, + "max_level": 7 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 10, + "min_level": 4, + "max_level": 4 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 6, @@ -1299,7 +1461,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -1307,7 +1469,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -1315,7 +1477,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -1323,7 +1485,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 60, "min_level": 15, @@ -1331,7 +1493,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 40, "min_level": 15, @@ -1339,7 +1501,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -1347,7 +1509,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 30, "min_level": 8, @@ -1355,7 +1517,7 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 30, "min_level": 8, @@ -1363,7 +1525,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 25, "min_level": 7, @@ -1371,7 +1533,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -1379,7 +1541,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -1387,7 +1549,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 10, "min_level": 8, @@ -1395,7 +1557,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -1403,7 +1565,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 5, "min_level": 6, @@ -1411,13 +1573,289 @@ } ] }, + { + "name": "Union Cave (B1F)", + "order": 23, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 65, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 194, + "pokemon_name": "Wooper", + "method": "surf", + "encounter_rate": 60, + "min_level": 15, + "max_level": 19 + }, + { + "pokeapi_id": 195, + "pokemon_name": "Quagsire", + "method": "surf", + "encounter_rate": 40, + "min_level": 15, + "max_level": 24 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 35, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 30, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 27, + "pokemon_name": "Sandshrew", + "method": "walk", + "encounter_rate": 30, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 25, + "min_level": 7, + "max_level": 9 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 10, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 5, + "min_level": 6, + "max_level": 6 + } + ] + }, + { + "name": "Union Cave (B2F)", + "order": 24, + "encounters": [ + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "good-rod", + "encounter_rate": 100, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "super-rod", + "encounter_rate": 100, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 100, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 222, + "pokemon_name": "Corsola", + "method": "super-rod", + "encounter_rate": 60, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 72, + "pokemon_name": "Tentacool", + "method": "surf", + "encounter_rate": 60, + "min_level": 15, + "max_level": 19 + }, + { + "pokeapi_id": 99, + "pokemon_name": "Kingler", + "method": "super-rod", + "encounter_rate": 30, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 195, + "pokemon_name": "Quagsire", + "method": "surf", + "encounter_rate": 30, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 20, + "pokemon_name": "Raticate", + "method": "walk", + "encounter_rate": 30, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 120, + "pokemon_name": "Staryu", + "method": "super-rod", + "encounter_rate": 30, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 222, + "pokemon_name": "Corsola", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 10, + "min_level": 21, + "max_level": 21 + }, + { + "pokeapi_id": 120, + "pokemon_name": "Staryu", + "method": "good-rod", + "encounter_rate": 10, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 73, + "pokemon_name": "Tentacruel", + "method": "surf", + "encounter_rate": 10, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 5, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 5, + "min_level": 20, + "max_level": 20 + } + ] + }, { "name": "Union Cave (B2f)", "order": 24, "encounters": [ { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -1425,7 +1863,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -1433,7 +1871,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -1441,7 +1879,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -1449,7 +1887,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -1457,7 +1895,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 15, @@ -1465,7 +1903,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -1473,7 +1911,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -1481,7 +1919,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 30, "min_level": 22, @@ -1489,7 +1927,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -1497,7 +1935,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 22, @@ -1505,7 +1943,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -1513,7 +1951,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -1521,7 +1959,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -1529,7 +1967,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 10, "min_level": 21, @@ -1537,7 +1975,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -1545,7 +1983,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -1553,7 +1991,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 23, @@ -1561,7 +1999,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 5, "min_level": 20, @@ -1577,7 +2015,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 6, @@ -1585,7 +2023,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 70, "min_level": 6, @@ -1593,7 +2031,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 45, "min_level": 4, @@ -1601,7 +2039,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 40, "min_level": 6, @@ -1620,7 +2058,7 @@ "encounters": [ { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "surf", "encounter_rate": 100, "min_level": 10, @@ -1628,7 +2066,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -1636,7 +2074,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 85, "min_level": 5, @@ -1644,7 +2082,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -1652,7 +2090,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -1660,7 +2098,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -1668,7 +2106,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -1676,7 +2114,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -1684,7 +2122,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 15, "min_level": 6, @@ -1692,7 +2130,93 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + } + ] + }, + { + "name": "Slowpoke Well (1F)", + "order": 27, + "encounters": [ + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "surf", + "encounter_rate": 100, + "min_level": 10, + "max_level": 24 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 85, + "min_level": 5, + "max_level": 8 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 65, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 35, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "walk", + "encounter_rate": 15, + "min_level": 6, + "max_level": 8 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -1706,7 +2230,7 @@ "encounters": [ { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -1714,7 +2238,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -1722,7 +2246,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 80, "min_level": 19, @@ -1730,7 +2254,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -1738,7 +2262,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -1746,7 +2270,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -1754,7 +2278,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -1762,7 +2286,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -1770,7 +2294,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 15, "min_level": 21, @@ -1778,7 +2302,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -1786,7 +2310,7 @@ }, { "pokeapi_id": 80, - "pokemon_name": "slowbro", + "pokemon_name": "Slowbro", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -1794,7 +2318,109 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 23, + "max_level": 23 + } + ] + }, + { + "name": "Slowpoke Well (B1F)", + "order": 28, + "encounters": [ + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "surf", + "encounter_rate": 90, + "min_level": 15, + "max_level": 24 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 80, + "min_level": 19, + "max_level": 23 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 65, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 35, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "walk", + "encounter_rate": 15, + "min_level": 21, + "max_level": 23 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 80, + "pokemon_name": "Slowbro", + "method": "surf", + "encounter_rate": 10, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 23, @@ -1810,7 +2436,7 @@ "encounters": [ { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -1818,7 +2444,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -1826,7 +2452,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -1834,7 +2460,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -1842,7 +2468,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -1850,7 +2476,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -1858,7 +2484,7 @@ }, { "pokeapi_id": 96, - "pokemon_name": "drowzee", + "pokemon_name": "Drowzee", "method": "walk", "encounter_rate": 50, "min_level": 10, @@ -1866,7 +2492,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 35, "min_level": 11, @@ -1874,7 +2500,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -1882,7 +2508,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -1890,7 +2516,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -1898,7 +2524,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -1906,7 +2532,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -1914,7 +2540,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -1922,7 +2548,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -1930,7 +2556,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 5, "min_level": 10, @@ -1944,7 +2570,7 @@ "encounters": [ { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -1952,7 +2578,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -1960,7 +2586,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -1968,7 +2594,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -1976,7 +2602,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -1984,7 +2610,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 60, "min_level": 5, @@ -1992,7 +2618,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 60, "min_level": 5, @@ -2000,7 +2626,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -2008,7 +2634,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 35, "min_level": 5, @@ -2016,7 +2642,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 35, "min_level": 5, @@ -2024,7 +2650,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -2032,7 +2658,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -2040,7 +2666,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -2054,7 +2680,7 @@ "encounters": [ { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 100, "min_level": 10, @@ -2062,7 +2688,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 80, "min_level": 10, @@ -2070,7 +2696,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 60, "min_level": 10, @@ -2078,7 +2704,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 35, "min_level": 10, @@ -2086,7 +2712,7 @@ }, { "pokeapi_id": 191, - "pokemon_name": "sunkern", + "pokemon_name": "Sunkern", "method": "walk", "encounter_rate": 25, "min_level": 12, @@ -2100,7 +2726,7 @@ "encounters": [ { "pokeapi_id": 29, - "pokemon_name": "nidoran-f", + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 100, "min_level": 12, @@ -2108,7 +2734,7 @@ }, { "pokeapi_id": 32, - "pokemon_name": "nidoran-m", + "pokemon_name": "Nidoran M", "method": "walk", "encounter_rate": 100, "min_level": 12, @@ -2116,7 +2742,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -2124,7 +2750,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -2132,7 +2758,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -2140,7 +2766,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -2148,7 +2774,7 @@ }, { "pokeapi_id": 96, - "pokemon_name": "drowzee", + "pokemon_name": "Drowzee", "method": "walk", "encounter_rate": 60, "min_level": 14, @@ -2156,7 +2782,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -2164,7 +2790,7 @@ }, { "pokeapi_id": 193, - "pokemon_name": "yanma", + "pokemon_name": "Yanma", "method": "walk", "encounter_rate": 33, "min_level": 12, @@ -2172,7 +2798,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -2180,7 +2806,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -2188,7 +2814,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 17, "min_level": 10, @@ -2196,7 +2822,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 15, "min_level": 14, @@ -2204,7 +2830,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -2212,7 +2838,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -2220,7 +2846,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 5, "min_level": 14, @@ -2234,7 +2860,7 @@ "encounters": [ { "pokeapi_id": 133, - "pokemon_name": "eevee", + "pokemon_name": "Eevee", "method": "gift", "encounter_rate": 100, "min_level": 5, @@ -2248,7 +2874,7 @@ "encounters": [ { "pokeapi_id": 29, - "pokemon_name": "nidoran-f", + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 90, "min_level": 12, @@ -2256,7 +2882,7 @@ }, { "pokeapi_id": 32, - "pokemon_name": "nidoran-m", + "pokemon_name": "Nidoran M", "method": "walk", "encounter_rate": 90, "min_level": 12, @@ -2264,7 +2890,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 45, "min_level": 13, @@ -2272,7 +2898,7 @@ }, { "pokeapi_id": 58, - "pokemon_name": "growlithe", + "pokemon_name": "Growlithe", "method": "walk", "encounter_rate": 35, "min_level": 13, @@ -2280,7 +2906,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 25, "min_level": 13, @@ -2288,7 +2914,7 @@ }, { "pokeapi_id": 234, - "pokemon_name": "stantler", + "pokemon_name": "Stantler", "method": "walk", "encounter_rate": 15, "min_level": 13, @@ -2302,7 +2928,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 100, "min_level": 13, @@ -2310,7 +2936,7 @@ }, { "pokeapi_id": 234, - "pokemon_name": "stantler", + "pokemon_name": "Stantler", "method": "walk", "encounter_rate": 90, "min_level": 15, @@ -2318,7 +2944,7 @@ }, { "pokeapi_id": 167, - "pokemon_name": "spinarak", + "pokemon_name": "Spinarak", "method": "walk", "encounter_rate": 40, "min_level": 13, @@ -2326,7 +2952,7 @@ }, { "pokeapi_id": 58, - "pokemon_name": "growlithe", + "pokemon_name": "Growlithe", "method": "walk", "encounter_rate": 35, "min_level": 14, @@ -2334,7 +2960,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -2342,7 +2968,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -2356,7 +2982,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -2364,7 +2990,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -2372,7 +2998,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -2380,7 +3006,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -2388,7 +3014,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -2396,7 +3022,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -2404,7 +3030,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -2412,7 +3038,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -2431,7 +3057,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 50, "min_level": 13, @@ -2439,7 +3065,7 @@ }, { "pokeapi_id": 109, - "pokemon_name": "koffing", + "pokemon_name": "Koffing", "method": "walk", "encounter_rate": 35, "min_level": 14, @@ -2447,7 +3073,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -2455,7 +3081,45 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", + "method": "walk", + "encounter_rate": 5, + "min_level": 15, + "max_level": 15 + } + ] + }, + { + "name": "Burned Tower (1F)", + "order": 38, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 50, + "min_level": 13, + "max_level": 15 + }, + { + "pokeapi_id": 109, + "pokemon_name": "Koffing", + "method": "walk", + "encounter_rate": 35, + "min_level": 14, + "max_level": 16 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 14, + "max_level": 14 + }, + { + "pokeapi_id": 20, + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -2469,7 +3133,7 @@ "encounters": [ { "pokeapi_id": 109, - "pokemon_name": "koffing", + "pokemon_name": "Koffing", "method": "walk", "encounter_rate": 100, "min_level": 14, @@ -2477,7 +3141,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 14, @@ -2485,7 +3149,7 @@ }, { "pokeapi_id": 126, - "pokemon_name": "magmar", + "pokemon_name": "Magmar", "method": "walk", "encounter_rate": 25, "min_level": 14, @@ -2493,7 +3157,45 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 15, + "min_level": 15, + "max_level": 15 + } + ] + }, + { + "name": "Burned Tower (B1F)", + "order": 39, + "encounters": [ + { + "pokeapi_id": 109, + "pokemon_name": "Koffing", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 16 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 16 + }, + { + "pokeapi_id": 126, + "pokemon_name": "Magmar", + "method": "walk", + "encounter_rate": 25, + "min_level": 14, + "max_level": 16 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 15, "min_level": 15, @@ -2509,12 +3211,12 @@ "encounters": [], "children": [ { - "name": "Bell Tower (9f)", + "name": "Bell Tower (2F)", "order": 41, "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -2522,7 +3224,51 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + } + ] + }, + { + "name": "Bell Tower (9f)", + "order": 41, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + } + ] + }, + { + "name": "Bell Tower (3F)", + "order": 42, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -2536,7 +3282,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -2544,7 +3290,29 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + } + ] + }, + { + "name": "Bell Tower (4F)", + "order": 43, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -2558,7 +3326,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -2566,7 +3334,29 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + } + ] + }, + { + "name": "Bell Tower (5F)", + "order": 44, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -2580,7 +3370,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -2588,7 +3378,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -2602,7 +3392,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -2610,7 +3400,29 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + } + ] + }, + { + "name": "Bell Tower (6F)", + "order": 45, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -2624,7 +3436,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -2632,7 +3444,51 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + } + ] + }, + { + "name": "Bell Tower (7F)", + "order": 46, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + } + ] + }, + { + "name": "Bell Tower (8F)", + "order": 47, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -2646,7 +3502,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -2654,7 +3510,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -2668,7 +3524,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -2676,7 +3532,29 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + } + ] + }, + { + "name": "Bell Tower (9F)", + "order": 48, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -2691,16 +3569,16 @@ "order": 49, "encounters": [ { - "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokeapi_id": 19, + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 16, "max_level": 16 }, { - "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokeapi_id": 20, + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 100, "min_level": 16, @@ -2708,7 +3586,7 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 80, "min_level": 16, @@ -2716,7 +3594,7 @@ }, { "pokeapi_id": 209, - "pokemon_name": "snubbull", + "pokemon_name": "Snubbull", "method": "walk", "encounter_rate": 33, "min_level": 13, @@ -2724,7 +3602,7 @@ }, { "pokeapi_id": 83, - "pokemon_name": "farfetchd", + "pokemon_name": "Farfetchd", "method": "walk", "encounter_rate": 30, "min_level": 16, @@ -2732,7 +3610,7 @@ }, { "pokeapi_id": 241, - "pokemon_name": "miltank", + "pokemon_name": "Miltank", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -2740,7 +3618,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 17, "min_level": 13, @@ -2754,7 +3632,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 16, @@ -2762,7 +3640,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 90, "min_level": 17, @@ -2770,7 +3648,7 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 60, "min_level": 16, @@ -2778,7 +3656,7 @@ }, { "pokeapi_id": 83, - "pokemon_name": "farfetchd", + "pokemon_name": "Farfetchd", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -2786,7 +3664,7 @@ }, { "pokeapi_id": 241, - "pokemon_name": "miltank", + "pokemon_name": "Miltank", "method": "walk", "encounter_rate": 15, "min_level": 15, @@ -2794,7 +3672,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 15, "min_level": 15, @@ -2808,7 +3686,7 @@ "encounters": [ { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -2816,7 +3694,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -2824,7 +3702,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -2832,7 +3710,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -2840,7 +3718,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -2848,7 +3726,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -2856,7 +3734,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -2864,7 +3742,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -2872,7 +3750,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -2880,7 +3758,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -2888,7 +3766,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -2896,7 +3774,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -2910,7 +3788,7 @@ "encounters": [ { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -2918,7 +3796,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -2926,7 +3804,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -2934,7 +3812,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "rock-smash", "encounter_rate": 90, "min_level": 15, @@ -2942,7 +3820,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -2950,7 +3828,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -2958,7 +3836,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -2966,7 +3844,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -2974,7 +3852,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -2982,7 +3860,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -2990,7 +3868,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -2998,7 +3876,7 @@ }, { "pokeapi_id": 213, - "pokemon_name": "shuckle", + "pokemon_name": "Shuckle", "method": "rock-smash", "encounter_rate": 10, "min_level": 15, @@ -3006,7 +3884,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -3014,7 +3892,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -3028,7 +3906,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -3036,7 +3914,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -3044,7 +3922,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -3052,7 +3930,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -3060,7 +3938,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -3068,7 +3946,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -3076,7 +3954,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -3084,7 +3962,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -3092,7 +3970,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -3100,7 +3978,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -3108,7 +3986,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -3116,7 +3994,7 @@ }, { "pokeapi_id": 226, - "pokemon_name": "mantine", + "pokemon_name": "Mantine", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -3124,7 +4002,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -3138,7 +4016,7 @@ "encounters": [ { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -3146,7 +4024,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -3154,15 +4032,23 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 100, "min_level": 20, "max_level": 20 }, + { + "pokeapi_id": 213, + "pokemon_name": "Shuckle", + "method": "gift", + "encounter_rate": 100, + "min_level": 20, + "max_level": 20 + }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "rock-smash", "encounter_rate": 90, "min_level": 15, @@ -3170,7 +4056,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -3178,7 +4064,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -3186,7 +4072,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -3194,7 +4080,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -3202,7 +4088,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -3210,7 +4096,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -3218,7 +4104,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -3226,7 +4112,7 @@ }, { "pokeapi_id": 213, - "pokemon_name": "shuckle", + "pokemon_name": "Shuckle", "method": "rock-smash", "encounter_rate": 10, "min_level": 15, @@ -3234,7 +4120,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -3242,19 +4128,11 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 20, "max_level": 24 - }, - { - "pokeapi_id": 213, - "pokemon_name": "shuckle", - "method": "gift", - "encounter_rate": 100, - "min_level": 20, - "max_level": 20 } ] }, @@ -3264,7 +4142,7 @@ "encounters": [ { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -3272,7 +4150,7 @@ }, { "pokeapi_id": 56, - "pokemon_name": "mankey", + "pokemon_name": "Mankey", "method": "walk", "encounter_rate": 90, "min_level": 15, @@ -3280,7 +4158,7 @@ }, { "pokeapi_id": 179, - "pokemon_name": "mareep", + "pokemon_name": "Mareep", "method": "walk", "encounter_rate": 90, "min_level": 13, @@ -3288,7 +4166,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -3296,7 +4174,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -3304,7 +4182,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -3312,7 +4190,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 60, "min_level": 14, @@ -3320,7 +4198,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -3328,7 +4206,7 @@ }, { "pokeapi_id": 180, - "pokemon_name": "flaaffy", + "pokemon_name": "Flaaffy", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -3336,7 +4214,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 14, @@ -3344,7 +4222,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -3352,7 +4230,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -3360,7 +4238,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -3368,7 +4246,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -3382,7 +4260,7 @@ "encounters": [ { "pokeapi_id": 236, - "pokemon_name": "tyrogue", + "pokemon_name": "Tyrogue", "method": "gift", "encounter_rate": 100, "min_level": 10, @@ -3396,7 +4274,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 50, "min_level": 13, @@ -3404,7 +4282,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 35, "min_level": 13, @@ -3412,7 +4290,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -3420,7 +4298,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 5, "min_level": 14, @@ -3428,13 +4306,139 @@ } ] }, + { + "name": "Mt Mortar (1F)", + "order": 57, + "encounters": [ + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "surf", + "encounter_rate": 100, + "min_level": 15, + "max_level": 24 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 90, + "min_level": 13, + "max_level": 15 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 65, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 183, + "pokemon_name": "Marill", + "method": "walk", + "encounter_rate": 41, + "min_level": 13, + "max_level": 15 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 40, + "min_level": 14, + "max_level": 14 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 35, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 183, + "pokemon_name": "Marill", + "method": "surf", + "encounter_rate": 30, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "surf", + "encounter_rate": 20, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 19, + "min_level": 14, + "max_level": 16 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 10, + "min_level": 14, + "max_level": 14 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + } + ] + }, { "name": "Mt Mortar (Upper Cave)", "order": 58, "encounters": [ { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -3442,7 +4446,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -3450,7 +4454,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -3458,7 +4462,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -3466,7 +4470,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -3474,7 +4478,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -3482,7 +4486,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -3490,7 +4494,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -3498,7 +4502,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -3506,7 +4510,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -3514,7 +4518,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -3522,7 +4526,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -3530,7 +4534,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 25, @@ -3538,7 +4542,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -3546,7 +4550,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -3560,7 +4564,7 @@ "encounters": [ { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -3568,7 +4572,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -3576,7 +4580,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -3584,7 +4588,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -3592,7 +4596,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 60, "min_level": 15, @@ -3600,7 +4604,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -3608,7 +4612,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -3616,7 +4620,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -3624,7 +4628,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -3632,7 +4636,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 10, "min_level": 16, @@ -3640,7 +4644,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -3648,7 +4652,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -3656,7 +4660,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 5, "min_level": 16, @@ -3664,7 +4668,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 5, "min_level": 16, @@ -3678,7 +4682,7 @@ "encounters": [ { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 100, "min_level": 15, @@ -3686,7 +4690,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 90, "min_level": 13, @@ -3694,7 +4698,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -3702,7 +4706,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -3710,7 +4714,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -3718,7 +4722,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 41, "min_level": 13, @@ -3726,7 +4730,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 40, "min_level": 14, @@ -3734,7 +4738,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -3742,7 +4746,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -3750,7 +4754,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -3758,7 +4762,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 20, "min_level": 20, @@ -3766,7 +4770,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 19, "min_level": 14, @@ -3774,7 +4778,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -3782,7 +4786,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -3790,13 +4794,131 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, "max_level": 40 } ] + }, + { + "name": "Mt Mortar (B1F)", + "order": 60, + "encounters": [ + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "surf", + "encounter_rate": 90, + "min_level": 15, + "max_level": 24 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 65, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 60, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 35, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 20, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 10, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "surf", + "encounter_rate": 10, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 5, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 20, + "pokemon_name": "Raticate", + "method": "walk", + "encounter_rate": 5, + "min_level": 16, + "max_level": 16 + } + ] } ] }, @@ -3806,7 +4928,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 10, @@ -3814,7 +4936,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 90, "min_level": 20, @@ -3822,7 +4944,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -3830,7 +4952,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -3838,7 +4960,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -3846,7 +4968,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -3854,7 +4976,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -3868,7 +4990,7 @@ "encounters": [ { "pokeapi_id": 180, - "pokemon_name": "flaaffy", + "pokemon_name": "Flaaffy", "method": "walk", "encounter_rate": 100, "min_level": 15, @@ -3876,7 +4998,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 100, "min_level": 10, @@ -3884,7 +5006,7 @@ }, { "pokeapi_id": 203, - "pokemon_name": "girafarig", + "pokemon_name": "Girafarig", "method": "walk", "encounter_rate": 90, "min_level": 15, @@ -3892,7 +5014,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -3900,7 +5022,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -3908,7 +5030,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -3916,7 +5038,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 45, "min_level": 17, @@ -3924,7 +5046,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -3932,7 +5054,7 @@ }, { "pokeapi_id": 179, - "pokemon_name": "mareep", + "pokemon_name": "Mareep", "method": "walk", "encounter_rate": 25, "min_level": 15, @@ -3940,7 +5062,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -3948,7 +5070,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -3956,7 +5078,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -3964,7 +5086,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -3978,7 +5100,7 @@ "encounters": [ { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -3986,7 +5108,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -3994,7 +5116,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -4002,7 +5124,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -4010,7 +5132,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -4018,7 +5140,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -4026,7 +5148,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -4034,7 +5156,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 35, "min_level": 22, @@ -4042,7 +5164,7 @@ }, { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -4050,7 +5172,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -4058,7 +5180,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -4066,7 +5188,7 @@ }, { "pokeapi_id": 108, - "pokemon_name": "lickitung", + "pokemon_name": "Lickitung", "method": "walk", "encounter_rate": 15, "min_level": 24, @@ -4074,7 +5196,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -4082,7 +5204,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -4090,7 +5212,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 25, @@ -4109,7 +5231,7 @@ "encounters": [ { "pokeapi_id": 220, - "pokemon_name": "swinub", + "pokemon_name": "Swinub", "method": "walk", "encounter_rate": 100, "min_level": 21, @@ -4117,7 +5239,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 90, "min_level": 22, @@ -4125,7 +5247,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 70, "min_level": 22, @@ -4133,7 +5255,45 @@ }, { "pokeapi_id": 124, - "pokemon_name": "jynx", + "pokemon_name": "Jynx", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 22 + } + ] + }, + { + "name": "Ice Path (1F)", + "order": 65, + "encounters": [ + { + "pokeapi_id": 220, + "pokemon_name": "Swinub", + "method": "walk", + "encounter_rate": 100, + "min_level": 21, + "max_level": 23 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 90, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 70, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 124, + "pokemon_name": "Jynx", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -4147,7 +5307,7 @@ "encounters": [ { "pokeapi_id": 220, - "pokemon_name": "swinub", + "pokemon_name": "Swinub", "method": "walk", "encounter_rate": 100, "min_level": 21, @@ -4155,7 +5315,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 90, "min_level": 22, @@ -4163,7 +5323,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 70, "min_level": 22, @@ -4171,7 +5331,45 @@ }, { "pokeapi_id": 124, - "pokemon_name": "jynx", + "pokemon_name": "Jynx", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 22 + } + ] + }, + { + "name": "Ice Path (B1F)", + "order": 66, + "encounters": [ + { + "pokeapi_id": 220, + "pokemon_name": "Swinub", + "method": "walk", + "encounter_rate": 100, + "min_level": 21, + "max_level": 23 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 90, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 70, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 124, + "pokemon_name": "Jynx", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -4185,7 +5383,7 @@ "encounters": [ { "pokeapi_id": 220, - "pokemon_name": "swinub", + "pokemon_name": "Swinub", "method": "walk", "encounter_rate": 100, "min_level": 22, @@ -4193,7 +5391,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 90, "min_level": 23, @@ -4201,7 +5399,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 70, "min_level": 23, @@ -4209,7 +5407,7 @@ }, { "pokeapi_id": 124, - "pokemon_name": "jynx", + "pokemon_name": "Jynx", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -4217,13 +5415,89 @@ } ] }, + { + "name": "Ice Path (B2F)", + "order": 67, + "encounters": [ + { + "pokeapi_id": 220, + "pokemon_name": "Swinub", + "method": "walk", + "encounter_rate": 100, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 90, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 70, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 124, + "pokemon_name": "Jynx", + "method": "walk", + "encounter_rate": 20, + "min_level": 21, + "max_level": 23 + } + ] + }, + { + "name": "Ice Path (B3F)", + "order": 68, + "encounters": [ + { + "pokeapi_id": 220, + "pokemon_name": "Swinub", + "method": "walk", + "encounter_rate": 100, + "min_level": 23, + "max_level": 25 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 90, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 70, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 124, + "pokemon_name": "Jynx", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 24 + } + ] + }, { "name": "Ice Path (B3f)", "order": 68, "encounters": [ { "pokeapi_id": 220, - "pokemon_name": "swinub", + "pokemon_name": "Swinub", "method": "walk", "encounter_rate": 100, "min_level": 23, @@ -4231,7 +5505,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 90, "min_level": 24, @@ -4239,7 +5513,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 70, "min_level": 24, @@ -4247,7 +5521,7 @@ }, { "pokeapi_id": 124, - "pokemon_name": "jynx", + "pokemon_name": "Jynx", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -4263,7 +5537,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -4271,7 +5545,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -4279,7 +5553,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -4287,7 +5561,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -4295,7 +5569,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -4303,7 +5577,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -4311,7 +5585,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -4325,15 +5599,23 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 10, "max_level": 10 }, + { + "pokeapi_id": 147, + "pokemon_name": "Dratini", + "method": "gift", + "encounter_rate": 100, + "min_level": 15, + "max_level": 15 + }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 90, "min_level": 20, @@ -4341,7 +5623,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -4349,7 +5631,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -4357,7 +5639,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -4365,7 +5647,7 @@ }, { "pokeapi_id": 148, - "pokemon_name": "dragonair", + "pokemon_name": "Dragonair", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -4373,7 +5655,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -4381,19 +5663,11 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "surf", "encounter_rate": 10, "min_level": 10, "max_level": 14 - }, - { - "pokeapi_id": 147, - "pokemon_name": "dratini", - "method": "gift", - "encounter_rate": 100, - "min_level": 15, - "max_level": 15 } ] }, @@ -4403,7 +5677,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 10, @@ -4411,7 +5685,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -4419,7 +5693,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 90, "min_level": 20, @@ -4427,7 +5701,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -4435,7 +5709,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 40, "min_level": 23, @@ -4443,7 +5717,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -4451,7 +5725,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -4459,7 +5733,7 @@ }, { "pokeapi_id": 207, - "pokemon_name": "gligar", + "pokemon_name": "Gligar", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -4467,7 +5741,7 @@ }, { "pokeapi_id": 148, - "pokemon_name": "dragonair", + "pokemon_name": "Dragonair", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -4475,7 +5749,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -4483,7 +5757,7 @@ }, { "pokeapi_id": 216, - "pokemon_name": "teddiursa", + "pokemon_name": "Teddiursa", "method": "walk", "encounter_rate": 10, "min_level": 20, @@ -4497,7 +5771,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 100, "min_level": 2, @@ -4505,7 +5779,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 90, "min_level": 2, @@ -4513,7 +5787,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 70, "min_level": 2, @@ -4521,7 +5795,7 @@ }, { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 15, "min_level": 3, @@ -4534,13 +5808,147 @@ "order": 73, "encounters": [], "children": [ + { + "name": "Whirl Islands (1F)", + "order": 74, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 72, + "pokemon_name": "Tentacool", + "method": "surf", + "encounter_rate": 60, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "good-rod", + "encounter_rate": 55, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "walk", + "encounter_rate": 50, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 35, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "super-rod", + "encounter_rate": 30, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "surf", + "encounter_rate": 30, + "min_level": 15, + "max_level": 19 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 99, + "pokemon_name": "Kingler", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 15, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "good-rod", + "encounter_rate": 10, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 117, + "pokemon_name": "Seadra", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 73, + "pokemon_name": "Tentacruel", + "method": "surf", + "encounter_rate": 10, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 23, + "max_level": 23 + } + ] + }, { "name": "Whirl Islands (B1f)", "order": 74, "encounters": [ { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "walk", "encounter_rate": 50, "min_level": 23, @@ -4548,7 +5956,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 24, @@ -4556,7 +5964,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 15, "min_level": 23, @@ -4564,7 +5972,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 24, @@ -4578,7 +5986,7 @@ "encounters": [ { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -4586,7 +5994,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -4594,7 +6002,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 55, "min_level": 20, @@ -4602,7 +6010,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "walk", "encounter_rate": 50, "min_level": 23, @@ -4610,7 +6018,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -4618,7 +6026,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -4626,7 +6034,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -4634,7 +6042,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 24, @@ -4642,7 +6050,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -4650,7 +6058,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -4658,7 +6066,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 15, "min_level": 23, @@ -4666,7 +6074,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -4674,7 +6082,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -4682,7 +6090,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -4690,7 +6098,171 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 24, + "max_level": 24 + } + ] + }, + { + "name": "Whirl Islands (B1F)", + "order": 75, + "encounters": [ + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "walk", + "encounter_rate": 50, + "min_level": 23, + "max_level": 25 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 15, + "min_level": 23, + "max_level": 25 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 24, + "max_level": 24 + } + ] + }, + { + "name": "Whirl Islands (B2F)", + "order": 76, + "encounters": [ + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "surf", + "encounter_rate": 90, + "min_level": 15, + "max_level": 24 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "good-rod", + "encounter_rate": 55, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "walk", + "encounter_rate": 50, + "min_level": 23, + "max_level": 25 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 35, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "super-rod", + "encounter_rate": 30, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 99, + "pokemon_name": "Kingler", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 15, + "min_level": 23, + "max_level": 25 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "good-rod", + "encounter_rate": 10, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 117, + "pokemon_name": "Seadra", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 73, + "pokemon_name": "Tentacruel", + "method": "surf", + "encounter_rate": 10, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 24, @@ -4704,7 +6276,7 @@ "encounters": [ { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -4712,7 +6284,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -4720,7 +6292,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 55, "min_level": 20, @@ -4728,7 +6300,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "walk", "encounter_rate": 50, "min_level": 24, @@ -4736,7 +6308,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -4744,7 +6316,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -4752,7 +6324,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -4760,7 +6332,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 25, @@ -4768,7 +6340,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -4776,7 +6348,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -4784,7 +6356,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 15, "min_level": 24, @@ -4792,7 +6364,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -4800,7 +6372,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -4808,7 +6380,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -4816,7 +6388,133 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 25, + "max_level": 25 + } + ] + }, + { + "name": "Whirl Islands (B3F)", + "order": 77, + "encounters": [ + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "surf", + "encounter_rate": 90, + "min_level": 15, + "max_level": 24 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "good-rod", + "encounter_rate": 55, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "walk", + "encounter_rate": 50, + "min_level": 24, + "max_level": 26 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 35, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "super-rod", + "encounter_rate": 30, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 25, + "max_level": 25 + }, + { + "pokeapi_id": 99, + "pokemon_name": "Kingler", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 15, + "min_level": 24, + "max_level": 26 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "good-rod", + "encounter_rate": 10, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 117, + "pokemon_name": "Seadra", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 73, + "pokemon_name": "Tentacruel", + "method": "surf", + "encounter_rate": 10, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -4830,7 +6528,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -4838,7 +6536,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -4846,7 +6544,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 55, "min_level": 20, @@ -4854,7 +6552,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "walk", "encounter_rate": 50, "min_level": 22, @@ -4862,7 +6560,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -4870,7 +6568,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -4878,7 +6576,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "surf", "encounter_rate": 30, "min_level": 15, @@ -4886,7 +6584,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -4894,7 +6592,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -4902,7 +6600,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -4910,7 +6608,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -4918,7 +6616,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 15, "min_level": 22, @@ -4926,7 +6624,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -4934,7 +6632,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -4942,7 +6640,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -4950,7 +6648,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 23, @@ -4966,7 +6664,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -4974,7 +6672,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -4982,7 +6680,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -4990,7 +6688,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -4998,7 +6696,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -5006,7 +6704,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 30, "min_level": 22, @@ -5014,7 +6712,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -5022,7 +6720,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 22, @@ -5030,7 +6728,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -5038,7 +6736,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -5046,7 +6744,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -5054,7 +6752,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 15, "min_level": 21, @@ -5062,7 +6760,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -5070,7 +6768,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -5078,7 +6776,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 5, "min_level": 20, @@ -5092,7 +6790,7 @@ "encounters": [ { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 100, "min_level": 28, @@ -5100,7 +6798,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 100, "min_level": 28, @@ -5108,7 +6806,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -5116,7 +6814,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -5124,7 +6822,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 60, "min_level": 28, @@ -5132,7 +6830,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -5140,7 +6838,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -5148,7 +6846,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -5156,7 +6854,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -5164,7 +6862,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -5172,7 +6870,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -5180,7 +6878,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 15, "min_level": 32, @@ -5188,7 +6886,7 @@ }, { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 15, "min_level": 30, @@ -5196,7 +6894,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -5204,7 +6902,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -5212,7 +6910,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -5220,7 +6918,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -5234,7 +6932,7 @@ "encounters": [ { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 90, "min_level": 28, @@ -5242,7 +6940,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 25, @@ -5250,7 +6948,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -5258,7 +6956,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 80, "min_level": 28, @@ -5266,7 +6964,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 60, "min_level": 32, @@ -5274,7 +6972,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 49, "min_level": 28, @@ -5282,7 +6980,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -5290,7 +6988,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -5298,7 +6996,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -5306,7 +7004,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -5314,7 +7012,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -5322,7 +7020,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -5330,7 +7028,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -5338,7 +7036,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 11, "min_level": 30, @@ -5346,7 +7044,7 @@ }, { "pokeapi_id": 85, - "pokemon_name": "dodrio", + "pokemon_name": "Dodrio", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -5354,7 +7052,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -5362,7 +7060,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -5370,7 +7068,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 30, @@ -5384,12 +7082,12 @@ "encounters": [], "children": [ { - "name": "Victory Road 1 (1f)", + "name": "Victory Road 1 (1F)", "order": 82, "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -5397,7 +7095,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -5405,7 +7103,7 @@ }, { "pokeapi_id": 217, - "pokemon_name": "ursaring", + "pokemon_name": "Ursaring", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -5413,7 +7111,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 15, "min_level": 34, @@ -5421,7 +7119,53 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", + "method": "walk", + "encounter_rate": 5, + "min_level": 35, + "max_level": 35 + } + ] + }, + { + "name": "Victory Road 1 (1f)", + "order": 82, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 217, + "pokemon_name": "Ursaring", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 33 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 15, + "min_level": 34, + "max_level": 36 + }, + { + "pokeapi_id": 111, + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 5, "min_level": 35, @@ -5435,7 +7179,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -5443,7 +7187,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -5451,7 +7195,7 @@ }, { "pokeapi_id": 217, - "pokemon_name": "ursaring", + "pokemon_name": "Ursaring", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -5459,7 +7203,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 15, "min_level": 34, @@ -5467,7 +7211,99 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", + "method": "walk", + "encounter_rate": 5, + "min_level": 35, + "max_level": 35 + } + ] + }, + { + "name": "Victory Road 1 (2F)", + "order": 83, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 217, + "pokemon_name": "Ursaring", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 33 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 15, + "min_level": 34, + "max_level": 36 + }, + { + "pokeapi_id": 111, + "pokemon_name": "Rhyhorn", + "method": "walk", + "encounter_rate": 5, + "min_level": 35, + "max_level": 35 + } + ] + }, + { + "name": "Victory Road 1 (3F)", + "order": 84, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 217, + "pokemon_name": "Ursaring", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 33 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 15, + "min_level": 34, + "max_level": 36 + }, + { + "pokeapi_id": 111, + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 5, "min_level": 35, @@ -5481,7 +7317,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -5489,7 +7325,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -5497,7 +7333,7 @@ }, { "pokeapi_id": 217, - "pokemon_name": "ursaring", + "pokemon_name": "Ursaring", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -5505,7 +7341,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 15, "min_level": 34, @@ -5513,7 +7349,7 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 5, "min_level": 35, @@ -5529,7 +7365,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 35, @@ -5537,7 +7373,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 90, "min_level": 40, @@ -5545,7 +7381,7 @@ }, { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 90, "min_level": 39, @@ -5553,7 +7389,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -5561,7 +7397,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -5569,7 +7405,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -5577,7 +7413,7 @@ }, { "pokeapi_id": 217, - "pokemon_name": "ursaring", + "pokemon_name": "Ursaring", "method": "walk", "encounter_rate": 60, "min_level": 40, @@ -5585,7 +7421,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -5593,7 +7429,7 @@ }, { "pokeapi_id": 78, - "pokemon_name": "rapidash", + "pokemon_name": "Rapidash", "method": "walk", "encounter_rate": 30, "min_level": 42, @@ -5601,7 +7437,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -5609,7 +7445,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -5617,7 +7453,7 @@ }, { "pokeapi_id": 85, - "pokemon_name": "dodrio", + "pokemon_name": "Dodrio", "method": "walk", "encounter_rate": 10, "min_level": 43, @@ -5625,7 +7461,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -5633,7 +7469,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 40, @@ -5641,7 +7477,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -5655,12 +7491,12 @@ "encounters": [], "children": [ { - "name": "Mt Silver (2f)", + "name": "Mt Silver (2F)", "order": 87, "encounters": [ { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 100, "min_level": 45, @@ -5668,7 +7504,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 90, "min_level": 48, @@ -5676,7 +7512,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 90, "min_level": 35, @@ -5684,7 +7520,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -5692,7 +7528,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -5700,7 +7536,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -5708,7 +7544,7 @@ }, { "pokeapi_id": 217, - "pokemon_name": "ursaring", + "pokemon_name": "Ursaring", "method": "walk", "encounter_rate": 60, "min_level": 47, @@ -5716,7 +7552,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -5724,7 +7560,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -5732,7 +7568,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 15, "min_level": 48, @@ -5740,7 +7576,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -5748,7 +7584,7 @@ }, { "pokeapi_id": 246, - "pokemon_name": "larvitar", + "pokemon_name": "Larvitar", "method": "walk", "encounter_rate": 15, "min_level": 15, @@ -5756,7 +7592,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -5764,7 +7600,7 @@ }, { "pokeapi_id": 200, - "pokemon_name": "misdreavus", + "pokemon_name": "Misdreavus", "method": "walk", "encounter_rate": 10, "min_level": 45, @@ -5772,7 +7608,133 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + } + ] + }, + { + "name": "Mt Silver (2f)", + "order": 87, + "encounters": [ + { + "pokeapi_id": 195, + "pokemon_name": "Quagsire", + "method": "walk", + "encounter_rate": 100, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "walk", + "encounter_rate": 90, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "surf", + "encounter_rate": 90, + "min_level": 35, + "max_level": 44 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 65, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 217, + "pokemon_name": "Ursaring", + "method": "walk", + "encounter_rate": 60, + "min_level": 47, + "max_level": 47 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 35, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 15, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 246, + "pokemon_name": "Larvitar", + "method": "walk", + "encounter_rate": 15, + "min_level": 15, + "max_level": 20 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "surf", + "encounter_rate": 10, + "min_level": 35, + "max_level": 39 + }, + { + "pokeapi_id": 200, + "pokemon_name": "Misdreavus", + "method": "walk", + "encounter_rate": 10, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -5786,7 +7748,7 @@ "encounters": [ { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 90, "min_level": 35, @@ -5794,7 +7756,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 90, "min_level": 42, @@ -5802,7 +7764,7 @@ }, { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 90, "min_level": 41, @@ -5810,7 +7772,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -5818,7 +7780,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -5826,7 +7788,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -5834,7 +7796,7 @@ }, { "pokeapi_id": 217, - "pokemon_name": "ursaring", + "pokemon_name": "Ursaring", "method": "walk", "encounter_rate": 60, "min_level": 42, @@ -5842,7 +7804,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -5850,7 +7812,7 @@ }, { "pokeapi_id": 78, - "pokemon_name": "rapidash", + "pokemon_name": "Rapidash", "method": "walk", "encounter_rate": 30, "min_level": 44, @@ -5858,7 +7820,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -5866,7 +7828,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -5874,7 +7836,7 @@ }, { "pokeapi_id": 85, - "pokemon_name": "dodrio", + "pokemon_name": "Dodrio", "method": "walk", "encounter_rate": 10, "min_level": 43, @@ -5882,7 +7844,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -5890,7 +7852,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -5898,7 +7860,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 10, "min_level": 38, @@ -5906,13 +7868,59 @@ } ] }, + { + "name": "Mt Silver (1F)", + "order": 89, + "encounters": [ + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 30, + "min_level": 43, + "max_level": 43 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 30, + "min_level": 42, + "max_level": 42 + }, + { + "pokeapi_id": 217, + "pokemon_name": "Ursaring", + "method": "walk", + "encounter_rate": 30, + "min_level": 44, + "max_level": 44 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 246, + "pokemon_name": "Larvitar", + "method": "walk", + "encounter_rate": 5, + "min_level": 15, + "max_level": 20 + } + ] + }, { "name": "Mt Silver (1f)", "order": 89, "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 30, "min_level": 43, @@ -5920,7 +7928,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 30, "min_level": 42, @@ -5928,7 +7936,7 @@ }, { "pokeapi_id": 217, - "pokemon_name": "ursaring", + "pokemon_name": "Ursaring", "method": "walk", "encounter_rate": 30, "min_level": 44, @@ -5936,7 +7944,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 45, @@ -5944,7 +7952,7 @@ }, { "pokeapi_id": 246, - "pokemon_name": "larvitar", + "pokemon_name": "Larvitar", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -5958,7 +7966,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 50, "min_level": 48, @@ -5966,7 +7974,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 30, "min_level": 48, @@ -5974,7 +7982,7 @@ }, { "pokeapi_id": 217, - "pokemon_name": "ursaring", + "pokemon_name": "Ursaring", "method": "walk", "encounter_rate": 10, "min_level": 50, @@ -5982,7 +7990,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 5, "min_level": 51, @@ -5990,7 +7998,7 @@ }, { "pokeapi_id": 246, - "pokemon_name": "larvitar", + "pokemon_name": "Larvitar", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -6006,7 +8014,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -6014,7 +8022,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -6022,7 +8030,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -6030,7 +8038,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -6038,7 +8046,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -6046,7 +8054,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -6054,7 +8062,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -6062,7 +8070,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -6070,7 +8078,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -6078,7 +8086,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -6086,7 +8094,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -6094,7 +8102,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -6108,7 +8116,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 2, @@ -6116,7 +8124,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 90, "min_level": 2, @@ -6124,7 +8132,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 45, "min_level": 2, @@ -6132,7 +8140,7 @@ }, { "pokeapi_id": 161, - "pokemon_name": "sentret", + "pokemon_name": "Sentret", "method": "walk", "encounter_rate": 40, "min_level": 3, @@ -6140,7 +8148,7 @@ }, { "pokeapi_id": 162, - "pokemon_name": "furret", + "pokemon_name": "Furret", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -6154,7 +8162,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 5, @@ -6162,7 +8170,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 10, @@ -6176,7 +8184,7 @@ "encounters": [ { "pokeapi_id": 138, - "pokemon_name": "omanyte", + "pokemon_name": "Omanyte", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -6184,7 +8192,7 @@ }, { "pokeapi_id": 140, - "pokemon_name": "kabuto", + "pokemon_name": "Kabuto", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -6192,7 +8200,7 @@ }, { "pokeapi_id": 142, - "pokemon_name": "aerodactyl", + "pokemon_name": "Aerodactyl", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -6200,7 +8208,7 @@ }, { "pokeapi_id": 345, - "pokemon_name": "lileep", + "pokemon_name": "Lileep", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -6208,7 +8216,7 @@ }, { "pokeapi_id": 347, - "pokemon_name": "anorith", + "pokemon_name": "Anorith", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -6216,7 +8224,7 @@ }, { "pokeapi_id": 408, - "pokemon_name": "cranidos", + "pokemon_name": "Cranidos", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -6224,7 +8232,7 @@ }, { "pokeapi_id": 410, - "pokemon_name": "shieldon", + "pokemon_name": "Shieldon", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -6238,7 +8246,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 70, "min_level": 3, @@ -6246,7 +8254,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 60, "min_level": 3, @@ -6254,7 +8262,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 50, "min_level": 3, @@ -6262,7 +8270,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 40, "min_level": 5, @@ -6270,7 +8278,7 @@ }, { "pokeapi_id": 167, - "pokemon_name": "spinarak", + "pokemon_name": "Spinarak", "method": "walk", "encounter_rate": 30, "min_level": 3, @@ -6278,7 +8286,7 @@ }, { "pokeapi_id": 25, - "pokemon_name": "pikachu", + "pokemon_name": "Pikachu", "method": "walk", "encounter_rate": 15, "min_level": 4, @@ -6286,7 +8294,7 @@ }, { "pokeapi_id": 12, - "pokemon_name": "butterfree", + "pokemon_name": "Butterfree", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -6294,7 +8302,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -6302,7 +8310,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -6310,7 +8318,7 @@ }, { "pokeapi_id": 168, - "pokemon_name": "ariados", + "pokemon_name": "Ariados", "method": "walk", "encounter_rate": 5, "min_level": 7, @@ -6324,7 +8332,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -6332,7 +8340,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -6340,7 +8348,7 @@ }, { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 30, "min_level": 6, @@ -6348,7 +8356,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 5, @@ -6362,7 +8370,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 30, "min_level": 8, @@ -6370,7 +8378,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 6, @@ -6378,7 +8386,7 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -6386,7 +8394,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 10, "min_level": 12, @@ -6394,7 +8402,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 5, "min_level": 8, @@ -6402,7 +8410,61 @@ }, { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", + "method": "walk", + "encounter_rate": 5, + "min_level": 10, + "max_level": 10 + } + ] + }, + { + "name": "Mt Moon (1F)", + "order": 97, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 30, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 6, + "max_level": 6 + }, + { + "pokeapi_id": 27, + "pokemon_name": "Sandshrew", + "method": "walk", + "encounter_rate": 20, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 46, + "pokemon_name": "Paras", + "method": "walk", + "encounter_rate": 10, + "min_level": 12, + "max_level": 12 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 5, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 28, + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 5, "min_level": 10, @@ -6416,7 +8478,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -6424,7 +8486,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -6432,7 +8494,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 5, @@ -6440,7 +8502,7 @@ }, { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 30, "min_level": 6, @@ -6448,7 +8510,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 5, @@ -6456,7 +8518,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 10, @@ -6470,7 +8532,7 @@ "encounters": [ { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 5, @@ -6478,7 +8540,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -6486,7 +8548,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -6494,7 +8556,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -6502,7 +8564,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -6510,7 +8572,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -6518,7 +8580,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -6526,7 +8588,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -6534,7 +8596,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 10, @@ -6548,7 +8610,7 @@ "encounters": [ { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 100, "min_level": 8, @@ -6556,7 +8618,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 4, @@ -6564,7 +8626,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -6572,7 +8634,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -6580,7 +8642,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -6588,7 +8650,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 60, "min_level": 9, @@ -6596,7 +8658,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 40, "min_level": 12, @@ -6604,7 +8666,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -6612,7 +8674,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 35, "min_level": 8, @@ -6620,7 +8682,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -6628,7 +8690,7 @@ }, { "pokeapi_id": 191, - "pokemon_name": "sunkern", + "pokemon_name": "Sunkern", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -6636,7 +8698,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -6644,7 +8706,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -6652,7 +8714,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -6660,7 +8722,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 10, @@ -6668,7 +8730,7 @@ }, { "pokeapi_id": 49, - "pokemon_name": "venomoth", + "pokemon_name": "Venomoth", "method": "walk", "encounter_rate": 5, "min_level": 10, @@ -6682,7 +8744,7 @@ "encounters": [ { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 4, @@ -6690,7 +8752,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -6698,7 +8760,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 80, "min_level": 8, @@ -6706,7 +8768,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -6714,7 +8776,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 65, "min_level": 10, @@ -6722,7 +8784,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -6730,7 +8792,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 50, "min_level": 8, @@ -6738,7 +8800,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -6746,7 +8808,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 30, "min_level": 9, @@ -6754,7 +8816,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -6762,7 +8824,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -6770,7 +8832,7 @@ }, { "pokeapi_id": 49, - "pokemon_name": "venomoth", + "pokemon_name": "Venomoth", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -6778,7 +8840,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -6786,7 +8848,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 15, "min_level": 14, @@ -6794,7 +8856,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -6802,7 +8864,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 10, @@ -6810,7 +8872,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -6824,7 +8886,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 100, "min_level": 13, @@ -6832,7 +8894,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 80, "min_level": 13, @@ -6840,7 +8902,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 60, "min_level": 13, @@ -6848,7 +8910,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 30, "min_level": 12, @@ -6856,7 +8918,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -6870,7 +8932,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 100, "min_level": 13, @@ -6878,7 +8940,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 5, @@ -6886,7 +8948,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -6894,7 +8956,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 80, "min_level": 13, @@ -6902,7 +8964,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -6910,7 +8972,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -6918,7 +8980,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 60, "min_level": 13, @@ -6926,7 +8988,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -6934,7 +8996,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 30, "min_level": 12, @@ -6942,7 +9004,7 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -6950,7 +9012,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -6958,7 +9020,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -6966,7 +9028,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 10, @@ -6980,7 +9042,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -6988,7 +9050,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -6996,7 +9058,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -7004,7 +9066,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -7012,7 +9074,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -7020,7 +9082,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -7028,7 +9090,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -7036,7 +9098,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -7044,7 +9106,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -7052,7 +9114,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -7060,7 +9122,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -7068,7 +9130,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -7082,7 +9144,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -7090,7 +9152,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -7098,7 +9160,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -7106,7 +9168,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -7114,7 +9176,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -7122,7 +9184,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -7130,7 +9192,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -7138,7 +9200,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -7146,7 +9208,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -7154,7 +9216,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -7162,7 +9224,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -7170,7 +9232,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -7184,7 +9246,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 15, @@ -7192,7 +9254,7 @@ }, { "pokeapi_id": 58, - "pokemon_name": "growlithe", + "pokemon_name": "Growlithe", "method": "walk", "encounter_rate": 65, "min_level": 15, @@ -7200,7 +9262,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 60, "min_level": 17, @@ -7208,7 +9270,7 @@ }, { "pokeapi_id": 198, - "pokemon_name": "murkrow", + "pokemon_name": "Murkrow", "method": "walk", "encounter_rate": 35, "min_level": 17, @@ -7216,7 +9278,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 30, "min_level": 19, @@ -7224,7 +9286,7 @@ }, { "pokeapi_id": 228, - "pokemon_name": "houndour", + "pokemon_name": "Houndour", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -7238,7 +9300,7 @@ "encounters": [ { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 100, "min_level": 17, @@ -7246,7 +9308,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 60, "min_level": 15, @@ -7254,7 +9316,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 40, "min_level": 17, @@ -7262,7 +9324,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 20, @@ -7270,7 +9332,7 @@ }, { "pokeapi_id": 58, - "pokemon_name": "growlithe", + "pokemon_name": "Growlithe", "method": "walk", "encounter_rate": 25, "min_level": 18, @@ -7278,7 +9340,7 @@ }, { "pokeapi_id": 64, - "pokemon_name": "kadabra", + "pokemon_name": "Kadabra", "method": "walk", "encounter_rate": 15, "min_level": 15, @@ -7286,7 +9348,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 10, "min_level": 17, @@ -7300,7 +9362,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 13, @@ -7308,7 +9370,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -7316,7 +9378,7 @@ }, { "pokeapi_id": 56, - "pokemon_name": "mankey", + "pokemon_name": "Mankey", "method": "walk", "encounter_rate": 90, "min_level": 13, @@ -7324,7 +9386,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -7332,7 +9394,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -7340,7 +9402,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -7348,7 +9410,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 45, "min_level": 15, @@ -7356,7 +9418,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 40, "min_level": 13, @@ -7364,7 +9426,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -7372,7 +9434,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -7380,7 +9442,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -7388,7 +9450,7 @@ }, { "pokeapi_id": 57, - "pokemon_name": "primeape", + "pokemon_name": "Primeape", "method": "walk", "encounter_rate": 15, "min_level": 15, @@ -7396,7 +9458,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -7404,7 +9466,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -7412,7 +9474,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -7426,7 +9488,7 @@ "encounters": [ { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -7434,7 +9496,7 @@ }, { "pokeapi_id": 100, - "pokemon_name": "voltorb", + "pokemon_name": "Voltorb", "method": "walk", "encounter_rate": 90, "min_level": 17, @@ -7442,7 +9504,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -7450,7 +9512,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -7458,7 +9520,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -7466,7 +9528,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 65, "min_level": 16, @@ -7474,7 +9536,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 60, "min_level": 16, @@ -7482,7 +9544,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 45, "min_level": 16, @@ -7490,7 +9552,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -7498,7 +9560,7 @@ }, { "pokeapi_id": 125, - "pokemon_name": "electabuzz", + "pokemon_name": "Electabuzz", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -7506,7 +9568,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 20, "min_level": 18, @@ -7514,7 +9576,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -7522,7 +9584,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -7530,7 +9592,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -7538,7 +9600,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -7552,12 +9614,12 @@ "encounters": [], "children": [ { - "name": "Rock Tunnel (1f)", + "name": "Rock Tunnel (1F)", "order": 111, "encounters": [ { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 35, "min_level": 10, @@ -7565,7 +9627,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -7573,7 +9635,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 20, "min_level": 12, @@ -7581,7 +9643,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 8, @@ -7589,7 +9651,107 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 5, + "min_level": 14, + "max_level": 14 + } + ] + }, + { + "name": "Rock Tunnel (1f)", + "order": 111, + "encounters": [ + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 35, + "min_level": 10, + "max_level": 13 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 30, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 20, + "min_level": 12, + "max_level": 12 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 5, + "min_level": 14, + "max_level": 14 + } + ] + }, + { + "name": "Rock Tunnel (B1F)", + "order": 112, + "encounters": [ + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 30, + "min_level": 12, + "max_level": 12 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 30, + "min_level": 12, + "max_level": 12 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 20, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 115, + "pokemon_name": "Kangaskhan", + "method": "walk", + "encounter_rate": 5, + "min_level": 14, + "max_level": 14 + }, + { + "pokeapi_id": 105, + "pokemon_name": "Marowak", "method": "walk", "encounter_rate": 5, "min_level": 14, @@ -7603,7 +9765,7 @@ "encounters": [ { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 30, "min_level": 12, @@ -7611,7 +9773,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 30, "min_level": 12, @@ -7619,7 +9781,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -7627,7 +9789,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -7635,7 +9797,7 @@ }, { "pokeapi_id": 115, - "pokemon_name": "kangaskhan", + "pokemon_name": "Kangaskhan", "method": "walk", "encounter_rate": 5, "min_level": 14, @@ -7643,7 +9805,7 @@ }, { "pokeapi_id": 105, - "pokemon_name": "marowak", + "pokemon_name": "Marowak", "method": "walk", "encounter_rate": 5, "min_level": 14, @@ -7659,7 +9821,7 @@ "encounters": [ { "pokeapi_id": 96, - "pokemon_name": "drowzee", + "pokemon_name": "Drowzee", "method": "walk", "encounter_rate": 40, "min_level": 14, @@ -7667,7 +9829,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -7675,7 +9837,7 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -7683,7 +9845,7 @@ }, { "pokeapi_id": 97, - "pokemon_name": "hypno", + "pokemon_name": "Hypno", "method": "walk", "encounter_rate": 10, "min_level": 16, @@ -7697,7 +9859,7 @@ "encounters": [ { "pokeapi_id": 50, - "pokemon_name": "diglett", + "pokemon_name": "Diglett", "method": "walk", "encounter_rate": 90, "min_level": 13, @@ -7705,7 +9867,7 @@ }, { "pokeapi_id": 51, - "pokemon_name": "dugtrio", + "pokemon_name": "Dugtrio", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -7719,7 +9881,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -7727,7 +9889,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -7735,7 +9897,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -7743,7 +9905,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 25, @@ -7751,7 +9913,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -7759,7 +9921,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -7767,7 +9929,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -7775,7 +9937,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -7783,7 +9945,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -7791,7 +9953,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 25, @@ -7805,7 +9967,7 @@ "encounters": [ { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 90, "min_level": 23, @@ -7813,7 +9975,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 90, "min_level": 23, @@ -7821,7 +9983,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -7829,7 +9991,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -7837,7 +9999,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -7845,7 +10007,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 25, @@ -7853,7 +10015,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 40, "min_level": 25, @@ -7861,7 +10023,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -7869,7 +10031,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 34, "min_level": 22, @@ -7877,7 +10039,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -7885,7 +10047,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 23, "min_level": 22, @@ -7893,7 +10055,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -7901,7 +10063,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -7909,7 +10071,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -7917,7 +10079,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -7925,7 +10087,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 25, @@ -7933,7 +10095,7 @@ }, { "pokeapi_id": 113, - "pokemon_name": "chansey", + "pokemon_name": "Chansey", "method": "walk", "encounter_rate": 3, "min_level": 25, @@ -7947,7 +10109,7 @@ "encounters": [ { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 90, "min_level": 23, @@ -7955,7 +10117,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 90, "min_level": 23, @@ -7963,7 +10125,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 40, "min_level": 25, @@ -7971,7 +10133,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 23, "min_level": 22, @@ -7979,7 +10141,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -7987,7 +10149,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -7995,7 +10157,7 @@ }, { "pokeapi_id": 188, - "pokemon_name": "skiploom", + "pokemon_name": "Skiploom", "method": "walk", "encounter_rate": 14, "min_level": 26, @@ -8003,7 +10165,7 @@ }, { "pokeapi_id": 113, - "pokemon_name": "chansey", + "pokemon_name": "Chansey", "method": "walk", "encounter_rate": 3, "min_level": 25, @@ -8017,7 +10179,7 @@ "encounters": [ { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 90, "min_level": 23, @@ -8025,7 +10187,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 90, "min_level": 23, @@ -8033,7 +10195,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 40, "min_level": 25, @@ -8041,7 +10203,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 34, "min_level": 22, @@ -8049,7 +10211,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 23, "min_level": 22, @@ -8057,7 +10219,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -8065,7 +10227,7 @@ }, { "pokeapi_id": 113, - "pokemon_name": "chansey", + "pokemon_name": "Chansey", "method": "walk", "encounter_rate": 3, "min_level": 25, @@ -8079,7 +10241,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 10, @@ -8087,7 +10249,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 100, "min_level": 10, @@ -8095,7 +10257,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 90, "min_level": 20, @@ -8103,7 +10265,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -8111,7 +10273,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -8119,7 +10281,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -8133,7 +10295,7 @@ "encounters": [ { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 100, "min_level": 26, @@ -8141,7 +10303,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 80, "min_level": 27, @@ -8149,7 +10311,7 @@ }, { "pokeapi_id": 89, - "pokemon_name": "muk", + "pokemon_name": "Muk", "method": "walk", "encounter_rate": 15, "min_level": 30, @@ -8157,7 +10319,7 @@ }, { "pokeapi_id": 218, - "pokemon_name": "slugma", + "pokemon_name": "Slugma", "method": "walk", "encounter_rate": 15, "min_level": 27, @@ -8165,7 +10327,7 @@ }, { "pokeapi_id": 198, - "pokemon_name": "murkrow", + "pokemon_name": "Murkrow", "method": "walk", "encounter_rate": 10, "min_level": 28, @@ -8179,7 +10341,7 @@ "encounters": [ { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 100, "min_level": 27, @@ -8187,7 +10349,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 80, "min_level": 28, @@ -8195,7 +10357,7 @@ }, { "pokeapi_id": 218, - "pokemon_name": "slugma", + "pokemon_name": "Slugma", "method": "walk", "encounter_rate": 45, "min_level": 27, @@ -8203,7 +10365,7 @@ }, { "pokeapi_id": 89, - "pokemon_name": "muk", + "pokemon_name": "Muk", "method": "walk", "encounter_rate": 25, "min_level": 30, @@ -8217,7 +10379,7 @@ "encounters": [ { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 100, "min_level": 26, @@ -8225,7 +10387,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 80, "min_level": 27, @@ -8233,7 +10395,7 @@ }, { "pokeapi_id": 89, - "pokemon_name": "muk", + "pokemon_name": "Muk", "method": "walk", "encounter_rate": 15, "min_level": 30, @@ -8241,7 +10403,7 @@ }, { "pokeapi_id": 218, - "pokemon_name": "slugma", + "pokemon_name": "Slugma", "method": "walk", "encounter_rate": 15, "min_level": 27, @@ -8249,7 +10411,7 @@ }, { "pokeapi_id": 198, - "pokemon_name": "murkrow", + "pokemon_name": "Murkrow", "method": "walk", "encounter_rate": 10, "min_level": 28, @@ -8263,7 +10425,7 @@ "encounters": [ { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -8271,7 +10433,7 @@ }, { "pokeapi_id": 89, - "pokemon_name": "muk", + "pokemon_name": "Muk", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -8285,7 +10447,7 @@ "encounters": [ { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -8293,7 +10455,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -8301,7 +10463,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -8309,7 +10471,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -8317,7 +10479,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -8325,7 +10487,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -8333,7 +10495,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -8341,7 +10503,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -8349,7 +10511,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -8357,7 +10519,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -8365,7 +10527,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -8373,7 +10535,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -8387,7 +10549,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -8395,7 +10557,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -8403,7 +10565,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -8411,7 +10573,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -8419,7 +10581,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -8427,7 +10589,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -8435,7 +10597,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -8443,7 +10605,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -8451,7 +10613,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -8459,7 +10621,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -8467,7 +10629,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -8475,7 +10637,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -8489,7 +10651,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -8497,7 +10659,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -8505,7 +10667,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -8513,7 +10675,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -8521,7 +10683,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -8529,7 +10691,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -8537,7 +10699,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -8545,7 +10707,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -8553,7 +10715,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -8561,7 +10723,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -8569,7 +10731,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -8577,7 +10739,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -8591,7 +10753,7 @@ "encounters": [ { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -8599,7 +10761,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -8607,7 +10769,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -8615,7 +10777,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -8623,7 +10785,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -8631,7 +10793,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -8639,7 +10801,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -8647,7 +10809,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -8655,7 +10817,7 @@ }, { "pokeapi_id": 122, - "pokemon_name": "mr-mime", + "pokemon_name": "Mr Mime", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -8663,7 +10825,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -8671,7 +10833,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -8679,7 +10841,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -8687,7 +10849,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -8695,7 +10857,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -8709,7 +10871,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 3, @@ -8717,7 +10879,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 100, "min_level": 3, @@ -8725,7 +10887,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 4, @@ -8733,7 +10895,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -8741,7 +10903,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -8749,7 +10911,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -8757,7 +10919,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -8765,7 +10927,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 20, "min_level": 4, @@ -8773,7 +10935,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -8781,7 +10943,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -8789,7 +10951,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 15, "min_level": 6, @@ -8797,7 +10959,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -8805,7 +10967,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 10, diff --git a/backend/src/app/seeds/data/heartgold.json b/backend/src/app/seeds/data/heartgold.json index e822ac1..d54d73d 100644 --- a/backend/src/app/seeds/data/heartgold.json +++ b/backend/src/app/seeds/data/heartgold.json @@ -5,7 +5,7 @@ "encounters": [ { "pokeapi_id": 152, - "pokemon_name": "chikorita", + "pokemon_name": "Chikorita", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -13,7 +13,7 @@ }, { "pokeapi_id": 155, - "pokemon_name": "cyndaquil", + "pokemon_name": "Cyndaquil", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -21,7 +21,7 @@ }, { "pokeapi_id": 158, - "pokemon_name": "totodile", + "pokemon_name": "Totodile", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -35,7 +35,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -43,7 +43,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -51,7 +51,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -59,7 +59,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -67,7 +67,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -75,7 +75,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 30, "min_level": 20, @@ -83,7 +83,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -91,7 +91,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -99,7 +99,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -107,7 +107,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -115,7 +115,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -123,7 +123,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -137,7 +137,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 100, "min_level": 2, @@ -145,7 +145,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 85, "min_level": 2, @@ -153,7 +153,7 @@ }, { "pokeapi_id": 161, - "pokemon_name": "sentret", + "pokemon_name": "Sentret", "method": "walk", "encounter_rate": 80, "min_level": 2, @@ -161,7 +161,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 2, @@ -169,7 +169,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -177,7 +177,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 2, @@ -185,7 +185,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 15, "min_level": 2, @@ -199,7 +199,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -207,7 +207,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -215,7 +215,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -223,7 +223,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -231,7 +231,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 50, "min_level": 20, @@ -239,7 +239,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -247,7 +247,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -255,7 +255,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -263,7 +263,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -271,7 +271,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -279,7 +279,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -287,7 +287,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -301,7 +301,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 90, "min_level": 2, @@ -309,7 +309,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -317,7 +317,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 85, "min_level": 3, @@ -325,7 +325,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -333,7 +333,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -341,7 +341,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -349,7 +349,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -357,7 +357,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 40, "min_level": 3, @@ -365,7 +365,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 30, "min_level": 4, @@ -373,7 +373,7 @@ }, { "pokeapi_id": 167, - "pokemon_name": "spinarak", + "pokemon_name": "Spinarak", "method": "walk", "encounter_rate": 30, "min_level": 2, @@ -381,7 +381,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 25, "min_level": 4, @@ -389,7 +389,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 4, @@ -397,7 +397,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 2, @@ -405,7 +405,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 4, @@ -413,7 +413,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -421,7 +421,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 2, @@ -429,7 +429,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -437,7 +437,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -451,7 +451,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -459,7 +459,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -467,7 +467,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -475,7 +475,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 70, "min_level": 4, @@ -483,7 +483,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 60, "min_level": 3, @@ -491,7 +491,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -499,7 +499,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -507,7 +507,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 40, "min_level": 4, @@ -515,7 +515,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 30, "min_level": 5, @@ -523,7 +523,7 @@ }, { "pokeapi_id": 167, - "pokemon_name": "spinarak", + "pokemon_name": "Spinarak", "method": "walk", "encounter_rate": 30, "min_level": 3, @@ -531,7 +531,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -539,7 +539,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -547,7 +547,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -555,7 +555,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -563,7 +563,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -571,7 +571,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -579,7 +579,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -587,7 +587,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 10, "min_level": 5, @@ -595,7 +595,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -614,7 +614,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 100, "min_level": 2, @@ -622,7 +622,7 @@ }, { "pokeapi_id": 206, - "pokemon_name": "dunsparce", + "pokemon_name": "Dunsparce", "method": "rock-smash", "encounter_rate": 90, "min_level": 4, @@ -630,7 +630,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -638,7 +638,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -646,7 +646,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 60, "min_level": 2, @@ -654,7 +654,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -662,7 +662,7 @@ }, { "pokeapi_id": 206, - "pokemon_name": "dunsparce", + "pokemon_name": "Dunsparce", "method": "walk", "encounter_rate": 41, "min_level": 2, @@ -670,7 +670,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -678,7 +678,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 39, "min_level": 2, @@ -686,7 +686,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 2, @@ -694,7 +694,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 2, @@ -702,7 +702,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 2, @@ -710,7 +710,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -718,7 +718,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 2, @@ -726,7 +726,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -734,7 +734,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 10, "min_level": 8, @@ -742,7 +742,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -756,7 +756,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 100, "min_level": 2, @@ -764,7 +764,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -772,7 +772,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -780,7 +780,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -788,7 +788,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -796,7 +796,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -804,7 +804,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -812,7 +812,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -820,7 +820,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -828,7 +828,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -836,7 +836,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -844,7 +844,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -852,7 +852,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -860,7 +860,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -868,7 +868,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 15, "min_level": 20, @@ -876,7 +876,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -884,7 +884,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 23, @@ -900,15 +900,23 @@ "encounters": [ { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 100, "min_level": 40, "max_level": 40 }, + { + "pokeapi_id": 175, + "pokemon_name": "Togepi", + "method": "gift", + "encounter_rate": 100, + "min_level": 1, + "max_level": 1 + }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -916,7 +924,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -924,7 +932,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -932,7 +940,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -940,7 +948,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -948,7 +956,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -956,7 +964,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -964,7 +972,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -972,7 +980,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -980,19 +988,11 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 15, "max_level": 25 - }, - { - "pokeapi_id": 175, - "pokemon_name": "togepi", - "method": "gift", - "encounter_rate": 100, - "min_level": 1, - "max_level": 1 } ] }, @@ -1002,12 +1002,12 @@ "encounters": [], "children": [ { - "name": "Sprout Tower (2f)", + "name": "Sprout Tower (2F)", "order": 12, "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 3, @@ -1015,7 +1015,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 85, "min_level": 3, @@ -1023,7 +1023,7 @@ }, { "pokeapi_id": 441, - "pokemon_name": "chatot", + "pokemon_name": "Chatot", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -1031,7 +1031,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -1039,7 +1039,7 @@ }, { "pokeapi_id": 327, - "pokemon_name": "spinda", + "pokemon_name": "Spinda", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -1047,7 +1047,115 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", + "method": "walk", + "encounter_rate": 20, + "min_level": 3, + "max_level": 4 + } + ] + }, + { + "name": "Sprout Tower (2f)", + "order": 12, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 3, + "max_level": 6 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 85, + "min_level": 3, + "max_level": 6 + }, + { + "pokeapi_id": 441, + "pokemon_name": "Chatot", + "method": "walk", + "encounter_rate": 20, + "min_level": 3, + "max_level": 4 + }, + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 20, + "min_level": 5, + "max_level": 5 + }, + { + "pokeapi_id": 327, + "pokemon_name": "Spinda", + "method": "walk", + "encounter_rate": 20, + "min_level": 5, + "max_level": 5 + }, + { + "pokeapi_id": 263, + "pokemon_name": "Zigzagoon", + "method": "walk", + "encounter_rate": 20, + "min_level": 3, + "max_level": 4 + } + ] + }, + { + "name": "Sprout Tower (3F)", + "order": 13, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 3, + "max_level": 6 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 85, + "min_level": 3, + "max_level": 6 + }, + { + "pokeapi_id": 441, + "pokemon_name": "Chatot", + "method": "walk", + "encounter_rate": 20, + "min_level": 3, + "max_level": 4 + }, + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 20, + "min_level": 5, + "max_level": 5 + }, + { + "pokeapi_id": 327, + "pokemon_name": "Spinda", + "method": "walk", + "encounter_rate": 20, + "min_level": 5, + "max_level": 5 + }, + { + "pokeapi_id": 263, + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -1061,7 +1169,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 3, @@ -1069,7 +1177,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 85, "min_level": 3, @@ -1077,7 +1185,7 @@ }, { "pokeapi_id": 441, - "pokemon_name": "chatot", + "pokemon_name": "Chatot", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -1085,7 +1193,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -1093,7 +1201,7 @@ }, { "pokeapi_id": 327, - "pokemon_name": "spinda", + "pokemon_name": "Spinda", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -1101,7 +1209,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -1117,7 +1225,7 @@ "encounters": [ { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -1125,7 +1233,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -1133,7 +1241,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 80, "min_level": 6, @@ -1141,7 +1249,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "good-rod", "encounter_rate": 70, "min_level": 20, @@ -1149,7 +1257,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -1157,7 +1265,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 10, @@ -1165,7 +1273,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 55, "min_level": 20, @@ -1173,7 +1281,7 @@ }, { "pokeapi_id": 179, - "pokemon_name": "mareep", + "pokemon_name": "Mareep", "method": "walk", "encounter_rate": 50, "min_level": 6, @@ -1181,7 +1289,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 45, "min_level": 4, @@ -1189,7 +1297,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -1197,7 +1305,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "walk", "encounter_rate": 35, "min_level": 6, @@ -1205,7 +1313,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 30, "min_level": 15, @@ -1213,7 +1321,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -1221,7 +1329,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 4, @@ -1229,7 +1337,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -1237,7 +1345,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -1245,7 +1353,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -1253,7 +1361,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 4, @@ -1261,7 +1369,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -1269,7 +1377,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -1277,7 +1385,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -1285,7 +1393,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 4, @@ -1304,7 +1412,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 100, "min_level": 3, @@ -1312,7 +1420,7 @@ }, { "pokeapi_id": 177, - "pokemon_name": "natu", + "pokemon_name": "Natu", "method": "walk", "encounter_rate": 90, "min_level": 18, @@ -1320,7 +1428,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -1328,7 +1436,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -1336,7 +1444,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -1344,7 +1452,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 60, "min_level": 10, @@ -1352,7 +1460,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -1360,7 +1468,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 40, "min_level": 10, @@ -1368,7 +1476,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 18, @@ -1376,7 +1484,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -1384,7 +1492,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 18, @@ -1392,7 +1500,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -1400,7 +1508,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -1408,7 +1516,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -1416,7 +1524,7 @@ }, { "pokeapi_id": 235, - "pokemon_name": "smeargle", + "pokemon_name": "Smeargle", "method": "walk", "encounter_rate": 10, "min_level": 20, @@ -1430,7 +1538,7 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -1444,7 +1552,7 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -1458,7 +1566,7 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -1472,7 +1580,7 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -1493,7 +1601,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -1501,7 +1609,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -1509,7 +1617,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -1517,7 +1625,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 60, "min_level": 10, @@ -1525,7 +1633,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -1533,7 +1641,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 40, "min_level": 10, @@ -1541,7 +1649,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 30, "min_level": 6, @@ -1549,7 +1657,7 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 30, "min_level": 6, @@ -1557,7 +1665,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 25, "min_level": 5, @@ -1565,7 +1673,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -1573,7 +1681,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -1581,7 +1689,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -1589,7 +1697,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -1597,7 +1705,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -1605,7 +1713,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -1613,7 +1721,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 10, "min_level": 4, @@ -1621,7 +1729,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -1629,7 +1737,157 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 5, + "min_level": 6, + "max_level": 6 + } + ] + }, + { + "name": "Union Cave (1F)", + "order": 22, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 194, + "pokemon_name": "Wooper", + "method": "surf", + "encounter_rate": 60, + "min_level": 10, + "max_level": 20 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 195, + "pokemon_name": "Quagsire", + "method": "surf", + "encounter_rate": 40, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 30, + "min_level": 6, + "max_level": 6 + }, + { + "pokeapi_id": 27, + "pokemon_name": "Sandshrew", + "method": "walk", + "encounter_rate": 30, + "min_level": 6, + "max_level": 6 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 25, + "min_level": 5, + "max_level": 7 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 6, + "max_level": 6 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 6, + "max_level": 6 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 5, + "max_level": 5 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 5, + "max_level": 5 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 10, + "min_level": 4, + "max_level": 4 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 6, @@ -1643,7 +1901,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -1651,7 +1909,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -1659,7 +1917,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -1667,7 +1925,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 60, "min_level": 10, @@ -1675,7 +1933,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -1683,7 +1941,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 40, "min_level": 10, @@ -1691,7 +1949,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 30, "min_level": 8, @@ -1699,7 +1957,7 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 30, "min_level": 8, @@ -1707,7 +1965,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 25, "min_level": 7, @@ -1715,7 +1973,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -1723,7 +1981,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -1731,7 +1989,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 7, @@ -1739,7 +1997,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -1747,7 +2005,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 7, @@ -1755,7 +2013,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -1763,7 +2021,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 10, "min_level": 8, @@ -1771,7 +2029,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -1779,7 +2037,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 5, "min_level": 6, @@ -1787,13 +2045,353 @@ } ] }, + { + "name": "Union Cave (B1F)", + "order": 23, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 194, + "pokemon_name": "Wooper", + "method": "surf", + "encounter_rate": 60, + "min_level": 10, + "max_level": 20 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 195, + "pokemon_name": "Quagsire", + "method": "surf", + "encounter_rate": 40, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 30, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 27, + "pokemon_name": "Sandshrew", + "method": "walk", + "encounter_rate": 30, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 25, + "min_level": 7, + "max_level": 9 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 7, + "max_level": 7 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 7, + "max_level": 7 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 10, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 5, + "min_level": 6, + "max_level": 6 + } + ] + }, + { + "name": "Union Cave (B2F)", + "order": 24, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 222, + "pokemon_name": "Corsola", + "method": "super-rod", + "encounter_rate": 60, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "super-rod", + "encounter_rate": 60, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 72, + "pokemon_name": "Tentacool", + "method": "surf", + "encounter_rate": 60, + "min_level": 10, + "max_level": 20 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 195, + "pokemon_name": "Quagsire", + "method": "surf", + "encounter_rate": 30, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 20, + "pokemon_name": "Raticate", + "method": "walk", + "encounter_rate": 30, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 120, + "pokemon_name": "Staryu", + "method": "super-rod", + "encounter_rate": 30, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 222, + "pokemon_name": "Corsola", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 10, + "min_level": 21, + "max_level": 21 + }, + { + "pokeapi_id": 99, + "pokemon_name": "Kingler", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 120, + "pokemon_name": "Staryu", + "method": "good-rod", + "encounter_rate": 10, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 73, + "pokemon_name": "Tentacruel", + "method": "surf", + "encounter_rate": 10, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 5, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 5, + "min_level": 20, + "max_level": 20 + } + ] + }, { "name": "Union Cave (B2f)", "order": 24, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -1801,7 +2399,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -1809,7 +2407,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -1817,7 +2415,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 10, @@ -1825,7 +2423,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 50, "min_level": 20, @@ -1833,7 +2431,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -1841,7 +2439,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 30, "min_level": 15, @@ -1849,7 +2447,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 30, "min_level": 22, @@ -1857,7 +2455,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -1865,7 +2463,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 22, @@ -1873,7 +2471,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -1881,7 +2479,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -1889,7 +2487,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -1897,7 +2495,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -1905,7 +2503,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -1913,7 +2511,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -1921,7 +2519,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -1929,7 +2527,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 10, "min_level": 21, @@ -1937,7 +2535,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -1945,7 +2543,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -1953,7 +2551,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -1961,7 +2559,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 23, @@ -1969,7 +2567,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 5, "min_level": 20, @@ -1985,7 +2583,7 @@ "encounters": [ { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 70, "min_level": 6, @@ -1993,7 +2591,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 65, "min_level": 4, @@ -2001,7 +2599,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 45, "min_level": 4, @@ -2009,7 +2607,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 6, @@ -2017,7 +2615,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 40, "min_level": 6, @@ -2025,7 +2623,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -2033,7 +2631,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -2052,7 +2650,7 @@ "encounters": [ { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -2060,7 +2658,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -2068,7 +2666,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 85, "min_level": 5, @@ -2076,7 +2674,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -2084,7 +2682,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -2092,7 +2690,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -2100,7 +2698,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -2108,7 +2706,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -2116,7 +2714,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 7, @@ -2124,7 +2722,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -2132,7 +2730,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 7, @@ -2140,7 +2738,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -2148,7 +2746,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 15, "min_level": 6, @@ -2156,7 +2754,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -2164,13 +2762,265 @@ } ] }, + { + "name": "Slowpoke Well (1F)", + "order": 27, + "encounters": [ + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "surf", + "encounter_rate": 100, + "min_level": 5, + "max_level": 25 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 85, + "min_level": 5, + "max_level": 8 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 5, + "max_level": 6 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 5, + "max_level": 6 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 7, + "max_level": 7 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 7, + "max_level": 7 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "walk", + "encounter_rate": 15, + "min_level": 6, + "max_level": 8 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + } + ] + }, + { + "name": "Slowpoke Well (B1F)", + "order": 28, + "encounters": [ + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "surf", + "encounter_rate": 90, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 80, + "min_level": 19, + "max_level": 23 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 21, + "max_level": 23 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 21, + "max_level": 23 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 19, + "max_level": 19 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 19, + "max_level": 19 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "walk", + "encounter_rate": 15, + "min_level": 21, + "max_level": 23 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 80, + "pokemon_name": "Slowbro", + "method": "surf", + "encounter_rate": 10, + "min_level": 15, + "max_level": 30 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 23, + "max_level": 23 + } + ] + }, { "name": "Slowpoke Well (B1f)", "order": 28, "encounters": [ { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -2178,7 +3028,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -2186,7 +3036,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 80, "min_level": 19, @@ -2194,7 +3044,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -2202,7 +3052,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -2210,7 +3060,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -2218,7 +3068,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -2226,7 +3076,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -2234,7 +3084,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -2242,7 +3092,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -2250,7 +3100,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -2258,7 +3108,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -2266,7 +3116,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 15, "min_level": 21, @@ -2274,7 +3124,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -2282,7 +3132,7 @@ }, { "pokeapi_id": 80, - "pokemon_name": "slowbro", + "pokemon_name": "Slowbro", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -2290,7 +3140,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 23, @@ -2306,7 +3156,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -2314,7 +3164,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -2322,7 +3172,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -2330,7 +3180,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -2338,7 +3188,7 @@ }, { "pokeapi_id": 96, - "pokemon_name": "drowzee", + "pokemon_name": "Drowzee", "method": "walk", "encounter_rate": 50, "min_level": 10, @@ -2346,7 +3196,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 50, "min_level": 20, @@ -2354,7 +3204,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -2362,7 +3212,7 @@ }, { "pokeapi_id": 280, - "pokemon_name": "ralts", + "pokemon_name": "Ralts", "method": "walk", "encounter_rate": 40, "min_level": 10, @@ -2370,7 +3220,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 35, "min_level": 11, @@ -2378,7 +3228,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -2386,7 +3236,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 12, @@ -2394,7 +3244,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -2402,7 +3252,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -2410,7 +3260,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 12, @@ -2418,7 +3268,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -2426,7 +3276,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -2434,7 +3284,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -2442,7 +3292,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -2450,7 +3300,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -2458,7 +3308,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -2466,7 +3316,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 5, "min_level": 10, @@ -2480,7 +3330,7 @@ "encounters": [ { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -2488,7 +3338,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 5, @@ -2496,7 +3346,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -2504,7 +3354,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -2512,7 +3362,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 60, "min_level": 5, @@ -2520,7 +3370,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 60, "min_level": 5, @@ -2528,7 +3378,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -2536,7 +3386,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -2544,7 +3394,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 25, "min_level": 5, @@ -2552,7 +3402,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 25, "min_level": 5, @@ -2560,7 +3410,7 @@ }, { "pokeapi_id": 406, - "pokemon_name": "budew", + "pokemon_name": "Budew", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -2568,7 +3418,7 @@ }, { "pokeapi_id": 455, - "pokemon_name": "carnivine", + "pokemon_name": "Carnivine", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -2576,7 +3426,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -2584,7 +3434,7 @@ }, { "pokeapi_id": 322, - "pokemon_name": "numel", + "pokemon_name": "Numel", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -2592,7 +3442,7 @@ }, { "pokeapi_id": 325, - "pokemon_name": "spoink", + "pokemon_name": "Spoink", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -2600,7 +3450,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -2608,7 +3458,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 10, @@ -2622,7 +3472,7 @@ "encounters": [ { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 100, "min_level": 10, @@ -2630,7 +3480,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 80, "min_level": 10, @@ -2638,7 +3488,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 60, "min_level": 10, @@ -2646,7 +3496,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 10, @@ -2654,7 +3504,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 35, "min_level": 10, @@ -2662,7 +3512,7 @@ }, { "pokeapi_id": 191, - "pokemon_name": "sunkern", + "pokemon_name": "Sunkern", "method": "walk", "encounter_rate": 25, "min_level": 10, @@ -2670,7 +3520,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 12, @@ -2678,7 +3528,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -2692,7 +3542,7 @@ "encounters": [ { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -2700,7 +3550,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -2708,7 +3558,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -2716,7 +3566,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -2724,7 +3574,7 @@ }, { "pokeapi_id": 193, - "pokemon_name": "yanma", + "pokemon_name": "Yanma", "method": "walk", "encounter_rate": 41, "min_level": 12, @@ -2732,7 +3582,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -2740,7 +3590,7 @@ }, { "pokeapi_id": 29, - "pokemon_name": "nidoran-f", + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 30, "min_level": 12, @@ -2748,7 +3598,7 @@ }, { "pokeapi_id": 32, - "pokemon_name": "nidoran-m", + "pokemon_name": "Nidoran M", "method": "walk", "encounter_rate": 30, "min_level": 12, @@ -2756,7 +3606,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -2764,7 +3614,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 12, @@ -2772,7 +3622,7 @@ }, { "pokeapi_id": 96, - "pokemon_name": "drowzee", + "pokemon_name": "Drowzee", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -2780,7 +3630,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -2788,7 +3638,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -2796,7 +3646,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 12, @@ -2804,7 +3654,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -2812,7 +3662,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -2820,7 +3670,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -2828,7 +3678,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -2836,7 +3686,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 5, "min_level": 14, @@ -2844,7 +3694,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 4, "min_level": 10, @@ -2858,7 +3708,7 @@ "encounters": [ { "pokeapi_id": 133, - "pokemon_name": "eevee", + "pokemon_name": "Eevee", "method": "gift", "encounter_rate": 100, "min_level": 5, @@ -2872,7 +3722,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 45, "min_level": 13, @@ -2880,7 +3730,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 12, @@ -2888,7 +3738,7 @@ }, { "pokeapi_id": 29, - "pokemon_name": "nidoran-f", + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 30, "min_level": 12, @@ -2896,7 +3746,7 @@ }, { "pokeapi_id": 32, - "pokemon_name": "nidoran-m", + "pokemon_name": "Nidoran M", "method": "walk", "encounter_rate": 30, "min_level": 12, @@ -2904,7 +3754,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 25, "min_level": 13, @@ -2912,7 +3762,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -2920,7 +3770,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 12, @@ -2928,7 +3778,7 @@ }, { "pokeapi_id": 58, - "pokemon_name": "growlithe", + "pokemon_name": "Growlithe", "method": "walk", "encounter_rate": 15, "min_level": 13, @@ -2936,7 +3786,7 @@ }, { "pokeapi_id": 234, - "pokemon_name": "stantler", + "pokemon_name": "Stantler", "method": "walk", "encounter_rate": 5, "min_level": 13, @@ -2950,7 +3800,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 100, "min_level": 13, @@ -2958,7 +3808,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 13, @@ -2966,7 +3816,7 @@ }, { "pokeapi_id": 167, - "pokemon_name": "spinarak", + "pokemon_name": "Spinarak", "method": "walk", "encounter_rate": 40, "min_level": 13, @@ -2974,7 +3824,7 @@ }, { "pokeapi_id": 234, - "pokemon_name": "stantler", + "pokemon_name": "Stantler", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -2982,7 +3832,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -2990,7 +3840,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -2998,7 +3848,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -3006,7 +3856,7 @@ }, { "pokeapi_id": 58, - "pokemon_name": "growlithe", + "pokemon_name": "Growlithe", "method": "walk", "encounter_rate": 15, "min_level": 14, @@ -3014,7 +3864,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -3028,7 +3878,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -3036,7 +3886,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -3044,7 +3894,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -3052,7 +3902,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -3060,7 +3910,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -3068,7 +3918,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -3076,7 +3926,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -3084,7 +3934,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -3098,12 +3948,12 @@ "encounters": [], "children": [ { - "name": "Burned Tower (1f)", + "name": "Burned Tower (1F)", "order": 38, "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 50, "min_level": 13, @@ -3111,7 +3961,7 @@ }, { "pokeapi_id": 109, - "pokemon_name": "koffing", + "pokemon_name": "Koffing", "method": "walk", "encounter_rate": 35, "min_level": 14, @@ -3119,7 +3969,7 @@ }, { "pokeapi_id": 441, - "pokemon_name": "chatot", + "pokemon_name": "Chatot", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -3127,7 +3977,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -3135,7 +3985,7 @@ }, { "pokeapi_id": 327, - "pokemon_name": "spinda", + "pokemon_name": "Spinda", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -3143,7 +3993,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -3151,7 +4001,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -3159,7 +4009,147 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", + "method": "walk", + "encounter_rate": 5, + "min_level": 15, + "max_level": 15 + } + ] + }, + { + "name": "Burned Tower (1f)", + "order": 38, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 50, + "min_level": 13, + "max_level": 15 + }, + { + "pokeapi_id": 109, + "pokemon_name": "Koffing", + "method": "walk", + "encounter_rate": 35, + "min_level": 14, + "max_level": 16 + }, + { + "pokeapi_id": 441, + "pokemon_name": "Chatot", + "method": "walk", + "encounter_rate": 20, + "min_level": 13, + "max_level": 14 + }, + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 20, + "min_level": 15, + "max_level": 15 + }, + { + "pokeapi_id": 327, + "pokemon_name": "Spinda", + "method": "walk", + "encounter_rate": 20, + "min_level": 15, + "max_level": 15 + }, + { + "pokeapi_id": 263, + "pokemon_name": "Zigzagoon", + "method": "walk", + "encounter_rate": 20, + "min_level": 13, + "max_level": 14 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 14, + "max_level": 14 + }, + { + "pokeapi_id": 20, + "pokemon_name": "Raticate", + "method": "walk", + "encounter_rate": 5, + "min_level": 15, + "max_level": 15 + } + ] + }, + { + "name": "Burned Tower (B1F)", + "order": 39, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 55, + "min_level": 14, + "max_level": 16 + }, + { + "pokeapi_id": 109, + "pokemon_name": "Koffing", + "method": "walk", + "encounter_rate": 50, + "min_level": 14, + "max_level": 16 + }, + { + "pokeapi_id": 441, + "pokemon_name": "Chatot", + "method": "walk", + "encounter_rate": 20, + "min_level": 14, + "max_level": 14 + }, + { + "pokeapi_id": 126, + "pokemon_name": "Magmar", + "method": "walk", + "encounter_rate": 20, + "min_level": 14, + "max_level": 16 + }, + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 20, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 327, + "pokemon_name": "Spinda", + "method": "walk", + "encounter_rate": 20, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 263, + "pokemon_name": "Zigzagoon", + "method": "walk", + "encounter_rate": 20, + "min_level": 14, + "max_level": 14 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -3173,7 +4163,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 55, "min_level": 14, @@ -3181,7 +4171,7 @@ }, { "pokeapi_id": 109, - "pokemon_name": "koffing", + "pokemon_name": "Koffing", "method": "walk", "encounter_rate": 50, "min_level": 14, @@ -3189,7 +4179,7 @@ }, { "pokeapi_id": 441, - "pokemon_name": "chatot", + "pokemon_name": "Chatot", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -3197,7 +4187,7 @@ }, { "pokeapi_id": 126, - "pokemon_name": "magmar", + "pokemon_name": "Magmar", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -3205,7 +4195,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -3213,7 +4203,7 @@ }, { "pokeapi_id": 327, - "pokemon_name": "spinda", + "pokemon_name": "Spinda", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -3221,7 +4211,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -3229,7 +4219,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -3245,12 +4235,12 @@ "encounters": [], "children": [ { - "name": "Bell Tower (5f)", + "name": "Bell Tower (2F)", "order": 41, "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -3258,7 +4248,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -3266,7 +4256,7 @@ }, { "pokeapi_id": 441, - "pokemon_name": "chatot", + "pokemon_name": "Chatot", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -3274,7 +4264,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -3282,7 +4272,7 @@ }, { "pokeapi_id": 327, - "pokemon_name": "spinda", + "pokemon_name": "Spinda", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -3290,7 +4280,115 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 21 + } + ] + }, + { + "name": "Bell Tower (5f)", + "order": 41, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + }, + { + "pokeapi_id": 441, + "pokemon_name": "Chatot", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 21 + }, + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 327, + "pokemon_name": "Spinda", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 263, + "pokemon_name": "Zigzagoon", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 21 + } + ] + }, + { + "name": "Bell Tower (3F)", + "order": 42, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + }, + { + "pokeapi_id": 441, + "pokemon_name": "Chatot", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 21 + }, + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 327, + "pokemon_name": "Spinda", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 263, + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -3304,7 +4402,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -3312,7 +4410,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -3320,7 +4418,7 @@ }, { "pokeapi_id": 441, - "pokemon_name": "chatot", + "pokemon_name": "Chatot", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -3328,7 +4426,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -3336,7 +4434,7 @@ }, { "pokeapi_id": 327, - "pokemon_name": "spinda", + "pokemon_name": "Spinda", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -3344,7 +4442,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -3358,7 +4456,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -3366,7 +4464,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -3374,7 +4472,7 @@ }, { "pokeapi_id": 441, - "pokemon_name": "chatot", + "pokemon_name": "Chatot", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -3382,7 +4480,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -3390,7 +4488,7 @@ }, { "pokeapi_id": 327, - "pokemon_name": "spinda", + "pokemon_name": "Spinda", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -3398,7 +4496,61 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 21 + } + ] + }, + { + "name": "Bell Tower (4F)", + "order": 43, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + }, + { + "pokeapi_id": 441, + "pokemon_name": "Chatot", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 21 + }, + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 327, + "pokemon_name": "Spinda", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 263, + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -3412,7 +4564,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -3420,7 +4572,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -3428,7 +4580,7 @@ }, { "pokeapi_id": 441, - "pokemon_name": "chatot", + "pokemon_name": "Chatot", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -3436,7 +4588,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -3444,7 +4596,7 @@ }, { "pokeapi_id": 327, - "pokemon_name": "spinda", + "pokemon_name": "Spinda", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -3452,7 +4604,61 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 21 + } + ] + }, + { + "name": "Bell Tower (5F)", + "order": 44, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + }, + { + "pokeapi_id": 441, + "pokemon_name": "Chatot", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 21 + }, + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 327, + "pokemon_name": "Spinda", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 263, + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -3466,7 +4672,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -3474,7 +4680,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -3482,7 +4688,7 @@ }, { "pokeapi_id": 441, - "pokemon_name": "chatot", + "pokemon_name": "Chatot", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -3490,7 +4696,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -3498,7 +4704,7 @@ }, { "pokeapi_id": 327, - "pokemon_name": "spinda", + "pokemon_name": "Spinda", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -3506,7 +4712,115 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 21 + } + ] + }, + { + "name": "Bell Tower (6F)", + "order": 45, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + }, + { + "pokeapi_id": 441, + "pokemon_name": "Chatot", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 21 + }, + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 327, + "pokemon_name": "Spinda", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 263, + "pokemon_name": "Zigzagoon", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 21 + } + ] + }, + { + "name": "Bell Tower (7F)", + "order": 46, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + }, + { + "pokeapi_id": 441, + "pokemon_name": "Chatot", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 21 + }, + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 327, + "pokemon_name": "Spinda", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 263, + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -3520,7 +4834,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -3528,7 +4842,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -3536,7 +4850,7 @@ }, { "pokeapi_id": 441, - "pokemon_name": "chatot", + "pokemon_name": "Chatot", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -3544,7 +4858,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -3552,7 +4866,7 @@ }, { "pokeapi_id": 327, - "pokemon_name": "spinda", + "pokemon_name": "Spinda", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -3560,7 +4874,61 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 21 + } + ] + }, + { + "name": "Bell Tower (8F)", + "order": 47, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + }, + { + "pokeapi_id": 441, + "pokemon_name": "Chatot", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 21 + }, + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 327, + "pokemon_name": "Spinda", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 263, + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -3574,7 +4942,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -3582,7 +4950,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -3590,7 +4958,7 @@ }, { "pokeapi_id": 441, - "pokemon_name": "chatot", + "pokemon_name": "Chatot", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -3598,7 +4966,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -3606,7 +4974,7 @@ }, { "pokeapi_id": 327, - "pokemon_name": "spinda", + "pokemon_name": "Spinda", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -3614,7 +4982,61 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 21 + } + ] + }, + { + "name": "Bell Tower (9F)", + "order": 48, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + }, + { + "pokeapi_id": 441, + "pokemon_name": "Chatot", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 21 + }, + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 327, + "pokemon_name": "Spinda", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 263, + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -3628,7 +5050,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -3636,7 +5058,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -3644,7 +5066,7 @@ }, { "pokeapi_id": 441, - "pokemon_name": "chatot", + "pokemon_name": "Chatot", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -3652,7 +5074,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -3660,7 +5082,7 @@ }, { "pokeapi_id": 327, - "pokemon_name": "spinda", + "pokemon_name": "Spinda", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -3668,7 +5090,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -3682,7 +5104,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -3690,7 +5112,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -3698,7 +5120,7 @@ }, { "pokeapi_id": 441, - "pokemon_name": "chatot", + "pokemon_name": "Chatot", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -3706,7 +5128,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -3714,7 +5136,7 @@ }, { "pokeapi_id": 327, - "pokemon_name": "spinda", + "pokemon_name": "Spinda", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -3722,7 +5144,61 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 21 + } + ] + }, + { + "name": "Bell Tower (10F)", + "order": 49, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + }, + { + "pokeapi_id": 441, + "pokemon_name": "Chatot", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 21 + }, + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 327, + "pokemon_name": "Spinda", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 263, + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -3738,7 +5214,7 @@ "encounters": [ { "pokeapi_id": 209, - "pokemon_name": "snubbull", + "pokemon_name": "Snubbull", "method": "walk", "encounter_rate": 41, "min_level": 13, @@ -3746,7 +5222,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -3754,7 +5230,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -3762,7 +5238,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 30, "min_level": 16, @@ -3770,7 +5246,7 @@ }, { "pokeapi_id": 83, - "pokemon_name": "farfetchd", + "pokemon_name": "Farfetchd", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -3778,7 +5254,7 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -3786,7 +5262,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -3794,7 +5270,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -3802,7 +5278,7 @@ }, { "pokeapi_id": 241, - "pokemon_name": "miltank", + "pokemon_name": "Miltank", "method": "walk", "encounter_rate": 5, "min_level": 13, @@ -3810,7 +5286,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 4, "min_level": 13, @@ -3824,7 +5300,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -3832,7 +5308,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -3840,7 +5316,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 30, "min_level": 17, @@ -3848,7 +5324,7 @@ }, { "pokeapi_id": 83, - "pokemon_name": "farfetchd", + "pokemon_name": "Farfetchd", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -3856,7 +5332,7 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -3864,7 +5340,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -3872,7 +5348,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -3880,7 +5356,7 @@ }, { "pokeapi_id": 241, - "pokemon_name": "miltank", + "pokemon_name": "Miltank", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -3888,7 +5364,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -3902,7 +5378,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -3910,7 +5386,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -3918,7 +5394,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -3926,7 +5402,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -3934,7 +5410,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 50, "min_level": 20, @@ -3942,7 +5418,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -3950,7 +5426,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -3958,7 +5434,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -3966,7 +5442,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -3974,7 +5450,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -3982,7 +5458,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -3990,7 +5466,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -4004,7 +5480,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -4012,7 +5488,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -4020,7 +5496,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -4028,7 +5504,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -4036,7 +5512,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 50, "min_level": 20, @@ -4044,7 +5520,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -4052,7 +5528,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -4060,7 +5536,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -4068,7 +5544,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -4076,7 +5552,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -4084,7 +5560,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -4092,7 +5568,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -4106,7 +5582,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -4114,7 +5590,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 15, @@ -4122,7 +5598,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -4130,7 +5606,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -4138,7 +5614,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -4146,7 +5622,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 30, "min_level": 20, @@ -4154,7 +5630,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 30, "min_level": 15, @@ -4162,7 +5638,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -4170,7 +5646,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -4178,7 +5654,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -4186,7 +5662,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -4194,7 +5670,7 @@ }, { "pokeapi_id": 226, - "pokemon_name": "mantine", + "pokemon_name": "Mantine", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -4202,7 +5678,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -4214,9 +5690,17 @@ "name": "Cianwood City", "order": 55, "encounters": [ + { + "pokeapi_id": 213, + "pokemon_name": "Shuckle", + "method": "gift", + "encounter_rate": 100, + "min_level": 20, + "max_level": 20 + }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "rock-smash", "encounter_rate": 90, "min_level": 15, @@ -4224,7 +5708,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -4232,7 +5716,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -4240,7 +5724,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -4248,7 +5732,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -4256,7 +5740,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 50, "min_level": 20, @@ -4264,7 +5748,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -4272,7 +5756,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -4280,7 +5764,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -4288,7 +5772,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -4296,7 +5780,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -4304,7 +5788,7 @@ }, { "pokeapi_id": 213, - "pokemon_name": "shuckle", + "pokemon_name": "Shuckle", "method": "rock-smash", "encounter_rate": 10, "min_level": 23, @@ -4312,7 +5796,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -4320,19 +5804,11 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 15, "max_level": 25 - }, - { - "pokeapi_id": 213, - "pokemon_name": "shuckle", - "method": "gift", - "encounter_rate": 100, - "min_level": 20, - "max_level": 20 } ] }, @@ -4342,7 +5818,7 @@ "encounters": [ { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -4350,7 +5826,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -4358,7 +5834,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -4366,7 +5842,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -4374,7 +5850,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 60, "min_level": 14, @@ -4382,7 +5858,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -4390,7 +5866,7 @@ }, { "pokeapi_id": 56, - "pokemon_name": "mankey", + "pokemon_name": "Mankey", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -4398,7 +5874,7 @@ }, { "pokeapi_id": 179, - "pokemon_name": "mareep", + "pokemon_name": "Mareep", "method": "walk", "encounter_rate": 30, "min_level": 13, @@ -4406,7 +5882,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 14, @@ -4414,7 +5890,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -4422,7 +5898,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -4430,7 +5906,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -4438,7 +5914,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -4446,7 +5922,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -4454,7 +5930,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -4462,7 +5938,7 @@ }, { "pokeapi_id": 180, - "pokemon_name": "flaaffy", + "pokemon_name": "Flaaffy", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -4470,7 +5946,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -4478,7 +5954,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -4492,7 +5968,7 @@ "encounters": [ { "pokeapi_id": 236, - "pokemon_name": "tyrogue", + "pokemon_name": "Tyrogue", "method": "gift", "encounter_rate": 100, "min_level": 10, @@ -4506,7 +5982,7 @@ "encounters": [ { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -4514,7 +5990,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -4522,7 +5998,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -4530,7 +6006,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -4538,7 +6014,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -4546,7 +6022,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -4554,7 +6030,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -4562,7 +6038,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -4570,7 +6046,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -4578,7 +6054,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -4586,7 +6062,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -4594,7 +6070,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -4602,7 +6078,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -4610,7 +6086,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -4618,7 +6094,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -4626,7 +6102,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -4634,7 +6110,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -4642,7 +6118,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -4650,7 +6126,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -4658,13 +6134,163 @@ } ] }, + { + "name": "Mt Mortar (1F)", + "order": 58, + "encounters": [ + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "surf", + "encounter_rate": 90, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 60, + "min_level": 13, + "max_level": 15 + }, + { + "pokeapi_id": 183, + "pokemon_name": "Marill", + "method": "walk", + "encounter_rate": 41, + "min_level": 13, + "max_level": 15 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 13, + "max_level": 15 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 13, + "max_level": 15 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 14, + "max_level": 14 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 20, + "min_level": 14, + "max_level": 14 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 14, + "max_level": 14 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 14, + "min_level": 14, + "max_level": 16 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "surf", + "encounter_rate": 10, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 5, + "min_level": 14, + "max_level": 14 + } + ] + }, { "name": "Mt Mortar (B1f)", "order": 59, "encounters": [ { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -4672,7 +6298,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -4680,7 +6306,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -4688,7 +6314,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -4696,7 +6322,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 60, "min_level": 15, @@ -4704,7 +6330,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -4712,7 +6338,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -4720,7 +6346,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -4728,7 +6354,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -4736,7 +6362,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -4744,7 +6370,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -4752,7 +6378,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -4760,7 +6386,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -4768,7 +6394,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 10, "min_level": 16, @@ -4776,7 +6402,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -4784,7 +6410,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -4792,7 +6418,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 5, "min_level": 16, @@ -4800,7 +6426,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 5, "min_level": 16, @@ -4814,7 +6440,7 @@ "encounters": [ { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -4822,7 +6448,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -4830,7 +6456,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -4838,7 +6464,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -4846,7 +6472,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 60, "min_level": 13, @@ -4854,7 +6480,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 41, "min_level": 13, @@ -4862,7 +6488,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -4870,7 +6496,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -4878,7 +6504,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -4886,7 +6512,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -4894,7 +6520,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -4902,7 +6528,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -4910,7 +6536,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -4918,7 +6544,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -4926,7 +6552,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 14, "min_level": 14, @@ -4934,7 +6560,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -4942,7 +6568,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -4950,7 +6576,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 5, "min_level": 14, @@ -4958,13 +6584,163 @@ } ] }, + { + "name": "Mt Mortar (B1F)", + "order": 61, + "encounters": [ + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "surf", + "encounter_rate": 90, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 60, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 20, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 10, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "surf", + "encounter_rate": 10, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 5, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 20, + "pokemon_name": "Raticate", + "method": "walk", + "encounter_rate": 5, + "min_level": 16, + "max_level": 16 + } + ] + }, { "name": "Mt Mortar (Lower Cave)", "order": 61, "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 50, "min_level": 13, @@ -4972,7 +6748,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 35, "min_level": 13, @@ -4980,7 +6756,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -4988,7 +6764,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -4996,7 +6772,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -5004,7 +6780,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -5012,7 +6788,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -5020,7 +6796,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 5, "min_level": 14, @@ -5036,7 +6812,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 10, @@ -5044,7 +6820,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 90, "min_level": 5, @@ -5052,7 +6828,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 90, "min_level": 20, @@ -5060,7 +6836,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -5068,7 +6844,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -5076,7 +6852,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "surf", "encounter_rate": 10, "min_level": 10, @@ -5084,7 +6860,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -5098,7 +6874,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -5106,7 +6882,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -5114,7 +6890,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -5122,7 +6898,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -5130,7 +6906,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 45, "min_level": 17, @@ -5138,7 +6914,7 @@ }, { "pokeapi_id": 180, - "pokemon_name": "flaaffy", + "pokemon_name": "Flaaffy", "method": "walk", "encounter_rate": 40, "min_level": 15, @@ -5146,7 +6922,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -5154,7 +6930,7 @@ }, { "pokeapi_id": 203, - "pokemon_name": "girafarig", + "pokemon_name": "Girafarig", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -5162,7 +6938,7 @@ }, { "pokeapi_id": 179, - "pokemon_name": "mareep", + "pokemon_name": "Mareep", "method": "walk", "encounter_rate": 25, "min_level": 15, @@ -5170,7 +6946,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -5178,7 +6954,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -5186,7 +6962,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -5194,7 +6970,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -5202,7 +6978,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -5210,7 +6986,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -5218,7 +6994,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -5226,7 +7002,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -5240,7 +7016,7 @@ "encounters": [ { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -5248,7 +7024,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -5256,7 +7032,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -5264,7 +7040,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -5272,7 +7048,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "good-rod", "encounter_rate": 70, "min_level": 20, @@ -5280,7 +7056,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 55, "min_level": 20, @@ -5288,7 +7064,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -5296,7 +7072,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 35, "min_level": 22, @@ -5304,7 +7080,7 @@ }, { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -5312,7 +7088,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -5320,7 +7096,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -5328,7 +7104,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -5336,7 +7112,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -5344,7 +7120,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -5352,7 +7128,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -5360,7 +7136,7 @@ }, { "pokeapi_id": 108, - "pokemon_name": "lickitung", + "pokemon_name": "Lickitung", "method": "walk", "encounter_rate": 15, "min_level": 24, @@ -5368,7 +7144,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -5376,7 +7152,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -5384,7 +7160,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -5397,13 +7173,83 @@ "order": 65, "encounters": [], "children": [ + { + "name": "Ice Path (1F)", + "order": 66, + "encounters": [ + { + "pokeapi_id": 220, + "pokemon_name": "Swinub", + "method": "walk", + "encounter_rate": 40, + "min_level": 21, + "max_level": 23 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 21, + "max_level": 22 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 21, + "max_level": 22 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 124, + "pokemon_name": "Jynx", + "method": "walk", + "encounter_rate": 10, + "min_level": 22, + "max_level": 22 + } + ] + }, { "name": "Ice Path (B2f)", "order": 66, "encounters": [ { "pokeapi_id": 220, - "pokemon_name": "swinub", + "pokemon_name": "Swinub", "method": "walk", "encounter_rate": 40, "min_level": 22, @@ -5411,7 +7257,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -5419,7 +7265,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -5427,7 +7273,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -5435,7 +7281,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -5443,7 +7289,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -5451,7 +7297,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -5459,7 +7305,7 @@ }, { "pokeapi_id": 124, - "pokemon_name": "jynx", + "pokemon_name": "Jynx", "method": "walk", "encounter_rate": 10, "min_level": 23, @@ -5473,7 +7319,7 @@ "encounters": [ { "pokeapi_id": 220, - "pokemon_name": "swinub", + "pokemon_name": "Swinub", "method": "walk", "encounter_rate": 40, "min_level": 22, @@ -5481,7 +7327,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -5489,7 +7335,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -5497,7 +7343,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -5505,7 +7351,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -5513,7 +7359,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -5521,7 +7367,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -5529,7 +7375,147 @@ }, { "pokeapi_id": 124, - "pokemon_name": "jynx", + "pokemon_name": "Jynx", + "method": "walk", + "encounter_rate": 10, + "min_level": 23, + "max_level": 23 + } + ] + }, + { + "name": "Ice Path (B1F)", + "order": 67, + "encounters": [ + { + "pokeapi_id": 220, + "pokemon_name": "Swinub", + "method": "walk", + "encounter_rate": 40, + "min_level": 21, + "max_level": 23 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 21, + "max_level": 22 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 21, + "max_level": 22 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 124, + "pokemon_name": "Jynx", + "method": "walk", + "encounter_rate": 10, + "min_level": 22, + "max_level": 22 + } + ] + }, + { + "name": "Ice Path (B2F)", + "order": 68, + "encounters": [ + { + "pokeapi_id": 220, + "pokemon_name": "Swinub", + "method": "walk", + "encounter_rate": 40, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 23 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 23 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 124, + "pokemon_name": "Jynx", "method": "walk", "encounter_rate": 10, "min_level": 23, @@ -5543,7 +7529,7 @@ "encounters": [ { "pokeapi_id": 220, - "pokemon_name": "swinub", + "pokemon_name": "Swinub", "method": "walk", "encounter_rate": 40, "min_level": 21, @@ -5551,7 +7537,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 22, @@ -5559,7 +7545,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 22, @@ -5567,7 +7553,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -5575,7 +7561,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -5583,7 +7569,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -5591,7 +7577,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -5599,7 +7585,7 @@ }, { "pokeapi_id": 124, - "pokemon_name": "jynx", + "pokemon_name": "Jynx", "method": "walk", "encounter_rate": 10, "min_level": 22, @@ -5613,7 +7599,7 @@ "encounters": [ { "pokeapi_id": 220, - "pokemon_name": "swinub", + "pokemon_name": "Swinub", "method": "walk", "encounter_rate": 40, "min_level": 21, @@ -5621,7 +7607,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 22, @@ -5629,7 +7615,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 22, @@ -5637,7 +7623,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -5645,7 +7631,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -5653,7 +7639,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -5661,7 +7647,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -5669,13 +7655,83 @@ }, { "pokeapi_id": 124, - "pokemon_name": "jynx", + "pokemon_name": "Jynx", "method": "walk", "encounter_rate": 10, "min_level": 22, "max_level": 22 } ] + }, + { + "name": "Ice Path (B3F)", + "order": 69, + "encounters": [ + { + "pokeapi_id": 220, + "pokemon_name": "Swinub", + "method": "walk", + "encounter_rate": 40, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 23 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 23 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 124, + "pokemon_name": "Jynx", + "method": "walk", + "encounter_rate": 10, + "min_level": 23, + "max_level": 23 + } + ] } ] }, @@ -5685,7 +7741,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 100, "min_level": 2, @@ -5693,7 +7749,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -5701,7 +7757,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -5709,7 +7765,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -5717,7 +7773,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -5725,7 +7781,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -5733,7 +7789,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -5747,15 +7803,23 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 10, "max_level": 10 }, + { + "pokeapi_id": 147, + "pokemon_name": "Dratini", + "method": "gift", + "encounter_rate": 100, + "min_level": 15, + "max_level": 15 + }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 90, "min_level": 5, @@ -5763,7 +7827,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 90, "min_level": 20, @@ -5771,7 +7835,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -5779,7 +7843,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -5787,7 +7851,7 @@ }, { "pokeapi_id": 148, - "pokemon_name": "dragonair", + "pokemon_name": "Dragonair", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -5795,7 +7859,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "surf", "encounter_rate": 10, "min_level": 5, @@ -5803,19 +7867,11 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "good-rod", "encounter_rate": 10, "min_level": 20, "max_level": 20 - }, - { - "pokeapi_id": 147, - "pokemon_name": "dratini", - "method": "gift", - "encounter_rate": 100, - "min_level": 15, - "max_level": 15 } ] }, @@ -5825,7 +7881,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 100, "min_level": 2, @@ -5833,7 +7889,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -5841,7 +7897,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -5849,7 +7905,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -5857,7 +7913,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 40, "min_level": 23, @@ -5865,7 +7921,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -5873,7 +7929,7 @@ }, { "pokeapi_id": 333, - "pokemon_name": "swablu", + "pokemon_name": "Swablu", "method": "walk", "encounter_rate": 40, "min_level": 23, @@ -5881,7 +7937,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -5889,7 +7945,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -5897,7 +7953,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -5905,7 +7961,7 @@ }, { "pokeapi_id": 207, - "pokemon_name": "gligar", + "pokemon_name": "Gligar", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -5913,7 +7969,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -5921,7 +7977,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -5929,7 +7985,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -5937,7 +7993,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -5945,7 +8001,7 @@ }, { "pokeapi_id": 231, - "pokemon_name": "phanpy", + "pokemon_name": "Phanpy", "method": "walk", "encounter_rate": 10, "min_level": 20, @@ -5959,7 +8015,7 @@ "encounters": [ { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 70, "min_level": 2, @@ -5967,7 +8023,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 55, "min_level": 2, @@ -5975,7 +8031,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 45, "min_level": 2, @@ -5983,7 +8039,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 2, @@ -5991,7 +8047,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 2, @@ -5999,7 +8055,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 2, @@ -6009,8 +8065,209 @@ }, { "name": "Route 47", - "order": 74, - "encounters": [], + "order": 77, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 132, + "pokemon_name": "Ditto", + "method": "walk", + "encounter_rate": 81, + "min_level": 31, + "max_level": 40 + }, + { + "pokeapi_id": 72, + "pokemon_name": "Tentacool", + "method": "surf", + "encounter_rate": 60, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 170, + "pokemon_name": "Chinchou", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 83, + "pokemon_name": "Farfetchd", + "method": "walk", + "encounter_rate": 40, + "min_level": 35, + "max_level": 35 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "surf", + "encounter_rate": 30, + "min_level": 10, + "max_level": 20 + }, + { + "pokeapi_id": 90, + "pokemon_name": "Shellder", + "method": "super-rod", + "encounter_rate": 30, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 72, + "pokemon_name": "Tentacool", + "method": "good-rod", + "encounter_rate": 30, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 399, + "pokemon_name": "Bidoof", + "method": "walk", + "encounter_rate": 20, + "min_level": 31, + "max_level": 32 + }, + { + "pokeapi_id": 418, + "pokemon_name": "Buizel", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 34 + }, + { + "pokeapi_id": 170, + "pokemon_name": "Chinchou", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 264, + "pokemon_name": "Linoone", + "method": "walk", + "encounter_rate": 20, + "min_level": 31, + "max_level": 32 + }, + { + "pokeapi_id": 241, + "pokemon_name": "Miltank", + "method": "walk", + "encounter_rate": 20, + "min_level": 35, + "max_level": 35 + }, + { + "pokeapi_id": 164, + "pokemon_name": "Noctowl", + "method": "walk", + "encounter_rate": 20, + "min_level": 35, + "max_level": 35 + }, + { + "pokeapi_id": 73, + "pokemon_name": "Tentacruel", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 293, + "pokemon_name": "Whismur", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 34 + }, + { + "pokeapi_id": 72, + "pokemon_name": "Tentacool", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 171, + "pokemon_name": "Lanturn", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 90, + "pokemon_name": "Shellder", + "method": "good-rod", + "encounter_rate": 10, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 120, + "pokemon_name": "Staryu", + "method": "surf", + "encounter_rate": 10, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 44, + "pokemon_name": "Gloom", + "method": "walk", + "encounter_rate": 5, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 20, + "pokemon_name": "Raticate", + "method": "walk", + "encounter_rate": 5, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 21, + "pokemon_name": "Spearow", + "method": "walk", + "encounter_rate": 5, + "min_level": 31, + "max_level": 31 + }, + { + "pokeapi_id": 22, + "pokemon_name": "Fearow", + "method": "walk", + "encounter_rate": 4, + "min_level": 34, + "max_level": 34 + } + ], "children": [ { "name": "Route 47 (Cave Gate)", @@ -6018,7 +8275,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 10, @@ -6026,7 +8283,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 95, "min_level": 20, @@ -6034,7 +8291,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -6042,7 +8299,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -6050,7 +8307,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -6058,7 +8315,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 25, "min_level": 20, @@ -6066,7 +8323,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 10, "min_level": 30, @@ -6080,7 +8337,7 @@ "encounters": [ { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "rock-smash", "encounter_rate": 90, "min_level": 20, @@ -6088,7 +8345,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 24, "min_level": 20, @@ -6096,7 +8353,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -6104,7 +8361,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -6112,7 +8369,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -6120,7 +8377,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -6128,7 +8385,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -6136,7 +8393,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "walk", "encounter_rate": 10, "min_level": 22, @@ -6144,7 +8401,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "rock-smash", "encounter_rate": 10, "min_level": 28, @@ -6152,7 +8409,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "walk", "encounter_rate": 10, "min_level": 20, @@ -6160,7 +8417,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -6168,7 +8425,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 10, "min_level": 20, @@ -6176,7 +8433,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 10, "min_level": 20, @@ -6184,7 +8441,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "walk", "encounter_rate": 10, "min_level": 18, @@ -6192,7 +8449,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 8, "min_level": 20, @@ -6200,7 +8457,7 @@ }, { "pokeapi_id": 200, - "pokemon_name": "misdreavus", + "pokemon_name": "Misdreavus", "method": "walk", "encounter_rate": 5, "min_level": 20, @@ -6208,7 +8465,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 5, "min_level": 18, @@ -6216,7 +8473,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 4, "min_level": 22, @@ -6224,7 +8481,7 @@ }, { "pokeapi_id": 208, - "pokemon_name": "steelix", + "pokemon_name": "Steelix", "method": "walk", "encounter_rate": 2, "min_level": 23, @@ -6234,219 +8491,13 @@ } ] }, - { - "name": "Route 47", - "order": 77, - "encounters": [ - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "old-rod", - "encounter_rate": 85, - "min_level": 10, - "max_level": 10 - }, - { - "pokeapi_id": 132, - "pokemon_name": "ditto", - "method": "walk", - "encounter_rate": 81, - "min_level": 31, - "max_level": 40 - }, - { - "pokeapi_id": 72, - "pokemon_name": "tentacool", - "method": "surf", - "encounter_rate": 60, - "min_level": 15, - "max_level": 25 - }, - { - "pokeapi_id": 170, - "pokemon_name": "chinchou", - "method": "super-rod", - "encounter_rate": 40, - "min_level": 40, - "max_level": 40 - }, - { - "pokeapi_id": 83, - "pokemon_name": "farfetchd", - "method": "walk", - "encounter_rate": 40, - "min_level": 35, - "max_level": 35 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "good-rod", - "encounter_rate": 40, - "min_level": 20, - "max_level": 20 - }, - { - "pokeapi_id": 86, - "pokemon_name": "seel", - "method": "surf", - "encounter_rate": 30, - "min_level": 10, - "max_level": 20 - }, - { - "pokeapi_id": 90, - "pokemon_name": "shellder", - "method": "super-rod", - "encounter_rate": 30, - "min_level": 40, - "max_level": 40 - }, - { - "pokeapi_id": 72, - "pokemon_name": "tentacool", - "method": "good-rod", - "encounter_rate": 30, - "min_level": 20, - "max_level": 20 - }, - { - "pokeapi_id": 399, - "pokemon_name": "bidoof", - "method": "walk", - "encounter_rate": 20, - "min_level": 31, - "max_level": 32 - }, - { - "pokeapi_id": 418, - "pokemon_name": "buizel", - "method": "walk", - "encounter_rate": 20, - "min_level": 33, - "max_level": 34 - }, - { - "pokeapi_id": 170, - "pokemon_name": "chinchou", - "method": "good-rod", - "encounter_rate": 20, - "min_level": 20, - "max_level": 20 - }, - { - "pokeapi_id": 264, - "pokemon_name": "linoone", - "method": "walk", - "encounter_rate": 20, - "min_level": 31, - "max_level": 32 - }, - { - "pokeapi_id": 241, - "pokemon_name": "miltank", - "method": "walk", - "encounter_rate": 20, - "min_level": 35, - "max_level": 35 - }, - { - "pokeapi_id": 164, - "pokemon_name": "noctowl", - "method": "walk", - "encounter_rate": 20, - "min_level": 35, - "max_level": 35 - }, - { - "pokeapi_id": 73, - "pokemon_name": "tentacruel", - "method": "super-rod", - "encounter_rate": 20, - "min_level": 40, - "max_level": 40 - }, - { - "pokeapi_id": 293, - "pokemon_name": "whismur", - "method": "walk", - "encounter_rate": 20, - "min_level": 33, - "max_level": 34 - }, - { - "pokeapi_id": 72, - "pokemon_name": "tentacool", - "method": "old-rod", - "encounter_rate": 15, - "min_level": 10, - "max_level": 10 - }, - { - "pokeapi_id": 171, - "pokemon_name": "lanturn", - "method": "super-rod", - "encounter_rate": 10, - "min_level": 40, - "max_level": 40 - }, - { - "pokeapi_id": 90, - "pokemon_name": "shellder", - "method": "good-rod", - "encounter_rate": 10, - "min_level": 20, - "max_level": 20 - }, - { - "pokeapi_id": 120, - "pokemon_name": "staryu", - "method": "surf", - "encounter_rate": 10, - "min_level": 15, - "max_level": 25 - }, - { - "pokeapi_id": 44, - "pokemon_name": "gloom", - "method": "walk", - "encounter_rate": 5, - "min_level": 32, - "max_level": 32 - }, - { - "pokeapi_id": 20, - "pokemon_name": "raticate", - "method": "walk", - "encounter_rate": 5, - "min_level": 31, - "max_level": 33 - }, - { - "pokeapi_id": 21, - "pokemon_name": "spearow", - "method": "walk", - "encounter_rate": 5, - "min_level": 31, - "max_level": 31 - }, - { - "pokeapi_id": 22, - "pokemon_name": "fearow", - "method": "walk", - "encounter_rate": 4, - "min_level": 34, - "max_level": 34 - } - ] - }, { "name": "Route 48", "order": 78, "encounters": [ { "pokeapi_id": 83, - "pokemon_name": "farfetchd", + "pokemon_name": "Farfetchd", "method": "walk", "encounter_rate": 40, "min_level": 25, @@ -6454,7 +8505,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 20, @@ -6462,7 +8513,7 @@ }, { "pokeapi_id": 58, - "pokemon_name": "growlithe", + "pokemon_name": "Growlithe", "method": "walk", "encounter_rate": 29, "min_level": 21, @@ -6470,7 +8521,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 21, "min_level": 20, @@ -6478,7 +8529,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -6486,7 +8537,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -6494,7 +8545,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -6502,7 +8553,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 11, "min_level": 20, @@ -6510,7 +8561,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 10, "min_level": 21, @@ -6518,7 +8569,7 @@ }, { "pokeapi_id": 203, - "pokemon_name": "girafarig", + "pokemon_name": "Girafarig", "method": "walk", "encounter_rate": 5, "min_level": 20, @@ -6526,7 +8577,7 @@ }, { "pokeapi_id": 50, - "pokemon_name": "diglett", + "pokemon_name": "Diglett", "method": "walk", "encounter_rate": 4, "min_level": 20, @@ -6545,7 +8596,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 12, @@ -6553,7 +8604,7 @@ }, { "pokeapi_id": 161, - "pokemon_name": "sentret", + "pokemon_name": "Sentret", "method": "walk", "encounter_rate": 90, "min_level": 15, @@ -6561,7 +8612,7 @@ }, { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 60, "min_level": 15, @@ -6569,7 +8620,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 60, "min_level": 7, @@ -6577,7 +8628,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 60, "min_level": 15, @@ -6585,7 +8636,7 @@ }, { "pokeapi_id": 198, - "pokemon_name": "murkrow", + "pokemon_name": "Murkrow", "method": "walk", "encounter_rate": 50, "min_level": 15, @@ -6593,7 +8644,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -6601,7 +8652,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 40, "min_level": 22, @@ -6609,7 +8660,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 40, "min_level": 15, @@ -6617,7 +8668,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 22, @@ -6625,7 +8676,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -6633,7 +8684,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 20, "min_level": 36, @@ -6641,7 +8692,7 @@ }, { "pokeapi_id": 96, - "pokemon_name": "drowzee", + "pokemon_name": "Drowzee", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -6649,7 +8700,7 @@ }, { "pokeapi_id": 97, - "pokemon_name": "hypno", + "pokemon_name": "Hypno", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -6657,7 +8708,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "good-rod", "encounter_rate": 20, "min_level": 24, @@ -6671,7 +8722,7 @@ "encounters": [ { "pokeapi_id": 29, - "pokemon_name": "nidoran-f", + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 100, "min_level": 15, @@ -6679,7 +8730,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 60, "min_level": 15, @@ -6687,7 +8738,7 @@ }, { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -6695,7 +8746,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -6703,7 +8754,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -6711,7 +8762,7 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -6719,7 +8770,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 17, @@ -6733,7 +8784,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 100, "min_level": 15, @@ -6741,7 +8792,7 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 60, "min_level": 15, @@ -6749,7 +8800,7 @@ }, { "pokeapi_id": 76, - "pokemon_name": "golem", + "pokemon_name": "Golem", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -6757,7 +8808,7 @@ }, { "pokeapi_id": 82, - "pokemon_name": "magneton", + "pokemon_name": "Magneton", "method": "walk", "encounter_rate": 40, "min_level": 17, @@ -6765,7 +8816,7 @@ }, { "pokeapi_id": 126, - "pokemon_name": "magmar", + "pokemon_name": "Magmar", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -6773,7 +8824,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -6787,7 +8838,7 @@ "encounters": [ { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 100, "min_level": 15, @@ -6795,7 +8846,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 60, "min_level": 15, @@ -6803,7 +8854,7 @@ }, { "pokeapi_id": 200, - "pokemon_name": "misdreavus", + "pokemon_name": "Misdreavus", "method": "walk", "encounter_rate": 50, "min_level": 15, @@ -6811,7 +8862,7 @@ }, { "pokeapi_id": 122, - "pokemon_name": "mr-mime", + "pokemon_name": "Mr Mime", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -6819,7 +8870,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -6827,7 +8878,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -6841,7 +8892,7 @@ "encounters": [ { "pokeapi_id": 109, - "pokemon_name": "koffing", + "pokemon_name": "Koffing", "method": "walk", "encounter_rate": 90, "min_level": 15, @@ -6849,7 +8900,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 80, "min_level": 7, @@ -6857,7 +8908,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 60, "min_level": 5, @@ -6865,7 +8916,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "good-rod", "encounter_rate": 60, "min_level": 24, @@ -6873,7 +8924,7 @@ }, { "pokeapi_id": 110, - "pokemon_name": "weezing", + "pokemon_name": "Weezing", "method": "walk", "encounter_rate": 60, "min_level": 15, @@ -6881,7 +8932,7 @@ }, { "pokeapi_id": 23, - "pokemon_name": "ekans", + "pokemon_name": "Ekans", "method": "walk", "encounter_rate": 40, "min_level": 15, @@ -6889,7 +8940,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 22, @@ -6897,7 +8948,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 40, "min_level": 15, @@ -6905,7 +8956,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 40, "min_level": 12, @@ -6913,7 +8964,7 @@ }, { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "surf", "encounter_rate": 30, "min_level": 15, @@ -6921,7 +8972,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -6929,7 +8980,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 30, "min_level": 15, @@ -6937,7 +8988,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -6945,7 +8996,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -6953,7 +9004,7 @@ }, { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -6961,7 +9012,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 20, "min_level": 36, @@ -6969,7 +9020,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -6983,7 +9034,7 @@ "encounters": [ { "pokeapi_id": 108, - "pokemon_name": "lickitung", + "pokemon_name": "Lickitung", "method": "walk", "encounter_rate": 60, "min_level": 15, @@ -6991,7 +9042,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 60, "min_level": 15, @@ -6999,7 +9050,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 60, "min_level": 15, @@ -7007,7 +9058,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -7015,7 +9066,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -7023,7 +9074,7 @@ }, { "pokeapi_id": 246, - "pokemon_name": "larvitar", + "pokemon_name": "Larvitar", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -7031,7 +9082,7 @@ }, { "pokeapi_id": 82, - "pokemon_name": "magneton", + "pokemon_name": "Magneton", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -7039,7 +9090,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "walk", "encounter_rate": 10, "min_level": 17, @@ -7047,7 +9098,7 @@ }, { "pokeapi_id": 364, - "pokemon_name": "sealeo", + "pokemon_name": "Sealeo", "method": "walk", "encounter_rate": 10, "min_level": 17, @@ -7061,7 +9112,7 @@ "encounters": [ { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "walk", "encounter_rate": 90, "min_level": 15, @@ -7069,7 +9120,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 90, "min_level": 15, @@ -7077,7 +9128,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 60, "min_level": 15, @@ -7085,7 +9136,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -7093,7 +9144,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 40, "min_level": 22, @@ -7101,7 +9152,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 40, "min_level": 12, @@ -7109,7 +9160,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -7117,7 +9168,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 30, "min_level": 13, @@ -7125,7 +9176,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 30, "min_level": 22, @@ -7133,7 +9184,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 30, "min_level": 13, @@ -7141,7 +9192,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 30, "min_level": 15, @@ -7149,7 +9200,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 30, "min_level": 22, @@ -7157,7 +9208,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 30, "min_level": 15, @@ -7165,7 +9216,7 @@ }, { "pokeapi_id": 80, - "pokemon_name": "slowbro", + "pokemon_name": "Slowbro", "method": "walk", "encounter_rate": 30, "min_level": 17, @@ -7173,7 +9224,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -7181,7 +9232,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 20, "min_level": 38, @@ -7189,7 +9240,7 @@ }, { "pokeapi_id": 131, - "pokemon_name": "lapras", + "pokemon_name": "Lapras", "method": "surf", "encounter_rate": 20, "min_level": 15, @@ -7197,7 +9248,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 20, "min_level": 16, @@ -7211,7 +9262,7 @@ "encounters": [ { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 90, "min_level": 15, @@ -7219,7 +9270,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 70, "min_level": 15, @@ -7227,7 +9278,7 @@ }, { "pokeapi_id": 115, - "pokemon_name": "kangaskhan", + "pokemon_name": "Kangaskhan", "method": "walk", "encounter_rate": 40, "min_level": 15, @@ -7235,7 +9286,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -7243,7 +9294,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -7251,7 +9302,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 30, "min_level": 17, @@ -7265,7 +9316,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 70, "min_level": 22, @@ -7273,7 +9324,7 @@ }, { "pokeapi_id": 83, - "pokemon_name": "farfetchd", + "pokemon_name": "Farfetchd", "method": "walk", "encounter_rate": 60, "min_level": 15, @@ -7281,7 +9332,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 60, "min_level": 12, @@ -7289,7 +9340,7 @@ }, { "pokeapi_id": 161, - "pokemon_name": "sentret", + "pokemon_name": "Sentret", "method": "walk", "encounter_rate": 60, "min_level": 15, @@ -7297,7 +9348,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 60, "min_level": 15, @@ -7305,7 +9356,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 50, "min_level": 35, @@ -7313,7 +9364,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 50, "min_level": 35, @@ -7321,7 +9372,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 40, "min_level": 12, @@ -7329,7 +9380,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "walk", "encounter_rate": 40, "min_level": 15, @@ -7337,7 +9388,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 30, "min_level": 15, @@ -7345,7 +9396,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "good-rod", "encounter_rate": 30, "min_level": 23, @@ -7353,7 +9404,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 30, "min_level": 15, @@ -7361,7 +9412,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -7369,7 +9420,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -7377,7 +9428,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 20, "min_level": 16, @@ -7385,7 +9436,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -7393,7 +9444,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -7401,7 +9452,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 20, "min_level": 16, @@ -7415,7 +9466,7 @@ "encounters": [ { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 100, "min_level": 15, @@ -7423,7 +9474,7 @@ }, { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 90, "min_level": 15, @@ -7431,7 +9482,7 @@ }, { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -7439,7 +9490,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -7447,7 +9498,7 @@ }, { "pokeapi_id": 105, - "pokemon_name": "marowak", + "pokemon_name": "Marowak", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -7461,7 +9512,7 @@ "encounters": [ { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 90, "min_level": 15, @@ -7469,7 +9520,7 @@ }, { "pokeapi_id": 203, - "pokemon_name": "girafarig", + "pokemon_name": "Girafarig", "method": "walk", "encounter_rate": 80, "min_level": 15, @@ -7477,7 +9528,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 60, "min_level": 15, @@ -7485,7 +9536,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -7493,7 +9544,7 @@ }, { "pokeapi_id": 235, - "pokemon_name": "smeargle", + "pokemon_name": "Smeargle", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -7501,7 +9552,7 @@ }, { "pokeapi_id": 234, - "pokemon_name": "stantler", + "pokemon_name": "Stantler", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -7515,7 +9566,7 @@ "encounters": [ { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 100, "min_level": 15, @@ -7523,7 +9574,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 70, "min_level": 15, @@ -7531,7 +9582,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 60, "min_level": 12, @@ -7539,7 +9590,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -7547,7 +9598,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 50, "min_level": 15, @@ -7555,7 +9606,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 22, @@ -7563,7 +9614,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -7571,7 +9622,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 40, "min_level": 22, @@ -7579,7 +9630,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 40, "min_level": 12, @@ -7587,7 +9638,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -7595,7 +9646,7 @@ }, { "pokeapi_id": 191, - "pokemon_name": "sunkern", + "pokemon_name": "Sunkern", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -7603,7 +9654,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -7611,7 +9662,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 30, "min_level": 15, @@ -7619,7 +9670,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 20, "min_level": 16, @@ -7627,7 +9678,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "good-rod", "encounter_rate": 20, "min_level": 24, @@ -7635,7 +9686,7 @@ }, { "pokeapi_id": 188, - "pokemon_name": "skiploom", + "pokemon_name": "Skiploom", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -7643,7 +9694,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 10, "min_level": 17, @@ -7664,7 +9715,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -7672,7 +9723,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "surf", "encounter_rate": 60, "min_level": 15, @@ -7680,7 +9731,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 50, "min_level": 20, @@ -7688,7 +9739,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "walk", "encounter_rate": 50, "min_level": 22, @@ -7696,7 +9747,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -7704,7 +9755,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -7712,7 +9763,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -7720,7 +9771,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 30, "min_level": 15, @@ -7728,7 +9779,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -7736,7 +9787,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -7744,7 +9795,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -7752,7 +9803,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -7760,7 +9811,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -7768,7 +9819,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -7776,7 +9827,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -7784,7 +9835,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 15, "min_level": 22, @@ -7792,7 +9843,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -7800,7 +9851,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -7808,7 +9859,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -7816,7 +9867,173 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 23, + "max_level": 23 + } + ] + }, + { + "name": "Whirl Islands (1F)", + "order": 93, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 72, + "pokemon_name": "Tentacool", + "method": "surf", + "encounter_rate": 60, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "walk", + "encounter_rate": 50, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "surf", + "encounter_rate": 30, + "min_level": 10, + "max_level": 20 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "super-rod", + "encounter_rate": 30, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 23 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 23 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 99, + "pokemon_name": "Kingler", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 15, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "good-rod", + "encounter_rate": 10, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 117, + "pokemon_name": "Seadra", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 73, + "pokemon_name": "Tentacruel", + "method": "surf", + "encounter_rate": 10, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 23, @@ -7830,7 +10047,7 @@ "encounters": [ { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "walk", "encounter_rate": 50, "min_level": 23, @@ -7838,7 +10055,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 24, @@ -7846,7 +10063,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -7854,7 +10071,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -7862,7 +10079,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -7870,7 +10087,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -7878,7 +10095,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 15, "min_level": 23, @@ -7886,7 +10103,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 24, @@ -7894,13 +10111,249 @@ } ] }, + { + "name": "Whirl Islands (B1F)", + "order": 94, + "encounters": [ + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "walk", + "encounter_rate": 50, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 23 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 23 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 15, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 23, + "max_level": 23 + } + ] + }, + { + "name": "Whirl Islands (B2F)", + "order": 95, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "surf", + "encounter_rate": 60, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "walk", + "encounter_rate": 50, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "super-rod", + "encounter_rate": 30, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 73, + "pokemon_name": "Tentacruel", + "method": "surf", + "encounter_rate": 30, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 23 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 23 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 99, + "pokemon_name": "Kingler", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 15, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "good-rod", + "encounter_rate": 10, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 117, + "pokemon_name": "Seadra", + "method": "surf", + "encounter_rate": 10, + "min_level": 15, + "max_level": 30 + }, + { + "pokeapi_id": 117, + "pokemon_name": "Seadra", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 23, + "max_level": 23 + } + ] + }, { "name": "Whirl Islands (1f)", "order": 95, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -7908,7 +10361,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 15, @@ -7916,7 +10369,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "walk", "encounter_rate": 50, "min_level": 22, @@ -7924,7 +10377,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 50, "min_level": 20, @@ -7932,7 +10385,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -7940,7 +10393,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -7948,7 +10401,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "surf", "encounter_rate": 30, "min_level": 10, @@ -7956,7 +10409,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -7964,7 +10417,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -7972,7 +10425,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -7980,7 +10433,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -7988,7 +10441,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -7996,7 +10449,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -8004,7 +10457,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -8012,7 +10465,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -8020,7 +10473,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 15, "min_level": 22, @@ -8028,7 +10481,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -8036,7 +10489,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -8044,7 +10497,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -8052,7 +10505,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 23, @@ -8066,7 +10519,7 @@ "encounters": [ { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "walk", "encounter_rate": 50, "min_level": 22, @@ -8074,7 +10527,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -8082,7 +10535,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -8090,7 +10543,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -8098,7 +10551,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -8106,7 +10559,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -8114,7 +10567,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 15, "min_level": 22, @@ -8122,13 +10575,83 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 23, "max_level": 23 } ] + }, + { + "name": "Whirl Islands (B3F)", + "order": 96, + "encounters": [ + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "walk", + "encounter_rate": 50, + "min_level": 23, + "max_level": 25 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 23, + "max_level": 24 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 23, + "max_level": 24 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 25, + "max_level": 25 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 25, + "max_level": 25 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 15, + "min_level": 23, + "max_level": 25 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 24, + "max_level": 24 + } + ] } ] }, @@ -8138,7 +10661,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -8146,7 +10669,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -8154,7 +10677,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -8162,7 +10685,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -8170,7 +10693,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -8178,7 +10701,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 30, "min_level": 22, @@ -8186,7 +10709,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -8194,7 +10717,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 22, @@ -8202,7 +10725,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -8210,7 +10733,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -8218,7 +10741,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -8226,7 +10749,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -8234,7 +10757,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -8242,7 +10765,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -8250,7 +10773,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -8258,7 +10781,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 15, "min_level": 21, @@ -8266,7 +10789,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -8274,7 +10797,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -8282,7 +10805,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 5, "min_level": 20, @@ -8296,7 +10819,7 @@ "encounters": [ { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 100, "min_level": 28, @@ -8304,7 +10827,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -8312,7 +10835,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -8320,7 +10843,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -8328,7 +10851,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 50, "min_level": 28, @@ -8336,7 +10859,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -8344,7 +10867,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -8352,7 +10875,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 40, "min_level": 28, @@ -8360,7 +10883,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -8368,7 +10891,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 30, "min_level": 20, @@ -8376,7 +10899,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -8384,7 +10907,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -8392,7 +10915,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -8400,7 +10923,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -8408,7 +10931,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -8416,7 +10939,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -8424,7 +10947,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -8432,7 +10955,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -8440,7 +10963,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -8448,7 +10971,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -8456,7 +10979,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 5, "min_level": 32, @@ -8464,7 +10987,7 @@ }, { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -8478,7 +11001,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 25, @@ -8486,7 +11009,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -8494,7 +11017,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 80, "min_level": 28, @@ -8502,7 +11025,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 50, "min_level": 28, @@ -8510,7 +11033,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -8518,7 +11041,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -8526,7 +11049,7 @@ }, { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 30, "min_level": 28, @@ -8534,7 +11057,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -8542,7 +11065,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 30, "min_level": 20, @@ -8550,7 +11073,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -8558,7 +11081,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -8566,7 +11089,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -8574,7 +11097,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -8582,7 +11105,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -8590,7 +11113,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -8598,7 +11121,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -8606,7 +11129,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -8614,7 +11137,7 @@ }, { "pokeapi_id": 85, - "pokemon_name": "dodrio", + "pokemon_name": "Dodrio", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -8622,7 +11145,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -8630,7 +11153,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -8638,7 +11161,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -8646,7 +11169,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 30, @@ -8660,12 +11183,12 @@ "encounters": [], "children": [ { - "name": "Victory Road 1 (1f)", + "name": "Victory Road 1 (1F)", "order": 101, "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -8673,7 +11196,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -8681,7 +11204,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -8689,7 +11212,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -8697,7 +11220,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -8705,7 +11228,7 @@ }, { "pokeapi_id": 232, - "pokemon_name": "donphan", + "pokemon_name": "Donphan", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -8713,7 +11236,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -8721,7 +11244,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 15, "min_level": 34, @@ -8729,7 +11252,163 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", + "method": "walk", + "encounter_rate": 5, + "min_level": 35, + "max_level": 35 + } + ] + }, + { + "name": "Victory Road 1 (1f)", + "order": 101, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 33 + }, + { + "pokeapi_id": 232, + "pokemon_name": "Donphan", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 33 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 33 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 15, + "min_level": 34, + "max_level": 36 + }, + { + "pokeapi_id": 111, + "pokemon_name": "Rhyhorn", + "method": "walk", + "encounter_rate": 5, + "min_level": 35, + "max_level": 35 + } + ] + }, + { + "name": "Victory Road 1 (2F)", + "order": 102, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 33 + }, + { + "pokeapi_id": 232, + "pokemon_name": "Donphan", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 33 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 33 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 15, + "min_level": 34, + "max_level": 36 + }, + { + "pokeapi_id": 111, + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 5, "min_level": 35, @@ -8743,7 +11422,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -8751,7 +11430,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -8759,7 +11438,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -8767,7 +11446,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -8775,7 +11454,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -8783,7 +11462,7 @@ }, { "pokeapi_id": 232, - "pokemon_name": "donphan", + "pokemon_name": "Donphan", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -8791,7 +11470,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -8799,7 +11478,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 15, "min_level": 34, @@ -8807,7 +11486,7 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 5, "min_level": 35, @@ -8821,7 +11500,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 90, "min_level": 24, @@ -8829,7 +11508,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -8837,7 +11516,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -8845,7 +11524,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -8853,7 +11532,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -8861,7 +11540,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -8869,7 +11548,7 @@ }, { "pokeapi_id": 232, - "pokemon_name": "donphan", + "pokemon_name": "Donphan", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -8877,7 +11556,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -8885,7 +11564,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 15, "min_level": 34, @@ -8893,7 +11572,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 10, "min_level": 30, @@ -8901,7 +11580,101 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", + "method": "walk", + "encounter_rate": 5, + "min_level": 35, + "max_level": 35 + } + ] + }, + { + "name": "Victory Road 1 (3F)", + "order": 103, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "rock-smash", + "encounter_rate": 90, + "min_level": 24, + "max_level": 32 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 33 + }, + { + "pokeapi_id": 232, + "pokemon_name": "Donphan", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 33 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 33 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 15, + "min_level": 34, + "max_level": 36 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "rock-smash", + "encounter_rate": 10, + "min_level": 30, + "max_level": 33 + }, + { + "pokeapi_id": 111, + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 5, "min_level": 35, @@ -8917,7 +11690,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 35, @@ -8925,7 +11698,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -8933,7 +11706,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -8941,7 +11714,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -8949,7 +11722,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -8957,7 +11730,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 30, "min_level": 40, @@ -8965,7 +11738,7 @@ }, { "pokeapi_id": 78, - "pokemon_name": "rapidash", + "pokemon_name": "Rapidash", "method": "walk", "encounter_rate": 30, "min_level": 41, @@ -8973,7 +11746,7 @@ }, { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 30, "min_level": 39, @@ -8981,7 +11754,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 40, @@ -8989,7 +11762,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -8997,7 +11770,7 @@ }, { "pokeapi_id": 232, - "pokemon_name": "donphan", + "pokemon_name": "Donphan", "method": "walk", "encounter_rate": 20, "min_level": 40, @@ -9005,7 +11778,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 40, @@ -9013,7 +11786,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -9021,7 +11794,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -9029,7 +11802,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -9037,7 +11810,7 @@ }, { "pokeapi_id": 85, - "pokemon_name": "dodrio", + "pokemon_name": "Dodrio", "method": "walk", "encounter_rate": 10, "min_level": 43, @@ -9045,7 +11818,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -9053,7 +11826,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 40, @@ -9061,7 +11834,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 10, "min_level": 42, @@ -9080,7 +11853,7 @@ "encounters": [ { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -9088,7 +11861,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -9096,7 +11869,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -9104,7 +11877,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -9112,7 +11885,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -9120,7 +11893,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 40, "min_level": 45, @@ -9128,7 +11901,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 46, @@ -9136,7 +11909,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 46, @@ -9144,7 +11917,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 48, @@ -9152,7 +11925,7 @@ }, { "pokeapi_id": 232, - "pokemon_name": "donphan", + "pokemon_name": "Donphan", "method": "walk", "encounter_rate": 20, "min_level": 48, @@ -9160,7 +11933,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -9168,7 +11941,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 48, @@ -9176,7 +11949,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 20, "min_level": 48, @@ -9184,7 +11957,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -9192,7 +11965,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 10, "min_level": 30, @@ -9200,7 +11973,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 10, "min_level": 48, @@ -9208,7 +11981,7 @@ }, { "pokeapi_id": 200, - "pokemon_name": "misdreavus", + "pokemon_name": "Misdreavus", "method": "walk", "encounter_rate": 10, "min_level": 45, @@ -9216,7 +11989,7 @@ }, { "pokeapi_id": 231, - "pokemon_name": "phanpy", + "pokemon_name": "Phanpy", "method": "walk", "encounter_rate": 10, "min_level": 46, @@ -9224,7 +11997,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -9232,7 +12005,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 48, @@ -9240,7 +12013,173 @@ }, { "pokeapi_id": 246, - "pokemon_name": "larvitar", + "pokemon_name": "Larvitar", + "method": "walk", + "encounter_rate": 5, + "min_level": 15, + "max_level": 20 + } + ] + }, + { + "name": "Mt Silver (2F)", + "order": 106, + "encounters": [ + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "surf", + "encounter_rate": 90, + "min_level": 30, + "max_level": 45 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 195, + "pokemon_name": "Quagsire", + "method": "walk", + "encounter_rate": 50, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 48 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 48 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 48 + }, + { + "pokeapi_id": 232, + "pokemon_name": "Donphan", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 48 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 48 + }, + { + "pokeapi_id": 208, + "pokemon_name": "Steelix", + "method": "walk", + "encounter_rate": 20, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "surf", + "encounter_rate": 10, + "min_level": 30, + "max_level": 40 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "walk", + "encounter_rate": 10, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 200, + "pokemon_name": "Misdreavus", + "method": "walk", + "encounter_rate": 10, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 246, + "pokemon_name": "Larvitar", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -9254,7 +12193,7 @@ "encounters": [ { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -9262,7 +12201,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -9270,7 +12209,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -9278,7 +12217,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -9286,7 +12225,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -9294,7 +12233,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 30, "min_level": 48, @@ -9302,7 +12241,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 30, "min_level": 45, @@ -9310,7 +12249,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -9318,7 +12257,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -9326,7 +12265,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -9334,7 +12273,7 @@ }, { "pokeapi_id": 232, - "pokemon_name": "donphan", + "pokemon_name": "Donphan", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -9342,7 +12281,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -9350,7 +12289,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -9358,7 +12297,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 20, "min_level": 50, @@ -9366,7 +12305,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -9374,7 +12313,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 10, "min_level": 30, @@ -9382,7 +12321,7 @@ }, { "pokeapi_id": 200, - "pokemon_name": "misdreavus", + "pokemon_name": "Misdreavus", "method": "walk", "encounter_rate": 10, "min_level": 45, @@ -9390,7 +12329,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -9398,7 +12337,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 48, @@ -9406,7 +12345,347 @@ }, { "pokeapi_id": 246, - "pokemon_name": "larvitar", + "pokemon_name": "Larvitar", + "method": "walk", + "encounter_rate": 5, + "min_level": 15, + "max_level": 20 + } + ] + }, + { + "name": "Mt Silver (1F Top)", + "order": 107, + "encounters": [ + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "surf", + "encounter_rate": 90, + "min_level": 30, + "max_level": 45 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 195, + "pokemon_name": "Quagsire", + "method": "walk", + "encounter_rate": 40, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 46, + "max_level": 48 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 46, + "max_level": 48 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 48, + "max_level": 50 + }, + { + "pokeapi_id": 232, + "pokemon_name": "Donphan", + "method": "walk", + "encounter_rate": 20, + "min_level": 48, + "max_level": 50 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 48, + "max_level": 50 + }, + { + "pokeapi_id": 215, + "pokemon_name": "Sneasel", + "method": "walk", + "encounter_rate": 20, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "surf", + "encounter_rate": 10, + "min_level": 30, + "max_level": 40 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "walk", + "encounter_rate": 10, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 200, + "pokemon_name": "Misdreavus", + "method": "walk", + "encounter_rate": 10, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 231, + "pokemon_name": "Phanpy", + "method": "walk", + "encounter_rate": 10, + "min_level": 46, + "max_level": 46 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 246, + "pokemon_name": "Larvitar", + "method": "walk", + "encounter_rate": 5, + "min_level": 15, + "max_level": 20 + } + ] + }, + { + "name": "Mt Silver (4F)", + "order": 108, + "encounters": [ + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "surf", + "encounter_rate": 90, + "min_level": 30, + "max_level": 45 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "walk", + "encounter_rate": 30, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 195, + "pokemon_name": "Quagsire", + "method": "walk", + "encounter_rate": 30, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 48 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 48 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 47 + }, + { + "pokeapi_id": 232, + "pokemon_name": "Donphan", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 47 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 47 + }, + { + "pokeapi_id": 215, + "pokemon_name": "Sneasel", + "method": "walk", + "encounter_rate": 20, + "min_level": 50, + "max_level": 50 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "surf", + "encounter_rate": 10, + "min_level": 30, + "max_level": 40 + }, + { + "pokeapi_id": 200, + "pokemon_name": "Misdreavus", + "method": "walk", + "encounter_rate": 10, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 246, + "pokemon_name": "Larvitar", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -9420,7 +12699,7 @@ "encounters": [ { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 91, "min_level": 30, @@ -9428,7 +12707,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -9436,7 +12715,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -9444,7 +12723,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -9452,7 +12731,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -9460,7 +12739,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 30, "min_level": 42, @@ -9468,7 +12747,7 @@ }, { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 30, "min_level": 41, @@ -9476,7 +12755,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 42, @@ -9484,7 +12763,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -9492,7 +12771,7 @@ }, { "pokeapi_id": 232, - "pokemon_name": "donphan", + "pokemon_name": "Donphan", "method": "walk", "encounter_rate": 20, "min_level": 42, @@ -9500,7 +12779,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 42, @@ -9508,7 +12787,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -9516,7 +12795,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -9524,7 +12803,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -9532,7 +12811,7 @@ }, { "pokeapi_id": 85, - "pokemon_name": "dodrio", + "pokemon_name": "Dodrio", "method": "walk", "encounter_rate": 10, "min_level": 43, @@ -9540,7 +12819,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -9548,7 +12827,7 @@ }, { "pokeapi_id": 78, - "pokemon_name": "rapidash", + "pokemon_name": "Rapidash", "method": "walk", "encounter_rate": 10, "min_level": 44, @@ -9556,7 +12835,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -9564,7 +12843,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 9, "min_level": 30, @@ -9578,7 +12857,7 @@ "encounters": [ { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 91, "min_level": 30, @@ -9586,7 +12865,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -9594,7 +12873,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -9602,7 +12881,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -9610,7 +12889,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -9618,7 +12897,7 @@ }, { "pokeapi_id": 232, - "pokemon_name": "donphan", + "pokemon_name": "Donphan", "method": "walk", "encounter_rate": 30, "min_level": 44, @@ -9626,7 +12905,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 30, "min_level": 20, @@ -9634,7 +12913,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 30, "min_level": 42, @@ -9642,7 +12921,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 42, @@ -9650,7 +12929,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 42, @@ -9658,7 +12937,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 43, @@ -9666,7 +12945,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -9674,7 +12953,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 43, @@ -9682,7 +12961,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -9690,7 +12969,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -9698,7 +12977,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -9706,7 +12985,7 @@ }, { "pokeapi_id": 231, - "pokemon_name": "phanpy", + "pokemon_name": "Phanpy", "method": "walk", "encounter_rate": 10, "min_level": 43, @@ -9714,7 +12993,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 9, "min_level": 30, @@ -9722,7 +13001,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 45, @@ -9730,7 +13009,7 @@ }, { "pokeapi_id": 246, - "pokemon_name": "larvitar", + "pokemon_name": "Larvitar", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -9744,7 +13023,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 40, "min_level": 48, @@ -9752,7 +13031,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 30, "min_level": 48, @@ -9760,7 +13039,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 48, @@ -9768,7 +13047,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 48, @@ -9776,7 +13055,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 48, @@ -9784,7 +13063,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 48, @@ -9792,7 +13071,7 @@ }, { "pokeapi_id": 232, - "pokemon_name": "donphan", + "pokemon_name": "Donphan", "method": "walk", "encounter_rate": 10, "min_level": 50, @@ -9800,7 +13079,7 @@ }, { "pokeapi_id": 231, - "pokemon_name": "phanpy", + "pokemon_name": "Phanpy", "method": "walk", "encounter_rate": 10, "min_level": 48, @@ -9808,7 +13087,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 5, "min_level": 51, @@ -9816,7 +13095,173 @@ }, { "pokeapi_id": 246, - "pokemon_name": "larvitar", + "pokemon_name": "Larvitar", + "method": "walk", + "encounter_rate": 5, + "min_level": 15, + "max_level": 20 + } + ] + }, + { + "name": "Mt Silver (1F)", + "order": 110, + "encounters": [ + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "surf", + "encounter_rate": 91, + "min_level": 30, + "max_level": 50 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 80, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 80, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 232, + "pokemon_name": "Donphan", + "method": "walk", + "encounter_rate": 30, + "min_level": 44, + "max_level": 44 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 30, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 30, + "min_level": 42, + "max_level": 42 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 42, + "max_level": 44 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 42, + "max_level": 44 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 43, + "max_level": 43 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 41, + "max_level": 43 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 43, + "max_level": 43 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "good-rod", + "encounter_rate": 10, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 231, + "pokemon_name": "Phanpy", + "method": "walk", + "encounter_rate": 10, + "min_level": 43, + "max_level": 43 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "surf", + "encounter_rate": 9, + "min_level": 30, + "max_level": 40 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 246, + "pokemon_name": "Larvitar", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -9830,7 +13275,7 @@ "encounters": [ { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 65, "min_level": 45, @@ -9838,7 +13283,7 @@ }, { "pokeapi_id": 200, - "pokemon_name": "misdreavus", + "pokemon_name": "Misdreavus", "method": "walk", "encounter_rate": 30, "min_level": 45, @@ -9846,7 +13291,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -9854,7 +13299,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -9862,7 +13307,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -9870,7 +13315,7 @@ }, { "pokeapi_id": 232, - "pokemon_name": "donphan", + "pokemon_name": "Donphan", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -9878,7 +13323,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 20, "min_level": 48, @@ -9886,7 +13331,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -9894,7 +13339,7 @@ }, { "pokeapi_id": 231, - "pokemon_name": "phanpy", + "pokemon_name": "Phanpy", "method": "walk", "encounter_rate": 10, "min_level": 46, @@ -9902,7 +13347,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 48, @@ -9910,7 +13355,7 @@ }, { "pokeapi_id": 246, - "pokemon_name": "larvitar", + "pokemon_name": "Larvitar", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -9918,7 +13363,109 @@ }, { "pokeapi_id": 247, - "pokemon_name": "pupitar", + "pokemon_name": "Pupitar", + "method": "walk", + "encounter_rate": 5, + "min_level": 45, + "max_level": 45 + } + ] + }, + { + "name": "Mt Silver (3F)", + "order": 112, + "encounters": [ + { + "pokeapi_id": 195, + "pokemon_name": "Quagsire", + "method": "walk", + "encounter_rate": 65, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 200, + "pokemon_name": "Misdreavus", + "method": "walk", + "encounter_rate": 30, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 46 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 46 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 48 + }, + { + "pokeapi_id": 232, + "pokemon_name": "Donphan", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 48 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "walk", + "encounter_rate": 20, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 48 + }, + { + "pokeapi_id": 231, + "pokemon_name": "Phanpy", + "method": "walk", + "encounter_rate": 10, + "min_level": 46, + "max_level": 46 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 246, + "pokemon_name": "Larvitar", + "method": "walk", + "encounter_rate": 5, + "min_level": 15, + "max_level": 20 + }, + { + "pokeapi_id": 247, + "pokemon_name": "Pupitar", "method": "walk", "encounter_rate": 5, "min_level": 45, @@ -9932,7 +13479,7 @@ "encounters": [ { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -9940,7 +13487,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -9948,7 +13495,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -9956,7 +13503,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -9964,7 +13511,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 40, "min_level": 48, @@ -9972,7 +13519,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -9980,7 +13527,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -9988,7 +13535,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -9996,7 +13543,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -10004,7 +13551,7 @@ }, { "pokeapi_id": 232, - "pokemon_name": "donphan", + "pokemon_name": "Donphan", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -10012,7 +13559,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -10020,7 +13567,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -10028,7 +13575,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -10036,7 +13583,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -10044,7 +13591,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -10052,7 +13599,7 @@ }, { "pokeapi_id": 200, - "pokemon_name": "misdreavus", + "pokemon_name": "Misdreavus", "method": "walk", "encounter_rate": 15, "min_level": 45, @@ -10060,7 +13607,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 10, "min_level": 30, @@ -10068,7 +13615,7 @@ }, { "pokeapi_id": 246, - "pokemon_name": "larvitar", + "pokemon_name": "Larvitar", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -10076,7 +13623,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -10084,7 +13631,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 48, @@ -10098,7 +13645,7 @@ "encounters": [ { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -10106,7 +13653,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -10114,7 +13661,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -10122,7 +13669,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -10130,7 +13677,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 50, "min_level": 45, @@ -10138,7 +13685,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -10146,7 +13693,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -10154,7 +13701,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -10162,7 +13709,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -10170,7 +13717,7 @@ }, { "pokeapi_id": 232, - "pokemon_name": "donphan", + "pokemon_name": "Donphan", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -10178,7 +13725,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -10186,7 +13733,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -10194,7 +13741,7 @@ }, { "pokeapi_id": 208, - "pokemon_name": "steelix", + "pokemon_name": "Steelix", "method": "walk", "encounter_rate": 20, "min_level": 48, @@ -10202,7 +13749,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -10210,7 +13757,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 10, "min_level": 30, @@ -10218,7 +13765,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 10, "min_level": 48, @@ -10226,7 +13773,7 @@ }, { "pokeapi_id": 200, - "pokemon_name": "misdreavus", + "pokemon_name": "Misdreavus", "method": "walk", "encounter_rate": 10, "min_level": 45, @@ -10234,7 +13781,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -10242,7 +13789,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 48, @@ -10250,7 +13797,7 @@ }, { "pokeapi_id": 246, - "pokemon_name": "larvitar", + "pokemon_name": "Larvitar", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -10266,7 +13813,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -10274,7 +13821,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -10282,7 +13829,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -10290,7 +13837,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -10298,7 +13845,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -10306,7 +13853,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 30, "min_level": 20, @@ -10314,7 +13861,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -10322,7 +13869,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -10330,7 +13877,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -10338,7 +13885,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -10346,7 +13893,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -10354,7 +13901,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -10368,7 +13915,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 90, "min_level": 2, @@ -10376,7 +13923,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 55, "min_level": 2, @@ -10384,7 +13931,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 45, "min_level": 2, @@ -10392,7 +13939,7 @@ }, { "pokeapi_id": 261, - "pokemon_name": "poochyena", + "pokemon_name": "Poochyena", "method": "walk", "encounter_rate": 40, "min_level": 2, @@ -10400,7 +13947,7 @@ }, { "pokeapi_id": 161, - "pokemon_name": "sentret", + "pokemon_name": "Sentret", "method": "walk", "encounter_rate": 40, "min_level": 3, @@ -10408,7 +13955,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 2, @@ -10416,7 +13963,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -10424,7 +13971,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 2, @@ -10432,7 +13979,7 @@ }, { "pokeapi_id": 162, - "pokemon_name": "furret", + "pokemon_name": "Furret", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -10446,7 +13993,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 5, @@ -10454,7 +14001,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -10462,7 +14009,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -10470,7 +14017,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -10478,7 +14025,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -10486,7 +14033,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -10494,7 +14041,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -10502,7 +14049,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 10, @@ -10516,7 +14063,7 @@ "encounters": [ { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 80, "min_level": 3, @@ -10524,7 +14071,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 80, "min_level": 3, @@ -10532,7 +14079,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 60, "min_level": 3, @@ -10540,7 +14087,7 @@ }, { "pokeapi_id": 401, - "pokemon_name": "kricketot", + "pokemon_name": "Kricketot", "method": "walk", "encounter_rate": 40, "min_level": 3, @@ -10548,7 +14095,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 25, "min_level": 3, @@ -10556,7 +14103,7 @@ }, { "pokeapi_id": 406, - "pokemon_name": "budew", + "pokemon_name": "Budew", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -10564,7 +14111,7 @@ }, { "pokeapi_id": 455, - "pokemon_name": "carnivine", + "pokemon_name": "Carnivine", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -10572,7 +14119,7 @@ }, { "pokeapi_id": 322, - "pokemon_name": "numel", + "pokemon_name": "Numel", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -10580,7 +14127,7 @@ }, { "pokeapi_id": 325, - "pokemon_name": "spoink", + "pokemon_name": "Spoink", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -10588,7 +14135,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 15, "min_level": 7, @@ -10596,7 +14143,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 13, "min_level": 7, @@ -10604,7 +14151,7 @@ }, { "pokeapi_id": 12, - "pokemon_name": "butterfree", + "pokemon_name": "Butterfree", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -10612,7 +14159,7 @@ }, { "pokeapi_id": 25, - "pokemon_name": "pikachu", + "pokemon_name": "Pikachu", "method": "walk", "encounter_rate": 7, "min_level": 4, @@ -10626,7 +14173,7 @@ "encounters": [ { "pokeapi_id": 138, - "pokemon_name": "omanyte", + "pokemon_name": "Omanyte", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -10634,7 +14181,7 @@ }, { "pokeapi_id": 140, - "pokemon_name": "kabuto", + "pokemon_name": "Kabuto", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -10642,7 +14189,7 @@ }, { "pokeapi_id": 142, - "pokemon_name": "aerodactyl", + "pokemon_name": "Aerodactyl", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -10650,7 +14197,7 @@ }, { "pokeapi_id": 345, - "pokemon_name": "lileep", + "pokemon_name": "Lileep", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -10658,7 +14205,7 @@ }, { "pokeapi_id": 347, - "pokemon_name": "anorith", + "pokemon_name": "Anorith", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -10666,7 +14213,7 @@ }, { "pokeapi_id": 408, - "pokemon_name": "cranidos", + "pokemon_name": "Cranidos", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -10674,7 +14221,7 @@ }, { "pokeapi_id": 410, - "pokemon_name": "shieldon", + "pokemon_name": "Shieldon", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -10693,7 +14240,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 70, "min_level": 3, @@ -10701,7 +14248,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 62, "min_level": 3, @@ -10709,7 +14256,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 50, "min_level": 3, @@ -10717,7 +14264,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 40, "min_level": 5, @@ -10725,7 +14272,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 3, @@ -10733,7 +14280,7 @@ }, { "pokeapi_id": 167, - "pokemon_name": "spinarak", + "pokemon_name": "Spinarak", "method": "walk", "encounter_rate": 35, "min_level": 3, @@ -10741,7 +14288,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -10749,7 +14296,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -10757,7 +14304,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 14, "min_level": 7, @@ -10765,7 +14312,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 14, "min_level": 7, @@ -10773,7 +14320,7 @@ }, { "pokeapi_id": 12, - "pokemon_name": "butterfree", + "pokemon_name": "Butterfree", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -10781,7 +14328,7 @@ }, { "pokeapi_id": 168, - "pokemon_name": "ariados", + "pokemon_name": "Ariados", "method": "walk", "encounter_rate": 5, "min_level": 7, @@ -10795,7 +14342,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 80, "min_level": 3, @@ -10803,7 +14350,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 62, "min_level": 3, @@ -10811,7 +14358,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 50, "min_level": 3, @@ -10819,7 +14366,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 3, @@ -10827,7 +14374,7 @@ }, { "pokeapi_id": 167, - "pokemon_name": "spinarak", + "pokemon_name": "Spinarak", "method": "walk", "encounter_rate": 35, "min_level": 3, @@ -10835,7 +14382,7 @@ }, { "pokeapi_id": 12, - "pokemon_name": "butterfree", + "pokemon_name": "Butterfree", "method": "walk", "encounter_rate": 20, "min_level": 7, @@ -10843,7 +14390,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -10851,7 +14398,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -10859,7 +14406,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -10867,7 +14414,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 14, "min_level": 7, @@ -10875,7 +14422,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 14, "min_level": 7, @@ -10883,7 +14430,7 @@ }, { "pokeapi_id": 168, - "pokemon_name": "ariados", + "pokemon_name": "Ariados", "method": "walk", "encounter_rate": 5, "min_level": 7, @@ -10899,7 +14446,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -10907,7 +14454,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -10915,7 +14462,7 @@ }, { "pokeapi_id": 343, - "pokemon_name": "baltoy", + "pokemon_name": "Baltoy", "method": "walk", "encounter_rate": 40, "min_level": 5, @@ -10923,7 +14470,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 5, @@ -10931,7 +14478,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 5, @@ -10939,7 +14486,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -10947,7 +14494,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -10955,7 +14502,7 @@ }, { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -10974,7 +14521,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 10, @@ -10982,7 +14529,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -10990,7 +14537,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 70, "min_level": 20, @@ -10998,7 +14545,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 60, "min_level": 35, @@ -11006,7 +14553,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 40, "min_level": 30, @@ -11014,7 +14561,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 30, "min_level": 20, @@ -11022,13 +14569,99 @@ } ] }, + { + "name": "Mt Moon (1F)", + "order": 125, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 30, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 6, + "max_level": 6 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 6, + "max_level": 8 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 6, + "max_level": 8 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 27, + "pokemon_name": "Sandshrew", + "method": "walk", + "encounter_rate": 20, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 46, + "pokemon_name": "Paras", + "method": "walk", + "encounter_rate": 10, + "min_level": 12, + "max_level": 12 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 5, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 28, + "pokemon_name": "Sandslash", + "method": "walk", + "encounter_rate": 5, + "min_level": 10, + "max_level": 10 + } + ] + }, { "name": "Mt Moon (1f)", "order": 125, "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 30, "min_level": 8, @@ -11036,7 +14669,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 6, @@ -11044,7 +14677,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -11052,7 +14685,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -11060,7 +14693,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -11068,7 +14701,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -11076,7 +14709,7 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -11084,7 +14717,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 10, "min_level": 12, @@ -11092,7 +14725,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 5, "min_level": 8, @@ -11100,7 +14733,7 @@ }, { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 5, "min_level": 10, @@ -11114,7 +14747,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 30, "min_level": 8, @@ -11122,7 +14755,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 6, @@ -11130,7 +14763,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -11138,7 +14771,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -11146,7 +14779,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -11154,7 +14787,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -11162,7 +14795,7 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -11170,7 +14803,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 10, "min_level": 12, @@ -11178,7 +14811,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 5, "min_level": 8, @@ -11186,7 +14819,93 @@ }, { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", + "method": "walk", + "encounter_rate": 5, + "min_level": 10, + "max_level": 10 + } + ] + }, + { + "name": "Mt Moon (2F)", + "order": 126, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 30, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 6, + "max_level": 6 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 6, + "max_level": 8 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 6, + "max_level": 8 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 27, + "pokemon_name": "Sandshrew", + "method": "walk", + "encounter_rate": 20, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 46, + "pokemon_name": "Paras", + "method": "walk", + "encounter_rate": 10, + "min_level": 12, + "max_level": 12 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 5, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 28, + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 5, "min_level": 10, @@ -11202,7 +14921,7 @@ "encounters": [ { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 5, @@ -11210,7 +14929,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 90, "min_level": 5, @@ -11218,7 +14937,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -11226,7 +14945,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 80, "min_level": 5, @@ -11234,7 +14953,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -11242,7 +14961,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -11250,7 +14969,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -11258,7 +14977,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 5, @@ -11266,7 +14985,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -11274,7 +14993,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -11282,7 +15001,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -11290,7 +15009,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -11298,7 +15017,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -11306,7 +15025,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -11314,7 +15033,7 @@ }, { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -11322,7 +15041,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -11330,7 +15049,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 10, @@ -11344,7 +15063,7 @@ "encounters": [ { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 5, @@ -11352,7 +15071,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -11360,7 +15079,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -11368,7 +15087,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -11376,7 +15095,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -11384,7 +15103,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -11392,7 +15111,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -11400,7 +15119,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 10, @@ -11408,7 +15127,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -11422,7 +15141,7 @@ "encounters": [ { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 100, "min_level": 8, @@ -11430,7 +15149,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 5, @@ -11438,7 +15157,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -11446,7 +15165,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -11454,7 +15173,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -11462,7 +15181,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -11470,7 +15189,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 35, "min_level": 8, @@ -11478,7 +15197,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -11486,7 +15205,7 @@ }, { "pokeapi_id": 191, - "pokemon_name": "sunkern", + "pokemon_name": "Sunkern", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -11494,7 +15213,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 20, "min_level": 9, @@ -11502,7 +15221,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 9, @@ -11510,7 +15229,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -11518,7 +15237,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 9, @@ -11526,7 +15245,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -11534,7 +15253,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 20, "min_level": 12, @@ -11542,7 +15261,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -11550,7 +15269,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -11558,7 +15277,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -11566,7 +15285,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 10, @@ -11574,7 +15293,7 @@ }, { "pokeapi_id": 49, - "pokemon_name": "venomoth", + "pokemon_name": "Venomoth", "method": "walk", "encounter_rate": 5, "min_level": 14, @@ -11588,7 +15307,7 @@ "encounters": [ { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 5, @@ -11596,7 +15315,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -11604,7 +15323,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 80, "min_level": 8, @@ -11612,7 +15331,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -11620,7 +15339,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 65, "min_level": 10, @@ -11628,7 +15347,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -11636,7 +15355,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 50, "min_level": 8, @@ -11644,7 +15363,7 @@ }, { "pokeapi_id": 427, - "pokemon_name": "buneary", + "pokemon_name": "Buneary", "method": "walk", "encounter_rate": 40, "min_level": 8, @@ -11652,7 +15371,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -11660,7 +15379,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -11668,7 +15387,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -11676,7 +15395,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -11684,7 +15403,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -11692,7 +15411,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -11700,7 +15419,7 @@ }, { "pokeapi_id": 49, - "pokemon_name": "venomoth", + "pokemon_name": "Venomoth", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -11708,7 +15427,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -11716,7 +15435,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -11724,7 +15443,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 15, "min_level": 10, @@ -11732,7 +15451,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -11740,7 +15459,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -11748,7 +15467,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -11756,7 +15475,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 10, @@ -11770,12 +15489,12 @@ "encounters": [], "children": [ { - "name": "Cerulean Cave (1f)", + "name": "Cerulean Cave (1F)", "order": 132, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 10, @@ -11783,7 +15502,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 90, "min_level": 22, @@ -11791,7 +15510,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 35, @@ -11799,7 +15518,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -11807,7 +15526,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -11815,7 +15534,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 55, "min_level": 20, @@ -11823,7 +15542,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 50, "min_level": 38, @@ -11831,7 +15550,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 20, @@ -11839,7 +15558,7 @@ }, { "pokeapi_id": 47, - "pokemon_name": "parasect", + "pokemon_name": "Parasect", "method": "walk", "encounter_rate": 50, "min_level": 38, @@ -11847,7 +15566,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 46, "min_level": 39, @@ -11855,7 +15574,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -11863,7 +15582,7 @@ }, { "pokeapi_id": 57, - "pokemon_name": "primeape", + "pokemon_name": "Primeape", "method": "walk", "encounter_rate": 24, "min_level": 38, @@ -11871,7 +15590,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 38, @@ -11879,7 +15598,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 38, @@ -11887,7 +15606,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -11895,7 +15614,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -11903,7 +15622,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 15, "min_level": 20, @@ -11911,7 +15630,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 12, "min_level": 39, @@ -11919,7 +15638,7 @@ }, { "pokeapi_id": 82, - "pokemon_name": "magneton", + "pokemon_name": "Magneton", "method": "walk", "encounter_rate": 12, "min_level": 39, @@ -11927,7 +15646,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 40, @@ -11935,7 +15654,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 10, "min_level": 26, @@ -11943,7 +15662,7 @@ }, { "pokeapi_id": 101, - "pokemon_name": "electrode", + "pokemon_name": "Electrode", "method": "walk", "encounter_rate": 5, "min_level": 40, @@ -11951,7 +15670,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 5, "min_level": 37, @@ -11959,13 +15678,377 @@ } ] }, + { + "name": "Cerulean Cave (1f)", + "order": 132, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "rock-smash", + "encounter_rate": 90, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "surf", + "encounter_rate": 90, + "min_level": 35, + "max_level": 40 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 61, + "pokemon_name": "Poliwhirl", + "method": "super-rod", + "encounter_rate": 60, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "good-rod", + "encounter_rate": 55, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 50, + "min_level": 38, + "max_level": 39 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 47, + "pokemon_name": "Parasect", + "method": "walk", + "encounter_rate": 50, + "min_level": 38, + "max_level": 38 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 46, + "min_level": 39, + "max_level": 40 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 30, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 57, + "pokemon_name": "Primeape", + "method": "walk", + "encounter_rate": 24, + "min_level": 38, + "max_level": 39 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 38, + "max_level": 38 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 38, + "max_level": 38 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 39, + "max_level": 40 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 39, + "max_level": 40 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 15, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 132, + "pokemon_name": "Ditto", + "method": "walk", + "encounter_rate": 12, + "min_level": 39, + "max_level": 40 + }, + { + "pokeapi_id": 82, + "pokemon_name": "Magneton", + "method": "walk", + "encounter_rate": 12, + "min_level": 39, + "max_level": 40 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "surf", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "rock-smash", + "encounter_rate": 10, + "min_level": 26, + "max_level": 30 + }, + { + "pokeapi_id": 101, + "pokemon_name": "Electrode", + "method": "walk", + "encounter_rate": 5, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 202, + "pokemon_name": "Wobbuffet", + "method": "walk", + "encounter_rate": 5, + "min_level": 37, + "max_level": 37 + } + ] + }, + { + "name": "Cerulean Cave (2F)", + "order": 133, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "surf", + "encounter_rate": 90, + "min_level": 35, + "max_level": 40 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 61, + "pokemon_name": "Poliwhirl", + "method": "super-rod", + "encounter_rate": 60, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "good-rod", + "encounter_rate": 55, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 30, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 30, + "min_level": 39, + "max_level": 42 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 39, + "max_level": 41 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 39, + "max_level": 41 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 41, + "max_level": 42 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 41, + "max_level": 42 + }, + { + "pokeapi_id": 64, + "pokemon_name": "Kadabra", + "method": "walk", + "encounter_rate": 20, + "min_level": 42, + "max_level": 42 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 41, + "max_level": 42 + }, + { + "pokeapi_id": 47, + "pokemon_name": "Parasect", + "method": "walk", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 15, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 132, + "pokemon_name": "Ditto", + "method": "walk", + "encounter_rate": 10, + "min_level": 42, + "max_level": 42 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "surf", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 82, + "pokemon_name": "Magneton", + "method": "walk", + "encounter_rate": 10, + "min_level": 41, + "max_level": 41 + }, + { + "pokeapi_id": 101, + "pokemon_name": "Electrode", + "method": "walk", + "encounter_rate": 5, + "min_level": 41, + "max_level": 41 + }, + { + "pokeapi_id": 202, + "pokemon_name": "Wobbuffet", + "method": "walk", + "encounter_rate": 5, + "min_level": 42, + "max_level": 42 + } + ] + }, { "name": "Cerulean Cave (2f)", "order": 133, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 10, @@ -11973,7 +16056,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 35, @@ -11981,7 +16064,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -11989,7 +16072,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -11997,7 +16080,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 55, "min_level": 20, @@ -12005,7 +16088,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 20, @@ -12013,7 +16096,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -12021,7 +16104,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 30, "min_level": 39, @@ -12029,7 +16112,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -12037,7 +16120,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -12045,7 +16128,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -12053,7 +16136,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -12061,7 +16144,7 @@ }, { "pokeapi_id": 64, - "pokemon_name": "kadabra", + "pokemon_name": "Kadabra", "method": "walk", "encounter_rate": 20, "min_level": 42, @@ -12069,7 +16152,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -12077,7 +16160,7 @@ }, { "pokeapi_id": 47, - "pokemon_name": "parasect", + "pokemon_name": "Parasect", "method": "walk", "encounter_rate": 20, "min_level": 40, @@ -12085,7 +16168,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 15, "min_level": 20, @@ -12093,7 +16176,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 10, "min_level": 42, @@ -12101,7 +16184,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 40, @@ -12109,7 +16192,7 @@ }, { "pokeapi_id": 82, - "pokemon_name": "magneton", + "pokemon_name": "Magneton", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -12117,7 +16200,7 @@ }, { "pokeapi_id": 101, - "pokemon_name": "electrode", + "pokemon_name": "Electrode", "method": "walk", "encounter_rate": 5, "min_level": 41, @@ -12125,7 +16208,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 5, "min_level": 42, @@ -12133,13 +16216,203 @@ } ] }, + { + "name": "Cerulean Cave (B1F)", + "order": 134, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "rock-smash", + "encounter_rate": 90, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "surf", + "encounter_rate": 90, + "min_level": 35, + "max_level": 40 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 61, + "pokemon_name": "Poliwhirl", + "method": "super-rod", + "encounter_rate": 60, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "good-rod", + "encounter_rate": 55, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 30, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 47, + "pokemon_name": "Parasect", + "method": "walk", + "encounter_rate": 25, + "min_level": 45, + "max_level": 47 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 47 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 47 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 64, + "pokemon_name": "Kadabra", + "method": "walk", + "encounter_rate": 20, + "min_level": 46, + "max_level": 46 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 15, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 82, + "pokemon_name": "Magneton", + "method": "walk", + "encounter_rate": 15, + "min_level": 45, + "max_level": 47 + }, + { + "pokeapi_id": 132, + "pokemon_name": "Ditto", + "method": "walk", + "encounter_rate": 10, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 47, + "max_level": 47 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "surf", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "rock-smash", + "encounter_rate": 10, + "min_level": 26, + "max_level": 30 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 101, + "pokemon_name": "Electrode", + "method": "walk", + "encounter_rate": 5, + "min_level": 46, + "max_level": 46 + }, + { + "pokeapi_id": 202, + "pokemon_name": "Wobbuffet", + "method": "walk", + "encounter_rate": 5, + "min_level": 49, + "max_level": 49 + } + ] + }, { "name": "Cerulean Cave (B1f)", "order": 134, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 10, @@ -12147,7 +16420,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 90, "min_level": 22, @@ -12155,7 +16428,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 35, @@ -12163,7 +16436,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -12171,7 +16444,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -12179,7 +16452,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 55, "min_level": 20, @@ -12187,7 +16460,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 20, @@ -12195,7 +16468,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -12203,7 +16476,7 @@ }, { "pokeapi_id": 47, - "pokemon_name": "parasect", + "pokemon_name": "Parasect", "method": "walk", "encounter_rate": 25, "min_level": 45, @@ -12211,7 +16484,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -12219,7 +16492,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -12227,7 +16500,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -12235,7 +16508,7 @@ }, { "pokeapi_id": 64, - "pokemon_name": "kadabra", + "pokemon_name": "Kadabra", "method": "walk", "encounter_rate": 20, "min_level": 46, @@ -12243,7 +16516,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -12251,7 +16524,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 15, "min_level": 20, @@ -12259,7 +16532,7 @@ }, { "pokeapi_id": 82, - "pokemon_name": "magneton", + "pokemon_name": "Magneton", "method": "walk", "encounter_rate": 15, "min_level": 45, @@ -12267,7 +16540,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 10, "min_level": 45, @@ -12275,7 +16548,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 47, @@ -12283,7 +16556,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 40, @@ -12291,7 +16564,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 10, "min_level": 26, @@ -12299,7 +16572,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 45, @@ -12307,7 +16580,7 @@ }, { "pokeapi_id": 101, - "pokemon_name": "electrode", + "pokemon_name": "Electrode", "method": "walk", "encounter_rate": 5, "min_level": 46, @@ -12315,7 +16588,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 5, "min_level": 49, @@ -12331,7 +16604,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 100, "min_level": 13, @@ -12339,7 +16612,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 80, "min_level": 13, @@ -12347,7 +16620,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 60, "min_level": 13, @@ -12355,7 +16628,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 13, @@ -12363,7 +16636,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -12371,7 +16644,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -12379,7 +16652,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 10, "min_level": 12, @@ -12387,7 +16660,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -12401,7 +16674,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 100, "min_level": 13, @@ -12409,7 +16682,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 5, @@ -12417,7 +16690,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -12425,7 +16698,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 80, "min_level": 13, @@ -12433,7 +16706,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -12441,7 +16714,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 60, "min_level": 13, @@ -12449,7 +16722,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -12457,7 +16730,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -12465,7 +16738,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -12473,7 +16746,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -12481,7 +16754,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -12489,7 +16762,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -12497,7 +16770,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -12505,7 +16778,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -12513,7 +16786,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 10, "min_level": 12, @@ -12521,7 +16794,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 10, @@ -12529,7 +16802,7 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -12543,7 +16816,7 @@ "encounters": [ { "pokeapi_id": 50, - "pokemon_name": "diglett", + "pokemon_name": "Diglett", "method": "rock-smash", "encounter_rate": 90, "min_level": 24, @@ -12551,7 +16824,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -12559,7 +16832,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -12567,7 +16840,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 60, "min_level": 35, @@ -12575,7 +16848,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -12583,7 +16856,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -12591,7 +16864,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -12599,7 +16872,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 30, "min_level": 20, @@ -12607,7 +16880,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -12615,7 +16888,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -12623,7 +16896,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -12631,7 +16904,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -12639,7 +16912,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -12647,7 +16920,7 @@ }, { "pokeapi_id": 213, - "pokemon_name": "shuckle", + "pokemon_name": "Shuckle", "method": "rock-smash", "encounter_rate": 10, "min_level": 32, @@ -12655,7 +16928,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -12669,7 +16942,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -12677,7 +16950,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -12685,7 +16958,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -12693,7 +16966,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -12701,7 +16974,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 60, "min_level": 35, @@ -12709,7 +16982,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -12717,7 +16990,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -12725,7 +16998,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 30, "min_level": 20, @@ -12733,7 +17006,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -12741,7 +17014,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -12749,7 +17022,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -12757,7 +17030,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -12765,7 +17038,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -12773,7 +17046,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -12787,7 +17060,7 @@ "encounters": [ { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 60, "min_level": 17, @@ -12795,7 +17068,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 45, "min_level": 15, @@ -12803,7 +17076,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 17, @@ -12811,7 +17084,7 @@ }, { "pokeapi_id": 198, - "pokemon_name": "murkrow", + "pokemon_name": "Murkrow", "method": "walk", "encounter_rate": 35, "min_level": 17, @@ -12819,7 +17092,7 @@ }, { "pokeapi_id": 58, - "pokemon_name": "growlithe", + "pokemon_name": "Growlithe", "method": "walk", "encounter_rate": 25, "min_level": 15, @@ -12827,7 +17100,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 18, @@ -12835,7 +17108,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -12843,7 +17116,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -12851,7 +17124,7 @@ }, { "pokeapi_id": 228, - "pokemon_name": "houndour", + "pokemon_name": "Houndour", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -12865,7 +17138,7 @@ "encounters": [ { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 100, "min_level": 17, @@ -12873,7 +17146,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 40, "min_level": 17, @@ -12881,7 +17154,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 15, @@ -12889,7 +17162,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 19, @@ -12897,7 +17170,7 @@ }, { "pokeapi_id": 58, - "pokemon_name": "growlithe", + "pokemon_name": "Growlithe", "method": "walk", "encounter_rate": 25, "min_level": 17, @@ -12905,7 +17178,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -12913,7 +17186,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -12921,7 +17194,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -12929,7 +17202,7 @@ }, { "pokeapi_id": 64, - "pokemon_name": "kadabra", + "pokemon_name": "Kadabra", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -12943,7 +17216,7 @@ "encounters": [ { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -12951,7 +17224,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -12959,7 +17232,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -12967,7 +17240,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -12975,7 +17248,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 45, "min_level": 13, @@ -12983,7 +17256,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -12991,7 +17264,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 40, "min_level": 15, @@ -12999,7 +17272,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 40, "min_level": 13, @@ -13007,7 +17280,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 40, "min_level": 13, @@ -13015,7 +17288,7 @@ }, { "pokeapi_id": 56, - "pokemon_name": "mankey", + "pokemon_name": "Mankey", "method": "walk", "encounter_rate": 30, "min_level": 13, @@ -13023,7 +17296,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -13031,7 +17304,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -13039,7 +17312,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -13047,7 +17320,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -13055,7 +17328,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -13063,7 +17336,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -13071,7 +17344,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -13079,7 +17352,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -13087,7 +17360,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -13095,7 +17368,7 @@ }, { "pokeapi_id": 57, - "pokemon_name": "primeape", + "pokemon_name": "Primeape", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -13109,7 +17382,7 @@ "encounters": [ { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -13117,7 +17390,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -13125,7 +17398,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -13133,7 +17406,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -13141,7 +17414,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 60, "min_level": 16, @@ -13149,7 +17422,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -13157,7 +17430,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -13165,7 +17438,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 30, "min_level": 16, @@ -13173,7 +17446,7 @@ }, { "pokeapi_id": 100, - "pokemon_name": "voltorb", + "pokemon_name": "Voltorb", "method": "walk", "encounter_rate": 30, "min_level": 17, @@ -13181,7 +17454,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -13189,7 +17462,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -13197,7 +17470,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 20, "min_level": 18, @@ -13205,7 +17478,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -13213,7 +17486,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -13221,7 +17494,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -13229,7 +17502,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -13237,7 +17510,7 @@ }, { "pokeapi_id": 125, - "pokemon_name": "electabuzz", + "pokemon_name": "Electabuzz", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -13245,7 +17518,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -13253,7 +17526,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -13267,12 +17540,12 @@ "encounters": [], "children": [ { - "name": "Rock Tunnel (1f)", + "name": "Rock Tunnel (1F)", "order": 144, "encounters": [ { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 35, "min_level": 10, @@ -13280,7 +17553,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -13288,7 +17561,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -13296,7 +17569,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -13304,7 +17577,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 12, @@ -13312,7 +17585,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 20, "min_level": 12, @@ -13320,7 +17593,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 12, @@ -13328,7 +17601,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 8, @@ -13336,7 +17609,85 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 5, + "min_level": 14, + "max_level": 14 + } + ] + }, + { + "name": "Rock Tunnel (1f)", + "order": 144, + "encounters": [ + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 35, + "min_level": 10, + "max_level": 13 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 30, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 12, + "max_level": 12 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 20, + "min_level": 12, + "max_level": 12 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 12, + "max_level": 12 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 5, "min_level": 14, @@ -13350,7 +17701,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 100, "min_level": 12, @@ -13358,7 +17709,7 @@ }, { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 30, "min_level": 12, @@ -13366,7 +17717,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 30, "min_level": 12, @@ -13374,7 +17725,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 12, @@ -13382,7 +17733,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 12, @@ -13390,7 +17741,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -13398,7 +17749,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -13406,7 +17757,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -13414,7 +17765,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -13422,7 +17773,7 @@ }, { "pokeapi_id": 115, - "pokemon_name": "kangaskhan", + "pokemon_name": "Kangaskhan", "method": "walk", "encounter_rate": 5, "min_level": 14, @@ -13430,7 +17781,101 @@ }, { "pokeapi_id": 105, - "pokemon_name": "marowak", + "pokemon_name": "Marowak", + "method": "walk", + "encounter_rate": 5, + "min_level": 14, + "max_level": 14 + } + ] + }, + { + "name": "Rock Tunnel (B1F)", + "order": 145, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "rock-smash", + "encounter_rate": 100, + "min_level": 12, + "max_level": 21 + }, + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 30, + "min_level": 12, + "max_level": 12 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 30, + "min_level": 12, + "max_level": 12 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 12, + "max_level": 12 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 12, + "max_level": 12 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 20, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 115, + "pokemon_name": "Kangaskhan", + "method": "walk", + "encounter_rate": 5, + "min_level": 14, + "max_level": 14 + }, + { + "pokeapi_id": 105, + "pokemon_name": "Marowak", "method": "walk", "encounter_rate": 5, "min_level": 14, @@ -13446,7 +17891,7 @@ "encounters": [ { "pokeapi_id": 96, - "pokemon_name": "drowzee", + "pokemon_name": "Drowzee", "method": "walk", "encounter_rate": 40, "min_level": 14, @@ -13454,7 +17899,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 14, @@ -13462,7 +17907,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -13470,7 +17915,7 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -13478,7 +17923,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -13486,7 +17931,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -13494,7 +17939,7 @@ }, { "pokeapi_id": 97, - "pokemon_name": "hypno", + "pokemon_name": "Hypno", "method": "walk", "encounter_rate": 10, "min_level": 16, @@ -13508,7 +17953,7 @@ "encounters": [ { "pokeapi_id": 50, - "pokemon_name": "diglett", + "pokemon_name": "Diglett", "method": "walk", "encounter_rate": 90, "min_level": 13, @@ -13516,7 +17961,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -13524,7 +17969,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -13532,7 +17977,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -13540,7 +17985,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -13548,7 +17993,7 @@ }, { "pokeapi_id": 51, - "pokemon_name": "dugtrio", + "pokemon_name": "Dugtrio", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -13562,7 +18007,7 @@ "encounters": [ { "pokeapi_id": 369, - "pokemon_name": "relicanth", + "pokemon_name": "Relicanth", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -13570,7 +18015,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -13578,7 +18023,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -13586,7 +18031,7 @@ }, { "pokeapi_id": 369, - "pokemon_name": "relicanth", + "pokemon_name": "Relicanth", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -13594,7 +18039,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 25, @@ -13602,7 +18047,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -13610,7 +18055,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -13618,7 +18063,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -13626,7 +18071,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -13634,7 +18079,7 @@ }, { "pokeapi_id": 369, - "pokemon_name": "relicanth", + "pokemon_name": "Relicanth", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -13642,7 +18087,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -13650,7 +18095,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -13658,7 +18103,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 25, @@ -13672,7 +18117,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -13680,7 +18125,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -13688,7 +18133,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -13696,7 +18141,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 25, @@ -13704,7 +18149,7 @@ }, { "pokeapi_id": 113, - "pokemon_name": "chansey", + "pokemon_name": "Chansey", "method": "walk", "encounter_rate": 41, "min_level": 23, @@ -13712,7 +18157,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -13720,7 +18165,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 40, "min_level": 25, @@ -13728,7 +18173,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 38, "min_level": 22, @@ -13736,7 +18181,7 @@ }, { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -13744,7 +18189,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -13752,7 +18197,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -13760,7 +18205,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -13768,7 +18213,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -13776,7 +18221,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -13784,7 +18229,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -13792,7 +18237,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -13800,7 +18245,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -13808,7 +18253,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 19, "min_level": 22, @@ -13816,7 +18261,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -13824,7 +18269,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -13832,7 +18277,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 25, @@ -13846,7 +18291,7 @@ "encounters": [ { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 40, "min_level": 25, @@ -13854,7 +18299,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 23, @@ -13862,7 +18307,7 @@ }, { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -13870,7 +18315,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -13878,7 +18323,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -13886,7 +18331,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -13894,7 +18339,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -13902,7 +18347,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -13910,7 +18355,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 19, "min_level": 24, @@ -13918,7 +18363,7 @@ }, { "pokeapi_id": 188, - "pokemon_name": "skiploom", + "pokemon_name": "Skiploom", "method": "walk", "encounter_rate": 18, "min_level": 26, @@ -13926,7 +18371,7 @@ }, { "pokeapi_id": 113, - "pokemon_name": "chansey", + "pokemon_name": "Chansey", "method": "walk", "encounter_rate": 1, "min_level": 25, @@ -13940,7 +18385,7 @@ "encounters": [ { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 40, "min_level": 25, @@ -13948,7 +18393,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 23, @@ -13956,7 +18401,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 38, "min_level": 22, @@ -13964,7 +18409,7 @@ }, { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -13972,7 +18417,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -13980,7 +18425,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -13988,7 +18433,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -13996,7 +18441,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -14004,7 +18449,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 19, "min_level": 22, @@ -14012,7 +18457,7 @@ }, { "pokeapi_id": 113, - "pokemon_name": "chansey", + "pokemon_name": "Chansey", "method": "walk", "encounter_rate": 1, "min_level": 25, @@ -14026,7 +18471,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 100, "min_level": 10, @@ -14034,7 +18479,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 10, @@ -14042,7 +18487,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 90, "min_level": 20, @@ -14050,7 +18495,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -14058,7 +18503,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -14066,7 +18511,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -14080,7 +18525,7 @@ "encounters": [ { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 80, "min_level": 27, @@ -14088,7 +18533,7 @@ }, { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 80, "min_level": 26, @@ -14096,7 +18541,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 26, @@ -14104,7 +18549,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -14112,7 +18557,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -14120,7 +18565,7 @@ }, { "pokeapi_id": 198, - "pokemon_name": "murkrow", + "pokemon_name": "Murkrow", "method": "walk", "encounter_rate": 10, "min_level": 29, @@ -14128,7 +18573,7 @@ }, { "pokeapi_id": 89, - "pokemon_name": "muk", + "pokemon_name": "Muk", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -14136,7 +18581,7 @@ }, { "pokeapi_id": 218, - "pokemon_name": "slugma", + "pokemon_name": "Slugma", "method": "walk", "encounter_rate": 5, "min_level": 27, @@ -14150,7 +18595,7 @@ "encounters": [ { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 100, "min_level": 27, @@ -14158,7 +18603,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 80, "min_level": 28, @@ -14166,7 +18611,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 27, @@ -14174,7 +18619,7 @@ }, { "pokeapi_id": 218, - "pokemon_name": "slugma", + "pokemon_name": "Slugma", "method": "walk", "encounter_rate": 35, "min_level": 27, @@ -14182,7 +18627,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 29, @@ -14190,7 +18635,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 27, @@ -14198,7 +18643,7 @@ }, { "pokeapi_id": 89, - "pokemon_name": "muk", + "pokemon_name": "Muk", "method": "walk", "encounter_rate": 15, "min_level": 30, @@ -14212,7 +18657,7 @@ "encounters": [ { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 80, "min_level": 27, @@ -14220,7 +18665,7 @@ }, { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 80, "min_level": 26, @@ -14228,7 +18673,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 26, @@ -14236,7 +18681,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -14244,7 +18689,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -14252,7 +18697,7 @@ }, { "pokeapi_id": 89, - "pokemon_name": "muk", + "pokemon_name": "Muk", "method": "walk", "encounter_rate": 15, "min_level": 29, @@ -14260,7 +18705,7 @@ }, { "pokeapi_id": 218, - "pokemon_name": "slugma", + "pokemon_name": "Slugma", "method": "walk", "encounter_rate": 5, "min_level": 27, @@ -14274,7 +18719,7 @@ "encounters": [ { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -14282,7 +18727,7 @@ }, { "pokeapi_id": 89, - "pokemon_name": "muk", + "pokemon_name": "Muk", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -14296,7 +18741,7 @@ "encounters": [ { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "rock-smash", "encounter_rate": 90, "min_level": 28, @@ -14304,7 +18749,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -14312,7 +18757,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -14320,7 +18765,7 @@ }, { "pokeapi_id": 366, - "pokemon_name": "clamperl", + "pokemon_name": "Clamperl", "method": "surf", "encounter_rate": 60, "min_level": 35, @@ -14328,7 +18773,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -14336,7 +18781,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -14344,7 +18789,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 50, "min_level": 20, @@ -14352,7 +18797,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -14360,7 +18805,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -14368,7 +18813,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -14376,7 +18821,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -14384,7 +18829,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -14392,7 +18837,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "rock-smash", "encounter_rate": 10, "min_level": 24, @@ -14400,7 +18845,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -14408,7 +18853,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -14422,7 +18867,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -14430,7 +18875,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -14438,7 +18883,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -14446,7 +18891,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -14454,7 +18899,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -14462,7 +18907,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 30, "min_level": 20, @@ -14470,7 +18915,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -14478,7 +18923,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -14486,7 +18931,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -14494,7 +18939,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -14502,7 +18947,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -14510,7 +18955,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -14529,7 +18974,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -14537,7 +18982,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -14545,7 +18990,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -14553,7 +18998,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -14561,7 +19006,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -14569,7 +19014,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -14577,7 +19022,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 16, "min_level": 26, @@ -14585,7 +19030,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 14, "min_level": 32, @@ -14593,7 +19038,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 28, @@ -14601,13 +19046,83 @@ } ] }, + { + "name": "Seafoam Islands (1F)", + "order": 160, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "walk", + "encounter_rate": 30, + "min_level": 26, + "max_level": 29 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 26, + "max_level": 28 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 28, + "max_level": 29 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 28, + "max_level": 29 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "walk", + "encounter_rate": 10, + "min_level": 32, + "max_level": 32 + } + ] + }, { "name": "Seafoam Islands (B2f)", "order": 161, "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 33, @@ -14615,7 +19130,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 30, "min_level": 33, @@ -14623,7 +19138,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -14631,7 +19146,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -14639,7 +19154,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -14647,7 +19162,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -14655,7 +19170,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 16, "min_level": 27, @@ -14663,7 +19178,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 14, "min_level": 33, @@ -14671,7 +19186,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 29, @@ -14679,13 +19194,91 @@ } ] }, + { + "name": "Seafoam Islands (B1F)", + "order": 161, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 28, + "max_level": 34 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 28, + "max_level": 34 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "walk", + "encounter_rate": 16, + "min_level": 26, + "max_level": 28 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "walk", + "encounter_rate": 14, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 28, + "max_level": 29 + } + ] + }, { "name": "Seafoam Islands (B3f)", "order": 162, "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 34, @@ -14693,7 +19286,7 @@ }, { "pokeapi_id": 87, - "pokemon_name": "dewgong", + "pokemon_name": "Dewgong", "method": "walk", "encounter_rate": 24, "min_level": 35, @@ -14701,7 +19294,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -14709,7 +19302,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -14717,7 +19310,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 34, @@ -14725,7 +19318,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 34, @@ -14733,7 +19326,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 14, "min_level": 34, @@ -14741,7 +19334,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 12, "min_level": 31, @@ -14749,7 +19342,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 10, "min_level": 34, @@ -14757,7 +19350,171 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 31, + "max_level": 32 + } + ] + }, + { + "name": "Seafoam Islands (B2F)", + "order": 162, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 33, + "max_level": 35 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 30, + "min_level": 33, + "max_level": 35 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 30, + "max_level": 35 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 35 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 30, + "max_level": 35 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 35 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "walk", + "encounter_rate": 16, + "min_level": 27, + "max_level": 30 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "walk", + "encounter_rate": 14, + "min_level": 33, + "max_level": 35 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 29, + "max_level": 30 + } + ] + }, + { + "name": "Seafoam Islands (B3F)", + "order": 163, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 34, + "max_level": 36 + }, + { + "pokeapi_id": 87, + "pokemon_name": "Dewgong", + "method": "walk", + "encounter_rate": 24, + "min_level": 35, + "max_level": 36 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 34, + "max_level": 36 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 34, + "max_level": 36 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "walk", + "encounter_rate": 14, + "min_level": 34, + "max_level": 36 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "walk", + "encounter_rate": 12, + "min_level": 31, + "max_level": 32 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 10, + "min_level": 34, + "max_level": 34 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 31, @@ -14771,7 +19528,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -14779,7 +19536,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "surf", "encounter_rate": 60, "min_level": 30, @@ -14787,7 +19544,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -14795,7 +19552,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -14803,7 +19560,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 38, @@ -14811,7 +19568,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -14819,7 +19576,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "surf", "encounter_rate": 30, "min_level": 30, @@ -14827,7 +19584,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "good-rod", "encounter_rate": 30, "min_level": 20, @@ -14835,7 +19592,7 @@ }, { "pokeapi_id": 87, - "pokemon_name": "dewgong", + "pokemon_name": "Dewgong", "method": "walk", "encounter_rate": 24, "min_level": 37, @@ -14843,7 +19600,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 34, @@ -14851,7 +19608,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 34, @@ -14859,7 +19616,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 38, @@ -14867,7 +19624,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -14875,7 +19632,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 38, @@ -14883,7 +19640,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 15, "min_level": 40, @@ -14891,7 +19648,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -14899,7 +19656,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 15, "min_level": 40, @@ -14907,7 +19664,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 14, "min_level": 37, @@ -14915,7 +19672,7 @@ }, { "pokeapi_id": 124, - "pokemon_name": "jynx", + "pokemon_name": "Jynx", "method": "walk", "encounter_rate": 12, "min_level": 38, @@ -14923,7 +19680,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -14931,7 +19688,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 10, "min_level": 34, @@ -14939,7 +19696,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 10, "min_level": 34, @@ -14947,7 +19704,7 @@ }, { "pokeapi_id": 80, - "pokemon_name": "slowbro", + "pokemon_name": "Slowbro", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -14961,7 +19718,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -14969,7 +19726,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 30, "min_level": 26, @@ -14977,7 +19734,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 26, @@ -14985,7 +19742,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -14993,7 +19750,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -15001,7 +19758,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -15009,7 +19766,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -15017,13 +19774,203 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 10, "min_level": 32, "max_level": 32 } ] + }, + { + "name": "Seafoam Islands (B4F)", + "order": 164, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "surf", + "encounter_rate": 60, + "min_level": 30, + "max_level": 40 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 38, + "max_level": 40 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "surf", + "encounter_rate": 30, + "min_level": 30, + "max_level": 40 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "super-rod", + "encounter_rate": 30, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "good-rod", + "encounter_rate": 30, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 87, + "pokemon_name": "Dewgong", + "method": "walk", + "encounter_rate": 24, + "min_level": 37, + "max_level": 38 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 34, + "max_level": 34 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 34, + "max_level": 34 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 38, + "max_level": 38 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 38, + "max_level": 38 + }, + { + "pokeapi_id": 99, + "pokemon_name": "Kingler", + "method": "super-rod", + "encounter_rate": 15, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 117, + "pokemon_name": "Seadra", + "method": "super-rod", + "encounter_rate": 15, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "walk", + "encounter_rate": 14, + "min_level": 37, + "max_level": 38 + }, + { + "pokeapi_id": 124, + "pokemon_name": "Jynx", + "method": "walk", + "encounter_rate": 12, + "min_level": 38, + "max_level": 40 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "good-rod", + "encounter_rate": 10, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "walk", + "encounter_rate": 10, + "min_level": 34, + "max_level": 34 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 10, + "min_level": 34, + "max_level": 34 + }, + { + "pokeapi_id": 80, + "pokemon_name": "Slowbro", + "method": "surf", + "encounter_rate": 10, + "min_level": 35, + "max_level": 50 + } + ] } ] }, @@ -15033,7 +19980,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -15041,7 +19988,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -15049,7 +19996,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -15057,7 +20004,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -15065,7 +20012,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -15073,7 +20020,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 30, "min_level": 20, @@ -15081,7 +20028,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -15089,7 +20036,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -15097,7 +20044,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -15105,7 +20052,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -15113,7 +20060,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -15121,7 +20068,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -15135,7 +20082,7 @@ "encounters": [ { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -15143,7 +20090,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -15151,7 +20098,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -15159,7 +20106,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -15167,7 +20114,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -15175,7 +20122,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -15183,7 +20130,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 30, "min_level": 20, @@ -15191,7 +20138,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 35, @@ -15199,7 +20146,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -15207,7 +20154,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -15215,7 +20162,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 35, @@ -15223,7 +20170,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -15231,7 +20178,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -15239,7 +20186,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -15247,7 +20194,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -15255,7 +20202,7 @@ }, { "pokeapi_id": 122, - "pokemon_name": "mr-mime", + "pokemon_name": "Mr Mime", "method": "walk", "encounter_rate": 10, "min_level": 28, @@ -15263,7 +20210,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -15271,7 +20218,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -15285,7 +20232,7 @@ "encounters": [ { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 100, "min_level": 3, @@ -15293,7 +20240,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 95, "min_level": 3, @@ -15301,7 +20248,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 5, @@ -15309,7 +20256,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -15317,7 +20264,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -15325,7 +20272,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -15333,7 +20280,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -15341,7 +20288,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -15349,7 +20296,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -15357,7 +20304,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 20, "min_level": 4, @@ -15365,7 +20312,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -15373,7 +20320,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -15381,7 +20328,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -15389,7 +20336,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -15397,7 +20344,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -15405,7 +20352,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 10, @@ -15413,7 +20360,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 5, "min_level": 6, @@ -15427,7 +20374,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 100, "min_level": 30, @@ -15435,7 +20382,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -15443,7 +20390,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 90, "min_level": 10, @@ -15451,7 +20398,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 90, "min_level": 20, @@ -15459,7 +20406,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -15467,7 +20414,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 10, "min_level": 10, @@ -15475,7 +20422,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -15489,7 +20436,7 @@ "encounters": [ { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 100, "min_level": 10, @@ -15497,7 +20444,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 100, "min_level": 10, @@ -15505,7 +20452,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 100, "min_level": 10, @@ -15513,7 +20460,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 100, "min_level": 10, @@ -15521,7 +20468,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -15529,7 +20476,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 40, "min_level": 20, @@ -15537,7 +20484,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 40, "min_level": 20, @@ -15551,7 +20498,7 @@ "encounters": [ { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 100, "min_level": 10, diff --git a/backend/src/app/seeds/data/leafgreen.json b/backend/src/app/seeds/data/leafgreen.json index e14dd5e..0c6e51e 100644 --- a/backend/src/app/seeds/data/leafgreen.json +++ b/backend/src/app/seeds/data/leafgreen.json @@ -5,7 +5,7 @@ "encounters": [ { "pokeapi_id": 1, - "pokemon_name": "bulbasaur", + "pokemon_name": "Bulbasaur", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -13,7 +13,7 @@ }, { "pokeapi_id": 4, - "pokemon_name": "charmander", + "pokemon_name": "Charmander", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -21,7 +21,7 @@ }, { "pokeapi_id": 7, - "pokemon_name": "squirtle", + "pokemon_name": "Squirtle", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -35,7 +35,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -43,7 +43,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -51,7 +51,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -59,7 +59,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -67,7 +67,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -75,7 +75,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -83,7 +83,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -91,7 +91,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -99,7 +99,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -107,7 +107,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -121,7 +121,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 50, "min_level": 2, @@ -129,7 +129,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 50, "min_level": 2, @@ -138,12 +138,12 @@ ] }, { - "name": "Viridian City", + "name": "Route 22", "order": 4, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -151,7 +151,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "surf", "encounter_rate": 100, "min_level": 20, @@ -159,85 +159,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", - "method": "good-rod", - "encounter_rate": 60, - "min_level": 5, - "max_level": 15 - }, - { - "pokeapi_id": 60, - "pokemon_name": "poliwag", - "method": "super-rod", - "encounter_rate": 40, - "min_level": 15, - "max_level": 25 - }, - { - "pokeapi_id": 61, - "pokemon_name": "poliwhirl", - "method": "super-rod", - "encounter_rate": 40, - "min_level": 20, - "max_level": 30 - }, - { - "pokeapi_id": 118, - "pokemon_name": "goldeen", - "method": "good-rod", - "encounter_rate": 20, - "min_level": 5, - "max_level": 15 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "good-rod", - "encounter_rate": 20, - "min_level": 5, - "max_level": 15 - }, - { - "pokeapi_id": 130, - "pokemon_name": "gyarados", - "method": "super-rod", - "encounter_rate": 15, - "min_level": 15, - "max_level": 25 - }, - { - "pokeapi_id": 79, - "pokemon_name": "slowpoke", - "method": "super-rod", - "encounter_rate": 5, - "min_level": 15, - "max_level": 35 - } - ] - }, - { - "name": "Route 22", - "order": 5, - "encounters": [ - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "old-rod", - "encounter_rate": 100, - "min_level": 5, - "max_level": 5 - }, - { - "pokeapi_id": 79, - "pokemon_name": "slowpoke", - "method": "surf", - "encounter_rate": 100, - "min_level": 20, - "max_level": 40 - }, - { - "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -245,7 +167,7 @@ }, { "pokeapi_id": 56, - "pokemon_name": "mankey", + "pokemon_name": "Mankey", "method": "walk", "encounter_rate": 45, "min_level": 2, @@ -253,7 +175,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 45, "min_level": 2, @@ -261,7 +183,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -269,7 +191,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 40, "min_level": 20, @@ -277,7 +199,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -285,7 +207,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -293,7 +215,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -301,7 +223,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 10, "min_level": 3, @@ -309,7 +231,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 5, "min_level": 15, @@ -319,11 +241,11 @@ }, { "name": "Route 2 (South Towards Viridian City)", - "order": 6, + "order": 5, "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 45, "min_level": 2, @@ -331,7 +253,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 45, "min_level": 2, @@ -339,7 +261,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 5, "min_level": 4, @@ -347,7 +269,7 @@ }, { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 5, "min_level": 4, @@ -357,11 +279,11 @@ }, { "name": "Viridian Forest", - "order": 7, + "order": 6, "encounters": [ { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 40, "min_level": 3, @@ -369,7 +291,7 @@ }, { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 40, "min_level": 3, @@ -377,7 +299,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 10, "min_level": 4, @@ -385,7 +307,7 @@ }, { "pokeapi_id": 14, - "pokemon_name": "kakuna", + "pokemon_name": "Kakuna", "method": "walk", "encounter_rate": 5, "min_level": 5, @@ -393,7 +315,7 @@ }, { "pokeapi_id": 25, - "pokemon_name": "pikachu", + "pokemon_name": "Pikachu", "method": "walk", "encounter_rate": 5, "min_level": 3, @@ -401,13 +323,91 @@ } ] }, + { + "name": "Viridian City", + "order": 7, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 5, + "max_level": 5 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "surf", + "encounter_rate": 100, + "min_level": 20, + "max_level": 40 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 61, + "pokemon_name": "Poliwhirl", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 30 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 15, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "super-rod", + "encounter_rate": 5, + "min_level": 15, + "max_level": 35 + } + ] + }, { "name": "Route 3", "order": 8, "encounters": [ { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 35, "min_level": 6, @@ -415,7 +415,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 30, "min_level": 6, @@ -423,7 +423,7 @@ }, { "pokeapi_id": 29, - "pokemon_name": "nidoran-f", + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 14, "min_level": 6, @@ -431,7 +431,7 @@ }, { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 10, "min_level": 3, @@ -439,7 +439,7 @@ }, { "pokeapi_id": 56, - "pokemon_name": "mankey", + "pokemon_name": "Mankey", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -447,7 +447,7 @@ }, { "pokeapi_id": 32, - "pokemon_name": "nidoran-m", + "pokemon_name": "Nidoran M", "method": "walk", "encounter_rate": 1, "min_level": 6, @@ -461,12 +461,12 @@ "encounters": [], "children": [ { - "name": "Mt Moon (1f)", + "name": "Mt Moon (1F)", "order": 10, "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 69, "min_level": 7, @@ -474,7 +474,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 25, "min_level": 7, @@ -482,7 +482,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 5, "min_level": 8, @@ -490,7 +490,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 1, "min_level": 8, @@ -499,12 +499,50 @@ ] }, { - "name": "Mt Moon (B1f)", + "name": "Mt Moon (1f)", "order": 11, "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 69, + "min_level": 7, + "max_level": 10 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 25, + "min_level": 7, + "max_level": 9 + }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", + "method": "walk", + "encounter_rate": 5, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 1, + "min_level": 8, + "max_level": 8 + } + ] + }, + { + "name": "Mt Moon (B1F)", + "order": 12, + "encounters": [ + { + "pokeapi_id": 46, + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -513,12 +551,26 @@ ] }, { - "name": "Mt Moon (B2f)", - "order": 12, + "name": "Mt Moon (B1f)", + "order": 13, + "encounters": [ + { + "pokeapi_id": 46, + "pokemon_name": "Paras", + "method": "walk", + "encounter_rate": 100, + "min_level": 5, + "max_level": 10 + } + ] + }, + { + "name": "Mt Moon (B2F)", + "order": 14, "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 49, "min_level": 8, @@ -526,7 +578,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 30, "min_level": 9, @@ -534,7 +586,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 15, "min_level": 10, @@ -542,7 +594,45 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 6, + "min_level": 10, + "max_level": 12 + } + ] + }, + { + "name": "Mt Moon (B2f)", + "order": 15, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 49, + "min_level": 8, + "max_level": 11 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 30, + "min_level": 9, + "max_level": 10 + }, + { + "pokeapi_id": 46, + "pokemon_name": "Paras", + "method": "walk", + "encounter_rate": 15, + "min_level": 10, + "max_level": 12 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 6, "min_level": 10, @@ -554,11 +644,11 @@ }, { "name": "Route 4", - "order": 13, + "order": 16, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -566,15 +656,23 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 100, "min_level": 5, "max_level": 40 }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "gift", + "encounter_rate": 100, + "min_level": 5, + "max_level": 5 + }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 84, "min_level": 15, @@ -582,7 +680,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -590,7 +688,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 35, "min_level": 8, @@ -598,7 +696,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 35, "min_level": 8, @@ -606,7 +704,7 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 25, "min_level": 6, @@ -614,7 +712,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -622,7 +720,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -630,7 +728,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -638,7 +736,7 @@ }, { "pokeapi_id": 56, - "pokemon_name": "mankey", + "pokemon_name": "Mankey", "method": "walk", "encounter_rate": 5, "min_level": 10, @@ -646,29 +744,21 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 1, "min_level": 25, "max_level": 35 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "gift", - "encounter_rate": 100, - "min_level": 5, - "max_level": 5 } ] }, { "name": "Cerulean City", - "order": 14, + "order": 17, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -676,7 +766,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -684,7 +774,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 84, "min_level": 15, @@ -692,7 +782,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -700,7 +790,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -708,7 +798,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -716,7 +806,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -724,7 +814,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -734,11 +824,11 @@ }, { "name": "Route 24", - "order": 15, + "order": 18, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -746,7 +836,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -754,7 +844,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 84, "min_level": 15, @@ -762,7 +852,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -770,7 +860,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 25, "min_level": 12, @@ -778,7 +868,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 20, "min_level": 7, @@ -786,7 +876,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -794,7 +884,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -802,7 +892,7 @@ }, { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 20, "min_level": 7, @@ -810,7 +900,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 15, "min_level": 8, @@ -818,7 +908,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -826,7 +916,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 15, "min_level": 11, @@ -834,7 +924,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 4, "min_level": 8, @@ -842,7 +932,7 @@ }, { "pokeapi_id": 14, - "pokemon_name": "kakuna", + "pokemon_name": "Kakuna", "method": "walk", "encounter_rate": 1, "min_level": 8, @@ -850,7 +940,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -860,11 +950,11 @@ }, { "name": "Route 25", - "order": 16, + "order": 19, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -872,7 +962,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "surf", "encounter_rate": 100, "min_level": 20, @@ -880,7 +970,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -888,7 +978,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -896,7 +986,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 40, "min_level": 20, @@ -904,7 +994,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 25, "min_level": 12, @@ -912,7 +1002,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -920,7 +1010,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -928,7 +1018,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -936,7 +1026,7 @@ }, { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -944,7 +1034,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 15, "min_level": 9, @@ -952,7 +1042,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -960,7 +1050,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 15, "min_level": 11, @@ -968,7 +1058,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 5, "min_level": 15, @@ -976,7 +1066,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 4, "min_level": 9, @@ -984,7 +1074,7 @@ }, { "pokeapi_id": 14, - "pokemon_name": "kakuna", + "pokemon_name": "Kakuna", "method": "walk", "encounter_rate": 1, "min_level": 9, @@ -994,11 +1084,11 @@ }, { "name": "Route 5", - "order": 17, + "order": 20, "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 40, "min_level": 13, @@ -1006,7 +1096,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 35, "min_level": 10, @@ -1014,7 +1104,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 25, "min_level": 13, @@ -1024,11 +1114,11 @@ }, { "name": "Route 6", - "order": 18, + "order": 21, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -1036,7 +1126,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "surf", "encounter_rate": 100, "min_level": 20, @@ -1044,7 +1134,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -1052,7 +1142,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 40, "min_level": 13, @@ -1060,7 +1150,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -1068,7 +1158,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 40, "min_level": 20, @@ -1076,7 +1166,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 35, "min_level": 10, @@ -1084,7 +1174,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 25, "min_level": 13, @@ -1092,7 +1182,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -1100,7 +1190,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -1108,7 +1198,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -1116,7 +1206,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 5, "min_level": 15, @@ -1126,11 +1216,11 @@ }, { "name": "Vermilion City", - "order": 19, + "order": 22, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -1138,7 +1228,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -1146,7 +1236,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -1154,7 +1244,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -1162,7 +1252,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -1170,7 +1260,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -1178,7 +1268,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -1186,7 +1276,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -1194,7 +1284,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -1202,7 +1292,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -1212,11 +1302,11 @@ }, { "name": "Ss Anne", - "order": 20, + "order": 23, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -1224,7 +1314,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -1232,7 +1322,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -1240,7 +1330,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 44, "min_level": 15, @@ -1248,7 +1338,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -1256,7 +1346,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -1264,7 +1354,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -1272,7 +1362,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -1280,7 +1370,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -1290,11 +1380,11 @@ }, { "name": "Route 11", - "order": 21, + "order": 24, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -1302,7 +1392,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -1310,7 +1400,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 84, "min_level": 15, @@ -1318,7 +1408,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -1326,7 +1416,7 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 40, "min_level": 12, @@ -1334,7 +1424,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 35, "min_level": 13, @@ -1342,7 +1432,7 @@ }, { "pokeapi_id": 96, - "pokemon_name": "drowzee", + "pokemon_name": "Drowzee", "method": "walk", "encounter_rate": 25, "min_level": 11, @@ -1350,7 +1440,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -1358,7 +1448,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -1366,7 +1456,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -1374,7 +1464,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -1384,11 +1474,11 @@ }, { "name": "Digletts Cave", - "order": 22, + "order": 25, "encounters": [ { "pokeapi_id": 50, - "pokemon_name": "diglett", + "pokemon_name": "Diglett", "method": "walk", "encounter_rate": 95, "min_level": 15, @@ -1396,7 +1486,7 @@ }, { "pokeapi_id": 51, - "pokemon_name": "dugtrio", + "pokemon_name": "Dugtrio", "method": "walk", "encounter_rate": 5, "min_level": 29, @@ -1406,11 +1496,11 @@ }, { "name": "Route 9", - "order": 23, + "order": 26, "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 40, "min_level": 14, @@ -1418,7 +1508,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 35, "min_level": 13, @@ -1426,7 +1516,7 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 25, "min_level": 11, @@ -1436,11 +1526,11 @@ }, { "name": "Route 10", - "order": 24, + "order": 27, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -1448,7 +1538,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -1456,7 +1546,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 84, "min_level": 15, @@ -1464,7 +1554,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -1472,7 +1562,7 @@ }, { "pokeapi_id": 100, - "pokemon_name": "voltorb", + "pokemon_name": "Voltorb", "method": "walk", "encounter_rate": 40, "min_level": 14, @@ -1480,7 +1570,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 35, "min_level": 13, @@ -1488,7 +1578,7 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 25, "min_level": 11, @@ -1496,7 +1586,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -1504,7 +1594,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -1512,7 +1602,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -1520,7 +1610,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -1530,16 +1620,16 @@ }, { "name": "Rock Tunnel", - "order": 25, + "order": 28, "encounters": [], "children": [ { "name": "Rock Tunnel (1f)", - "order": 26, + "order": 29, "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 35, "min_level": 15, @@ -1547,7 +1637,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -1555,7 +1645,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 15, "min_level": 16, @@ -1563,7 +1653,7 @@ }, { "pokeapi_id": 56, - "pokemon_name": "mankey", + "pokemon_name": "Mankey", "method": "walk", "encounter_rate": 15, "min_level": 16, @@ -1571,7 +1661,53 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 5, + "min_level": 13, + "max_level": 15 + } + ] + }, + { + "name": "Rock Tunnel (1F)", + "order": 30, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 35, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 15, + "max_level": 16 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 15, + "min_level": 16, + "max_level": 17 + }, + { + "pokeapi_id": 56, + "pokemon_name": "Mankey", + "method": "walk", + "encounter_rate": 15, + "min_level": 16, + "max_level": 17 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 13, @@ -1581,11 +1717,11 @@ }, { "name": "Rock Tunnel (B1f)", - "order": 27, + "order": 31, "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 95, "min_level": 5, @@ -1593,7 +1729,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 35, "min_level": 15, @@ -1601,7 +1737,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -1609,7 +1745,7 @@ }, { "pokeapi_id": 56, - "pokemon_name": "mankey", + "pokemon_name": "Mankey", "method": "walk", "encounter_rate": 15, "min_level": 16, @@ -1617,7 +1753,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 10, "min_level": 17, @@ -1625,7 +1761,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 10, "min_level": 13, @@ -1633,7 +1769,69 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", + "method": "rock-smash", + "encounter_rate": 5, + "min_level": 25, + "max_level": 40 + } + ] + }, + { + "name": "Rock Tunnel (B1F)", + "order": 32, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "rock-smash", + "encounter_rate": 95, + "min_level": 5, + "max_level": 30 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 35, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 15, + "max_level": 16 + }, + { + "pokeapi_id": 56, + "pokemon_name": "Mankey", + "method": "walk", + "encounter_rate": 15, + "min_level": 16, + "max_level": 17 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 10, + "min_level": 17, + "max_level": 17 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 10, + "min_level": 13, + "max_level": 17 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 5, "min_level": 25, @@ -1645,11 +1843,11 @@ }, { "name": "Power Plant", - "order": 28, + "order": 33, "encounters": [ { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 30, "min_level": 22, @@ -1657,7 +1855,7 @@ }, { "pokeapi_id": 100, - "pokemon_name": "voltorb", + "pokemon_name": "Voltorb", "method": "walk", "encounter_rate": 30, "min_level": 22, @@ -1665,7 +1863,7 @@ }, { "pokeapi_id": 25, - "pokemon_name": "pikachu", + "pokemon_name": "Pikachu", "method": "walk", "encounter_rate": 25, "min_level": 22, @@ -1673,7 +1871,7 @@ }, { "pokeapi_id": 82, - "pokemon_name": "magneton", + "pokemon_name": "Magneton", "method": "walk", "encounter_rate": 15, "min_level": 31, @@ -1683,11 +1881,11 @@ }, { "name": "Route 8", - "order": 29, + "order": 34, "encounters": [ { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 30, "min_level": 18, @@ -1695,7 +1893,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 30, "min_level": 18, @@ -1703,7 +1901,7 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -1711,7 +1909,7 @@ }, { "pokeapi_id": 37, - "pokemon_name": "vulpix", + "pokemon_name": "Vulpix", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -1721,11 +1919,11 @@ }, { "name": "Route 7", - "order": 30, + "order": 35, "encounters": [ { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 40, "min_level": 17, @@ -1733,7 +1931,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 30, "min_level": 19, @@ -1741,7 +1939,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -1749,7 +1947,7 @@ }, { "pokeapi_id": 37, - "pokemon_name": "vulpix", + "pokemon_name": "Vulpix", "method": "walk", "encounter_rate": 10, "min_level": 18, @@ -1759,11 +1957,11 @@ }, { "name": "Celadon City", - "order": 31, + "order": 36, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 100, "min_level": 5, @@ -1771,15 +1969,23 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, "max_level": 5 }, + { + "pokeapi_id": 133, + "pokemon_name": "Eevee", + "method": "gift", + "encounter_rate": 100, + "min_level": 25, + "max_level": 25 + }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 99, "min_level": 15, @@ -1787,7 +1993,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "surf", "encounter_rate": 99, "min_level": 5, @@ -1795,7 +2001,7 @@ }, { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "super-rod", "encounter_rate": 1, "min_level": 30, @@ -1803,29 +2009,21 @@ }, { "pokeapi_id": 109, - "pokemon_name": "koffing", + "pokemon_name": "Koffing", "method": "surf", "encounter_rate": 1, "min_level": 30, "max_level": 40 - }, - { - "pokeapi_id": 133, - "pokemon_name": "eevee", - "method": "gift", - "encounter_rate": 100, - "min_level": 25, - "max_level": 25 } ] }, { "name": "Saffron City", - "order": 32, + "order": 37, "encounters": [ { "pokeapi_id": 131, - "pokemon_name": "lapras", + "pokemon_name": "Lapras", "method": "gift", "encounter_rate": 100, "min_level": 25, @@ -1833,7 +2031,7 @@ }, { "pokeapi_id": 106, - "pokemon_name": "hitmonlee", + "pokemon_name": "Hitmonlee", "method": "gift", "encounter_rate": 100, "min_level": 25, @@ -1841,7 +2039,7 @@ }, { "pokeapi_id": 107, - "pokemon_name": "hitmonchan", + "pokemon_name": "Hitmonchan", "method": "gift", "encounter_rate": 100, "min_level": 25, @@ -1851,11 +2049,11 @@ }, { "name": "Route 16", - "order": 33, + "order": 38, "encounters": [ { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 35, "min_level": 18, @@ -1863,7 +2061,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 30, "min_level": 18, @@ -1871,7 +2069,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 30, "min_level": 20, @@ -1879,7 +2077,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 5, "min_level": 23, @@ -1889,11 +2087,11 @@ }, { "name": "Route 17", - "order": 34, + "order": 39, "encounters": [ { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 35, "min_level": 24, @@ -1901,7 +2099,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 30, "min_level": 20, @@ -1909,7 +2107,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 25, "min_level": 25, @@ -1917,7 +2115,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -1925,7 +2123,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 5, "min_level": 22, @@ -1935,11 +2133,11 @@ }, { "name": "Route 18", - "order": 35, + "order": 40, "encounters": [ { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 35, "min_level": 24, @@ -1947,7 +2145,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 30, "min_level": 20, @@ -1955,7 +2153,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 15, "min_level": 25, @@ -1963,7 +2161,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 15, "min_level": 25, @@ -1971,7 +2169,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 5, "min_level": 22, @@ -1981,11 +2179,11 @@ }, { "name": "Fuchsia City", - "order": 36, + "order": 41, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -1993,7 +2191,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "surf", "encounter_rate": 100, "min_level": 20, @@ -2001,7 +2199,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -2009,7 +2207,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -2017,7 +2215,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 40, "min_level": 20, @@ -2025,7 +2223,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -2033,7 +2231,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -2041,7 +2239,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -2049,7 +2247,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 5, "min_level": 15, @@ -2059,16 +2257,16 @@ }, { "name": "Safari Zone", - "order": 37, + "order": 42, "encounters": [], "children": [ { "name": "Safari Zone (Middle)", - "order": 38, + "order": 43, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -2076,7 +2274,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "surf", "encounter_rate": 100, "min_level": 20, @@ -2084,7 +2282,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -2092,7 +2290,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -2100,7 +2298,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 40, "min_level": 20, @@ -2108,7 +2306,7 @@ }, { "pokeapi_id": 102, - "pokemon_name": "exeggcute", + "pokemon_name": "Exeggcute", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -2116,7 +2314,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -2124,7 +2322,7 @@ }, { "pokeapi_id": 29, - "pokemon_name": "nidoran-f", + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -2132,7 +2330,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -2140,7 +2338,7 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -2148,7 +2346,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -2156,7 +2354,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 15, "min_level": 22, @@ -2164,7 +2362,7 @@ }, { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 10, "min_level": 31, @@ -2172,7 +2370,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 5, "min_level": 31, @@ -2180,7 +2378,7 @@ }, { "pokeapi_id": 47, - "pokemon_name": "parasect", + "pokemon_name": "Parasect", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -2188,7 +2386,7 @@ }, { "pokeapi_id": 127, - "pokemon_name": "pinsir", + "pokemon_name": "Pinsir", "method": "walk", "encounter_rate": 4, "min_level": 23, @@ -2196,7 +2394,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 4, "min_level": 15, @@ -2204,7 +2402,7 @@ }, { "pokeapi_id": 113, - "pokemon_name": "chansey", + "pokemon_name": "Chansey", "method": "walk", "encounter_rate": 1, "min_level": 23, @@ -2212,7 +2410,7 @@ }, { "pokeapi_id": 148, - "pokemon_name": "dragonair", + "pokemon_name": "Dragonair", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -2222,11 +2420,11 @@ }, { "name": "Safari Zone (Area 1 East)", - "order": 39, + "order": 44, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -2234,7 +2432,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "surf", "encounter_rate": 100, "min_level": 20, @@ -2242,7 +2440,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -2250,7 +2448,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -2258,7 +2456,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 40, "min_level": 20, @@ -2266,7 +2464,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2274,7 +2472,7 @@ }, { "pokeapi_id": 102, - "pokemon_name": "exeggcute", + "pokemon_name": "Exeggcute", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -2282,7 +2480,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -2290,7 +2488,7 @@ }, { "pokeapi_id": 29, - "pokemon_name": "nidoran-f", + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -2298,7 +2496,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -2306,7 +2504,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -2314,7 +2512,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 15, "min_level": 22, @@ -2322,7 +2520,7 @@ }, { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -2330,7 +2528,7 @@ }, { "pokeapi_id": 32, - "pokemon_name": "nidoran-m", + "pokemon_name": "Nidoran M", "method": "walk", "encounter_rate": 5, "min_level": 24, @@ -2338,7 +2536,7 @@ }, { "pokeapi_id": 47, - "pokemon_name": "parasect", + "pokemon_name": "Parasect", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -2346,7 +2544,7 @@ }, { "pokeapi_id": 115, - "pokemon_name": "kangaskhan", + "pokemon_name": "Kangaskhan", "method": "walk", "encounter_rate": 4, "min_level": 25, @@ -2354,7 +2552,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 4, "min_level": 15, @@ -2362,7 +2560,7 @@ }, { "pokeapi_id": 148, - "pokemon_name": "dragonair", + "pokemon_name": "Dragonair", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -2370,7 +2568,7 @@ }, { "pokeapi_id": 127, - "pokemon_name": "pinsir", + "pokemon_name": "Pinsir", "method": "walk", "encounter_rate": 1, "min_level": 28, @@ -2380,11 +2578,11 @@ }, { "name": "Safari Zone (Area 2 North)", - "order": 40, + "order": 45, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -2392,7 +2590,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "surf", "encounter_rate": 100, "min_level": 20, @@ -2400,7 +2598,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -2408,7 +2606,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -2416,7 +2614,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 40, "min_level": 20, @@ -2424,7 +2622,7 @@ }, { "pokeapi_id": 102, - "pokemon_name": "exeggcute", + "pokemon_name": "Exeggcute", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -2432,7 +2630,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -2440,7 +2638,7 @@ }, { "pokeapi_id": 29, - "pokemon_name": "nidoran-f", + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -2448,7 +2646,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -2456,7 +2654,7 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2464,7 +2662,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -2472,7 +2670,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 15, "min_level": 23, @@ -2480,7 +2678,7 @@ }, { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -2488,7 +2686,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -2496,7 +2694,7 @@ }, { "pokeapi_id": 49, - "pokemon_name": "venomoth", + "pokemon_name": "Venomoth", "method": "walk", "encounter_rate": 5, "min_level": 32, @@ -2504,7 +2702,7 @@ }, { "pokeapi_id": 113, - "pokemon_name": "chansey", + "pokemon_name": "Chansey", "method": "walk", "encounter_rate": 4, "min_level": 26, @@ -2512,7 +2710,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 4, "min_level": 15, @@ -2520,7 +2718,7 @@ }, { "pokeapi_id": 148, - "pokemon_name": "dragonair", + "pokemon_name": "Dragonair", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -2528,7 +2726,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 1, "min_level": 28, @@ -2538,11 +2736,11 @@ }, { "name": "Safari Zone (Area 3 West)", - "order": 41, + "order": 46, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -2550,7 +2748,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "surf", "encounter_rate": 100, "min_level": 20, @@ -2558,7 +2756,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -2566,7 +2764,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -2574,7 +2772,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 40, "min_level": 20, @@ -2582,7 +2780,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2590,7 +2788,7 @@ }, { "pokeapi_id": 102, - "pokemon_name": "exeggcute", + "pokemon_name": "Exeggcute", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -2598,7 +2796,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -2606,7 +2804,7 @@ }, { "pokeapi_id": 29, - "pokemon_name": "nidoran-f", + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -2614,7 +2812,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -2622,7 +2820,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -2630,7 +2828,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 15, "min_level": 23, @@ -2638,7 +2836,7 @@ }, { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -2646,7 +2844,7 @@ }, { "pokeapi_id": 32, - "pokemon_name": "nidoran-m", + "pokemon_name": "Nidoran M", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -2654,7 +2852,7 @@ }, { "pokeapi_id": 49, - "pokemon_name": "venomoth", + "pokemon_name": "Venomoth", "method": "walk", "encounter_rate": 5, "min_level": 32, @@ -2662,7 +2860,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 4, "min_level": 15, @@ -2670,7 +2868,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 4, "min_level": 25, @@ -2678,7 +2876,7 @@ }, { "pokeapi_id": 148, - "pokemon_name": "dragonair", + "pokemon_name": "Dragonair", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -2686,7 +2884,7 @@ }, { "pokeapi_id": 115, - "pokemon_name": "kangaskhan", + "pokemon_name": "Kangaskhan", "method": "walk", "encounter_rate": 1, "min_level": 28, @@ -2698,11 +2896,11 @@ }, { "name": "Route 15", - "order": 42, + "order": 47, "encounters": [ { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 35, "min_level": 22, @@ -2710,7 +2908,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 30, "min_level": 24, @@ -2718,7 +2916,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -2726,7 +2924,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -2734,7 +2932,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 5, "min_level": 29, @@ -2742,7 +2940,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -2752,11 +2950,11 @@ }, { "name": "Route 14", - "order": 43, + "order": 48, "encounters": [ { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 35, "min_level": 22, @@ -2764,7 +2962,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 30, "min_level": 24, @@ -2772,7 +2970,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 15, "min_level": 23, @@ -2780,7 +2978,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 10, "min_level": 27, @@ -2788,7 +2986,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 5, "min_level": 29, @@ -2796,7 +2994,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -2806,11 +3004,11 @@ }, { "name": "Route 13", - "order": 44, + "order": 49, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -2818,7 +3016,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -2826,7 +3024,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 84, "min_level": 15, @@ -2834,7 +3032,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -2842,7 +3040,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 35, "min_level": 22, @@ -2850,7 +3048,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 30, "min_level": 24, @@ -2858,7 +3056,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -2866,7 +3064,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -2874,7 +3072,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -2882,7 +3080,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -2890,7 +3088,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -2898,7 +3096,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 5, "min_level": 29, @@ -2906,7 +3104,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -2914,7 +3112,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -2924,11 +3122,11 @@ }, { "name": "Route 12", - "order": 45, + "order": 50, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -2936,7 +3134,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -2944,7 +3142,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 84, "min_level": 15, @@ -2952,7 +3150,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -2960,7 +3158,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 35, "min_level": 22, @@ -2968,7 +3166,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -2976,7 +3174,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 30, "min_level": 24, @@ -2984,7 +3182,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -2992,7 +3190,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -3000,7 +3198,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -3008,7 +3206,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -3016,7 +3214,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -3026,106 +3224,16 @@ }, { "name": "Pokemon Tower", - "order": 46, + "order": 51, "encounters": [], "children": [ { - "name": "Pokemon Tower (5f)", - "order": 47, + "name": "Pokemon Tower (3F)", + "order": 52, "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", - "method": "walk", - "encounter_rate": 86, - "min_level": 13, - "max_level": 19 - }, - { - "pokeapi_id": 104, - "pokemon_name": "cubone", - "method": "walk", - "encounter_rate": 9, - "min_level": 15, - "max_level": 17 - }, - { - "pokeapi_id": 93, - "pokemon_name": "haunter", - "method": "walk", - "encounter_rate": 5, - "min_level": 20, - "max_level": 20 - } - ] - }, - { - "name": "Pokemon Tower (6f)", - "order": 48, - "encounters": [ - { - "pokeapi_id": 92, - "pokemon_name": "gastly", - "method": "walk", - "encounter_rate": 85, - "min_level": 14, - "max_level": 19 - }, - { - "pokeapi_id": 104, - "pokemon_name": "cubone", - "method": "walk", - "encounter_rate": 9, - "min_level": 17, - "max_level": 19 - }, - { - "pokeapi_id": 93, - "pokemon_name": "haunter", - "method": "walk", - "encounter_rate": 6, - "min_level": 21, - "max_level": 23 - } - ] - }, - { - "name": "Pokemon Tower (7f)", - "order": 49, - "encounters": [ - { - "pokeapi_id": 92, - "pokemon_name": "gastly", - "method": "walk", - "encounter_rate": 75, - "min_level": 15, - "max_level": 19 - }, - { - "pokeapi_id": 93, - "pokemon_name": "haunter", - "method": "walk", - "encounter_rate": 15, - "min_level": 23, - "max_level": 25 - }, - { - "pokeapi_id": 104, - "pokemon_name": "cubone", - "method": "walk", - "encounter_rate": 10, - "min_level": 17, - "max_level": 19 - } - ] - }, - { - "name": "Pokemon Tower (3f)", - "order": 50, - "encounters": [ - { - "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 90, "min_level": 13, @@ -3133,7 +3241,7 @@ }, { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 9, "min_level": 15, @@ -3141,7 +3249,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 1, "min_level": 20, @@ -3151,11 +3259,11 @@ }, { "name": "Pokemon Tower (4f)", - "order": 51, + "order": 53, "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 86, "min_level": 13, @@ -3163,7 +3271,7 @@ }, { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 9, "min_level": 15, @@ -3171,23 +3279,263 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 5, "min_level": 20, "max_level": 20 } ] + }, + { + "name": "Pokemon Tower (4F)", + "order": 54, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 86, + "min_level": 13, + "max_level": 19 + }, + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 9, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 5, + "min_level": 20, + "max_level": 20 + } + ] + }, + { + "name": "Pokemon Tower (5f)", + "order": 55, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 86, + "min_level": 13, + "max_level": 19 + }, + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 9, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 5, + "min_level": 20, + "max_level": 20 + } + ] + }, + { + "name": "Pokemon Tower (6f)", + "order": 56, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 85, + "min_level": 14, + "max_level": 19 + }, + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 9, + "min_level": 17, + "max_level": 19 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 6, + "min_level": 21, + "max_level": 23 + } + ] + }, + { + "name": "Pokemon Tower (5F)", + "order": 57, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 86, + "min_level": 13, + "max_level": 19 + }, + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 9, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 5, + "min_level": 20, + "max_level": 20 + } + ] + }, + { + "name": "Pokemon Tower (6F)", + "order": 58, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 85, + "min_level": 14, + "max_level": 19 + }, + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 9, + "min_level": 17, + "max_level": 19 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 6, + "min_level": 21, + "max_level": 23 + } + ] + }, + { + "name": "Pokemon Tower (7f)", + "order": 59, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 75, + "min_level": 15, + "max_level": 19 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 15, + "min_level": 23, + "max_level": 25 + }, + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 10, + "min_level": 17, + "max_level": 19 + } + ] + }, + { + "name": "Pokemon Tower (3f)", + "order": 60, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 90, + "min_level": 13, + "max_level": 19 + }, + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 9, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 1, + "min_level": 20, + "max_level": 20 + } + ] + }, + { + "name": "Pokemon Tower (7F)", + "order": 61, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 75, + "min_level": 15, + "max_level": 19 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 15, + "min_level": 23, + "max_level": 25 + }, + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 10, + "min_level": 17, + "max_level": 19 + } + ] } ] }, { "name": "Sea Route 19", - "order": 52, + "order": 62, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -3195,7 +3543,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -3203,7 +3551,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 80, "min_level": 15, @@ -3211,7 +3559,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -3219,7 +3567,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -3227,7 +3575,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -3235,7 +3583,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -3243,7 +3591,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -3251,7 +3599,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -3261,11 +3609,11 @@ }, { "name": "Sea Route 20", - "order": 53, + "order": 63, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -3273,7 +3621,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -3281,7 +3629,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 80, "min_level": 15, @@ -3289,7 +3637,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -3297,7 +3645,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -3305,7 +3653,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -3313,7 +3661,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -3321,7 +3669,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -3329,7 +3677,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -3339,308 +3687,16 @@ }, { "name": "Seafoam Islands", - "order": 54, + "order": 64, "encounters": [], "children": [ - { - "name": "Seafoam Islands (B3f)", - "order": 55, - "encounters": [ - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "old-rod", - "encounter_rate": 100, - "min_level": 5, - "max_level": 5 - }, - { - "pokeapi_id": 98, - "pokemon_name": "krabby", - "method": "super-rod", - "encounter_rate": 80, - "min_level": 15, - "max_level": 30 - }, - { - "pokeapi_id": 98, - "pokemon_name": "krabby", - "method": "good-rod", - "encounter_rate": 60, - "min_level": 5, - "max_level": 15 - }, - { - "pokeapi_id": 86, - "pokemon_name": "seel", - "method": "surf", - "encounter_rate": 60, - "min_level": 25, - "max_level": 35 - }, - { - "pokeapi_id": 86, - "pokemon_name": "seel", - "method": "walk", - "encounter_rate": 40, - "min_level": 30, - "max_level": 32 - }, - { - "pokeapi_id": 98, - "pokemon_name": "krabby", - "method": "surf", - "encounter_rate": 30, - "min_level": 25, - "max_level": 30 - }, - { - "pokeapi_id": 116, - "pokemon_name": "horsea", - "method": "good-rod", - "encounter_rate": 20, - "min_level": 5, - "max_level": 15 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "good-rod", - "encounter_rate": 20, - "min_level": 5, - "max_level": 15 - }, - { - "pokeapi_id": 79, - "pokemon_name": "slowpoke", - "method": "walk", - "encounter_rate": 20, - "min_level": 30, - "max_level": 32 - }, - { - "pokeapi_id": 130, - "pokemon_name": "gyarados", - "method": "super-rod", - "encounter_rate": 16, - "min_level": 15, - "max_level": 35 - }, - { - "pokeapi_id": 80, - "pokemon_name": "slowbro", - "method": "walk", - "encounter_rate": 15, - "min_level": 32, - "max_level": 34 - }, - { - "pokeapi_id": 42, - "pokemon_name": "golbat", - "method": "walk", - "encounter_rate": 10, - "min_level": 26, - "max_level": 30 - }, - { - "pokeapi_id": 41, - "pokemon_name": "zubat", - "method": "walk", - "encounter_rate": 10, - "min_level": 24, - "max_level": 24 - }, - { - "pokeapi_id": 87, - "pokemon_name": "dewgong", - "method": "walk", - "encounter_rate": 5, - "min_level": 32, - "max_level": 34 - }, - { - "pokeapi_id": 87, - "pokemon_name": "dewgong", - "method": "surf", - "encounter_rate": 5, - "min_level": 35, - "max_level": 40 - }, - { - "pokeapi_id": 79, - "pokemon_name": "slowpoke", - "method": "super-rod", - "encounter_rate": 4, - "min_level": 15, - "max_level": 25 - }, - { - "pokeapi_id": 79, - "pokemon_name": "slowpoke", - "method": "surf", - "encounter_rate": 4, - "min_level": 30, - "max_level": 40 - }, - { - "pokeapi_id": 80, - "pokemon_name": "slowbro", - "method": "surf", - "encounter_rate": 1, - "min_level": 35, - "max_level": 40 - } - ] - }, - { - "name": "Seafoam Islands (B4f)", - "order": 56, - "encounters": [ - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "old-rod", - "encounter_rate": 100, - "min_level": 5, - "max_level": 5 - }, - { - "pokeapi_id": 98, - "pokemon_name": "krabby", - "method": "super-rod", - "encounter_rate": 80, - "min_level": 15, - "max_level": 30 - }, - { - "pokeapi_id": 98, - "pokemon_name": "krabby", - "method": "good-rod", - "encounter_rate": 60, - "min_level": 5, - "max_level": 15 - }, - { - "pokeapi_id": 86, - "pokemon_name": "seel", - "method": "surf", - "encounter_rate": 60, - "min_level": 25, - "max_level": 35 - }, - { - "pokeapi_id": 86, - "pokemon_name": "seel", - "method": "walk", - "encounter_rate": 50, - "min_level": 30, - "max_level": 34 - }, - { - "pokeapi_id": 98, - "pokemon_name": "krabby", - "method": "surf", - "encounter_rate": 30, - "min_level": 25, - "max_level": 30 - }, - { - "pokeapi_id": 116, - "pokemon_name": "horsea", - "method": "good-rod", - "encounter_rate": 20, - "min_level": 5, - "max_level": 15 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "good-rod", - "encounter_rate": 20, - "min_level": 5, - "max_level": 15 - }, - { - "pokeapi_id": 130, - "pokemon_name": "gyarados", - "method": "super-rod", - "encounter_rate": 16, - "min_level": 15, - "max_level": 35 - }, - { - "pokeapi_id": 42, - "pokemon_name": "golbat", - "method": "walk", - "encounter_rate": 15, - "min_level": 26, - "max_level": 30 - }, - { - "pokeapi_id": 80, - "pokemon_name": "slowbro", - "method": "walk", - "encounter_rate": 15, - "min_level": 32, - "max_level": 34 - }, - { - "pokeapi_id": 87, - "pokemon_name": "dewgong", - "method": "walk", - "encounter_rate": 10, - "min_level": 34, - "max_level": 36 - }, - { - "pokeapi_id": 79, - "pokemon_name": "slowpoke", - "method": "walk", - "encounter_rate": 10, - "min_level": 32, - "max_level": 32 - }, - { - "pokeapi_id": 87, - "pokemon_name": "dewgong", - "method": "surf", - "encounter_rate": 5, - "min_level": 35, - "max_level": 40 - }, - { - "pokeapi_id": 79, - "pokemon_name": "slowpoke", - "method": "surf", - "encounter_rate": 4, - "min_level": 30, - "max_level": 40 - }, - { - "pokeapi_id": 79, - "pokemon_name": "slowpoke", - "method": "super-rod", - "encounter_rate": 4, - "min_level": 15, - "max_level": 25 - }, - { - "pokeapi_id": 80, - "pokemon_name": "slowbro", - "method": "surf", - "encounter_rate": 1, - "min_level": 35, - "max_level": 40 - } - ] - }, { "name": "Seafoam Islands (1f)", - "order": 57, + "order": 65, "encounters": [ { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 55, "min_level": 26, @@ -3648,7 +3704,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 34, "min_level": 22, @@ -3656,7 +3712,37 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 11, + "min_level": 26, + "max_level": 30 + } + ] + }, + { + "name": "Seafoam Islands (1F)", + "order": 66, + "encounters": [ + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "walk", + "encounter_rate": 55, + "min_level": 26, + "max_level": 33 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 34, + "min_level": 22, + "max_level": 26 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 11, "min_level": 26, @@ -3666,11 +3752,11 @@ }, { "name": "Seafoam Islands (B1f)", - "order": 58, + "order": 67, "encounters": [ { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 40, "min_level": 29, @@ -3678,7 +3764,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 34, "min_level": 22, @@ -3686,7 +3772,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 11, "min_level": 26, @@ -3694,7 +3780,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 10, "min_level": 28, @@ -3702,7 +3788,7 @@ }, { "pokeapi_id": 80, - "pokemon_name": "slowbro", + "pokemon_name": "Slowbro", "method": "walk", "encounter_rate": 5, "min_level": 33, @@ -3711,12 +3797,58 @@ ] }, { - "name": "Seafoam Islands (B2f)", - "order": 59, + "name": "Seafoam Islands (B1F)", + "order": 68, "encounters": [ { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", + "method": "walk", + "encounter_rate": 40, + "min_level": 29, + "max_level": 31 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 34, + "min_level": 22, + "max_level": 26 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 11, + "min_level": 26, + "max_level": 30 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 10, + "min_level": 28, + "max_level": 28 + }, + { + "pokeapi_id": 80, + "pokemon_name": "Slowbro", + "method": "walk", + "encounter_rate": 5, + "min_level": 33, + "max_level": 35 + } + ] + }, + { + "name": "Seafoam Islands (B2F)", + "order": 69, + "encounters": [ + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 40, "min_level": 30, @@ -3724,7 +3856,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -3732,7 +3864,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -3740,7 +3872,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -3748,23 +3880,653 @@ }, { "pokeapi_id": 80, - "pokemon_name": "slowbro", + "pokemon_name": "Slowbro", "method": "walk", "encounter_rate": 10, "min_level": 32, "max_level": 34 } ] + }, + { + "name": "Seafoam Islands (B2f)", + "order": 70, + "encounters": [ + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "walk", + "encounter_rate": 40, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 20, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 26, + "max_level": 30 + }, + { + "pokeapi_id": 80, + "pokemon_name": "Slowbro", + "method": "walk", + "encounter_rate": 10, + "min_level": 32, + "max_level": 34 + } + ] + }, + { + "name": "Seafoam Islands (B3F)", + "order": 71, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 5, + "max_level": 5 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "super-rod", + "encounter_rate": 80, + "min_level": 15, + "max_level": 30 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "surf", + "encounter_rate": 60, + "min_level": 25, + "max_level": 35 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 40, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "surf", + "encounter_rate": 30, + "min_level": 25, + "max_level": 30 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "walk", + "encounter_rate": 20, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 16, + "min_level": 15, + "max_level": 35 + }, + { + "pokeapi_id": 80, + "pokemon_name": "Slowbro", + "method": "walk", + "encounter_rate": 15, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 26, + "max_level": 30 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 87, + "pokemon_name": "Dewgong", + "method": "surf", + "encounter_rate": 5, + "min_level": 35, + "max_level": 40 + }, + { + "pokeapi_id": 87, + "pokemon_name": "Dewgong", + "method": "walk", + "encounter_rate": 5, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "super-rod", + "encounter_rate": 4, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "surf", + "encounter_rate": 4, + "min_level": 30, + "max_level": 40 + }, + { + "pokeapi_id": 80, + "pokemon_name": "Slowbro", + "method": "surf", + "encounter_rate": 1, + "min_level": 35, + "max_level": 40 + } + ] + }, + { + "name": "Seafoam Islands (B3f)", + "order": 72, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 5, + "max_level": 5 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "super-rod", + "encounter_rate": 80, + "min_level": 15, + "max_level": 30 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "surf", + "encounter_rate": 60, + "min_level": 25, + "max_level": 35 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 40, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "surf", + "encounter_rate": 30, + "min_level": 25, + "max_level": 30 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "walk", + "encounter_rate": 20, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 16, + "min_level": 15, + "max_level": 35 + }, + { + "pokeapi_id": 80, + "pokemon_name": "Slowbro", + "method": "walk", + "encounter_rate": 15, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 26, + "max_level": 30 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 87, + "pokemon_name": "Dewgong", + "method": "walk", + "encounter_rate": 5, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 87, + "pokemon_name": "Dewgong", + "method": "surf", + "encounter_rate": 5, + "min_level": 35, + "max_level": 40 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "super-rod", + "encounter_rate": 4, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "surf", + "encounter_rate": 4, + "min_level": 30, + "max_level": 40 + }, + { + "pokeapi_id": 80, + "pokemon_name": "Slowbro", + "method": "surf", + "encounter_rate": 1, + "min_level": 35, + "max_level": 40 + } + ] + }, + { + "name": "Seafoam Islands (B4f)", + "order": 73, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 5, + "max_level": 5 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "super-rod", + "encounter_rate": 80, + "min_level": 15, + "max_level": 30 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "surf", + "encounter_rate": 60, + "min_level": 25, + "max_level": 35 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 50, + "min_level": 30, + "max_level": 34 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "surf", + "encounter_rate": 30, + "min_level": 25, + "max_level": 30 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 16, + "min_level": 15, + "max_level": 35 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 15, + "min_level": 26, + "max_level": 30 + }, + { + "pokeapi_id": 80, + "pokemon_name": "Slowbro", + "method": "walk", + "encounter_rate": 15, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 87, + "pokemon_name": "Dewgong", + "method": "walk", + "encounter_rate": 10, + "min_level": 34, + "max_level": 36 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 87, + "pokemon_name": "Dewgong", + "method": "surf", + "encounter_rate": 5, + "min_level": 35, + "max_level": 40 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "surf", + "encounter_rate": 4, + "min_level": 30, + "max_level": 40 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "super-rod", + "encounter_rate": 4, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 80, + "pokemon_name": "Slowbro", + "method": "surf", + "encounter_rate": 1, + "min_level": 35, + "max_level": 40 + } + ] + }, + { + "name": "Seafoam Islands (B4F)", + "order": 74, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 5, + "max_level": 5 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "super-rod", + "encounter_rate": 80, + "min_level": 15, + "max_level": 30 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "surf", + "encounter_rate": 60, + "min_level": 25, + "max_level": 35 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 50, + "min_level": 30, + "max_level": 34 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "surf", + "encounter_rate": 30, + "min_level": 25, + "max_level": 30 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 16, + "min_level": 15, + "max_level": 35 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 15, + "min_level": 26, + "max_level": 30 + }, + { + "pokeapi_id": 80, + "pokemon_name": "Slowbro", + "method": "walk", + "encounter_rate": 15, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 87, + "pokemon_name": "Dewgong", + "method": "walk", + "encounter_rate": 10, + "min_level": 34, + "max_level": 36 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 87, + "pokemon_name": "Dewgong", + "method": "surf", + "encounter_rate": 5, + "min_level": 35, + "max_level": 40 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "super-rod", + "encounter_rate": 4, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "surf", + "encounter_rate": 4, + "min_level": 30, + "max_level": 40 + }, + { + "pokeapi_id": 80, + "pokemon_name": "Slowbro", + "method": "surf", + "encounter_rate": 1, + "min_level": 35, + "max_level": 40 + } + ] } ] }, { "name": "Cinnabar Island", - "order": 60, + "order": 75, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -3772,79 +4534,15 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 100, "min_level": 5, "max_level": 40 }, - { - "pokeapi_id": 98, - "pokemon_name": "krabby", - "method": "good-rod", - "encounter_rate": 60, - "min_level": 5, - "max_level": 15 - }, - { - "pokeapi_id": 98, - "pokemon_name": "krabby", - "method": "super-rod", - "encounter_rate": 40, - "min_level": 15, - "max_level": 25 - }, - { - "pokeapi_id": 120, - "pokemon_name": "staryu", - "method": "super-rod", - "encounter_rate": 40, - "min_level": 15, - "max_level": 25 - }, - { - "pokeapi_id": 116, - "pokemon_name": "horsea", - "method": "good-rod", - "encounter_rate": 20, - "min_level": 5, - "max_level": 15 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "good-rod", - "encounter_rate": 20, - "min_level": 5, - "max_level": 15 - }, - { - "pokeapi_id": 130, - "pokemon_name": "gyarados", - "method": "super-rod", - "encounter_rate": 15, - "min_level": 15, - "max_level": 25 - }, - { - "pokeapi_id": 80, - "pokemon_name": "slowbro", - "method": "super-rod", - "encounter_rate": 4, - "min_level": 25, - "max_level": 35 - }, - { - "pokeapi_id": 79, - "pokemon_name": "slowpoke", - "method": "super-rod", - "encounter_rate": 1, - "min_level": 25, - "max_level": 35 - }, { "pokeapi_id": 138, - "pokemon_name": "omanyte", + "pokemon_name": "Omanyte", "method": "fossil", "encounter_rate": 100, "min_level": 5, @@ -3852,7 +4550,7 @@ }, { "pokeapi_id": 140, - "pokemon_name": "kabuto", + "pokemon_name": "Kabuto", "method": "fossil", "encounter_rate": 100, "min_level": 5, @@ -3860,26 +4558,90 @@ }, { "pokeapi_id": 142, - "pokemon_name": "aerodactyl", + "pokemon_name": "Aerodactyl", "method": "fossil", "encounter_rate": 100, "min_level": 5, "max_level": 5 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 120, + "pokemon_name": "Staryu", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 15, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 80, + "pokemon_name": "Slowbro", + "method": "super-rod", + "encounter_rate": 4, + "min_level": 25, + "max_level": 35 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "super-rod", + "encounter_rate": 1, + "min_level": 25, + "max_level": 35 } ] }, { "name": "Pokemon Mansion", - "order": 61, + "order": 76, "encounters": [], "children": [ { "name": "Pokemon Mansion (1f)", - "order": 62, + "order": 77, "encounters": [ { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 30, "min_level": 28, @@ -3887,7 +4649,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -3895,7 +4657,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 15, "min_level": 26, @@ -3903,7 +4665,7 @@ }, { "pokeapi_id": 37, - "pokemon_name": "vulpix", + "pokemon_name": "Vulpix", "method": "walk", "encounter_rate": 15, "min_level": 30, @@ -3911,7 +4673,7 @@ }, { "pokeapi_id": 109, - "pokemon_name": "koffing", + "pokemon_name": "Koffing", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -3919,7 +4681,115 @@ }, { "pokeapi_id": 89, - "pokemon_name": "muk", + "pokemon_name": "Muk", + "method": "walk", + "encounter_rate": 5, + "min_level": 32, + "max_level": 32 + } + ] + }, + { + "name": "Pokemon Mansion (1F)", + "order": 78, + "encounters": [ + { + "pokeapi_id": 88, + "pokemon_name": "Grimer", + "method": "walk", + "encounter_rate": 30, + "min_level": 28, + "max_level": 30 + }, + { + "pokeapi_id": 20, + "pokemon_name": "Raticate", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 36 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 15, + "min_level": 26, + "max_level": 28 + }, + { + "pokeapi_id": 37, + "pokemon_name": "Vulpix", + "method": "walk", + "encounter_rate": 15, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 109, + "pokemon_name": "Koffing", + "method": "walk", + "encounter_rate": 5, + "min_level": 28, + "max_level": 28 + }, + { + "pokeapi_id": 89, + "pokemon_name": "Muk", + "method": "walk", + "encounter_rate": 5, + "min_level": 32, + "max_level": 32 + } + ] + }, + { + "name": "Pokemon Mansion (2F)", + "order": 79, + "encounters": [ + { + "pokeapi_id": 88, + "pokemon_name": "Grimer", + "method": "walk", + "encounter_rate": 30, + "min_level": 28, + "max_level": 30 + }, + { + "pokeapi_id": 20, + "pokemon_name": "Raticate", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 36 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 15, + "min_level": 26, + "max_level": 28 + }, + { + "pokeapi_id": 37, + "pokemon_name": "Vulpix", + "method": "walk", + "encounter_rate": 15, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 109, + "pokemon_name": "Koffing", + "method": "walk", + "encounter_rate": 5, + "min_level": 28, + "max_level": 28 + }, + { + "pokeapi_id": 89, + "pokemon_name": "Muk", "method": "walk", "encounter_rate": 5, "min_level": 32, @@ -3929,11 +4799,11 @@ }, { "name": "Pokemon Mansion (2f)", - "order": 63, + "order": 80, "encounters": [ { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 30, "min_level": 28, @@ -3941,7 +4811,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -3949,7 +4819,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 15, "min_level": 26, @@ -3957,7 +4827,7 @@ }, { "pokeapi_id": 37, - "pokemon_name": "vulpix", + "pokemon_name": "Vulpix", "method": "walk", "encounter_rate": 15, "min_level": 30, @@ -3965,7 +4835,7 @@ }, { "pokeapi_id": 109, - "pokemon_name": "koffing", + "pokemon_name": "Koffing", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -3973,7 +4843,7 @@ }, { "pokeapi_id": 89, - "pokemon_name": "muk", + "pokemon_name": "Muk", "method": "walk", "encounter_rate": 5, "min_level": 32, @@ -3983,11 +4853,11 @@ }, { "name": "Pokemon Mansion (3f)", - "order": 64, + "order": 81, "encounters": [ { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 30, "min_level": 28, @@ -3995,7 +4865,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -4003,7 +4873,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 15, "min_level": 26, @@ -4011,7 +4881,7 @@ }, { "pokeapi_id": 37, - "pokemon_name": "vulpix", + "pokemon_name": "Vulpix", "method": "walk", "encounter_rate": 15, "min_level": 30, @@ -4019,7 +4889,7 @@ }, { "pokeapi_id": 109, - "pokemon_name": "koffing", + "pokemon_name": "Koffing", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -4027,7 +4897,61 @@ }, { "pokeapi_id": 89, - "pokemon_name": "muk", + "pokemon_name": "Muk", + "method": "walk", + "encounter_rate": 5, + "min_level": 32, + "max_level": 32 + } + ] + }, + { + "name": "Pokemon Mansion (3F)", + "order": 82, + "encounters": [ + { + "pokeapi_id": 88, + "pokemon_name": "Grimer", + "method": "walk", + "encounter_rate": 30, + "min_level": 28, + "max_level": 30 + }, + { + "pokeapi_id": 20, + "pokemon_name": "Raticate", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 36 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 15, + "min_level": 26, + "max_level": 28 + }, + { + "pokeapi_id": 37, + "pokemon_name": "Vulpix", + "method": "walk", + "encounter_rate": 15, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 109, + "pokemon_name": "Koffing", + "method": "walk", + "encounter_rate": 5, + "min_level": 28, + "max_level": 28 + }, + { + "pokeapi_id": 89, + "pokemon_name": "Muk", "method": "walk", "encounter_rate": 5, "min_level": 32, @@ -4037,11 +4961,11 @@ }, { "name": "Pokemon Mansion (B1f)", - "order": 65, + "order": 83, "encounters": [ { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 30, "min_level": 28, @@ -4049,7 +4973,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 30, "min_level": 34, @@ -4057,7 +4981,7 @@ }, { "pokeapi_id": 37, - "pokemon_name": "vulpix", + "pokemon_name": "Vulpix", "method": "walk", "encounter_rate": 15, "min_level": 30, @@ -4065,7 +4989,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -4073,7 +4997,7 @@ }, { "pokeapi_id": 109, - "pokemon_name": "koffing", + "pokemon_name": "Koffing", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -4081,7 +5005,7 @@ }, { "pokeapi_id": 89, - "pokemon_name": "muk", + "pokemon_name": "Muk", "method": "walk", "encounter_rate": 5, "min_level": 34, @@ -4089,7 +5013,69 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 5, + "min_level": 26, + "max_level": 26 + } + ] + }, + { + "name": "Pokemon Mansion (B1F)", + "order": 84, + "encounters": [ + { + "pokeapi_id": 88, + "pokemon_name": "Grimer", + "method": "walk", + "encounter_rate": 30, + "min_level": 28, + "max_level": 30 + }, + { + "pokeapi_id": 20, + "pokemon_name": "Raticate", + "method": "walk", + "encounter_rate": 30, + "min_level": 34, + "max_level": 38 + }, + { + "pokeapi_id": 37, + "pokemon_name": "Vulpix", + "method": "walk", + "encounter_rate": 15, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 132, + "pokemon_name": "Ditto", + "method": "walk", + "encounter_rate": 10, + "min_level": 30, + "max_level": 30 + }, + { + "pokeapi_id": 109, + "pokemon_name": "Koffing", + "method": "walk", + "encounter_rate": 5, + "min_level": 28, + "max_level": 28 + }, + { + "pokeapi_id": 89, + "pokemon_name": "Muk", + "method": "walk", + "encounter_rate": 5, + "min_level": 34, + "max_level": 34 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 5, "min_level": 26, @@ -4101,11 +5087,11 @@ }, { "name": "Sea Route 21", - "order": 66, + "order": 85, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -4113,7 +5099,7 @@ }, { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 100, "min_level": 17, @@ -4121,7 +5107,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -4129,7 +5115,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 80, "min_level": 15, @@ -4137,7 +5123,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -4145,7 +5131,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -4153,7 +5139,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -4161,7 +5147,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -4169,7 +5155,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -4177,7 +5163,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -4187,11 +5173,11 @@ }, { "name": "Route 23", - "order": 67, + "order": 86, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -4199,7 +5185,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "surf", "encounter_rate": 100, "min_level": 20, @@ -4207,7 +5193,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -4215,7 +5201,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -4223,7 +5209,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 40, "min_level": 20, @@ -4231,7 +5217,7 @@ }, { "pokeapi_id": 56, - "pokemon_name": "mankey", + "pokemon_name": "Mankey", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -4239,7 +5225,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 25, "min_level": 40, @@ -4247,7 +5233,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -4255,7 +5241,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -4263,7 +5249,7 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -4271,7 +5257,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -4279,7 +5265,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 15, "min_level": 32, @@ -4287,7 +5273,7 @@ }, { "pokeapi_id": 57, - "pokemon_name": "primeape", + "pokemon_name": "Primeape", "method": "walk", "encounter_rate": 5, "min_level": 42, @@ -4295,7 +5281,7 @@ }, { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 5, "min_level": 44, @@ -4303,7 +5289,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 5, "min_level": 15, @@ -4313,16 +5299,16 @@ }, { "name": "Victory Road 2", - "order": 68, + "order": 87, "encounters": [], "children": [ { "name": "Victory Road 2 (1f)", - "order": 69, + "order": 88, "encounters": [ { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 30, "min_level": 40, @@ -4330,7 +5316,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -4338,7 +5324,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -4346,7 +5332,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 32, @@ -4354,7 +5340,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 44, @@ -4362,7 +5348,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 5, "min_level": 44, @@ -4370,7 +5356,7 @@ }, { "pokeapi_id": 105, - "pokemon_name": "marowak", + "pokemon_name": "Marowak", "method": "walk", "encounter_rate": 5, "min_level": 44, @@ -4378,7 +5364,77 @@ }, { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", + "method": "walk", + "encounter_rate": 5, + "min_level": 44, + "max_level": 44 + } + ] + }, + { + "name": "Victory Road 2 (1F)", + "order": 89, + "encounters": [ + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 30, + "min_level": 40, + "max_level": 46 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 20, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 20, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 44, + "max_level": 44 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 5, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 105, + "pokemon_name": "Marowak", + "method": "walk", + "encounter_rate": 5, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 28, + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 5, "min_level": 44, @@ -4388,11 +5444,11 @@ }, { "name": "Victory Road 2 (2f)", - "order": 70, + "order": 90, "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 20, "min_level": 34, @@ -4400,7 +5456,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 20, "min_level": 34, @@ -4408,7 +5464,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -4416,7 +5472,7 @@ }, { "pokeapi_id": 57, - "pokemon_name": "primeape", + "pokemon_name": "Primeape", "method": "walk", "encounter_rate": 10, "min_level": 42, @@ -4424,7 +5480,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 34, @@ -4432,7 +5488,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 46, @@ -4440,7 +5496,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 5, "min_level": 46, @@ -4448,7 +5504,7 @@ }, { "pokeapi_id": 105, - "pokemon_name": "marowak", + "pokemon_name": "Marowak", "method": "walk", "encounter_rate": 5, "min_level": 46, @@ -4456,7 +5512,85 @@ }, { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", + "method": "walk", + "encounter_rate": 5, + "min_level": 46, + "max_level": 46 + } + ] + }, + { + "name": "Victory Road 2 (2F)", + "order": 91, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 20, + "min_level": 34, + "max_level": 34 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 20, + "min_level": 34, + "max_level": 34 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 48 + }, + { + "pokeapi_id": 57, + "pokemon_name": "Primeape", + "method": "walk", + "encounter_rate": 10, + "min_level": 42, + "max_level": 42 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 34, + "max_level": 34 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 46, + "max_level": 46 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 5, + "min_level": 46, + "max_level": 48 + }, + { + "pokeapi_id": 105, + "pokemon_name": "Marowak", + "method": "walk", + "encounter_rate": 5, + "min_level": 46, + "max_level": 48 + }, + { + "pokeapi_id": 28, + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 5, "min_level": 46, @@ -4466,11 +5600,11 @@ }, { "name": "Victory Road 2 (3f)", - "order": 71, + "order": 92, "encounters": [ { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 30, "min_level": 40, @@ -4478,7 +5612,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -4486,7 +5620,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -4494,7 +5628,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 32, @@ -4502,7 +5636,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 44, @@ -4510,7 +5644,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 5, "min_level": 44, @@ -4518,7 +5652,7 @@ }, { "pokeapi_id": 105, - "pokemon_name": "marowak", + "pokemon_name": "Marowak", "method": "walk", "encounter_rate": 5, "min_level": 44, @@ -4526,7 +5660,77 @@ }, { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", + "method": "walk", + "encounter_rate": 5, + "min_level": 44, + "max_level": 44 + } + ] + }, + { + "name": "Victory Road 2 (3F)", + "order": 93, + "encounters": [ + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 30, + "min_level": 40, + "max_level": 46 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 20, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 20, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 44, + "max_level": 44 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 5, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 105, + "pokemon_name": "Marowak", + "method": "walk", + "encounter_rate": 5, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 28, + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 5, "min_level": 44, @@ -4538,16 +5742,16 @@ }, { "name": "Cerulean Cave", - "order": 72, + "order": 94, "encounters": [], "children": [ { "name": "Cerulean Cave (1f)", - "order": 73, + "order": 95, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -4555,7 +5759,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 65, "min_level": 30, @@ -4563,7 +5767,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "surf", "encounter_rate": 65, "min_level": 30, @@ -4571,7 +5775,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -4579,7 +5783,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -4587,7 +5791,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 40, "min_level": 20, @@ -4595,7 +5799,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 35, "min_level": 40, @@ -4603,7 +5807,7 @@ }, { "pokeapi_id": 80, - "pokemon_name": "slowbro", + "pokemon_name": "Slowbro", "method": "surf", "encounter_rate": 35, "min_level": 40, @@ -4611,7 +5815,7 @@ }, { "pokeapi_id": 47, - "pokemon_name": "parasect", + "pokemon_name": "Parasect", "method": "walk", "encounter_rate": 25, "min_level": 49, @@ -4619,7 +5823,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -4627,7 +5831,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -4635,7 +5839,7 @@ }, { "pokeapi_id": 82, - "pokemon_name": "magneton", + "pokemon_name": "Magneton", "method": "walk", "encounter_rate": 20, "min_level": 49, @@ -4643,7 +5847,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -4651,7 +5855,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 14, "min_level": 46, @@ -4659,7 +5863,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 11, "min_level": 52, @@ -4667,7 +5871,7 @@ }, { "pokeapi_id": 57, - "pokemon_name": "primeape", + "pokemon_name": "Primeape", "method": "walk", "encounter_rate": 11, "min_level": 52, @@ -4675,7 +5879,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 46, @@ -4683,7 +5887,7 @@ }, { "pokeapi_id": 101, - "pokemon_name": "electrode", + "pokemon_name": "Electrode", "method": "walk", "encounter_rate": 5, "min_level": 58, @@ -4691,7 +5895,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 5, "min_level": 15, @@ -4699,7 +5903,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 4, "min_level": 55, @@ -4708,12 +5912,178 @@ ] }, { - "name": "Cerulean Cave (2f)", - "order": 74, + "name": "Cerulean Cave (1F)", + "order": 96, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 5, + "max_level": 5 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "rock-smash", + "encounter_rate": 65, + "min_level": 30, + "max_level": 50 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "surf", + "encounter_rate": 65, + "min_level": 30, + "max_level": 50 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 61, + "pokemon_name": "Poliwhirl", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 30 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "rock-smash", + "encounter_rate": 35, + "min_level": 40, + "max_level": 55 + }, + { + "pokeapi_id": 80, + "pokemon_name": "Slowbro", + "method": "surf", + "encounter_rate": 35, + "min_level": 40, + "max_level": 55 + }, + { + "pokeapi_id": 47, + "pokemon_name": "Parasect", + "method": "walk", + "encounter_rate": 25, + "min_level": 49, + "max_level": 58 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 82, + "pokemon_name": "Magneton", + "method": "walk", + "encounter_rate": 20, + "min_level": 49, + "max_level": 49 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 15, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 14, + "min_level": 46, + "max_level": 55 + }, + { + "pokeapi_id": 132, + "pokemon_name": "Ditto", + "method": "walk", + "encounter_rate": 11, + "min_level": 52, + "max_level": 61 + }, + { + "pokeapi_id": 57, + "pokemon_name": "Primeape", + "method": "walk", + "encounter_rate": 11, + "min_level": 52, + "max_level": 61 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 46, + "max_level": 46 + }, + { + "pokeapi_id": 101, + "pokemon_name": "Electrode", + "method": "walk", + "encounter_rate": 5, + "min_level": 58, + "max_level": 58 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "super-rod", + "encounter_rate": 5, + "min_level": 15, + "max_level": 35 + }, + { + "pokeapi_id": 202, + "pokemon_name": "Wobbuffet", + "method": "walk", + "encounter_rate": 4, + "min_level": 55, + "max_level": 55 + } + ] + }, + { + "name": "Cerulean Cave (2F)", + "order": 97, "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 65, "min_level": 35, @@ -4721,7 +6091,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 35, "min_level": 45, @@ -4729,7 +6099,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 25, "min_level": 49, @@ -4737,7 +6107,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 20, "min_level": 49, @@ -4745,7 +6115,7 @@ }, { "pokeapi_id": 47, - "pokemon_name": "parasect", + "pokemon_name": "Parasect", "method": "walk", "encounter_rate": 14, "min_level": 52, @@ -4753,7 +6123,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 11, "min_level": 55, @@ -4761,7 +6131,7 @@ }, { "pokeapi_id": 64, - "pokemon_name": "kadabra", + "pokemon_name": "Kadabra", "method": "walk", "encounter_rate": 11, "min_level": 55, @@ -4769,7 +6139,7 @@ }, { "pokeapi_id": 82, - "pokemon_name": "magneton", + "pokemon_name": "Magneton", "method": "walk", "encounter_rate": 10, "min_level": 52, @@ -4777,7 +6147,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 5, "min_level": 58, @@ -4785,7 +6155,7 @@ }, { "pokeapi_id": 101, - "pokemon_name": "electrode", + "pokemon_name": "Electrode", "method": "walk", "encounter_rate": 4, "min_level": 61, @@ -4794,12 +6164,98 @@ ] }, { - "name": "Cerulean Cave (B1f)", - "order": 75, + "name": "Cerulean Cave (2f)", + "order": 98, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "rock-smash", + "encounter_rate": 65, + "min_level": 35, + "max_level": 55 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "rock-smash", + "encounter_rate": 35, + "min_level": 45, + "max_level": 60 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 25, + "min_level": 49, + "max_level": 58 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 20, + "min_level": 49, + "max_level": 49 + }, + { + "pokeapi_id": 47, + "pokemon_name": "Parasect", + "method": "walk", + "encounter_rate": 14, + "min_level": 52, + "max_level": 61 + }, + { + "pokeapi_id": 132, + "pokemon_name": "Ditto", + "method": "walk", + "encounter_rate": 11, + "min_level": 55, + "max_level": 64 + }, + { + "pokeapi_id": 64, + "pokemon_name": "Kadabra", + "method": "walk", + "encounter_rate": 11, + "min_level": 55, + "max_level": 64 + }, + { + "pokeapi_id": 82, + "pokemon_name": "Magneton", + "method": "walk", + "encounter_rate": 10, + "min_level": 52, + "max_level": 52 + }, + { + "pokeapi_id": 202, + "pokemon_name": "Wobbuffet", + "method": "walk", + "encounter_rate": 5, + "min_level": 58, + "max_level": 58 + }, + { + "pokeapi_id": 101, + "pokemon_name": "Electrode", + "method": "walk", + "encounter_rate": 4, + "min_level": 61, + "max_level": 61 + } + ] + }, + { + "name": "Cerulean Cave (B1F)", + "order": 99, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -4807,7 +6263,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 65, "min_level": 40, @@ -4815,7 +6271,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "surf", "encounter_rate": 65, "min_level": 40, @@ -4823,7 +6279,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -4831,7 +6287,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -4839,7 +6295,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 40, "min_level": 20, @@ -4847,7 +6303,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 35, "min_level": 50, @@ -4855,7 +6311,7 @@ }, { "pokeapi_id": 80, - "pokemon_name": "slowbro", + "pokemon_name": "Slowbro", "method": "surf", "encounter_rate": 35, "min_level": 50, @@ -4863,7 +6319,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 25, "min_level": 58, @@ -4871,7 +6327,7 @@ }, { "pokeapi_id": 64, - "pokemon_name": "kadabra", + "pokemon_name": "Kadabra", "method": "walk", "encounter_rate": 25, "min_level": 58, @@ -4879,7 +6335,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -4887,7 +6343,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -4895,7 +6351,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 16, "min_level": 15, @@ -4903,7 +6359,7 @@ }, { "pokeapi_id": 47, - "pokemon_name": "parasect", + "pokemon_name": "Parasect", "method": "walk", "encounter_rate": 14, "min_level": 55, @@ -4911,7 +6367,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 11, "min_level": 52, @@ -4919,7 +6375,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 52, @@ -4927,7 +6383,7 @@ }, { "pokeapi_id": 82, - "pokemon_name": "magneton", + "pokemon_name": "Magneton", "method": "walk", "encounter_rate": 10, "min_level": 55, @@ -4935,7 +6391,7 @@ }, { "pokeapi_id": 101, - "pokemon_name": "electrode", + "pokemon_name": "Electrode", "method": "walk", "encounter_rate": 4, "min_level": 64, @@ -4943,7 +6399,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 4, "min_level": 15, @@ -4951,7 +6407,173 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", + "method": "walk", + "encounter_rate": 1, + "min_level": 61, + "max_level": 61 + } + ] + }, + { + "name": "Cerulean Cave (B1f)", + "order": 100, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 5, + "max_level": 5 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "rock-smash", + "encounter_rate": 65, + "min_level": 40, + "max_level": 60 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "surf", + "encounter_rate": 65, + "min_level": 40, + "max_level": 60 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 61, + "pokemon_name": "Poliwhirl", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 30 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "rock-smash", + "encounter_rate": 35, + "min_level": 50, + "max_level": 65 + }, + { + "pokeapi_id": 80, + "pokemon_name": "Slowbro", + "method": "surf", + "encounter_rate": 35, + "min_level": 50, + "max_level": 65 + }, + { + "pokeapi_id": 132, + "pokemon_name": "Ditto", + "method": "walk", + "encounter_rate": 25, + "min_level": 58, + "max_level": 67 + }, + { + "pokeapi_id": 64, + "pokemon_name": "Kadabra", + "method": "walk", + "encounter_rate": 25, + "min_level": 58, + "max_level": 67 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 16, + "min_level": 15, + "max_level": 35 + }, + { + "pokeapi_id": 47, + "pokemon_name": "Parasect", + "method": "walk", + "encounter_rate": 14, + "min_level": 55, + "max_level": 64 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 11, + "min_level": 52, + "max_level": 61 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 52, + "max_level": 52 + }, + { + "pokeapi_id": 82, + "pokemon_name": "Magneton", + "method": "walk", + "encounter_rate": 10, + "min_level": 55, + "max_level": 55 + }, + { + "pokeapi_id": 101, + "pokemon_name": "Electrode", + "method": "walk", + "encounter_rate": 4, + "min_level": 64, + "max_level": 64 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "super-rod", + "encounter_rate": 4, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 202, + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 1, "min_level": 61, @@ -4963,11 +6585,11 @@ }, { "name": "One Island", - "order": 76, + "order": 101, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -4975,7 +6597,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 95, "min_level": 5, @@ -4983,7 +6605,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 80, "min_level": 5, @@ -4991,7 +6613,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -4999,7 +6621,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -5007,7 +6629,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -5015,7 +6637,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -5023,7 +6645,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -5031,7 +6653,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -5039,7 +6661,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -5049,11 +6671,11 @@ }, { "name": "Kindle Road", - "order": 77, + "order": 102, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -5061,7 +6683,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 95, "min_level": 5, @@ -5069,7 +6691,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 95, "min_level": 5, @@ -5077,7 +6699,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 80, "min_level": 5, @@ -5085,7 +6707,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 80, "min_level": 15, @@ -5093,7 +6715,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -5101,7 +6723,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 25, "min_level": 30, @@ -5109,7 +6731,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -5117,7 +6739,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -5125,7 +6747,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 10, "min_level": 36, @@ -5133,7 +6755,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 10, "min_level": 31, @@ -5141,7 +6763,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 10, "min_level": 31, @@ -5149,7 +6771,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 5, "min_level": 25, @@ -5157,7 +6779,7 @@ }, { "pokeapi_id": 53, - "pokemon_name": "persian", + "pokemon_name": "Persian", "method": "walk", "encounter_rate": 5, "min_level": 37, @@ -5165,7 +6787,7 @@ }, { "pokeapi_id": 78, - "pokemon_name": "rapidash", + "pokemon_name": "Rapidash", "method": "walk", "encounter_rate": 5, "min_level": 37, @@ -5173,7 +6795,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 5, "min_level": 34, @@ -5181,7 +6803,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -5189,7 +6811,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -5197,7 +6819,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -5207,11 +6829,11 @@ }, { "name": "Treasure Beach", - "order": 78, + "order": 103, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -5219,7 +6841,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 95, "min_level": 5, @@ -5227,7 +6849,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 80, "min_level": 5, @@ -5235,7 +6857,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 80, "min_level": 15, @@ -5243,7 +6865,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -5251,7 +6873,7 @@ }, { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 30, "min_level": 33, @@ -5259,7 +6881,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 20, "min_level": 36, @@ -5267,7 +6889,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -5275,7 +6897,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -5283,7 +6905,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 10, "min_level": 31, @@ -5291,7 +6913,7 @@ }, { "pokeapi_id": 53, - "pokemon_name": "persian", + "pokemon_name": "Persian", "method": "walk", "encounter_rate": 5, "min_level": 37, @@ -5299,7 +6921,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 5, "min_level": 31, @@ -5307,7 +6929,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -5315,7 +6937,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -5323,7 +6945,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -5333,190 +6955,89 @@ }, { "name": "Mt Ember", - "order": 79, - "encounters": [], + "order": 115, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "rock-smash", + "encounter_rate": 95, + "min_level": 5, + "max_level": 30 + }, + { + "pokeapi_id": 77, + "pokemon_name": "Ponyta", + "method": "walk", + "encounter_rate": 35, + "min_level": 30, + "max_level": 36 + }, + { + "pokeapi_id": 22, + "pokemon_name": "Fearow", + "method": "walk", + "encounter_rate": 25, + "min_level": 38, + "max_level": 40 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 10, + "min_level": 33, + "max_level": 33 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 10, + "min_level": 35, + "max_level": 35 + }, + { + "pokeapi_id": 21, + "pokemon_name": "Spearow", + "method": "walk", + "encounter_rate": 10, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "rock-smash", + "encounter_rate": 5, + "min_level": 25, + "max_level": 40 + }, + { + "pokeapi_id": 126, + "pokemon_name": "Magmar", + "method": "walk", + "encounter_rate": 5, + "min_level": 38, + "max_level": 40 + }, + { + "pokeapi_id": 78, + "pokemon_name": "Rapidash", + "method": "walk", + "encounter_rate": 5, + "min_level": 39, + "max_level": 42 + } + ], "children": [ - { - "name": "Mt Ember (1f Cave Behind Team Rocket)", - "order": 80, - "encounters": [ - { - "pokeapi_id": 74, - "pokemon_name": "geodude", - "method": "rock-smash", - "encounter_rate": 65, - "min_level": 25, - "max_level": 40 - }, - { - "pokeapi_id": 74, - "pokemon_name": "geodude", - "method": "walk", - "encounter_rate": 50, - "min_level": 32, - "max_level": 40 - }, - { - "pokeapi_id": 66, - "pokemon_name": "machop", - "method": "walk", - "encounter_rate": 40, - "min_level": 34, - "max_level": 38 - }, - { - "pokeapi_id": 75, - "pokemon_name": "graveler", - "method": "rock-smash", - "encounter_rate": 35, - "min_level": 30, - "max_level": 50 - }, - { - "pokeapi_id": 67, - "pokemon_name": "machoke", - "method": "walk", - "encounter_rate": 10, - "min_level": 40, - "max_level": 42 - } - ] - }, - { - "name": "Mt Ember (B1f)", - "order": 81, - "encounters": [ - { - "pokeapi_id": 74, - "pokemon_name": "geodude", - "method": "walk", - "encounter_rate": 70, - "min_level": 34, - "max_level": 42 - }, - { - "pokeapi_id": 74, - "pokemon_name": "geodude", - "method": "rock-smash", - "encounter_rate": 65, - "min_level": 25, - "max_level": 40 - }, - { - "pokeapi_id": 75, - "pokemon_name": "graveler", - "method": "rock-smash", - "encounter_rate": 35, - "min_level": 30, - "max_level": 50 - }, - { - "pokeapi_id": 218, - "pokemon_name": "slugma", - "method": "walk", - "encounter_rate": 30, - "min_level": 24, - "max_level": 30 - } - ] - }, - { - "name": "Mt Ember (B2f)", - "order": 82, - "encounters": [ - { - "pokeapi_id": 74, - "pokemon_name": "geodude", - "method": "rock-smash", - "encounter_rate": 65, - "min_level": 25, - "max_level": 40 - }, - { - "pokeapi_id": 218, - "pokemon_name": "slugma", - "method": "walk", - "encounter_rate": 60, - "min_level": 22, - "max_level": 32 - }, - { - "pokeapi_id": 74, - "pokemon_name": "geodude", - "method": "walk", - "encounter_rate": 40, - "min_level": 40, - "max_level": 44 - }, - { - "pokeapi_id": 75, - "pokemon_name": "graveler", - "method": "rock-smash", - "encounter_rate": 35, - "min_level": 30, - "max_level": 50 - } - ] - }, - { - "name": "Mt Ember (B3f)", - "order": 83, - "encounters": [ - { - "pokeapi_id": 218, - "pokemon_name": "slugma", - "method": "walk", - "encounter_rate": 100, - "min_level": 18, - "max_level": 36 - }, - { - "pokeapi_id": 218, - "pokemon_name": "slugma", - "method": "rock-smash", - "encounter_rate": 90, - "min_level": 15, - "max_level": 35 - }, - { - "pokeapi_id": 219, - "pokemon_name": "magcargo", - "method": "rock-smash", - "encounter_rate": 10, - "min_level": 25, - "max_level": 45 - } - ] - }, - { - "name": "Mt Ember (Summit)", - "order": 84, - "encounters": [ - { - "pokeapi_id": 74, - "pokemon_name": "geodude", - "method": "rock-smash", - "encounter_rate": 95, - "min_level": 5, - "max_level": 30 - }, - { - "pokeapi_id": 75, - "pokemon_name": "graveler", - "method": "rock-smash", - "encounter_rate": 5, - "min_level": 25, - "max_level": 40 - } - ] - }, { "name": "Mt Ember (Cave)", - "order": 85, + "order": 104, "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 50, "min_level": 29, @@ -5524,7 +7045,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 50, "min_level": 31, @@ -5534,11 +7055,11 @@ }, { "name": "Mt Ember (Inside)", - "order": 86, + "order": 105, "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 95, "min_level": 5, @@ -5546,7 +7067,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 40, "min_level": 30, @@ -5554,7 +7075,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 40, "min_level": 32, @@ -5562,7 +7083,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 20, "min_level": 38, @@ -5570,7 +7091,333 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", + "method": "rock-smash", + "encounter_rate": 5, + "min_level": 25, + "max_level": 40 + } + ] + }, + { + "name": "Mt Ember (1f Cave Behind Team Rocket)", + "order": 106, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "rock-smash", + "encounter_rate": 65, + "min_level": 25, + "max_level": 40 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 50, + "min_level": 32, + "max_level": 40 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 40, + "min_level": 34, + "max_level": 38 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "rock-smash", + "encounter_rate": 35, + "min_level": 30, + "max_level": 50 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 40, + "max_level": 42 + } + ] + }, + { + "name": "Mt Ember (1F Cave Behind Team Rocket)", + "order": 107, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "rock-smash", + "encounter_rate": 65, + "min_level": 25, + "max_level": 40 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 50, + "min_level": 32, + "max_level": 40 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 40, + "min_level": 34, + "max_level": 38 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "rock-smash", + "encounter_rate": 35, + "min_level": 30, + "max_level": 50 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 40, + "max_level": 42 + } + ] + }, + { + "name": "Mt Ember (B1F)", + "order": 108, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 70, + "min_level": 34, + "max_level": 42 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "rock-smash", + "encounter_rate": 65, + "min_level": 25, + "max_level": 40 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "rock-smash", + "encounter_rate": 35, + "min_level": 30, + "max_level": 50 + }, + { + "pokeapi_id": 218, + "pokemon_name": "Slugma", + "method": "walk", + "encounter_rate": 30, + "min_level": 24, + "max_level": 30 + } + ] + }, + { + "name": "Mt Ember (B1f)", + "order": 109, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 70, + "min_level": 34, + "max_level": 42 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "rock-smash", + "encounter_rate": 65, + "min_level": 25, + "max_level": 40 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "rock-smash", + "encounter_rate": 35, + "min_level": 30, + "max_level": 50 + }, + { + "pokeapi_id": 218, + "pokemon_name": "Slugma", + "method": "walk", + "encounter_rate": 30, + "min_level": 24, + "max_level": 30 + } + ] + }, + { + "name": "Mt Ember (B2F)", + "order": 110, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "rock-smash", + "encounter_rate": 65, + "min_level": 25, + "max_level": 40 + }, + { + "pokeapi_id": 218, + "pokemon_name": "Slugma", + "method": "walk", + "encounter_rate": 60, + "min_level": 22, + "max_level": 32 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 40, + "min_level": 40, + "max_level": 44 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "rock-smash", + "encounter_rate": 35, + "min_level": 30, + "max_level": 50 + } + ] + }, + { + "name": "Mt Ember (B2f)", + "order": 111, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "rock-smash", + "encounter_rate": 65, + "min_level": 25, + "max_level": 40 + }, + { + "pokeapi_id": 218, + "pokemon_name": "Slugma", + "method": "walk", + "encounter_rate": 60, + "min_level": 22, + "max_level": 32 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 40, + "min_level": 40, + "max_level": 44 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "rock-smash", + "encounter_rate": 35, + "min_level": 30, + "max_level": 50 + } + ] + }, + { + "name": "Mt Ember (B3F)", + "order": 112, + "encounters": [ + { + "pokeapi_id": 218, + "pokemon_name": "Slugma", + "method": "walk", + "encounter_rate": 100, + "min_level": 18, + "max_level": 36 + }, + { + "pokeapi_id": 218, + "pokemon_name": "Slugma", + "method": "rock-smash", + "encounter_rate": 90, + "min_level": 15, + "max_level": 35 + }, + { + "pokeapi_id": 219, + "pokemon_name": "Magcargo", + "method": "rock-smash", + "encounter_rate": 10, + "min_level": 25, + "max_level": 45 + } + ] + }, + { + "name": "Mt Ember (B3f)", + "order": 113, + "encounters": [ + { + "pokeapi_id": 218, + "pokemon_name": "Slugma", + "method": "walk", + "encounter_rate": 100, + "min_level": 18, + "max_level": 36 + }, + { + "pokeapi_id": 218, + "pokemon_name": "Slugma", + "method": "rock-smash", + "encounter_rate": 90, + "min_level": 15, + "max_level": 35 + }, + { + "pokeapi_id": 219, + "pokemon_name": "Magcargo", + "method": "rock-smash", + "encounter_rate": 10, + "min_level": 25, + "max_level": 45 + } + ] + }, + { + "name": "Mt Ember (Summit)", + "order": 114, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "rock-smash", + "encounter_rate": 95, + "min_level": 5, + "max_level": 30 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 5, "min_level": 25, @@ -5580,91 +7427,13 @@ } ] }, - { - "name": "Mt Ember", - "order": 87, - "encounters": [ - { - "pokeapi_id": 74, - "pokemon_name": "geodude", - "method": "rock-smash", - "encounter_rate": 95, - "min_level": 5, - "max_level": 30 - }, - { - "pokeapi_id": 77, - "pokemon_name": "ponyta", - "method": "walk", - "encounter_rate": 35, - "min_level": 30, - "max_level": 36 - }, - { - "pokeapi_id": 22, - "pokemon_name": "fearow", - "method": "walk", - "encounter_rate": 25, - "min_level": 38, - "max_level": 40 - }, - { - "pokeapi_id": 74, - "pokemon_name": "geodude", - "method": "walk", - "encounter_rate": 10, - "min_level": 33, - "max_level": 33 - }, - { - "pokeapi_id": 66, - "pokemon_name": "machop", - "method": "walk", - "encounter_rate": 10, - "min_level": 35, - "max_level": 35 - }, - { - "pokeapi_id": 21, - "pokemon_name": "spearow", - "method": "walk", - "encounter_rate": 10, - "min_level": 32, - "max_level": 32 - }, - { - "pokeapi_id": 75, - "pokemon_name": "graveler", - "method": "rock-smash", - "encounter_rate": 5, - "min_level": 25, - "max_level": 40 - }, - { - "pokeapi_id": 126, - "pokemon_name": "magmar", - "method": "walk", - "encounter_rate": 5, - "min_level": 38, - "max_level": 40 - }, - { - "pokeapi_id": 78, - "pokemon_name": "rapidash", - "method": "walk", - "encounter_rate": 5, - "min_level": 39, - "max_level": 42 - } - ] - }, { "name": "Cape Brink", - "order": 88, + "order": 116, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -5672,7 +7441,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "surf", "encounter_rate": 95, "min_level": 5, @@ -5680,7 +7449,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -5688,7 +7457,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -5696,7 +7465,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 40, "min_level": 20, @@ -5704,7 +7473,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -5712,7 +7481,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -5720,7 +7489,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -5728,7 +7497,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -5736,7 +7505,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -5744,7 +7513,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 15, "min_level": 36, @@ -5752,7 +7521,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 10, "min_level": 36, @@ -5760,7 +7529,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 10, "min_level": 31, @@ -5768,7 +7537,7 @@ }, { "pokeapi_id": 53, - "pokemon_name": "persian", + "pokemon_name": "Persian", "method": "walk", "encounter_rate": 5, "min_level": 37, @@ -5776,7 +7545,7 @@ }, { "pokeapi_id": 80, - "pokemon_name": "slowbro", + "pokemon_name": "Slowbro", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -5784,7 +7553,7 @@ }, { "pokeapi_id": 80, - "pokemon_name": "slowbro", + "pokemon_name": "Slowbro", "method": "walk", "encounter_rate": 5, "min_level": 37, @@ -5792,7 +7561,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 5, "min_level": 31, @@ -5800,7 +7569,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 5, "min_level": 15, @@ -5810,11 +7579,11 @@ }, { "name": "Berry Forest", - "order": 89, + "order": 117, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -5822,7 +7591,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "surf", "encounter_rate": 95, "min_level": 5, @@ -5830,7 +7599,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -5838,7 +7607,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -5846,7 +7615,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 40, "min_level": 20, @@ -5854,7 +7623,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -5862,31 +7631,31 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 20, "min_level": 37, "max_level": 37 }, - { - "pokeapi_id": 60, - "pokemon_name": "poliwag", - "method": "good-rod", - "encounter_rate": 20, - "min_level": 5, - "max_level": 15 - }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 20, "min_level": 35, "max_level": 35 }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 5, + "max_level": 15 + }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -5894,7 +7663,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -5902,7 +7671,7 @@ }, { "pokeapi_id": 96, - "pokemon_name": "drowzee", + "pokemon_name": "Drowzee", "method": "walk", "encounter_rate": 10, "min_level": 34, @@ -5910,7 +7679,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 10, "min_level": 32, @@ -5918,7 +7687,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 10, "min_level": 34, @@ -5926,7 +7695,7 @@ }, { "pokeapi_id": 102, - "pokemon_name": "exeggcute", + "pokemon_name": "Exeggcute", "method": "walk", "encounter_rate": 5, "min_level": 35, @@ -5934,7 +7703,7 @@ }, { "pokeapi_id": 97, - "pokemon_name": "hypno", + "pokemon_name": "Hypno", "method": "walk", "encounter_rate": 5, "min_level": 37, @@ -5942,7 +7711,7 @@ }, { "pokeapi_id": 80, - "pokemon_name": "slowbro", + "pokemon_name": "Slowbro", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -5950,7 +7719,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 5, "min_level": 31, @@ -5958,7 +7727,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 5, "min_level": 15, @@ -5966,7 +7735,7 @@ }, { "pokeapi_id": 49, - "pokemon_name": "venomoth", + "pokemon_name": "Venomoth", "method": "walk", "encounter_rate": 5, "min_level": 37, @@ -5976,11 +7745,11 @@ }, { "name": "Bond Bridge", - "order": 90, + "order": 118, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -5988,7 +7757,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 95, "min_level": 5, @@ -5996,7 +7765,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 80, "min_level": 5, @@ -6004,7 +7773,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 80, "min_level": 15, @@ -6012,7 +7781,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 30, "min_level": 29, @@ -6020,7 +7789,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -6028,7 +7797,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -6036,7 +7805,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -6044,7 +7813,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 15, "min_level": 34, @@ -6052,7 +7821,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 10, "min_level": 31, @@ -6060,7 +7829,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 10, "min_level": 36, @@ -6068,7 +7837,7 @@ }, { "pokeapi_id": 53, - "pokemon_name": "persian", + "pokemon_name": "Persian", "method": "walk", "encounter_rate": 5, "min_level": 37, @@ -6076,7 +7845,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 5, "min_level": 31, @@ -6084,7 +7853,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -6092,7 +7861,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 5, "min_level": 34, @@ -6100,7 +7869,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -6108,7 +7877,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -6118,11 +7887,11 @@ }, { "name": "Three Isle Port", - "order": 91, + "order": 119, "encounters": [ { "pokeapi_id": 206, - "pokemon_name": "dunsparce", + "pokemon_name": "Dunsparce", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -6132,11 +7901,11 @@ }, { "name": "Four Island", - "order": 92, + "order": 120, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -6144,7 +7913,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 70, "min_level": 5, @@ -6152,7 +7921,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -6160,7 +7929,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -6168,7 +7937,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 40, "min_level": 20, @@ -6176,7 +7945,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "surf", "encounter_rate": 30, "min_level": 5, @@ -6184,7 +7953,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -6192,7 +7961,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -6200,7 +7969,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -6208,7 +7977,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 5, "min_level": 15, @@ -6218,16 +7987,158 @@ }, { "name": "Icefall Cave", - "order": 93, + "order": 121, "encounters": [], "children": [ { - "name": "Icefall Cave (B1f)", - "order": 94, + "name": "Icefall Cave (Entrance)", + "order": 122, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 5, + "max_level": 5 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "surf", + "encounter_rate": 60, + "min_level": 5, + "max_level": 35 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 61, + "pokemon_name": "Poliwhirl", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 30 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 40, + "min_level": 43, + "max_level": 47 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "surf", + "encounter_rate": 30, + "min_level": 5, + "max_level": 35 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 25, + "min_level": 45, + "max_level": 48 + }, + { + "pokeapi_id": 87, + "pokemon_name": "Dewgong", + "method": "walk", + "encounter_rate": 20, + "min_level": 49, + "max_level": 53 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 15, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 87, + "pokemon_name": "Dewgong", + "method": "surf", + "encounter_rate": 5, + "min_level": 35, + "max_level": 40 + }, + { + "pokeapi_id": 183, + "pokemon_name": "Marill", + "method": "surf", + "encounter_rate": 5, + "min_level": 5, + "max_level": 15 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "super-rod", + "encounter_rate": 5, + "min_level": 15, + "max_level": 35 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "walk", + "encounter_rate": 5, + "min_level": 41, + "max_level": 41 + } + ] + }, + { + "name": "Icefall Cave (1F)", + "order": 123, "encounters": [ { "pokeapi_id": 220, - "pokemon_name": "swinub", + "pokemon_name": "Swinub", "method": "walk", "encounter_rate": 50, "min_level": 23, @@ -6235,7 +8146,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 25, "min_level": 45, @@ -6243,7 +8154,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 10, "min_level": 45, @@ -6251,7 +8162,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -6259,7 +8170,145 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", + "method": "walk", + "encounter_rate": 5, + "min_level": 30, + "max_level": 30 + } + ] + }, + { + "name": "Icefall Cave (1f)", + "order": 124, + "encounters": [ + { + "pokeapi_id": 220, + "pokemon_name": "Swinub", + "method": "walk", + "encounter_rate": 50, + "min_level": 23, + "max_level": 31 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 25, + "min_level": 45, + "max_level": 48 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 10, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 215, + "pokemon_name": "Sneasel", + "method": "walk", + "encounter_rate": 5, + "min_level": 30, + "max_level": 30 + } + ] + }, + { + "name": "Icefall Cave (B1f)", + "order": 125, + "encounters": [ + { + "pokeapi_id": 220, + "pokemon_name": "Swinub", + "method": "walk", + "encounter_rate": 50, + "min_level": 23, + "max_level": 31 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 25, + "min_level": 45, + "max_level": 48 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 10, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 215, + "pokemon_name": "Sneasel", + "method": "walk", + "encounter_rate": 5, + "min_level": 30, + "max_level": 30 + } + ] + }, + { + "name": "Icefall Cave (B1F)", + "order": 126, + "encounters": [ + { + "pokeapi_id": 220, + "pokemon_name": "Swinub", + "method": "walk", + "encounter_rate": 50, + "min_level": 23, + "max_level": 31 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 25, + "min_level": 45, + "max_level": 48 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 10, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 215, + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -6269,11 +8318,11 @@ }, { "name": "Icefall Cave (Waterfall)", - "order": 95, + "order": 127, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -6281,7 +8330,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 95, "min_level": 5, @@ -6289,7 +8338,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 80, "min_level": 5, @@ -6297,7 +8346,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -6305,7 +8354,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 40, "min_level": 43, @@ -6313,7 +8362,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -6321,7 +8370,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 25, "min_level": 45, @@ -6329,7 +8378,7 @@ }, { "pokeapi_id": 87, - "pokemon_name": "dewgong", + "pokemon_name": "Dewgong", "method": "walk", "encounter_rate": 20, "min_level": 49, @@ -6337,7 +8386,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -6345,7 +8394,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -6353,7 +8402,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -6361,7 +8410,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 5, "min_level": 41, @@ -6369,7 +8418,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -6377,7 +8426,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 4, "min_level": 35, @@ -6385,7 +8434,7 @@ }, { "pokeapi_id": 131, - "pokemon_name": "lapras", + "pokemon_name": "Lapras", "method": "surf", "encounter_rate": 1, "min_level": 30, @@ -6393,211 +8442,23 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 1, "min_level": 25, "max_level": 35 } ] - }, - { - "name": "Icefall Cave (Entrance)", - "order": 96, - "encounters": [ - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "old-rod", - "encounter_rate": 100, - "min_level": 5, - "max_level": 5 - }, - { - "pokeapi_id": 60, - "pokemon_name": "poliwag", - "method": "good-rod", - "encounter_rate": 60, - "min_level": 5, - "max_level": 15 - }, - { - "pokeapi_id": 86, - "pokemon_name": "seel", - "method": "surf", - "encounter_rate": 60, - "min_level": 5, - "max_level": 35 - }, - { - "pokeapi_id": 60, - "pokemon_name": "poliwag", - "method": "super-rod", - "encounter_rate": 40, - "min_level": 15, - "max_level": 25 - }, - { - "pokeapi_id": 61, - "pokemon_name": "poliwhirl", - "method": "super-rod", - "encounter_rate": 40, - "min_level": 20, - "max_level": 30 - }, - { - "pokeapi_id": 86, - "pokemon_name": "seel", - "method": "walk", - "encounter_rate": 40, - "min_level": 43, - "max_level": 47 - }, - { - "pokeapi_id": 79, - "pokemon_name": "slowpoke", - "method": "surf", - "encounter_rate": 30, - "min_level": 5, - "max_level": 35 - }, - { - "pokeapi_id": 42, - "pokemon_name": "golbat", - "method": "walk", - "encounter_rate": 25, - "min_level": 45, - "max_level": 48 - }, - { - "pokeapi_id": 87, - "pokemon_name": "dewgong", - "method": "walk", - "encounter_rate": 20, - "min_level": 49, - "max_level": 53 - }, - { - "pokeapi_id": 118, - "pokemon_name": "goldeen", - "method": "good-rod", - "encounter_rate": 20, - "min_level": 5, - "max_level": 15 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "good-rod", - "encounter_rate": 20, - "min_level": 5, - "max_level": 15 - }, - { - "pokeapi_id": 130, - "pokemon_name": "gyarados", - "method": "super-rod", - "encounter_rate": 15, - "min_level": 15, - "max_level": 25 - }, - { - "pokeapi_id": 41, - "pokemon_name": "zubat", - "method": "walk", - "encounter_rate": 10, - "min_level": 40, - "max_level": 40 - }, - { - "pokeapi_id": 87, - "pokemon_name": "dewgong", - "method": "surf", - "encounter_rate": 5, - "min_level": 35, - "max_level": 40 - }, - { - "pokeapi_id": 183, - "pokemon_name": "marill", - "method": "surf", - "encounter_rate": 5, - "min_level": 5, - "max_level": 15 - }, - { - "pokeapi_id": 79, - "pokemon_name": "slowpoke", - "method": "super-rod", - "encounter_rate": 5, - "min_level": 15, - "max_level": 35 - }, - { - "pokeapi_id": 79, - "pokemon_name": "slowpoke", - "method": "walk", - "encounter_rate": 5, - "min_level": 41, - "max_level": 41 - } - ] - }, - { - "name": "Icefall Cave (1f)", - "order": 97, - "encounters": [ - { - "pokeapi_id": 220, - "pokemon_name": "swinub", - "method": "walk", - "encounter_rate": 50, - "min_level": 23, - "max_level": 31 - }, - { - "pokeapi_id": 42, - "pokemon_name": "golbat", - "method": "walk", - "encounter_rate": 25, - "min_level": 45, - "max_level": 48 - }, - { - "pokeapi_id": 86, - "pokemon_name": "seel", - "method": "walk", - "encounter_rate": 10, - "min_level": 45, - "max_level": 45 - }, - { - "pokeapi_id": 41, - "pokemon_name": "zubat", - "method": "walk", - "encounter_rate": 10, - "min_level": 40, - "max_level": 40 - }, - { - "pokeapi_id": 215, - "pokemon_name": "sneasel", - "method": "walk", - "encounter_rate": 5, - "min_level": 30, - "max_level": 30 - } - ] } ] }, { "name": "Resort Gorgeous", - "order": 98, + "order": 128, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -6605,7 +8466,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 80, "min_level": 5, @@ -6613,7 +8474,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 65, "min_level": 5, @@ -6621,7 +8482,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -6629,7 +8490,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -6637,7 +8498,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "surf", "encounter_rate": 30, "min_level": 5, @@ -6645,7 +8506,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -6653,7 +8514,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -6661,7 +8522,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -6669,7 +8530,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -6677,7 +8538,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -6687,19 +8548,27 @@ }, { "name": "Water Labyrinth", - "order": 99, + "order": 129, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, "max_level": 5 }, + { + "pokeapi_id": 175, + "pokemon_name": "Togepi", + "method": "gift", + "encounter_rate": 100, + "min_level": 5, + "max_level": 5 + }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 80, "min_level": 5, @@ -6707,7 +8576,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 65, "min_level": 5, @@ -6715,7 +8584,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -6723,7 +8592,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -6731,7 +8600,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "surf", "encounter_rate": 30, "min_level": 5, @@ -6739,7 +8608,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -6747,7 +8616,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -6755,7 +8624,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -6763,7 +8632,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -6771,29 +8640,21 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 1, "min_level": 25, "max_level": 35 - }, - { - "pokeapi_id": 175, - "pokemon_name": "togepi", - "method": "gift", - "encounter_rate": 100, - "min_level": 5, - "max_level": 5 } ] }, { "name": "Five Island", - "order": 100, + "order": 130, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -6801,7 +8662,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 80, "min_level": 5, @@ -6809,7 +8670,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 65, "min_level": 5, @@ -6817,7 +8678,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -6825,7 +8686,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -6833,7 +8694,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "surf", "encounter_rate": 30, "min_level": 5, @@ -6841,7 +8702,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -6849,7 +8710,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -6857,7 +8718,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -6865,7 +8726,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -6873,7 +8734,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -6883,11 +8744,11 @@ }, { "name": "Five Isle Meadow", - "order": 101, + "order": 131, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -6895,7 +8756,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 80, "min_level": 5, @@ -6903,7 +8764,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 65, "min_level": 5, @@ -6911,7 +8772,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -6919,7 +8780,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -6927,7 +8788,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "surf", "encounter_rate": 30, "min_level": 5, @@ -6935,7 +8796,7 @@ }, { "pokeapi_id": 161, - "pokemon_name": "sentret", + "pokemon_name": "Sentret", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -6943,7 +8804,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -6951,7 +8812,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 20, "min_level": 44, @@ -6959,7 +8820,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -6967,7 +8828,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 15, "min_level": 10, @@ -6975,7 +8836,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 15, "min_level": 48, @@ -6983,7 +8844,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -6991,7 +8852,7 @@ }, { "pokeapi_id": 53, - "pokemon_name": "persian", + "pokemon_name": "Persian", "method": "walk", "encounter_rate": 5, "min_level": 47, @@ -6999,7 +8860,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 5, "min_level": 41, @@ -7007,7 +8868,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -7015,7 +8876,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -7023,7 +8884,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -7033,11 +8894,11 @@ }, { "name": "Memorial Pillar", - "order": 102, + "order": 132, "encounters": [ { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 100, "min_level": 6, @@ -7045,7 +8906,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -7053,7 +8914,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 80, "min_level": 5, @@ -7061,7 +8922,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 65, "min_level": 5, @@ -7069,7 +8930,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -7077,7 +8938,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -7085,7 +8946,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "surf", "encounter_rate": 30, "min_level": 5, @@ -7093,7 +8954,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -7101,7 +8962,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -7109,7 +8970,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -7117,7 +8978,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -7125,7 +8986,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -7135,11 +8996,11 @@ }, { "name": "Outcast Island", - "order": 103, + "order": 133, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -7147,7 +9008,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 95, "min_level": 5, @@ -7155,7 +9016,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 80, "min_level": 5, @@ -7163,7 +9024,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -7171,7 +9032,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -7179,7 +9040,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -7187,7 +9048,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -7195,7 +9056,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -7203,7 +9064,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -7211,7 +9072,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -7221,11 +9082,11 @@ }, { "name": "Green Path", - "order": 104, + "order": 134, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -7233,7 +9094,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 95, "min_level": 5, @@ -7241,7 +9102,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 80, "min_level": 5, @@ -7249,7 +9110,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -7257,7 +9118,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -7265,7 +9126,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -7273,7 +9134,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -7281,7 +9142,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -7289,7 +9150,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -7297,7 +9158,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -7307,11 +9168,11 @@ }, { "name": "Water Path", - "order": 105, + "order": 135, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -7319,7 +9180,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 95, "min_level": 5, @@ -7327,7 +9188,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 80, "min_level": 5, @@ -7335,7 +9196,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -7343,7 +9204,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -7351,7 +9212,7 @@ }, { "pokeapi_id": 161, - "pokemon_name": "sentret", + "pokemon_name": "Sentret", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -7359,7 +9220,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -7367,7 +9228,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 20, "min_level": 44, @@ -7375,7 +9236,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 15, "min_level": 48, @@ -7383,7 +9244,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -7391,7 +9252,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 10, "min_level": 44, @@ -7399,7 +9260,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -7407,7 +9268,7 @@ }, { "pokeapi_id": 53, - "pokemon_name": "persian", + "pokemon_name": "Persian", "method": "walk", "encounter_rate": 5, "min_level": 47, @@ -7415,7 +9276,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 5, "min_level": 41, @@ -7423,7 +9284,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -7431,7 +9292,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 5, "min_level": 48, @@ -7439,7 +9300,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -7447,7 +9308,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -7457,11 +9318,11 @@ }, { "name": "Ruin Valley", - "order": 106, + "order": 136, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -7469,7 +9330,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -7477,7 +9338,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 5, @@ -7485,7 +9346,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -7493,7 +9354,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 40, "min_level": 20, @@ -7501,7 +9362,7 @@ }, { "pokeapi_id": 177, - "pokemon_name": "natu", + "pokemon_name": "Natu", "method": "walk", "encounter_rate": 25, "min_level": 15, @@ -7509,7 +9370,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -7517,7 +9378,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -7525,7 +9386,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 20, "min_level": 44, @@ -7533,7 +9394,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -7541,7 +9402,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -7549,7 +9410,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -7557,7 +9418,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 10, "min_level": 43, @@ -7565,7 +9426,7 @@ }, { "pokeapi_id": 193, - "pokemon_name": "yanma", + "pokemon_name": "Yanma", "method": "walk", "encounter_rate": 10, "min_level": 18, @@ -7573,7 +9434,7 @@ }, { "pokeapi_id": 53, - "pokemon_name": "persian", + "pokemon_name": "Persian", "method": "walk", "encounter_rate": 5, "min_level": 49, @@ -7581,7 +9442,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 5, "min_level": 41, @@ -7589,7 +9450,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 5, "min_level": 15, @@ -7597,7 +9458,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -7607,62 +9468,16 @@ }, { "name": "Lost Cave", - "order": 107, + "order": 137, "encounters": [], "children": [ - { - "name": "Lost Cave (Room 8)", - "order": 108, - "encounters": [ - { - "pokeapi_id": 93, - "pokemon_name": "haunter", - "method": "walk", - "encounter_rate": 30, - "min_level": 44, - "max_level": 52 - }, - { - "pokeapi_id": 92, - "pokemon_name": "gastly", - "method": "walk", - "encounter_rate": 25, - "min_level": 38, - "max_level": 40 - }, - { - "pokeapi_id": 42, - "pokemon_name": "golbat", - "method": "walk", - "encounter_rate": 20, - "min_level": 41, - "max_level": 43 - }, - { - "pokeapi_id": 41, - "pokemon_name": "zubat", - "method": "walk", - "encounter_rate": 20, - "min_level": 37, - "max_level": 37 - }, - { - "pokeapi_id": 200, - "pokemon_name": "misdreavus", - "method": "walk", - "encounter_rate": 5, - "min_level": 22, - "max_level": 22 - } - ] - }, { "name": "Lost Cave (Room 9)", - "order": 109, + "order": 138, "encounters": [ { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 44, @@ -7670,7 +9485,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 25, "min_level": 38, @@ -7678,7 +9493,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -7686,7 +9501,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -7694,7 +9509,7 @@ }, { "pokeapi_id": 200, - "pokemon_name": "misdreavus", + "pokemon_name": "Misdreavus", "method": "walk", "encounter_rate": 5, "min_level": 22, @@ -7704,11 +9519,11 @@ }, { "name": "Lost Cave (Room 10)", - "order": 110, + "order": 139, "encounters": [ { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 44, @@ -7716,7 +9531,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 25, "min_level": 38, @@ -7724,7 +9539,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -7732,7 +9547,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -7740,7 +9555,7 @@ }, { "pokeapi_id": 200, - "pokemon_name": "misdreavus", + "pokemon_name": "Misdreavus", "method": "walk", "encounter_rate": 5, "min_level": 22, @@ -7750,11 +9565,11 @@ }, { "name": "Lost Cave (Room 1)", - "order": 111, + "order": 140, "encounters": [ { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 44, @@ -7762,7 +9577,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 25, "min_level": 38, @@ -7770,7 +9585,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -7778,7 +9593,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -7786,7 +9601,7 @@ }, { "pokeapi_id": 200, - "pokemon_name": "misdreavus", + "pokemon_name": "Misdreavus", "method": "walk", "encounter_rate": 5, "min_level": 22, @@ -7796,11 +9611,11 @@ }, { "name": "Lost Cave (Room 2)", - "order": 112, + "order": 141, "encounters": [ { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 44, @@ -7808,7 +9623,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 25, "min_level": 38, @@ -7816,7 +9631,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -7824,7 +9639,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -7832,7 +9647,7 @@ }, { "pokeapi_id": 200, - "pokemon_name": "misdreavus", + "pokemon_name": "Misdreavus", "method": "walk", "encounter_rate": 5, "min_level": 22, @@ -7842,11 +9657,11 @@ }, { "name": "Lost Cave (Room 3)", - "order": 113, + "order": 142, "encounters": [ { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 44, @@ -7854,7 +9669,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 25, "min_level": 38, @@ -7862,7 +9677,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -7870,7 +9685,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -7878,7 +9693,7 @@ }, { "pokeapi_id": 200, - "pokemon_name": "misdreavus", + "pokemon_name": "Misdreavus", "method": "walk", "encounter_rate": 5, "min_level": 22, @@ -7887,12 +9702,12 @@ ] }, { - "name": "Lost Cave (Room 6)", - "order": 114, + "name": "Lost Cave (Room 8)", + "order": 143, "encounters": [ { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 44, @@ -7900,7 +9715,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 25, "min_level": 38, @@ -7908,7 +9723,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -7916,7 +9731,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -7924,53 +9739,7 @@ }, { "pokeapi_id": 200, - "pokemon_name": "misdreavus", - "method": "walk", - "encounter_rate": 5, - "min_level": 22, - "max_level": 22 - } - ] - }, - { - "name": "Lost Cave (Room 7)", - "order": 115, - "encounters": [ - { - "pokeapi_id": 93, - "pokemon_name": "haunter", - "method": "walk", - "encounter_rate": 30, - "min_level": 44, - "max_level": 52 - }, - { - "pokeapi_id": 92, - "pokemon_name": "gastly", - "method": "walk", - "encounter_rate": 25, - "min_level": 38, - "max_level": 40 - }, - { - "pokeapi_id": 42, - "pokemon_name": "golbat", - "method": "walk", - "encounter_rate": 20, - "min_level": 41, - "max_level": 43 - }, - { - "pokeapi_id": 41, - "pokemon_name": "zubat", - "method": "walk", - "encounter_rate": 20, - "min_level": 37, - "max_level": 37 - }, - { - "pokeapi_id": 200, - "pokemon_name": "misdreavus", + "pokemon_name": "Misdreavus", "method": "walk", "encounter_rate": 5, "min_level": 22, @@ -7980,11 +9749,11 @@ }, { "name": "Lost Cave (Item Rooms)", - "order": 116, + "order": 144, "encounters": [ { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 44, @@ -7992,7 +9761,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 20, "min_level": 40, @@ -8000,7 +9769,7 @@ }, { "pokeapi_id": 200, - "pokemon_name": "misdreavus", + "pokemon_name": "Misdreavus", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -8008,7 +9777,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -8016,7 +9785,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -8026,11 +9795,11 @@ }, { "name": "Lost Cave (Room 4)", - "order": 117, + "order": 145, "encounters": [ { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 44, @@ -8038,7 +9807,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 25, "min_level": 38, @@ -8046,7 +9815,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -8054,7 +9823,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -8062,7 +9831,7 @@ }, { "pokeapi_id": 200, - "pokemon_name": "misdreavus", + "pokemon_name": "Misdreavus", "method": "walk", "encounter_rate": 5, "min_level": 22, @@ -8072,11 +9841,11 @@ }, { "name": "Lost Cave (Room 5)", - "order": 118, + "order": 146, "encounters": [ { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 44, @@ -8084,7 +9853,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 25, "min_level": 38, @@ -8092,7 +9861,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -8100,7 +9869,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -8108,7 +9877,99 @@ }, { "pokeapi_id": 200, - "pokemon_name": "misdreavus", + "pokemon_name": "Misdreavus", + "method": "walk", + "encounter_rate": 5, + "min_level": 22, + "max_level": 22 + } + ] + }, + { + "name": "Lost Cave (Room 6)", + "order": 147, + "encounters": [ + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 30, + "min_level": 44, + "max_level": 52 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 25, + "min_level": 38, + "max_level": 40 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 41, + "max_level": 43 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 20, + "min_level": 37, + "max_level": 37 + }, + { + "pokeapi_id": 200, + "pokemon_name": "Misdreavus", + "method": "walk", + "encounter_rate": 5, + "min_level": 22, + "max_level": 22 + } + ] + }, + { + "name": "Lost Cave (Room 7)", + "order": 148, + "encounters": [ + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 30, + "min_level": 44, + "max_level": 52 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 25, + "min_level": 38, + "max_level": 40 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 41, + "max_level": 43 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 20, + "min_level": 37, + "max_level": 37 + }, + { + "pokeapi_id": 200, + "pokemon_name": "Misdreavus", "method": "walk", "encounter_rate": 5, "min_level": 22, @@ -8120,11 +9981,11 @@ }, { "name": "Pattern Bush", - "order": 119, + "order": 149, "encounters": [ { "pokeapi_id": 165, - "pokemon_name": "ledyba", + "pokemon_name": "Ledyba", "method": "walk", "encounter_rate": 30, "min_level": 9, @@ -8132,7 +9993,7 @@ }, { "pokeapi_id": 214, - "pokemon_name": "heracross", + "pokemon_name": "Heracross", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -8140,7 +10001,7 @@ }, { "pokeapi_id": 14, - "pokemon_name": "kakuna", + "pokemon_name": "Kakuna", "method": "walk", "encounter_rate": 20, "min_level": 9, @@ -8148,7 +10009,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -8156,7 +10017,7 @@ }, { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -8164,7 +10025,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 5, "min_level": 9, @@ -8172,7 +10033,7 @@ }, { "pokeapi_id": 167, - "pokemon_name": "spinarak", + "pokemon_name": "Spinarak", "method": "walk", "encounter_rate": 5, "min_level": 9, @@ -8182,11 +10043,11 @@ }, { "name": "Trainer Tower", - "order": 120, + "order": 150, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -8194,7 +10055,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 5, @@ -8202,7 +10063,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 80, "min_level": 5, @@ -8210,7 +10071,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -8218,7 +10079,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -8226,7 +10087,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -8234,7 +10095,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -8242,7 +10103,7 @@ }, { "pokeapi_id": 226, - "pokemon_name": "mantine", + "pokemon_name": "Mantine", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -8250,7 +10111,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -8258,7 +10119,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -8266,7 +10127,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -8276,11 +10137,11 @@ }, { "name": "Canyon Entrance", - "order": 121, + "order": 151, "encounters": [ { "pokeapi_id": 161, - "pokemon_name": "sentret", + "pokemon_name": "Sentret", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -8288,7 +10149,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 20, "min_level": 44, @@ -8296,7 +10157,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 15, "min_level": 48, @@ -8304,7 +10165,7 @@ }, { "pokeapi_id": 231, - "pokemon_name": "phanpy", + "pokemon_name": "Phanpy", "method": "walk", "encounter_rate": 15, "min_level": 10, @@ -8312,7 +10173,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -8320,7 +10181,7 @@ }, { "pokeapi_id": 53, - "pokemon_name": "persian", + "pokemon_name": "Persian", "method": "walk", "encounter_rate": 5, "min_level": 47, @@ -8328,7 +10189,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 5, "min_level": 41, @@ -8338,11 +10199,11 @@ }, { "name": "Sevault Canyon", - "order": 122, + "order": 152, "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 65, "min_level": 25, @@ -8350,7 +10211,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 35, "min_level": 30, @@ -8358,7 +10219,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 20, "min_level": 46, @@ -8366,7 +10227,7 @@ }, { "pokeapi_id": 231, - "pokemon_name": "phanpy", + "pokemon_name": "Phanpy", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -8374,7 +10235,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 15, "min_level": 50, @@ -8382,7 +10243,7 @@ }, { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 10, "min_level": 46, @@ -8390,7 +10251,7 @@ }, { "pokeapi_id": 105, - "pokemon_name": "marowak", + "pokemon_name": "Marowak", "method": "walk", "encounter_rate": 10, "min_level": 52, @@ -8398,23 +10259,15 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 10, "min_level": 43, "max_level": 43 }, - { - "pokeapi_id": 246, - "pokemon_name": "larvitar", - "method": "walk", - "encounter_rate": 5, - "min_level": 15, - "max_level": 20 - }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 54, @@ -8422,21 +10275,29 @@ }, { "pokeapi_id": 53, - "pokemon_name": "persian", + "pokemon_name": "Persian", "method": "walk", "encounter_rate": 5, "min_level": 49, "max_level": 52 + }, + { + "pokeapi_id": 246, + "pokemon_name": "Larvitar", + "method": "walk", + "encounter_rate": 5, + "min_level": 15, + "max_level": 20 } ] }, { "name": "Tanoby Ruins", - "order": 123, + "order": 153, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -8444,7 +10305,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 5, @@ -8452,7 +10313,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 80, "min_level": 5, @@ -8460,7 +10321,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -8468,7 +10329,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -8476,7 +10337,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 20, "min_level": 5, @@ -8484,7 +10345,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 15, @@ -8492,7 +10353,7 @@ }, { "pokeapi_id": 226, - "pokemon_name": "mantine", + "pokemon_name": "Mantine", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -8500,7 +10361,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -8508,7 +10369,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 4, "min_level": 25, @@ -8516,7 +10377,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 1, "min_level": 25, @@ -8526,11 +10387,11 @@ }, { "name": "Monean Chamber", - "order": 124, + "order": 154, "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 25, @@ -8540,11 +10401,11 @@ }, { "name": "Liptoo Chamber", - "order": 125, + "order": 155, "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 25, @@ -8554,11 +10415,11 @@ }, { "name": "Weepth Chamber", - "order": 126, + "order": 156, "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 25, @@ -8568,11 +10429,11 @@ }, { "name": "Dilford Chamber", - "order": 127, + "order": 157, "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 25, @@ -8582,11 +10443,11 @@ }, { "name": "Scufib Chamber", - "order": 128, + "order": 158, "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 25, @@ -8596,11 +10457,11 @@ }, { "name": "Rixy Chamber", - "order": 129, + "order": 159, "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 25, @@ -8610,11 +10471,11 @@ }, { "name": "Viapos Chamber", - "order": 130, + "order": 160, "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 25, @@ -8624,58 +10485,16 @@ }, { "name": "Altering Cave", - "order": 131, + "order": 161, "encounters": [], "children": [ - { - "name": "Altering Cave (B)", - "order": 132, - "encounters": [ - { - "pokeapi_id": 179, - "pokemon_name": "mareep", - "method": "walk", - "encounter_rate": 100, - "min_level": 3, - "max_level": 13 - } - ] - }, - { - "name": "Altering Cave (C)", - "order": 133, - "encounters": [ - { - "pokeapi_id": 204, - "pokemon_name": "pineco", - "method": "walk", - "encounter_rate": 100, - "min_level": 19, - "max_level": 29 - } - ] - }, - { - "name": "Altering Cave (F)", - "order": 134, - "encounters": [ - { - "pokeapi_id": 190, - "pokemon_name": "aipom", - "method": "walk", - "encounter_rate": 100, - "min_level": 18, - "max_level": 28 - } - ] - }, { "name": "Altering Cave (H)", - "order": 135, + "order": 162, "encounters": [ { "pokeapi_id": 234, - "pokemon_name": "stantler", + "pokemon_name": "Stantler", "method": "walk", "encounter_rate": 100, "min_level": 18, @@ -8685,11 +10504,11 @@ }, { "name": "Altering Cave (A)", - "order": 136, + "order": 163, "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 100, "min_level": 6, @@ -8698,26 +10517,26 @@ ] }, { - "name": "Altering Cave (D)", - "order": 137, + "name": "Altering Cave (C)", + "order": 164, "encounters": [ { - "pokeapi_id": 228, - "pokemon_name": "houndour", + "pokeapi_id": 204, + "pokemon_name": "Pineco", "method": "walk", "encounter_rate": 100, - "min_level": 12, - "max_level": 22 + "min_level": 19, + "max_level": 29 } ] }, { "name": "Altering Cave (E)", - "order": 138, + "order": 165, "encounters": [ { "pokeapi_id": 216, - "pokemon_name": "teddiursa", + "pokemon_name": "Teddiursa", "method": "walk", "encounter_rate": 100, "min_level": 18, @@ -8727,11 +10546,11 @@ }, { "name": "Altering Cave (G)", - "order": 139, + "order": 166, "encounters": [ { "pokeapi_id": 213, - "pokemon_name": "shuckle", + "pokemon_name": "Shuckle", "method": "walk", "encounter_rate": 100, "min_level": 18, @@ -8741,11 +10560,53 @@ }, { "name": "Altering Cave (I)", - "order": 140, + "order": 167, "encounters": [ { "pokeapi_id": 235, - "pokemon_name": "smeargle", + "pokemon_name": "Smeargle", + "method": "walk", + "encounter_rate": 100, + "min_level": 18, + "max_level": 28 + } + ] + }, + { + "name": "Altering Cave (B)", + "order": 168, + "encounters": [ + { + "pokeapi_id": 179, + "pokemon_name": "Mareep", + "method": "walk", + "encounter_rate": 100, + "min_level": 3, + "max_level": 13 + } + ] + }, + { + "name": "Altering Cave (D)", + "order": 169, + "encounters": [ + { + "pokeapi_id": 228, + "pokemon_name": "Houndour", + "method": "walk", + "encounter_rate": 100, + "min_level": 12, + "max_level": 22 + } + ] + }, + { + "name": "Altering Cave (F)", + "order": 170, + "encounters": [ + { + "pokeapi_id": 190, + "pokemon_name": "Aipom", "method": "walk", "encounter_rate": 100, "min_level": 18, diff --git a/backend/src/app/seeds/data/legends-z-a.json b/backend/src/app/seeds/data/legends-z-a.json index 36ef66a..c569f9f 100644 --- a/backend/src/app/seeds/data/legends-z-a.json +++ b/backend/src/app/seeds/data/legends-z-a.json @@ -5,7 +5,7 @@ "encounters": [ { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 100, "min_level": 3, @@ -13,7 +13,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 100, "min_level": 3, @@ -21,7 +21,7 @@ }, { "pokeapi_id": 172, - "pokemon_name": "pichu", + "pokemon_name": "Pichu", "method": "walk", "encounter_rate": 100, "min_level": 4, @@ -29,7 +29,7 @@ }, { "pokeapi_id": 179, - "pokemon_name": "mareep", + "pokemon_name": "Mareep", "method": "walk", "encounter_rate": 100, "min_level": 3, @@ -37,7 +37,7 @@ }, { "pokeapi_id": 659, - "pokemon_name": "bunnelby", + "pokemon_name": "Bunnelby", "method": "walk", "encounter_rate": 100, "min_level": 3, @@ -45,7 +45,7 @@ }, { "pokeapi_id": 661, - "pokemon_name": "fletchling", + "pokemon_name": "Fletchling", "method": "walk", "encounter_rate": 100, "min_level": 3, @@ -53,7 +53,7 @@ }, { "pokeapi_id": 664, - "pokemon_name": "scatterbug", + "pokemon_name": "Scatterbug", "method": "walk", "encounter_rate": 100, "min_level": 3, @@ -67,7 +67,7 @@ "encounters": [ { "pokeapi_id": 14, - "pokemon_name": "kakuna", + "pokemon_name": "Kakuna", "method": "walk", "encounter_rate": 100, "min_level": 7, @@ -75,7 +75,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -83,7 +83,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -91,7 +91,7 @@ }, { "pokeapi_id": 406, - "pokemon_name": "budew", + "pokemon_name": "Budew", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -99,7 +99,7 @@ }, { "pokeapi_id": 504, - "pokemon_name": "patrat", + "pokemon_name": "Patrat", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -107,7 +107,7 @@ }, { "pokeapi_id": 688, - "pokemon_name": "binacle", + "pokemon_name": "Binacle", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -121,7 +121,7 @@ "encounters": [ { "pokeapi_id": 25, - "pokemon_name": "pikachu", + "pokemon_name": "Pikachu", "method": "walk", "encounter_rate": 100, "min_level": 6, @@ -129,7 +129,7 @@ }, { "pokeapi_id": 667, - "pokemon_name": "litleo", + "pokemon_name": "Litleo", "method": "walk", "encounter_rate": 100, "min_level": 6, @@ -137,7 +137,7 @@ }, { "pokeapi_id": 672, - "pokemon_name": "skiddo", + "pokemon_name": "Skiddo", "method": "walk", "encounter_rate": 100, "min_level": 6, @@ -145,7 +145,7 @@ }, { "pokeapi_id": 674, - "pokemon_name": "pancham", + "pokemon_name": "Pancham", "method": "walk", "encounter_rate": 100, "min_level": 7, @@ -153,7 +153,7 @@ }, { "pokeapi_id": 677, - "pokemon_name": "espurr", + "pokemon_name": "Espurr", "method": "walk", "encounter_rate": 100, "min_level": 7, @@ -161,7 +161,7 @@ }, { "pokeapi_id": 669, - "pokemon_name": "flabebe", + "pokemon_name": "Flabebe", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -175,7 +175,7 @@ "encounters": [ { "pokeapi_id": 23, - "pokemon_name": "ekans", + "pokemon_name": "Ekans", "method": "walk", "encounter_rate": 100, "min_level": 8, @@ -183,7 +183,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 100, "min_level": 9, @@ -191,7 +191,7 @@ }, { "pokeapi_id": 167, - "pokemon_name": "spinarak", + "pokemon_name": "Spinarak", "method": "walk", "encounter_rate": 100, "min_level": 7, @@ -199,7 +199,7 @@ }, { "pokeapi_id": 504, - "pokemon_name": "patrat", + "pokemon_name": "Patrat", "method": "walk", "encounter_rate": 100, "min_level": 8, @@ -207,7 +207,7 @@ }, { "pokeapi_id": 665, - "pokemon_name": "spewpa", + "pokemon_name": "Spewpa", "method": "walk", "encounter_rate": 100, "min_level": 9, @@ -215,7 +215,7 @@ }, { "pokeapi_id": 679, - "pokemon_name": "honedge", + "pokemon_name": "Honedge", "method": "walk", "encounter_rate": 100, "min_level": 10, @@ -229,7 +229,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 100, "min_level": 11, @@ -237,7 +237,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 100, "min_level": 18, @@ -245,7 +245,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 100, "min_level": 12, @@ -253,7 +253,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 100, "min_level": 11, @@ -261,7 +261,7 @@ }, { "pokeapi_id": 309, - "pokemon_name": "electrike", + "pokemon_name": "Electrike", "method": "walk", "encounter_rate": 100, "min_level": 16, @@ -269,7 +269,7 @@ }, { "pokeapi_id": 504, - "pokemon_name": "patrat", + "pokemon_name": "Patrat", "method": "walk", "encounter_rate": 100, "min_level": 11, @@ -277,7 +277,7 @@ }, { "pokeapi_id": 543, - "pokemon_name": "venipede", + "pokemon_name": "Venipede", "method": "walk", "encounter_rate": 100, "min_level": 14, @@ -285,7 +285,7 @@ }, { "pokeapi_id": 659, - "pokemon_name": "bunnelby", + "pokemon_name": "Bunnelby", "method": "walk", "encounter_rate": 100, "min_level": 11, @@ -293,7 +293,7 @@ }, { "pokeapi_id": 661, - "pokemon_name": "fletchling", + "pokemon_name": "Fletchling", "method": "walk", "encounter_rate": 100, "min_level": 11, @@ -301,7 +301,7 @@ }, { "pokeapi_id": 662, - "pokemon_name": "fletchinder", + "pokemon_name": "Fletchinder", "method": "walk", "encounter_rate": 100, "min_level": 18, @@ -309,7 +309,7 @@ }, { "pokeapi_id": 688, - "pokemon_name": "binacle", + "pokemon_name": "Binacle", "method": "walk", "encounter_rate": 100, "min_level": 13, @@ -323,7 +323,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "walk", "encounter_rate": 100, "min_level": 17, @@ -331,7 +331,7 @@ }, { "pokeapi_id": 180, - "pokemon_name": "flaaffy", + "pokemon_name": "Flaaffy", "method": "walk", "encounter_rate": 100, "min_level": 19, @@ -339,7 +339,7 @@ }, { "pokeapi_id": 228, - "pokemon_name": "houndour", + "pokemon_name": "Houndour", "method": "walk", "encounter_rate": 100, "min_level": 17, @@ -347,7 +347,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 100, "min_level": 19, @@ -355,7 +355,7 @@ }, { "pokeapi_id": 333, - "pokemon_name": "swablu", + "pokemon_name": "Swablu", "method": "walk", "encounter_rate": 100, "min_level": 17, @@ -363,7 +363,7 @@ }, { "pokeapi_id": 427, - "pokemon_name": "buneary", + "pokemon_name": "Buneary", "method": "walk", "encounter_rate": 100, "min_level": 17, @@ -371,7 +371,7 @@ }, { "pokeapi_id": 688, - "pokemon_name": "binacle", + "pokemon_name": "Binacle", "method": "walk", "encounter_rate": 100, "min_level": 19, @@ -385,7 +385,7 @@ "encounters": [ { "pokeapi_id": 449, - "pokemon_name": "hippopotas", + "pokemon_name": "Hippopotas", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -393,7 +393,7 @@ }, { "pokeapi_id": 531, - "pokemon_name": "audino", + "pokemon_name": "Audino", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -401,7 +401,7 @@ }, { "pokeapi_id": 582, - "pokemon_name": "vanillite", + "pokemon_name": "Vanillite", "method": "walk", "encounter_rate": 100, "min_level": 19, @@ -409,7 +409,7 @@ }, { "pokeapi_id": 14, - "pokemon_name": "kakuna", + "pokemon_name": "Kakuna", "method": "walk", "encounter_rate": 100, "min_level": 19, @@ -417,7 +417,7 @@ }, { "pokeapi_id": 315, - "pokemon_name": "roselia", + "pokemon_name": "Roselia", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -425,7 +425,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 100, "min_level": 19, @@ -433,7 +433,7 @@ }, { "pokeapi_id": 353, - "pokemon_name": "shuppet", + "pokemon_name": "Shuppet", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -441,7 +441,7 @@ }, { "pokeapi_id": 670, - "pokemon_name": "floette", + "pokemon_name": "Floette", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -455,7 +455,7 @@ "encounters": [ { "pokeapi_id": 552, - "pokemon_name": "krokorok", + "pokemon_name": "Krokorok", "method": "walk", "encounter_rate": 100, "min_level": 29, @@ -463,7 +463,7 @@ }, { "pokeapi_id": 551, - "pokemon_name": "sandile", + "pokemon_name": "Sandile", "method": "walk", "encounter_rate": 100, "min_level": 23, @@ -471,7 +471,7 @@ }, { "pokeapi_id": 443, - "pokemon_name": "gible", + "pokemon_name": "Gible", "method": "walk", "encounter_rate": 100, "min_level": 24, @@ -479,7 +479,7 @@ }, { "pokeapi_id": 529, - "pokemon_name": "drilbur", + "pokemon_name": "Drilbur", "method": "walk", "encounter_rate": 100, "min_level": 23, @@ -487,7 +487,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 100, "min_level": 24, @@ -495,7 +495,7 @@ }, { "pokeapi_id": 322, - "pokemon_name": "numel", + "pokemon_name": "Numel", "method": "walk", "encounter_rate": 100, "min_level": 23, @@ -509,7 +509,7 @@ "encounters": [ { "pokeapi_id": 703, - "pokemon_name": "carbink", + "pokemon_name": "Carbink", "method": "walk", "encounter_rate": 100, "min_level": 28, @@ -517,7 +517,7 @@ }, { "pokeapi_id": 677, - "pokemon_name": "espurr", + "pokemon_name": "Espurr", "method": "walk", "encounter_rate": 100, "min_level": 27, @@ -525,7 +525,7 @@ }, { "pokeapi_id": 662, - "pokemon_name": "fletchinder", + "pokemon_name": "Fletchinder", "method": "walk", "encounter_rate": 100, "min_level": 27, @@ -533,7 +533,7 @@ }, { "pokeapi_id": 64, - "pokemon_name": "kadabra", + "pokemon_name": "Kadabra", "method": "walk", "encounter_rate": 100, "min_level": 28, @@ -541,7 +541,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 100, "min_level": 28, @@ -549,7 +549,7 @@ }, { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 100, "min_level": 27, @@ -563,7 +563,7 @@ "encounters": [ { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 100, "min_level": 30, @@ -571,7 +571,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 100, "min_level": 31, @@ -579,7 +579,7 @@ }, { "pokeapi_id": 505, - "pokemon_name": "watchog", + "pokemon_name": "Watchog", "method": "walk", "encounter_rate": 100, "min_level": 30, @@ -587,7 +587,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 100, "min_level": 29, @@ -595,7 +595,7 @@ }, { "pokeapi_id": 318, - "pokemon_name": "carvanha", + "pokemon_name": "Carvanha", "method": "walk", "encounter_rate": 100, "min_level": 30, @@ -603,7 +603,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "walk", "encounter_rate": 100, "min_level": 30, @@ -611,7 +611,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "walk", "encounter_rate": 100, "min_level": 31, @@ -619,7 +619,7 @@ }, { "pokeapi_id": 602, - "pokemon_name": "tynamo", + "pokemon_name": "Tynamo", "method": "walk", "encounter_rate": 100, "min_level": 31, @@ -633,7 +633,7 @@ "encounters": [ { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "walk", "encounter_rate": 100, "min_level": 31, @@ -641,7 +641,7 @@ }, { "pokeapi_id": 692, - "pokemon_name": "clauncher", + "pokemon_name": "Clauncher", "method": "walk", "encounter_rate": 100, "min_level": 30, @@ -649,7 +649,7 @@ }, { "pokeapi_id": 676, - "pokemon_name": "furfrou", + "pokemon_name": "Furfrou", "method": "walk", "encounter_rate": 100, "min_level": 30, @@ -657,7 +657,7 @@ }, { "pokeapi_id": 686, - "pokemon_name": "inkay", + "pokemon_name": "Inkay", "method": "walk", "encounter_rate": 100, "min_level": 31, @@ -665,7 +665,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 100, "min_level": 30, @@ -673,7 +673,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "walk", "encounter_rate": 100, "min_level": 31, @@ -687,7 +687,7 @@ "encounters": [ { "pokeapi_id": 225, - "pokemon_name": "delibird", + "pokemon_name": "Delibird", "method": "walk", "encounter_rate": 100, "min_level": 32, @@ -695,7 +695,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 100, "min_level": 32, @@ -703,7 +703,7 @@ }, { "pokeapi_id": 459, - "pokemon_name": "snover", + "pokemon_name": "Snover", "method": "walk", "encounter_rate": 100, "min_level": 32, @@ -711,7 +711,7 @@ }, { "pokeapi_id": 712, - "pokemon_name": "bergmite", + "pokemon_name": "Bergmite", "method": "walk", "encounter_rate": 100, "min_level": 32, @@ -719,7 +719,7 @@ }, { "pokeapi_id": 582, - "pokemon_name": "vanillite", + "pokemon_name": "Vanillite", "method": "walk", "encounter_rate": 100, "min_level": 35, @@ -727,7 +727,7 @@ }, { "pokeapi_id": 673, - "pokemon_name": "gogoat", + "pokemon_name": "Gogoat", "method": "walk", "encounter_rate": 100, "min_level": 32, @@ -735,7 +735,7 @@ }, { "pokeapi_id": 361, - "pokemon_name": "snorunt", + "pokemon_name": "Snorunt", "method": "walk", "encounter_rate": 100, "min_level": 32, @@ -743,7 +743,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 100, "min_level": 34, @@ -751,7 +751,7 @@ }, { "pokeapi_id": 713, - "pokemon_name": "avalugg", + "pokemon_name": "Avalugg", "method": "walk", "encounter_rate": 100, "min_level": 34, @@ -765,7 +765,7 @@ "encounters": [ { "pokeapi_id": 708, - "pokemon_name": "phantump", + "pokemon_name": "Phantump", "method": "walk", "encounter_rate": 100, "min_level": 36, @@ -773,7 +773,7 @@ }, { "pokeapi_id": 666, - "pokemon_name": "vivillon", + "pokemon_name": "Vivillon", "method": "walk", "encounter_rate": 100, "min_level": 36, @@ -781,7 +781,7 @@ }, { "pokeapi_id": 214, - "pokemon_name": "heracross", + "pokemon_name": "Heracross", "method": "walk", "encounter_rate": 100, "min_level": 36, @@ -789,7 +789,7 @@ }, { "pokeapi_id": 127, - "pokemon_name": "pinsir", + "pokemon_name": "Pinsir", "method": "walk", "encounter_rate": 100, "min_level": 36, @@ -797,7 +797,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 100, "min_level": 36, @@ -805,7 +805,7 @@ }, { "pokeapi_id": 123, - "pokemon_name": "scyther", + "pokemon_name": "Scyther", "method": "walk", "encounter_rate": 100, "min_level": 37, @@ -819,7 +819,7 @@ "encounters": [ { "pokeapi_id": 694, - "pokemon_name": "helioptile", + "pokemon_name": "Helioptile", "method": "walk", "encounter_rate": 100, "min_level": 37, @@ -827,7 +827,7 @@ }, { "pokeapi_id": 529, - "pokemon_name": "drilbur", + "pokemon_name": "Drilbur", "method": "walk", "encounter_rate": 100, "min_level": 28, @@ -835,7 +835,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 100, "min_level": 37, @@ -843,7 +843,7 @@ }, { "pokeapi_id": 304, - "pokemon_name": "aron", + "pokemon_name": "Aron", "method": "walk", "encounter_rate": 100, "min_level": 28, @@ -851,7 +851,7 @@ }, { "pokeapi_id": 305, - "pokemon_name": "lairon", + "pokemon_name": "Lairon", "method": "walk", "encounter_rate": 100, "min_level": 38, @@ -859,7 +859,7 @@ }, { "pokeapi_id": 530, - "pokemon_name": "excadrill", + "pokemon_name": "Excadrill", "method": "walk", "encounter_rate": 100, "min_level": 38, @@ -867,7 +867,7 @@ }, { "pokeapi_id": 587, - "pokemon_name": "emolga", + "pokemon_name": "Emolga", "method": "walk", "encounter_rate": 100, "min_level": 36, @@ -881,7 +881,7 @@ "encounters": [ { "pokeapi_id": 15, - "pokemon_name": "beedrill", + "pokemon_name": "Beedrill", "method": "walk", "encounter_rate": 100, "min_level": 41, @@ -889,7 +889,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 100, "min_level": 40, @@ -897,7 +897,7 @@ }, { "pokeapi_id": 246, - "pokemon_name": "larvitar", + "pokemon_name": "Larvitar", "method": "walk", "encounter_rate": 100, "min_level": 40, @@ -905,7 +905,7 @@ }, { "pokeapi_id": 353, - "pokemon_name": "shuppet", + "pokemon_name": "Shuppet", "method": "walk", "encounter_rate": 100, "min_level": 40, @@ -913,7 +913,7 @@ }, { "pokeapi_id": 544, - "pokemon_name": "whirlipede", + "pokemon_name": "Whirlipede", "method": "walk", "encounter_rate": 100, "min_level": 40, @@ -921,7 +921,7 @@ }, { "pokeapi_id": 545, - "pokemon_name": "scolipede", + "pokemon_name": "Scolipede", "method": "walk", "encounter_rate": 100, "min_level": 42, @@ -935,7 +935,7 @@ "encounters": [ { "pokeapi_id": 870, - "pokemon_name": "falinks", + "pokemon_name": "Falinks", "method": "walk", "encounter_rate": 100, "min_level": 41, @@ -943,7 +943,7 @@ }, { "pokeapi_id": 180, - "pokemon_name": "flaaffy", + "pokemon_name": "Flaaffy", "method": "walk", "encounter_rate": 100, "min_level": 40, @@ -951,7 +951,7 @@ }, { "pokeapi_id": 121, - "pokemon_name": "starmie", + "pokemon_name": "Starmie", "method": "walk", "encounter_rate": 100, "min_level": 41, @@ -959,7 +959,7 @@ }, { "pokeapi_id": 689, - "pokemon_name": "barbaracle", + "pokemon_name": "Barbaracle", "method": "walk", "encounter_rate": 100, "min_level": 41, @@ -967,7 +967,7 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 100, "min_level": 40, @@ -975,7 +975,7 @@ }, { "pokeapi_id": 671, - "pokemon_name": "florges", + "pokemon_name": "Florges", "method": "walk", "encounter_rate": 100, "min_level": 42, @@ -983,7 +983,7 @@ }, { "pokeapi_id": 656, - "pokemon_name": "froakie", + "pokemon_name": "Froakie", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -997,7 +997,7 @@ "encounters": [ { "pokeapi_id": 707, - "pokemon_name": "klefki", + "pokemon_name": "Klefki", "method": "walk", "encounter_rate": 100, "min_level": 44, @@ -1005,7 +1005,7 @@ }, { "pokeapi_id": 608, - "pokemon_name": "lampent", + "pokemon_name": "Lampent", "method": "walk", "encounter_rate": 100, "min_level": 45, @@ -1013,7 +1013,7 @@ }, { "pokeapi_id": 227, - "pokemon_name": "skarmory", + "pokemon_name": "Skarmory", "method": "walk", "encounter_rate": 100, "min_level": 45, @@ -1021,7 +1021,7 @@ }, { "pokeapi_id": 663, - "pokemon_name": "talonflame", + "pokemon_name": "Talonflame", "method": "walk", "encounter_rate": 100, "min_level": 45, @@ -1029,7 +1029,7 @@ }, { "pokeapi_id": 668, - "pokemon_name": "pyroar", + "pokemon_name": "Pyroar", "method": "walk", "encounter_rate": 100, "min_level": 44, @@ -1037,7 +1037,7 @@ }, { "pokeapi_id": 660, - "pokemon_name": "diggersby", + "pokemon_name": "Diggersby", "method": "walk", "encounter_rate": 100, "min_level": 44, @@ -1045,7 +1045,7 @@ }, { "pokeapi_id": 650, - "pokemon_name": "chespin", + "pokemon_name": "Chespin", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -1059,7 +1059,7 @@ "encounters": [ { "pokeapi_id": 714, - "pokemon_name": "noibat", + "pokemon_name": "Noibat", "method": "walk", "encounter_rate": 100, "min_level": 44, @@ -1067,7 +1067,7 @@ }, { "pokeapi_id": 653, - "pokemon_name": "fennekin", + "pokemon_name": "Fennekin", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -1075,7 +1075,7 @@ }, { "pokeapi_id": 371, - "pokemon_name": "bagon", + "pokemon_name": "Bagon", "method": "walk", "encounter_rate": 100, "min_level": 44, @@ -1083,7 +1083,7 @@ }, { "pokeapi_id": 334, - "pokemon_name": "altaria", + "pokemon_name": "Altaria", "method": "walk", "encounter_rate": 100, "min_level": 46, @@ -1091,7 +1091,7 @@ }, { "pokeapi_id": 715, - "pokemon_name": "noivern", + "pokemon_name": "Noivern", "method": "walk", "encounter_rate": 100, "min_level": 48, @@ -1099,7 +1099,7 @@ }, { "pokeapi_id": 333, - "pokemon_name": "swablu", + "pokemon_name": "Swablu", "method": "walk", "encounter_rate": 100, "min_level": 44, @@ -1113,7 +1113,7 @@ "encounters": [ { "pokeapi_id": 133, - "pokemon_name": "eevee", + "pokemon_name": "Eevee", "method": "walk", "encounter_rate": 100, "min_level": 48, @@ -1121,7 +1121,7 @@ }, { "pokeapi_id": 676, - "pokemon_name": "furfrou", + "pokemon_name": "Furfrou", "method": "walk", "encounter_rate": 100, "min_level": 48, @@ -1129,7 +1129,7 @@ }, { "pokeapi_id": 780, - "pokemon_name": "drampa", + "pokemon_name": "Drampa", "method": "walk", "encounter_rate": 100, "min_level": 49, @@ -1137,7 +1137,7 @@ }, { "pokeapi_id": 115, - "pokemon_name": "kangaskhan", + "pokemon_name": "Kangaskhan", "method": "walk", "encounter_rate": 100, "min_level": 50, @@ -1145,7 +1145,7 @@ }, { "pokeapi_id": 531, - "pokemon_name": "audino", + "pokemon_name": "Audino", "method": "walk", "encounter_rate": 100, "min_level": 50, @@ -1153,7 +1153,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 100, "min_level": 48, @@ -1161,7 +1161,7 @@ }, { "pokeapi_id": 173, - "pokemon_name": "cleffa", + "pokemon_name": "Cleffa", "method": "walk", "encounter_rate": 100, "min_level": 49, @@ -1175,7 +1175,7 @@ "encounters": [ { "pokeapi_id": 306, - "pokemon_name": "aggron", + "pokemon_name": "Aggron", "method": "walk", "encounter_rate": 100, "min_level": 54, @@ -1183,7 +1183,7 @@ }, { "pokeapi_id": 560, - "pokemon_name": "scrafty", + "pokemon_name": "Scrafty", "method": "walk", "encounter_rate": 100, "min_level": 54, @@ -1191,7 +1191,7 @@ }, { "pokeapi_id": 569, - "pokemon_name": "garbodor", + "pokemon_name": "Garbodor", "method": "walk", "encounter_rate": 100, "min_level": 53, @@ -1199,7 +1199,7 @@ }, { "pokeapi_id": 1, - "pokemon_name": "bulbasaur", + "pokemon_name": "Bulbasaur", "method": "walk", "encounter_rate": 100, "min_level": 53, @@ -1207,7 +1207,7 @@ }, { "pokeapi_id": 152, - "pokemon_name": "chikorita", + "pokemon_name": "Chikorita", "method": "walk", "encounter_rate": 100, "min_level": 54, @@ -1215,7 +1215,7 @@ }, { "pokeapi_id": 407, - "pokemon_name": "roserade", + "pokemon_name": "Roserade", "method": "walk", "encounter_rate": 100, "min_level": 53, @@ -1223,7 +1223,7 @@ }, { "pokeapi_id": 282, - "pokemon_name": "gardevoir", + "pokemon_name": "Gardevoir", "method": "walk", "encounter_rate": 100, "min_level": 53, @@ -1231,7 +1231,7 @@ }, { "pokeapi_id": 4, - "pokemon_name": "charmander", + "pokemon_name": "Charmander", "method": "walk", "encounter_rate": 100, "min_level": 53, @@ -1239,7 +1239,7 @@ }, { "pokeapi_id": 498, - "pokemon_name": "tepig", + "pokemon_name": "Tepig", "method": "walk", "encounter_rate": 100, "min_level": 54, @@ -1247,7 +1247,7 @@ }, { "pokeapi_id": 450, - "pokemon_name": "hippowdon", + "pokemon_name": "Hippowdon", "method": "walk", "encounter_rate": 100, "min_level": 54, @@ -1255,7 +1255,7 @@ }, { "pokeapi_id": 448, - "pokemon_name": "lucario", + "pokemon_name": "Lucario", "method": "walk", "encounter_rate": 100, "min_level": 54, @@ -1263,7 +1263,7 @@ }, { "pokeapi_id": 7, - "pokemon_name": "squirtle", + "pokemon_name": "Squirtle", "method": "walk", "encounter_rate": 100, "min_level": 53, @@ -1271,7 +1271,7 @@ }, { "pokeapi_id": 158, - "pokemon_name": "totodile", + "pokemon_name": "Totodile", "method": "walk", "encounter_rate": 100, "min_level": 54, @@ -1279,7 +1279,7 @@ }, { "pokeapi_id": 687, - "pokemon_name": "malamar", + "pokemon_name": "Malamar", "method": "walk", "encounter_rate": 100, "min_level": 54, @@ -1287,7 +1287,7 @@ }, { "pokeapi_id": 691, - "pokemon_name": "dragalge", + "pokemon_name": "Dragalge", "method": "walk", "encounter_rate": 100, "min_level": 53, diff --git a/backend/src/app/seeds/data/lets-go-eevee.json b/backend/src/app/seeds/data/lets-go-eevee.json index d5356db..6d8cad9 100644 --- a/backend/src/app/seeds/data/lets-go-eevee.json +++ b/backend/src/app/seeds/data/lets-go-eevee.json @@ -5,7 +5,7 @@ "encounters": [ { "pokeapi_id": 1, - "pokemon_name": "bulbasaur", + "pokemon_name": "Bulbasaur", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -13,7 +13,7 @@ }, { "pokeapi_id": 4, - "pokemon_name": "charmander", + "pokemon_name": "Charmander", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -21,7 +21,7 @@ }, { "pokeapi_id": 7, - "pokemon_name": "squirtle", + "pokemon_name": "Squirtle", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -35,7 +35,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "gift", "encounter_rate": 100, "min_level": 5, @@ -49,7 +49,7 @@ "encounters": [ { "pokeapi_id": 133, - "pokemon_name": "eevee", + "pokemon_name": "Eevee", "method": "gift", "encounter_rate": 100, "min_level": 25, @@ -63,7 +63,7 @@ "encounters": [ { "pokeapi_id": 131, - "pokemon_name": "lapras", + "pokemon_name": "Lapras", "method": "gift", "encounter_rate": 100, "min_level": 25, @@ -71,7 +71,7 @@ }, { "pokeapi_id": 106, - "pokemon_name": "hitmonlee", + "pokemon_name": "Hitmonlee", "method": "gift", "encounter_rate": 100, "min_level": 25, @@ -79,7 +79,7 @@ }, { "pokeapi_id": 107, - "pokemon_name": "hitmonchan", + "pokemon_name": "Hitmonchan", "method": "gift", "encounter_rate": 100, "min_level": 25, @@ -93,7 +93,7 @@ "encounters": [ { "pokeapi_id": 138, - "pokemon_name": "omanyte", + "pokemon_name": "Omanyte", "method": "fossil", "encounter_rate": 100, "min_level": 5, @@ -101,7 +101,7 @@ }, { "pokeapi_id": 140, - "pokemon_name": "kabuto", + "pokemon_name": "Kabuto", "method": "fossil", "encounter_rate": 100, "min_level": 5, @@ -109,7 +109,7 @@ }, { "pokeapi_id": 142, - "pokemon_name": "aerodactyl", + "pokemon_name": "Aerodactyl", "method": "fossil", "encounter_rate": 100, "min_level": 5, @@ -123,7 +123,7 @@ "encounters": [ { "pokeapi_id": 175, - "pokemon_name": "togepi", + "pokemon_name": "Togepi", "method": "gift", "encounter_rate": 100, "min_level": 5, diff --git a/backend/src/app/seeds/data/lets-go-pikachu.json b/backend/src/app/seeds/data/lets-go-pikachu.json index d5356db..6d8cad9 100644 --- a/backend/src/app/seeds/data/lets-go-pikachu.json +++ b/backend/src/app/seeds/data/lets-go-pikachu.json @@ -5,7 +5,7 @@ "encounters": [ { "pokeapi_id": 1, - "pokemon_name": "bulbasaur", + "pokemon_name": "Bulbasaur", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -13,7 +13,7 @@ }, { "pokeapi_id": 4, - "pokemon_name": "charmander", + "pokemon_name": "Charmander", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -21,7 +21,7 @@ }, { "pokeapi_id": 7, - "pokemon_name": "squirtle", + "pokemon_name": "Squirtle", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -35,7 +35,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "gift", "encounter_rate": 100, "min_level": 5, @@ -49,7 +49,7 @@ "encounters": [ { "pokeapi_id": 133, - "pokemon_name": "eevee", + "pokemon_name": "Eevee", "method": "gift", "encounter_rate": 100, "min_level": 25, @@ -63,7 +63,7 @@ "encounters": [ { "pokeapi_id": 131, - "pokemon_name": "lapras", + "pokemon_name": "Lapras", "method": "gift", "encounter_rate": 100, "min_level": 25, @@ -71,7 +71,7 @@ }, { "pokeapi_id": 106, - "pokemon_name": "hitmonlee", + "pokemon_name": "Hitmonlee", "method": "gift", "encounter_rate": 100, "min_level": 25, @@ -79,7 +79,7 @@ }, { "pokeapi_id": 107, - "pokemon_name": "hitmonchan", + "pokemon_name": "Hitmonchan", "method": "gift", "encounter_rate": 100, "min_level": 25, @@ -93,7 +93,7 @@ "encounters": [ { "pokeapi_id": 138, - "pokemon_name": "omanyte", + "pokemon_name": "Omanyte", "method": "fossil", "encounter_rate": 100, "min_level": 5, @@ -101,7 +101,7 @@ }, { "pokeapi_id": 140, - "pokemon_name": "kabuto", + "pokemon_name": "Kabuto", "method": "fossil", "encounter_rate": 100, "min_level": 5, @@ -109,7 +109,7 @@ }, { "pokeapi_id": 142, - "pokemon_name": "aerodactyl", + "pokemon_name": "Aerodactyl", "method": "fossil", "encounter_rate": 100, "min_level": 5, @@ -123,7 +123,7 @@ "encounters": [ { "pokeapi_id": 175, - "pokemon_name": "togepi", + "pokemon_name": "Togepi", "method": "gift", "encounter_rate": 100, "min_level": 5, diff --git a/backend/src/app/seeds/data/moon.json b/backend/src/app/seeds/data/moon.json index fca65e8..58d847a 100644 --- a/backend/src/app/seeds/data/moon.json +++ b/backend/src/app/seeds/data/moon.json @@ -5,66 +5,12 @@ "encounters": [], "children": [ { - "name": "Route 1 (East)", + "name": "Route 1 (Hauoli Outskirts)", "order": 2, - "encounters": [ - { - "pokeapi_id": 731, - "pokemon_name": "pikipek", - "method": "walk", - "encounter_rate": 30, - "min_level": 2, - "max_level": 3 - }, - { - "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", - "method": "walk", - "encounter_rate": 30, - "min_level": 2, - "max_level": 3 - }, - { - "pokeapi_id": 734, - "pokemon_name": "yungoos", - "method": "walk", - "encounter_rate": 30, - "min_level": 2, - "max_level": 3 - }, - { - "pokeapi_id": 10, - "pokemon_name": "caterpie", - "method": "walk", - "encounter_rate": 20, - "min_level": 2, - "max_level": 3 - }, - { - "pokeapi_id": 165, - "pokemon_name": "ledyba", - "method": "walk", - "encounter_rate": 20, - "min_level": 2, - "max_level": 3 - }, - { - "pokeapi_id": 167, - "pokemon_name": "spinarak", - "method": "walk", - "encounter_rate": 20, - "min_level": 2, - "max_level": 3 - } - ] - }, - { - "name": "Route 1 (Hauoli Outskirts)", - "order": 3, "encounters": [ { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 50, "min_level": 6, @@ -72,7 +18,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 50, "min_level": 5, @@ -80,7 +26,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "surf", "encounter_rate": 40, "min_level": 15, @@ -88,7 +34,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 40, "min_level": 15, @@ -96,7 +42,7 @@ }, { "pokeapi_id": 10107, - "pokemon_name": "meowth-alola", + "pokemon_name": "Meowth (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 6, @@ -104,7 +50,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 5, @@ -112,7 +58,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 30, "min_level": 5, @@ -120,7 +66,7 @@ }, { "pokeapi_id": 10112, - "pokemon_name": "grimer-alola", + "pokemon_name": "Grimer (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -128,7 +74,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -136,7 +82,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 20, "min_level": 15, @@ -146,11 +92,11 @@ }, { "name": "Route 1 (South)", - "order": 4, + "order": 3, "encounters": [ { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -158,7 +104,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -166,7 +112,7 @@ }, { "pokeapi_id": 731, - "pokemon_name": "pikipek", + "pokemon_name": "Pikipek", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -174,7 +120,7 @@ }, { "pokeapi_id": 438, - "pokemon_name": "bonsly", + "pokemon_name": "Bonsly", "method": "walk", "encounter_rate": 15, "min_level": 10, @@ -182,7 +128,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -190,7 +136,7 @@ }, { "pokeapi_id": 165, - "pokemon_name": "ledyba", + "pokemon_name": "Ledyba", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -198,7 +144,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -206,7 +152,7 @@ }, { "pokeapi_id": 167, - "pokemon_name": "spinarak", + "pokemon_name": "Spinarak", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -214,7 +160,7 @@ }, { "pokeapi_id": 446, - "pokemon_name": "munchlax", + "pokemon_name": "Munchlax", "method": "walk", "encounter_rate": 5, "min_level": 10, @@ -224,11 +170,11 @@ }, { "name": "Route 1 (West)", - "order": 5, + "order": 4, "encounters": [ { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 3, @@ -236,7 +182,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 30, "min_level": 3, @@ -244,7 +190,7 @@ }, { "pokeapi_id": 731, - "pokemon_name": "pikipek", + "pokemon_name": "Pikipek", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -252,7 +198,7 @@ }, { "pokeapi_id": 165, - "pokemon_name": "ledyba", + "pokemon_name": "Ledyba", "method": "walk", "encounter_rate": 15, "min_level": 3, @@ -260,7 +206,7 @@ }, { "pokeapi_id": 167, - "pokemon_name": "spinarak", + "pokemon_name": "Spinarak", "method": "walk", "encounter_rate": 15, "min_level": 3, @@ -268,7 +214,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 10, "min_level": 3, @@ -276,7 +222,7 @@ }, { "pokeapi_id": 736, - "pokemon_name": "grubbin", + "pokemon_name": "Grubbin", "method": "walk", "encounter_rate": 10, "min_level": 3, @@ -284,7 +230,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 10, "min_level": 3, @@ -292,13 +238,67 @@ }, { "pokeapi_id": 172, - "pokemon_name": "pichu", + "pokemon_name": "Pichu", "method": "walk", "encounter_rate": 5, "min_level": 3, "max_level": 5 } ] + }, + { + "name": "Route 1 (East)", + "order": 5, + "encounters": [ + { + "pokeapi_id": 731, + "pokemon_name": "Pikipek", + "method": "walk", + "encounter_rate": 30, + "min_level": 2, + "max_level": 3 + }, + { + "pokeapi_id": 10091, + "pokemon_name": "Rattata (Alola)", + "method": "walk", + "encounter_rate": 30, + "min_level": 2, + "max_level": 3 + }, + { + "pokeapi_id": 734, + "pokemon_name": "Yungoos", + "method": "walk", + "encounter_rate": 30, + "min_level": 2, + "max_level": 3 + }, + { + "pokeapi_id": 10, + "pokemon_name": "Caterpie", + "method": "walk", + "encounter_rate": 20, + "min_level": 2, + "max_level": 3 + }, + { + "pokeapi_id": 165, + "pokemon_name": "Ledyba", + "method": "walk", + "encounter_rate": 20, + "min_level": 2, + "max_level": 3 + }, + { + "pokeapi_id": 167, + "pokemon_name": "Spinarak", + "method": "walk", + "encounter_rate": 20, + "min_level": 2, + "max_level": 3 + } + ] } ] }, @@ -313,7 +313,7 @@ "encounters": [ { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 40, "min_level": 9, @@ -321,7 +321,7 @@ }, { "pokeapi_id": 742, - "pokemon_name": "cutiefly", + "pokemon_name": "Cutiefly", "method": "walk", "encounter_rate": 20, "min_level": 9, @@ -329,7 +329,7 @@ }, { "pokeapi_id": 56, - "pokemon_name": "mankey", + "pokemon_name": "Mankey", "method": "walk", "encounter_rate": 20, "min_level": 9, @@ -337,7 +337,7 @@ }, { "pokeapi_id": 225, - "pokemon_name": "delibird", + "pokemon_name": "Delibird", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -345,7 +345,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -353,7 +353,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -367,7 +367,7 @@ "encounters": [ { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 49, "min_level": 9, @@ -375,7 +375,7 @@ }, { "pokeapi_id": 742, - "pokemon_name": "cutiefly", + "pokemon_name": "Cutiefly", "method": "walk", "encounter_rate": 20, "min_level": 9, @@ -383,7 +383,7 @@ }, { "pokeapi_id": 56, - "pokemon_name": "mankey", + "pokemon_name": "Mankey", "method": "walk", "encounter_rate": 20, "min_level": 9, @@ -391,7 +391,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -399,7 +399,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -407,7 +407,7 @@ }, { "pokeapi_id": 371, - "pokemon_name": "bagon", + "pokemon_name": "Bagon", "method": "walk", "encounter_rate": 1, "min_level": 9, @@ -428,7 +428,7 @@ "encounters": [ { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 40, "min_level": 7, @@ -436,7 +436,7 @@ }, { "pokeapi_id": 742, - "pokemon_name": "cutiefly", + "pokemon_name": "Cutiefly", "method": "walk", "encounter_rate": 20, "min_level": 7, @@ -444,7 +444,7 @@ }, { "pokeapi_id": 58, - "pokemon_name": "growlithe", + "pokemon_name": "Growlithe", "method": "walk", "encounter_rate": 20, "min_level": 7, @@ -452,7 +452,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -460,7 +460,7 @@ }, { "pokeapi_id": 235, - "pokemon_name": "smeargle", + "pokemon_name": "Smeargle", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -468,7 +468,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -482,7 +482,7 @@ "encounters": [ { "pokeapi_id": 10107, - "pokemon_name": "meowth-alola", + "pokemon_name": "Meowth (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 7, @@ -490,7 +490,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 20, "min_level": 7, @@ -498,7 +498,7 @@ }, { "pokeapi_id": 96, - "pokemon_name": "drowzee", + "pokemon_name": "Drowzee", "method": "walk", "encounter_rate": 20, "min_level": 7, @@ -506,7 +506,7 @@ }, { "pokeapi_id": 235, - "pokemon_name": "smeargle", + "pokemon_name": "Smeargle", "method": "walk", "encounter_rate": 20, "min_level": 7, @@ -514,7 +514,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -522,7 +522,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -538,7 +538,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 79, "min_level": 10, @@ -546,7 +546,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "surf", "encounter_rate": 40, "min_level": 15, @@ -554,7 +554,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 40, "min_level": 15, @@ -562,7 +562,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 40, "min_level": 15, @@ -570,7 +570,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -578,7 +578,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -586,7 +586,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -594,7 +594,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 20, "min_level": 15, @@ -602,7 +602,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 20, "min_level": 10, @@ -610,7 +610,7 @@ }, { "pokeapi_id": 371, - "pokemon_name": "bagon", + "pokemon_name": "Bagon", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -618,7 +618,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -632,7 +632,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 78, "min_level": 10, @@ -640,7 +640,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "surf", "encounter_rate": 40, "min_level": 15, @@ -648,7 +648,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 40, "min_level": 15, @@ -656,7 +656,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 20, "min_level": 15, @@ -664,7 +664,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 20, "min_level": 10, @@ -672,7 +672,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -680,7 +680,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -699,7 +699,7 @@ "encounters": [ { "pokeapi_id": 800, - "pokemon_name": "necrozma", + "pokemon_name": "Necrozma", "method": "walk", "encounter_rate": 100, "min_level": 75, @@ -707,7 +707,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -715,7 +715,7 @@ }, { "pokeapi_id": 703, - "pokemon_name": "carbink", + "pokemon_name": "Carbink", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -723,7 +723,7 @@ }, { "pokeapi_id": 744, - "pokemon_name": "rockruff", + "pokemon_name": "Rockruff", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -731,7 +731,7 @@ }, { "pokeapi_id": 524, - "pokemon_name": "roggenrola", + "pokemon_name": "Roggenrola", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -739,7 +739,7 @@ }, { "pokeapi_id": 327, - "pokemon_name": "spinda", + "pokemon_name": "Spinda", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -753,7 +753,7 @@ "encounters": [ { "pokeapi_id": 524, - "pokemon_name": "roggenrola", + "pokemon_name": "Roggenrola", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -761,7 +761,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -769,7 +769,7 @@ }, { "pokeapi_id": 703, - "pokemon_name": "carbink", + "pokemon_name": "Carbink", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -777,7 +777,7 @@ }, { "pokeapi_id": 10105, - "pokemon_name": "diglett-alola", + "pokemon_name": "Diglett (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -793,7 +793,7 @@ "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 50, "min_level": 7, @@ -801,7 +801,7 @@ }, { "pokeapi_id": 425, - "pokemon_name": "drifloon", + "pokemon_name": "Drifloon", "method": "walk", "encounter_rate": 30, "min_level": 7, @@ -809,7 +809,7 @@ }, { "pokeapi_id": 200, - "pokemon_name": "misdreavus", + "pokemon_name": "Misdreavus", "method": "walk", "encounter_rate": 30, "min_level": 7, @@ -817,7 +817,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 7, @@ -831,7 +831,7 @@ "encounters": [ { "pokeapi_id": 742, - "pokemon_name": "cutiefly", + "pokemon_name": "Cutiefly", "method": "walk", "encounter_rate": 30, "min_level": 9, @@ -839,7 +839,7 @@ }, { "pokeapi_id": 548, - "pokemon_name": "petilil", + "pokemon_name": "Petilil", "method": "walk", "encounter_rate": 30, "min_level": 9, @@ -847,7 +847,7 @@ }, { "pokeapi_id": 10123, - "pokemon_name": "oricorio-pom-pom", + "pokemon_name": "Oricorio (Pom Pom)", "method": "walk", "encounter_rate": 20, "min_level": 9, @@ -855,7 +855,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -863,7 +863,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 9, "min_level": 9, @@ -871,7 +871,7 @@ }, { "pokeapi_id": 12, - "pokemon_name": "butterfree", + "pokemon_name": "Butterfree", "method": "walk", "encounter_rate": 1, "min_level": 9, @@ -885,7 +885,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 99, "min_level": 10, @@ -893,7 +893,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "surf", "encounter_rate": 80, "min_level": 15, @@ -901,7 +901,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 70, "min_level": 9, @@ -909,7 +909,7 @@ }, { "pokeapi_id": 10105, - "pokemon_name": "diglett-alola", + "pokemon_name": "Diglett (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 9, @@ -917,7 +917,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 20, "min_level": 15, @@ -925,7 +925,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -939,7 +939,7 @@ "encounters": [ { "pokeapi_id": 731, - "pokemon_name": "pikipek", + "pokemon_name": "Pikipek", "method": "walk", "encounter_rate": 40, "min_level": 11, @@ -947,7 +947,7 @@ }, { "pokeapi_id": 506, - "pokemon_name": "lillipup", + "pokemon_name": "Lillipup", "method": "walk", "encounter_rate": 30, "min_level": 11, @@ -955,7 +955,7 @@ }, { "pokeapi_id": 749, - "pokemon_name": "mudbray", + "pokemon_name": "Mudbray", "method": "walk", "encounter_rate": 20, "min_level": 11, @@ -963,7 +963,7 @@ }, { "pokeapi_id": 736, - "pokemon_name": "grubbin", + "pokemon_name": "Grubbin", "method": "walk", "encounter_rate": 10, "min_level": 11, @@ -971,7 +971,7 @@ }, { "pokeapi_id": 174, - "pokemon_name": "igglybuff", + "pokemon_name": "Igglybuff", "method": "walk", "encounter_rate": 10, "min_level": 11, @@ -979,7 +979,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 11, @@ -987,7 +987,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 10, "min_level": 11, @@ -995,7 +995,7 @@ }, { "pokeapi_id": 133, - "pokemon_name": "eevee", + "pokemon_name": "Eevee", "method": "walk", "encounter_rate": 5, "min_level": 11, @@ -1009,7 +1009,7 @@ "encounters": [ { "pokeapi_id": 506, - "pokemon_name": "lillipup", + "pokemon_name": "Lillipup", "method": "walk", "encounter_rate": 30, "min_level": 13, @@ -1017,7 +1017,7 @@ }, { "pokeapi_id": 753, - "pokemon_name": "fomantis", + "pokemon_name": "Fomantis", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -1025,7 +1025,7 @@ }, { "pokeapi_id": 731, - "pokemon_name": "pikipek", + "pokemon_name": "Pikipek", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -1033,7 +1033,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 10, "min_level": 13, @@ -1041,7 +1041,7 @@ }, { "pokeapi_id": 736, - "pokemon_name": "grubbin", + "pokemon_name": "Grubbin", "method": "walk", "encounter_rate": 10, "min_level": 13, @@ -1049,7 +1049,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 9, "min_level": 13, @@ -1057,7 +1057,7 @@ }, { "pokeapi_id": 12, - "pokemon_name": "butterfree", + "pokemon_name": "Butterfree", "method": "walk", "encounter_rate": 1, "min_level": 13, @@ -1076,7 +1076,7 @@ "encounters": [ { "pokeapi_id": 731, - "pokemon_name": "pikipek", + "pokemon_name": "Pikipek", "method": "walk", "encounter_rate": 40, "min_level": 14, @@ -1084,7 +1084,7 @@ }, { "pokeapi_id": 506, - "pokemon_name": "lillipup", + "pokemon_name": "Lillipup", "method": "walk", "encounter_rate": 30, "min_level": 14, @@ -1092,7 +1092,7 @@ }, { "pokeapi_id": 749, - "pokemon_name": "mudbray", + "pokemon_name": "Mudbray", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1100,7 +1100,7 @@ }, { "pokeapi_id": 736, - "pokemon_name": "grubbin", + "pokemon_name": "Grubbin", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -1108,7 +1108,7 @@ }, { "pokeapi_id": 174, - "pokemon_name": "igglybuff", + "pokemon_name": "Igglybuff", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -1116,7 +1116,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -1124,7 +1124,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -1132,7 +1132,7 @@ }, { "pokeapi_id": 133, - "pokemon_name": "eevee", + "pokemon_name": "Eevee", "method": "walk", "encounter_rate": 5, "min_level": 14, @@ -1146,7 +1146,7 @@ "encounters": [ { "pokeapi_id": 731, - "pokemon_name": "pikipek", + "pokemon_name": "Pikipek", "method": "walk", "encounter_rate": 40, "min_level": 14, @@ -1154,7 +1154,7 @@ }, { "pokeapi_id": 506, - "pokemon_name": "lillipup", + "pokemon_name": "Lillipup", "method": "walk", "encounter_rate": 30, "min_level": 14, @@ -1162,7 +1162,7 @@ }, { "pokeapi_id": 10124, - "pokemon_name": "oricorio-pau", + "pokemon_name": "Oricorio (Pau)", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1170,7 +1170,7 @@ }, { "pokeapi_id": 736, - "pokemon_name": "grubbin", + "pokemon_name": "Grubbin", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -1178,7 +1178,7 @@ }, { "pokeapi_id": 174, - "pokemon_name": "igglybuff", + "pokemon_name": "Igglybuff", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -1186,7 +1186,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -1194,7 +1194,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -1202,7 +1202,7 @@ }, { "pokeapi_id": 133, - "pokemon_name": "eevee", + "pokemon_name": "Eevee", "method": "walk", "encounter_rate": 5, "min_level": 14, @@ -1218,7 +1218,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 79, "min_level": 10, @@ -1226,7 +1226,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "surf", "encounter_rate": 30, "min_level": 16, @@ -1234,7 +1234,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 30, "min_level": 16, @@ -1242,7 +1242,7 @@ }, { "pokeapi_id": 771, - "pokemon_name": "pyukumuku", + "pokemon_name": "Pyukumuku", "method": "surf", "encounter_rate": 20, "min_level": 16, @@ -1250,7 +1250,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 20, "min_level": 16, @@ -1258,7 +1258,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 20, "min_level": 10, @@ -1266,7 +1266,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -1280,7 +1280,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 79, "min_level": 10, @@ -1288,7 +1288,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 17, @@ -1296,7 +1296,7 @@ }, { "pokeapi_id": 732, - "pokemon_name": "trumbeak", + "pokemon_name": "Trumbeak", "method": "walk", "encounter_rate": 30, "min_level": 17, @@ -1304,7 +1304,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 30, "min_level": 17, @@ -1312,7 +1312,7 @@ }, { "pokeapi_id": 757, - "pokemon_name": "salandit", + "pokemon_name": "Salandit", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -1320,7 +1320,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 20, "min_level": 10, @@ -1328,7 +1328,7 @@ }, { "pokeapi_id": 662, - "pokemon_name": "fletchinder", + "pokemon_name": "Fletchinder", "method": "walk", "encounter_rate": 15, "min_level": 17, @@ -1336,7 +1336,7 @@ }, { "pokeapi_id": 759, - "pokemon_name": "stufful", + "pokemon_name": "Stufful", "method": "walk", "encounter_rate": 5, "min_level": 17, @@ -1344,7 +1344,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -1358,7 +1358,7 @@ "encounters": [ { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 70, "min_level": 10, @@ -1366,7 +1366,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 15, "min_level": 10, @@ -1374,7 +1374,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 10, "min_level": 10, @@ -1382,7 +1382,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 5, "min_level": 10, @@ -1396,7 +1396,7 @@ "encounters": [ { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "walk", "encounter_rate": 80, "min_level": 21, @@ -1404,7 +1404,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "surf", "encounter_rate": 30, "min_level": 21, @@ -1412,7 +1412,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 30, "min_level": 21, @@ -1420,7 +1420,7 @@ }, { "pokeapi_id": 771, - "pokemon_name": "pyukumuku", + "pokemon_name": "Pyukumuku", "method": "surf", "encounter_rate": 20, "min_level": 21, @@ -1428,7 +1428,7 @@ }, { "pokeapi_id": 769, - "pokemon_name": "sandygast", + "pokemon_name": "Sandygast", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -1436,7 +1436,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 20, "min_level": 21, @@ -1450,7 +1450,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 99, "min_level": 10, @@ -1458,7 +1458,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -1472,7 +1472,7 @@ "encounters": [ { "pokeapi_id": 796, - "pokemon_name": "xurkitree", + "pokemon_name": "Xurkitree", "method": "walk", "encounter_rate": 100, "min_level": 65, @@ -1480,7 +1480,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 50, "min_level": 20, @@ -1488,7 +1488,7 @@ }, { "pokeapi_id": 708, - "pokemon_name": "phantump", + "pokemon_name": "Phantump", "method": "walk", "encounter_rate": 30, "min_level": 20, @@ -1496,7 +1496,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -1510,7 +1510,7 @@ "encounters": [ { "pokeapi_id": 749, - "pokemon_name": "mudbray", + "pokemon_name": "Mudbray", "method": "walk", "encounter_rate": 50, "min_level": 12, @@ -1518,7 +1518,7 @@ }, { "pokeapi_id": 506, - "pokemon_name": "lillipup", + "pokemon_name": "Lillipup", "method": "walk", "encounter_rate": 40, "min_level": 12, @@ -1526,7 +1526,7 @@ }, { "pokeapi_id": 241, - "pokemon_name": "miltank", + "pokemon_name": "Miltank", "method": "walk", "encounter_rate": 5, "min_level": 12, @@ -1534,7 +1534,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 5, "min_level": 12, @@ -1548,7 +1548,7 @@ "encounters": [ { "pokeapi_id": 793, - "pokemon_name": "nihilego", + "pokemon_name": "Nihilego", "method": "walk", "encounter_rate": 100, "min_level": 55, @@ -1556,7 +1556,7 @@ }, { "pokeapi_id": 661, - "pokemon_name": "fletchling", + "pokemon_name": "Fletchling", "method": "walk", "encounter_rate": 30, "min_level": 16, @@ -1564,7 +1564,7 @@ }, { "pokeapi_id": 757, - "pokemon_name": "salandit", + "pokemon_name": "Salandit", "method": "walk", "encounter_rate": 30, "min_level": 16, @@ -1572,7 +1572,7 @@ }, { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 24, "min_level": 16, @@ -1580,7 +1580,7 @@ }, { "pokeapi_id": 240, - "pokemon_name": "magby", + "pokemon_name": "Magby", "method": "walk", "encounter_rate": 15, "min_level": 16, @@ -1588,7 +1588,7 @@ }, { "pokeapi_id": 115, - "pokemon_name": "kangaskhan", + "pokemon_name": "Kangaskhan", "method": "walk", "encounter_rate": 1, "min_level": 16, @@ -1602,12 +1602,12 @@ "encounters": [], "children": [ { - "name": "Brooklet Hill (South)", + "name": "Brooklet Hill (North)", "order": 34, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 70, "min_level": 10, @@ -1615,7 +1615,7 @@ }, { "pokeapi_id": 751, - "pokemon_name": "dewpider", + "pokemon_name": "Dewpider", "method": "surf", "encounter_rate": 40, "min_level": 14, @@ -1623,7 +1623,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 40, "min_level": 14, @@ -1631,7 +1631,7 @@ }, { "pokeapi_id": 283, - "pokemon_name": "surskit", + "pokemon_name": "Surskit", "method": "surf", "encounter_rate": 40, "min_level": 14, @@ -1639,15 +1639,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", - "method": "walk", - "encounter_rate": 30, - "min_level": 14, - "max_level": 17 - }, - { - "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 30, "min_level": 14, @@ -1655,23 +1647,31 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 29, "min_level": 10, "max_level": 15 }, { - "pokeapi_id": 751, - "pokemon_name": "dewpider", + "pokeapi_id": 506, + "pokemon_name": "Lillipup", "method": "walk", "encounter_rate": 20, "min_level": 14, "max_level": 17 }, { - "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokeapi_id": 755, + "pokemon_name": "Morelull", + "method": "walk", + "encounter_rate": 20, + "min_level": 14, + "max_level": 17 + }, + { + "pokeapi_id": 46, + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1679,7 +1679,133 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", + "method": "surf", + "encounter_rate": 20, + "min_level": 14, + "max_level": 17 + }, + { + "pokeapi_id": 751, + "pokemon_name": "Dewpider", + "method": "walk", + "encounter_rate": 10, + "min_level": 14, + "max_level": 17 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "walk", + "encounter_rate": 10, + "min_level": 14, + "max_level": 17 + }, + { + "pokeapi_id": 283, + "pokemon_name": "Surskit", + "method": "walk", + "encounter_rate": 10, + "min_level": 14, + "max_level": 17 + }, + { + "pokeapi_id": 278, + "pokemon_name": "Wingull", + "method": "walk", + "encounter_rate": 10, + "min_level": 14, + "max_level": 17 + }, + { + "pokeapi_id": 349, + "pokemon_name": "Feebas", + "method": "super-rod", + "encounter_rate": 1, + "min_level": 10, + "max_level": 15 + } + ] + }, + { + "name": "Brooklet Hill (South)", + "order": 35, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 10, + "max_level": 15 + }, + { + "pokeapi_id": 751, + "pokemon_name": "Dewpider", + "method": "surf", + "encounter_rate": 40, + "min_level": 14, + "max_level": 17 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "surf", + "encounter_rate": 40, + "min_level": 14, + "max_level": 17 + }, + { + "pokeapi_id": 283, + "pokemon_name": "Surskit", + "method": "surf", + "encounter_rate": 40, + "min_level": 14, + "max_level": 17 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "walk", + "encounter_rate": 30, + "min_level": 14, + "max_level": 17 + }, + { + "pokeapi_id": 278, + "pokemon_name": "Wingull", + "method": "walk", + "encounter_rate": 30, + "min_level": 14, + "max_level": 17 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 29, + "min_level": 10, + "max_level": 15 + }, + { + "pokeapi_id": 751, + "pokemon_name": "Dewpider", + "method": "walk", + "encounter_rate": 20, + "min_level": 14, + "max_level": 17 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "walk", + "encounter_rate": 20, + "min_level": 14, + "max_level": 17 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 20, "min_level": 14, @@ -1687,7 +1813,7 @@ }, { "pokeapi_id": 283, - "pokemon_name": "surskit", + "pokemon_name": "Surskit", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1695,7 +1821,7 @@ }, { "pokeapi_id": 349, - "pokemon_name": "feebas", + "pokemon_name": "Feebas", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -1705,11 +1831,11 @@ }, { "name": "Brooklet Hill (Totems Den)", - "order": 35, + "order": 36, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 79, "min_level": 10, @@ -1717,7 +1843,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "surf", "encounter_rate": 40, "min_level": 14, @@ -1725,7 +1851,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 40, "min_level": 14, @@ -1733,7 +1859,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 20, "min_level": 14, @@ -1741,7 +1867,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 20, "min_level": 10, @@ -1749,133 +1875,7 @@ }, { "pokeapi_id": 594, - "pokemon_name": "alomomola", - "method": "super-rod", - "encounter_rate": 1, - "min_level": 10, - "max_level": 15 - } - ] - }, - { - "name": "Brooklet Hill (North)", - "order": 36, - "encounters": [ - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "super-rod", - "encounter_rate": 70, - "min_level": 10, - "max_level": 15 - }, - { - "pokeapi_id": 751, - "pokemon_name": "dewpider", - "method": "surf", - "encounter_rate": 40, - "min_level": 14, - "max_level": 17 - }, - { - "pokeapi_id": 60, - "pokemon_name": "poliwag", - "method": "surf", - "encounter_rate": 40, - "min_level": 14, - "max_level": 17 - }, - { - "pokeapi_id": 283, - "pokemon_name": "surskit", - "method": "surf", - "encounter_rate": 40, - "min_level": 14, - "max_level": 17 - }, - { - "pokeapi_id": 54, - "pokemon_name": "psyduck", - "method": "walk", - "encounter_rate": 30, - "min_level": 14, - "max_level": 17 - }, - { - "pokeapi_id": 118, - "pokemon_name": "goldeen", - "method": "super-rod", - "encounter_rate": 29, - "min_level": 10, - "max_level": 15 - }, - { - "pokeapi_id": 506, - "pokemon_name": "lillipup", - "method": "walk", - "encounter_rate": 20, - "min_level": 14, - "max_level": 17 - }, - { - "pokeapi_id": 755, - "pokemon_name": "morelull", - "method": "walk", - "encounter_rate": 20, - "min_level": 14, - "max_level": 17 - }, - { - "pokeapi_id": 46, - "pokemon_name": "paras", - "method": "walk", - "encounter_rate": 20, - "min_level": 14, - "max_level": 17 - }, - { - "pokeapi_id": 54, - "pokemon_name": "psyduck", - "method": "surf", - "encounter_rate": 20, - "min_level": 14, - "max_level": 17 - }, - { - "pokeapi_id": 751, - "pokemon_name": "dewpider", - "method": "walk", - "encounter_rate": 10, - "min_level": 14, - "max_level": 17 - }, - { - "pokeapi_id": 60, - "pokemon_name": "poliwag", - "method": "walk", - "encounter_rate": 10, - "min_level": 14, - "max_level": 17 - }, - { - "pokeapi_id": 283, - "pokemon_name": "surskit", - "method": "walk", - "encounter_rate": 10, - "min_level": 14, - "max_level": 17 - }, - { - "pokeapi_id": 278, - "pokemon_name": "wingull", - "method": "walk", - "encounter_rate": 10, - "min_level": 14, - "max_level": 17 - }, - { - "pokeapi_id": 349, - "pokemon_name": "feebas", + "pokemon_name": "Alomomola", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -1891,12 +1891,26 @@ "encounters": [], "children": [ { - "name": "Lush Jungle (East Cave)", + "name": "Lush Jungle (All Areas)", "order": 38, + "encounters": [ + { + "pokeapi_id": 796, + "pokemon_name": "Xurkitree", + "method": "walk", + "encounter_rate": 100, + "min_level": 65, + "max_level": 65 + } + ] + }, + { + "name": "Lush Jungle (East Cave)", + "order": 39, "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 70, "min_level": 18, @@ -1904,7 +1918,7 @@ }, { "pokeapi_id": 10105, - "pokemon_name": "diglett-alola", + "pokemon_name": "Diglett (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 18, @@ -1914,11 +1928,11 @@ }, { "name": "Lush Jungle (North)", - "order": 39, + "order": 40, "encounters": [ { "pokeapi_id": 753, - "pokemon_name": "fomantis", + "pokemon_name": "Fomantis", "method": "walk", "encounter_rate": 30, "min_level": 18, @@ -1926,7 +1940,7 @@ }, { "pokeapi_id": 755, - "pokemon_name": "morelull", + "pokemon_name": "Morelull", "method": "walk", "encounter_rate": 30, "min_level": 18, @@ -1934,7 +1948,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 30, "min_level": 18, @@ -1942,7 +1956,7 @@ }, { "pokeapi_id": 732, - "pokemon_name": "trumbeak", + "pokemon_name": "Trumbeak", "method": "walk", "encounter_rate": 20, "min_level": 18, @@ -1950,7 +1964,7 @@ }, { "pokeapi_id": 127, - "pokemon_name": "pinsir", + "pokemon_name": "Pinsir", "method": "walk", "encounter_rate": 10, "min_level": 18, @@ -1958,7 +1972,7 @@ }, { "pokeapi_id": 764, - "pokemon_name": "comfey", + "pokemon_name": "Comfey", "method": "walk", "encounter_rate": 5, "min_level": 18, @@ -1966,7 +1980,7 @@ }, { "pokeapi_id": 765, - "pokemon_name": "oranguru", + "pokemon_name": "Oranguru", "method": "walk", "encounter_rate": 5, "min_level": 18, @@ -1976,11 +1990,11 @@ }, { "name": "Lush Jungle (South)", - "order": 40, + "order": 41, "encounters": [ { "pokeapi_id": 753, - "pokemon_name": "fomantis", + "pokemon_name": "Fomantis", "method": "walk", "encounter_rate": 20, "min_level": 18, @@ -1988,7 +2002,7 @@ }, { "pokeapi_id": 755, - "pokemon_name": "morelull", + "pokemon_name": "Morelull", "method": "walk", "encounter_rate": 20, "min_level": 18, @@ -1996,7 +2010,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 20, "min_level": 18, @@ -2004,7 +2018,7 @@ }, { "pokeapi_id": 732, - "pokemon_name": "trumbeak", + "pokemon_name": "Trumbeak", "method": "walk", "encounter_rate": 20, "min_level": 18, @@ -2012,7 +2026,7 @@ }, { "pokeapi_id": 438, - "pokemon_name": "bonsly", + "pokemon_name": "Bonsly", "method": "walk", "encounter_rate": 10, "min_level": 18, @@ -2020,7 +2034,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 10, "min_level": 18, @@ -2028,7 +2042,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 10, "min_level": 18, @@ -2036,7 +2050,7 @@ }, { "pokeapi_id": 764, - "pokemon_name": "comfey", + "pokemon_name": "Comfey", "method": "walk", "encounter_rate": 5, "min_level": 18, @@ -2044,7 +2058,7 @@ }, { "pokeapi_id": 765, - "pokemon_name": "oranguru", + "pokemon_name": "Oranguru", "method": "walk", "encounter_rate": 5, "min_level": 18, @@ -2054,11 +2068,11 @@ }, { "name": "Lush Jungle (West)", - "order": 41, + "order": 42, "encounters": [ { "pokeapi_id": 761, - "pokemon_name": "bounsweet", + "pokemon_name": "Bounsweet", "method": "walk", "encounter_rate": 40, "min_level": 18, @@ -2066,7 +2080,7 @@ }, { "pokeapi_id": 753, - "pokemon_name": "fomantis", + "pokemon_name": "Fomantis", "method": "walk", "encounter_rate": 20, "min_level": 18, @@ -2074,7 +2088,7 @@ }, { "pokeapi_id": 732, - "pokemon_name": "trumbeak", + "pokemon_name": "Trumbeak", "method": "walk", "encounter_rate": 20, "min_level": 18, @@ -2082,7 +2096,7 @@ }, { "pokeapi_id": 755, - "pokemon_name": "morelull", + "pokemon_name": "Morelull", "method": "walk", "encounter_rate": 10, "min_level": 18, @@ -2090,7 +2104,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 10, "min_level": 18, @@ -2098,7 +2112,7 @@ }, { "pokeapi_id": 764, - "pokemon_name": "comfey", + "pokemon_name": "Comfey", "method": "walk", "encounter_rate": 5, "min_level": 18, @@ -2106,27 +2120,13 @@ }, { "pokeapi_id": 765, - "pokemon_name": "oranguru", + "pokemon_name": "Oranguru", "method": "walk", "encounter_rate": 5, "min_level": 18, "max_level": 21 } ] - }, - { - "name": "Lush Jungle (All Areas)", - "order": 42, - "encounters": [ - { - "pokeapi_id": 796, - "pokemon_name": "xurkitree", - "method": "walk", - "encounter_rate": 100, - "min_level": 65, - "max_level": 65 - } - ] } ] }, @@ -2136,7 +2136,7 @@ "encounters": [ { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 50, "min_level": 20, @@ -2144,7 +2144,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 20, @@ -2152,7 +2152,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 20, @@ -2160,7 +2160,7 @@ }, { "pokeapi_id": 299, - "pokemon_name": "nosepass", + "pokemon_name": "Nosepass", "method": "walk", "encounter_rate": 15, "min_level": 20, @@ -2168,7 +2168,7 @@ }, { "pokeapi_id": 759, - "pokemon_name": "stufful", + "pokemon_name": "Stufful", "method": "walk", "encounter_rate": 5, "min_level": 20, @@ -2182,7 +2182,7 @@ "encounters": [ { "pokeapi_id": 793, - "pokemon_name": "nihilego", + "pokemon_name": "Nihilego", "method": "walk", "encounter_rate": 100, "min_level": 55, @@ -2190,7 +2190,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 70, "min_level": 19, @@ -2198,7 +2198,7 @@ }, { "pokeapi_id": 10105, - "pokemon_name": "diglett-alola", + "pokemon_name": "Diglett (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 19, @@ -2212,7 +2212,7 @@ "encounters": [ { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 30, "min_level": 24, @@ -2220,7 +2220,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 24, @@ -2228,7 +2228,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 24, @@ -2236,7 +2236,7 @@ }, { "pokeapi_id": 168, - "pokemon_name": "ariados", + "pokemon_name": "Ariados", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -2244,7 +2244,7 @@ }, { "pokeapi_id": 166, - "pokemon_name": "ledian", + "pokemon_name": "Ledian", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -2252,7 +2252,7 @@ }, { "pokeapi_id": 674, - "pokemon_name": "pancham", + "pokemon_name": "Pancham", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -2260,7 +2260,7 @@ }, { "pokeapi_id": 227, - "pokemon_name": "skarmory", + "pokemon_name": "Skarmory", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -2274,7 +2274,7 @@ "encounters": [ { "pokeapi_id": 168, - "pokemon_name": "ariados", + "pokemon_name": "Ariados", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -2282,7 +2282,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -2290,7 +2290,7 @@ }, { "pokeapi_id": 166, - "pokemon_name": "ledian", + "pokemon_name": "Ledian", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -2298,7 +2298,7 @@ }, { "pokeapi_id": 674, - "pokemon_name": "pancham", + "pokemon_name": "Pancham", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -2306,7 +2306,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -2314,7 +2314,7 @@ }, { "pokeapi_id": 732, - "pokemon_name": "trumbeak", + "pokemon_name": "Trumbeak", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -2322,7 +2322,7 @@ }, { "pokeapi_id": 775, - "pokemon_name": "komala", + "pokemon_name": "Komala", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -2330,7 +2330,7 @@ }, { "pokeapi_id": 755, - "pokemon_name": "morelull", + "pokemon_name": "Morelull", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -2338,7 +2338,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -2352,7 +2352,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 79, "min_level": 10, @@ -2360,7 +2360,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "surf", "encounter_rate": 40, "min_level": 27, @@ -2368,7 +2368,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 40, "min_level": 27, @@ -2376,7 +2376,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 20, "min_level": 27, @@ -2384,7 +2384,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 20, "min_level": 10, @@ -2392,7 +2392,7 @@ }, { "pokeapi_id": 779, - "pokemon_name": "bruxish", + "pokemon_name": "Bruxish", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -2406,7 +2406,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 79, "min_level": 10, @@ -2414,7 +2414,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 20, "min_level": 10, @@ -2422,7 +2422,7 @@ }, { "pokeapi_id": 779, - "pokemon_name": "bruxish", + "pokemon_name": "Bruxish", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -2436,7 +2436,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 79, "min_level": 10, @@ -2444,7 +2444,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 28, @@ -2452,7 +2452,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 30, "min_level": 28, @@ -2460,7 +2460,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 28, @@ -2468,7 +2468,7 @@ }, { "pokeapi_id": 361, - "pokemon_name": "snorunt", + "pokemon_name": "Snorunt", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -2476,7 +2476,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 20, "min_level": 10, @@ -2484,7 +2484,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 10, "min_level": 28, @@ -2492,7 +2492,7 @@ }, { "pokeapi_id": 10101, - "pokemon_name": "sandshrew-alola", + "pokemon_name": "Sandshrew (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 28, @@ -2500,7 +2500,7 @@ }, { "pokeapi_id": 779, - "pokemon_name": "bruxish", + "pokemon_name": "Bruxish", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -2514,7 +2514,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 79, "min_level": 10, @@ -2522,7 +2522,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 50, "min_level": 30, @@ -2530,7 +2530,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "surf", "encounter_rate": 40, "min_level": 30, @@ -2538,7 +2538,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 40, "min_level": 30, @@ -2546,7 +2546,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -2554,7 +2554,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -2562,7 +2562,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 20, "min_level": 30, @@ -2570,7 +2570,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -2578,7 +2578,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 20, "min_level": 10, @@ -2586,7 +2586,7 @@ }, { "pokeapi_id": 779, - "pokemon_name": "bruxish", + "pokemon_name": "Bruxish", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -2600,7 +2600,7 @@ "encounters": [ { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 50, "min_level": 30, @@ -2608,7 +2608,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -2616,7 +2616,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -2624,7 +2624,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -2643,7 +2643,7 @@ "encounters": [ { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -2651,7 +2651,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -2659,7 +2659,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -2667,7 +2667,7 @@ }, { "pokeapi_id": 10110, - "pokemon_name": "graveler-alola", + "pokemon_name": "Graveler (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -2675,7 +2675,7 @@ }, { "pokeapi_id": 674, - "pokemon_name": "pancham", + "pokemon_name": "Pancham", "method": "walk", "encounter_rate": 10, "min_level": 31, @@ -2683,7 +2683,7 @@ }, { "pokeapi_id": 227, - "pokemon_name": "skarmory", + "pokemon_name": "Skarmory", "method": "walk", "encounter_rate": 10, "min_level": 31, @@ -2697,7 +2697,7 @@ "encounters": [ { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -2705,7 +2705,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -2713,7 +2713,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -2721,7 +2721,7 @@ }, { "pokeapi_id": 168, - "pokemon_name": "ariados", + "pokemon_name": "Ariados", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -2729,7 +2729,7 @@ }, { "pokeapi_id": 166, - "pokemon_name": "ledian", + "pokemon_name": "Ledian", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -2737,23 +2737,28 @@ }, { "pokeapi_id": 674, - "pokemon_name": "pancham", + "pokemon_name": "Pancham", "method": "walk", "encounter_rate": 20, "min_level": 31, "max_level": 34 } ] + }, + { + "name": "Route 17 (All Areas)", + "order": 55, + "encounters": [] } ] }, { "name": "Route 12", - "order": 55, + "order": 56, "encounters": [ { "pokeapi_id": 10109, - "pokemon_name": "geodude-alola", + "pokemon_name": "Geodude (Alola)", "method": "walk", "encounter_rate": 40, "min_level": 26, @@ -2761,7 +2766,7 @@ }, { "pokeapi_id": 749, - "pokemon_name": "mudbray", + "pokemon_name": "Mudbray", "method": "walk", "encounter_rate": 30, "min_level": 26, @@ -2769,7 +2774,7 @@ }, { "pokeapi_id": 324, - "pokemon_name": "torkoal", + "pokemon_name": "Torkoal", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2777,7 +2782,7 @@ }, { "pokeapi_id": 239, - "pokemon_name": "elekid", + "pokemon_name": "Elekid", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -2787,11 +2792,11 @@ }, { "name": "Haina Desert", - "order": 56, + "order": 57, "encounters": [ { "pokeapi_id": 797, - "pokemon_name": "celesteela", + "pokemon_name": "Celesteela", "method": "walk", "encounter_rate": 100, "min_level": 65, @@ -2799,7 +2804,7 @@ }, { "pokeapi_id": 551, - "pokemon_name": "sandile", + "pokemon_name": "Sandile", "method": "walk", "encounter_rate": 70, "min_level": 28, @@ -2807,7 +2812,7 @@ }, { "pokeapi_id": 10106, - "pokemon_name": "dugtrio-alola", + "pokemon_name": "Dugtrio (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 28, @@ -2817,11 +2822,11 @@ }, { "name": "Route 14", - "order": 57, + "order": 58, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 79, "min_level": 10, @@ -2829,7 +2834,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "surf", "encounter_rate": 40, "min_level": 28, @@ -2837,7 +2842,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 40, "min_level": 28, @@ -2845,7 +2850,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 28, @@ -2853,7 +2858,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 30, "min_level": 28, @@ -2861,7 +2866,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 28, @@ -2869,7 +2874,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 20, "min_level": 28, @@ -2877,7 +2882,7 @@ }, { "pokeapi_id": 361, - "pokemon_name": "snorunt", + "pokemon_name": "Snorunt", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -2885,7 +2890,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 20, "min_level": 10, @@ -2893,7 +2898,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 10, "min_level": 28, @@ -2901,7 +2906,7 @@ }, { "pokeapi_id": 10101, - "pokemon_name": "sandshrew-alola", + "pokemon_name": "Sandshrew (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 28, @@ -2909,7 +2914,7 @@ }, { "pokeapi_id": 779, - "pokemon_name": "bruxish", + "pokemon_name": "Bruxish", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -2919,11 +2924,11 @@ }, { "name": "Ulaula Meadow", - "order": 58, + "order": 59, "encounters": [ { "pokeapi_id": 548, - "pokemon_name": "petilil", + "pokemon_name": "Petilil", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -2931,7 +2936,7 @@ }, { "pokeapi_id": 743, - "pokemon_name": "ribombee", + "pokemon_name": "Ribombee", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -2939,7 +2944,7 @@ }, { "pokeapi_id": 168, - "pokemon_name": "ariados", + "pokemon_name": "Ariados", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -2947,7 +2952,7 @@ }, { "pokeapi_id": 166, - "pokemon_name": "ledian", + "pokemon_name": "Ledian", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -2955,7 +2960,7 @@ }, { "pokeapi_id": 741, - "pokemon_name": "oricorio-baile", + "pokemon_name": "Oricorio Baile", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -2965,11 +2970,11 @@ }, { "name": "Malie Garden", - "order": 59, + "order": 60, "encounters": [ { "pokeapi_id": 797, - "pokemon_name": "celesteela", + "pokemon_name": "Celesteela", "method": "walk", "encounter_rate": 100, "min_level": 65, @@ -2977,7 +2982,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 60, "min_level": 10, @@ -2985,7 +2990,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 40, "min_level": 10, @@ -2993,7 +2998,7 @@ }, { "pokeapi_id": 752, - "pokemon_name": "araquanid", + "pokemon_name": "Araquanid", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -3001,7 +3006,7 @@ }, { "pokeapi_id": 168, - "pokemon_name": "ariados", + "pokemon_name": "Ariados", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -3009,7 +3014,7 @@ }, { "pokeapi_id": 166, - "pokemon_name": "ledian", + "pokemon_name": "Ledian", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -3017,7 +3022,7 @@ }, { "pokeapi_id": 284, - "pokemon_name": "masquerain", + "pokemon_name": "Masquerain", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -3025,7 +3030,7 @@ }, { "pokeapi_id": 10107, - "pokemon_name": "meowth-alola", + "pokemon_name": "Meowth (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -3033,7 +3038,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -3041,7 +3046,7 @@ }, { "pokeapi_id": 548, - "pokemon_name": "petilil", + "pokemon_name": "Petilil", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -3049,7 +3054,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -3059,11 +3064,11 @@ }, { "name": "Mount Hokulani (Main)", - "order": 60, + "order": 61, "encounters": [ { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 70, "min_level": 25, @@ -3071,7 +3076,7 @@ }, { "pokeapi_id": 774, - "pokemon_name": "minior-red-meteor", + "pokemon_name": "Minior Red Meteor", "method": "walk", "encounter_rate": 30, "min_level": 25, @@ -3079,7 +3084,7 @@ }, { "pokeapi_id": 374, - "pokemon_name": "beldum", + "pokemon_name": "Beldum", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -3087,7 +3092,7 @@ }, { "pokeapi_id": 173, - "pokemon_name": "cleffa", + "pokemon_name": "Cleffa", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -3095,7 +3100,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -3103,7 +3108,7 @@ }, { "pokeapi_id": 227, - "pokemon_name": "skarmory", + "pokemon_name": "Skarmory", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -3113,11 +3118,11 @@ }, { "name": "Blush Mountain", - "order": 61, + "order": 62, "encounters": [ { "pokeapi_id": 10109, - "pokemon_name": "geodude-alola", + "pokemon_name": "Geodude (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 26, @@ -3125,7 +3130,7 @@ }, { "pokeapi_id": 749, - "pokemon_name": "mudbray", + "pokemon_name": "Mudbray", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -3133,7 +3138,7 @@ }, { "pokeapi_id": 324, - "pokemon_name": "torkoal", + "pokemon_name": "Torkoal", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -3141,7 +3146,7 @@ }, { "pokeapi_id": 737, - "pokemon_name": "charjabug", + "pokemon_name": "Charjabug", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -3149,7 +3154,7 @@ }, { "pokeapi_id": 239, - "pokemon_name": "elekid", + "pokemon_name": "Elekid", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -3157,7 +3162,7 @@ }, { "pokeapi_id": 777, - "pokemon_name": "togedemaru", + "pokemon_name": "Togedemaru", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -3167,54 +3172,16 @@ }, { "name": "Mount Lanakila", - "order": 62, + "order": 63, "encounters": [], "children": [ - { - "name": "Mount Lanakila (Outside)", - "order": 63, - "encounters": [ - { - "pokeapi_id": 10101, - "pokemon_name": "sandshrew-alola", - "method": "walk", - "encounter_rate": 30, - "min_level": 42, - "max_level": 45 - }, - { - "pokeapi_id": 361, - "pokemon_name": "snorunt", - "method": "walk", - "encounter_rate": 30, - "min_level": 42, - "max_level": 45 - }, - { - "pokeapi_id": 359, - "pokemon_name": "absol", - "method": "walk", - "encounter_rate": 20, - "min_level": 42, - "max_level": 45 - }, - { - "pokeapi_id": 215, - "pokemon_name": "sneasel", - "method": "walk", - "encounter_rate": 20, - "min_level": 42, - "max_level": 45 - } - ] - }, { "name": "Mount Lanakila (Cave)", "order": 64, "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 42, @@ -3222,7 +3189,7 @@ }, { "pokeapi_id": 361, - "pokemon_name": "snorunt", + "pokemon_name": "Snorunt", "method": "walk", "encounter_rate": 30, "min_level": 42, @@ -3230,7 +3197,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 20, "min_level": 42, @@ -3238,7 +3205,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 10, "min_level": 42, @@ -3246,23 +3213,61 @@ }, { "pokeapi_id": 780, - "pokemon_name": "drampa", + "pokemon_name": "Drampa", "method": "walk", "encounter_rate": 10, "min_level": 42, "max_level": 45 } ] + }, + { + "name": "Mount Lanakila (Outside)", + "order": 65, + "encounters": [ + { + "pokeapi_id": 10101, + "pokemon_name": "Sandshrew (Alola)", + "method": "walk", + "encounter_rate": 30, + "min_level": 42, + "max_level": 45 + }, + { + "pokeapi_id": 361, + "pokemon_name": "Snorunt", + "method": "walk", + "encounter_rate": 30, + "min_level": 42, + "max_level": 45 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 42, + "max_level": 45 + }, + { + "pokeapi_id": 215, + "pokemon_name": "Sneasel", + "method": "walk", + "encounter_rate": 20, + "min_level": 42, + "max_level": 45 + } + ] } ] }, { "name": "Poni Meadow", - "order": 65, + "order": 66, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 59, "min_level": 10, @@ -3270,7 +3275,7 @@ }, { "pokeapi_id": 548, - "pokemon_name": "petilil", + "pokemon_name": "Petilil", "method": "walk", "encounter_rate": 50, "min_level": 54, @@ -3278,7 +3283,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 40, "min_level": 10, @@ -3286,7 +3291,7 @@ }, { "pokeapi_id": 743, - "pokemon_name": "ribombee", + "pokemon_name": "Ribombee", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -3294,7 +3299,7 @@ }, { "pokeapi_id": 10125, - "pokemon_name": "oricorio-sensu", + "pokemon_name": "Oricorio (Sensu)", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -3302,7 +3307,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -3312,11 +3317,11 @@ }, { "name": "Poni Wilds", - "order": 66, + "order": 67, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 79, "min_level": 10, @@ -3324,7 +3329,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 40, @@ -3332,7 +3337,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 30, "min_level": 40, @@ -3340,7 +3345,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 40, @@ -3348,7 +3353,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 30, "min_level": 40, @@ -3356,7 +3361,7 @@ }, { "pokeapi_id": 457, - "pokemon_name": "lumineon", + "pokemon_name": "Lumineon", "method": "surf", "encounter_rate": 25, "min_level": 40, @@ -3364,7 +3369,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "surf", "encounter_rate": 20, "min_level": 40, @@ -3372,7 +3377,7 @@ }, { "pokeapi_id": 210, - "pokemon_name": "granbull", + "pokemon_name": "Granbull", "method": "walk", "encounter_rate": 20, "min_level": 40, @@ -3380,7 +3385,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 20, "min_level": 40, @@ -3388,7 +3393,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 20, "min_level": 10, @@ -3396,7 +3401,7 @@ }, { "pokeapi_id": 102, - "pokemon_name": "exeggcute", + "pokemon_name": "Exeggcute", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -3404,7 +3409,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -3412,7 +3417,7 @@ }, { "pokeapi_id": 131, - "pokemon_name": "lapras", + "pokemon_name": "Lapras", "method": "surf", "encounter_rate": 5, "min_level": 40, @@ -3420,7 +3425,7 @@ }, { "pokeapi_id": 369, - "pokemon_name": "relicanth", + "pokemon_name": "Relicanth", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -3430,11 +3435,11 @@ }, { "name": "Ancient Poni Path", - "order": 67, + "order": 68, "encounters": [ { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 40, @@ -3442,7 +3447,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 30, "min_level": 40, @@ -3450,7 +3455,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 40, @@ -3458,7 +3463,7 @@ }, { "pokeapi_id": 210, - "pokemon_name": "granbull", + "pokemon_name": "Granbull", "method": "walk", "encounter_rate": 20, "min_level": 40, @@ -3466,7 +3471,7 @@ }, { "pokeapi_id": 102, - "pokemon_name": "exeggcute", + "pokemon_name": "Exeggcute", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -3474,7 +3479,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -3484,11 +3489,11 @@ }, { "name": "Poni Breaker Coast", - "order": 68, + "order": 69, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 79, "min_level": 10, @@ -3496,7 +3501,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 20, "min_level": 10, @@ -3504,7 +3509,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -3514,11 +3519,11 @@ }, { "name": "Poni Grove", - "order": 69, + "order": 70, "encounters": [ { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 52, @@ -3526,7 +3531,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 52, @@ -3534,7 +3539,7 @@ }, { "pokeapi_id": 732, - "pokemon_name": "trumbeak", + "pokemon_name": "Trumbeak", "method": "walk", "encounter_rate": 30, "min_level": 52, @@ -3542,7 +3547,7 @@ }, { "pokeapi_id": 210, - "pokemon_name": "granbull", + "pokemon_name": "Granbull", "method": "walk", "encounter_rate": 20, "min_level": 52, @@ -3550,7 +3555,7 @@ }, { "pokeapi_id": 127, - "pokemon_name": "pinsir", + "pokemon_name": "Pinsir", "method": "walk", "encounter_rate": 10, "min_level": 52, @@ -3558,7 +3563,7 @@ }, { "pokeapi_id": 447, - "pokemon_name": "riolu", + "pokemon_name": "Riolu", "method": "walk", "encounter_rate": 10, "min_level": 52, @@ -3568,140 +3573,16 @@ }, { "name": "Poni Plains", - "order": 70, + "order": 71, "encounters": [], "children": [ { - "name": "Poni Plains (East)", - "order": 71, - "encounters": [ - { - "pokeapi_id": 735, - "pokemon_name": "gumshoos", - "method": "walk", - "encounter_rate": 30, - "min_level": 54, - "max_level": 57 - }, - { - "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", - "method": "walk", - "encounter_rate": 30, - "min_level": 54, - "max_level": 57 - }, - { - "pokeapi_id": 279, - "pokemon_name": "pelipper", - "method": "walk", - "encounter_rate": 20, - "min_level": 54, - "max_level": 57 - }, - { - "pokeapi_id": 548, - "pokemon_name": "petilil", - "method": "walk", - "encounter_rate": 20, - "min_level": 54, - "max_level": 57 - }, - { - "pokeapi_id": 241, - "pokemon_name": "miltank", - "method": "walk", - "encounter_rate": 10, - "min_level": 54, - "max_level": 57 - }, - { - "pokeapi_id": 128, - "pokemon_name": "tauros", - "method": "walk", - "encounter_rate": 10, - "min_level": 54, - "max_level": 57 - }, - { - "pokeapi_id": 732, - "pokemon_name": "trumbeak", - "method": "walk", - "encounter_rate": 10, - "min_level": 54, - "max_level": 57 - } - ] - }, - { - "name": "Poni Plains (North)", + "name": "Poni Plains (West)", "order": 72, - "encounters": [ - { - "pokeapi_id": 735, - "pokemon_name": "gumshoos", - "method": "walk", - "encounter_rate": 30, - "min_level": 54, - "max_level": 57 - }, - { - "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", - "method": "walk", - "encounter_rate": 30, - "min_level": 54, - "max_level": 57 - }, - { - "pokeapi_id": 97, - "pokemon_name": "hypno", - "method": "walk", - "encounter_rate": 20, - "min_level": 54, - "max_level": 57 - }, - { - "pokeapi_id": 548, - "pokemon_name": "petilil", - "method": "walk", - "encounter_rate": 20, - "min_level": 54, - "max_level": 57 - }, - { - "pokeapi_id": 241, - "pokemon_name": "miltank", - "method": "walk", - "encounter_rate": 10, - "min_level": 54, - "max_level": 57 - }, - { - "pokeapi_id": 128, - "pokemon_name": "tauros", - "method": "walk", - "encounter_rate": 10, - "min_level": 54, - "max_level": 57 - }, - { - "pokeapi_id": 732, - "pokemon_name": "trumbeak", - "method": "walk", - "encounter_rate": 10, - "min_level": 54, - "max_level": 57 - } - ] - }, - { - "name": "Poni Plains (West)", - "order": 73, "encounters": [ { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -3709,7 +3590,7 @@ }, { "pokeapi_id": 750, - "pokemon_name": "mudsdale", + "pokemon_name": "Mudsdale", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -3717,7 +3598,7 @@ }, { "pokeapi_id": 548, - "pokemon_name": "petilil", + "pokemon_name": "Petilil", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -3725,7 +3606,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -3733,7 +3614,7 @@ }, { "pokeapi_id": 241, - "pokemon_name": "miltank", + "pokemon_name": "Miltank", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -3741,7 +3622,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -3749,7 +3630,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -3757,7 +3638,7 @@ }, { "pokeapi_id": 732, - "pokemon_name": "trumbeak", + "pokemon_name": "Trumbeak", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -3767,11 +3648,11 @@ }, { "name": "Poni Plains (Center)", - "order": 74, + "order": 73, "encounters": [ { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -3779,7 +3660,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -3787,7 +3668,7 @@ }, { "pokeapi_id": 732, - "pokemon_name": "trumbeak", + "pokemon_name": "Trumbeak", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -3795,7 +3676,7 @@ }, { "pokeapi_id": 548, - "pokemon_name": "petilil", + "pokemon_name": "Petilil", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -3803,7 +3684,7 @@ }, { "pokeapi_id": 241, - "pokemon_name": "miltank", + "pokemon_name": "Miltank", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -3811,7 +3692,131 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", + "method": "walk", + "encounter_rate": 10, + "min_level": 54, + "max_level": 57 + } + ] + }, + { + "name": "Poni Plains (East)", + "order": 74, + "encounters": [ + { + "pokeapi_id": 735, + "pokemon_name": "Gumshoos", + "method": "walk", + "encounter_rate": 30, + "min_level": 54, + "max_level": 57 + }, + { + "pokeapi_id": 10092, + "pokemon_name": "Raticate (Alola)", + "method": "walk", + "encounter_rate": 30, + "min_level": 54, + "max_level": 57 + }, + { + "pokeapi_id": 279, + "pokemon_name": "Pelipper", + "method": "walk", + "encounter_rate": 20, + "min_level": 54, + "max_level": 57 + }, + { + "pokeapi_id": 548, + "pokemon_name": "Petilil", + "method": "walk", + "encounter_rate": 20, + "min_level": 54, + "max_level": 57 + }, + { + "pokeapi_id": 241, + "pokemon_name": "Miltank", + "method": "walk", + "encounter_rate": 10, + "min_level": 54, + "max_level": 57 + }, + { + "pokeapi_id": 128, + "pokemon_name": "Tauros", + "method": "walk", + "encounter_rate": 10, + "min_level": 54, + "max_level": 57 + }, + { + "pokeapi_id": 732, + "pokemon_name": "Trumbeak", + "method": "walk", + "encounter_rate": 10, + "min_level": 54, + "max_level": 57 + } + ] + }, + { + "name": "Poni Plains (North)", + "order": 75, + "encounters": [ + { + "pokeapi_id": 735, + "pokemon_name": "Gumshoos", + "method": "walk", + "encounter_rate": 30, + "min_level": 54, + "max_level": 57 + }, + { + "pokeapi_id": 10092, + "pokemon_name": "Raticate (Alola)", + "method": "walk", + "encounter_rate": 30, + "min_level": 54, + "max_level": 57 + }, + { + "pokeapi_id": 97, + "pokemon_name": "Hypno", + "method": "walk", + "encounter_rate": 20, + "min_level": 54, + "max_level": 57 + }, + { + "pokeapi_id": 548, + "pokemon_name": "Petilil", + "method": "walk", + "encounter_rate": 20, + "min_level": 54, + "max_level": 57 + }, + { + "pokeapi_id": 241, + "pokemon_name": "Miltank", + "method": "walk", + "encounter_rate": 10, + "min_level": 54, + "max_level": 57 + }, + { + "pokeapi_id": 128, + "pokemon_name": "Tauros", + "method": "walk", + "encounter_rate": 10, + "min_level": 54, + "max_level": 57 + }, + { + "pokeapi_id": 732, + "pokemon_name": "Trumbeak", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -3823,11 +3828,11 @@ }, { "name": "Poni Gauntlet", - "order": 75, + "order": 76, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 59, "min_level": 10, @@ -3835,7 +3840,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 40, "min_level": 10, @@ -3843,7 +3848,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 56, @@ -3851,7 +3856,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 30, "min_level": 56, @@ -3859,7 +3864,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 56, @@ -3867,7 +3872,7 @@ }, { "pokeapi_id": 210, - "pokemon_name": "granbull", + "pokemon_name": "Granbull", "method": "walk", "encounter_rate": 20, "min_level": 56, @@ -3875,7 +3880,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 15, "min_level": 56, @@ -3883,7 +3888,7 @@ }, { "pokeapi_id": 760, - "pokemon_name": "bewear", + "pokemon_name": "Bewear", "method": "walk", "encounter_rate": 5, "min_level": 56, @@ -3891,7 +3896,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -3901,11 +3906,11 @@ }, { "name": "Seafolk Village (Main)", - "order": 76, + "order": 77, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 79, "min_level": 10, @@ -3913,7 +3918,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 20, "min_level": 10, @@ -3921,7 +3926,7 @@ }, { "pokeapi_id": 781, - "pokemon_name": "dhelmise", + "pokemon_name": "Dhelmise", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -3931,16 +3936,16 @@ }, { "name": "Vast Poni Canyon", - "order": 77, + "order": 78, "encounters": [], "children": [ { "name": "Vast Poni Canyon (Inside)", - "order": 78, + "order": 79, "encounters": [ { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 30, "min_level": 41, @@ -3948,7 +3953,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 41, @@ -3956,7 +3961,7 @@ }, { "pokeapi_id": 703, - "pokemon_name": "carbink", + "pokemon_name": "Carbink", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -3964,7 +3969,7 @@ }, { "pokeapi_id": 10106, - "pokemon_name": "dugtrio-alola", + "pokemon_name": "Dugtrio (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -3974,11 +3979,11 @@ }, { "name": "Vast Poni Canyon (Northwest)", - "order": 79, + "order": 80, "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 80, "min_level": 41, @@ -3986,7 +3991,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 59, "min_level": 10, @@ -3994,7 +3999,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 40, "min_level": 10, @@ -4002,7 +4007,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 30, "min_level": 41, @@ -4010,7 +4015,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 41, @@ -4018,7 +4023,7 @@ }, { "pokeapi_id": 703, - "pokemon_name": "carbink", + "pokemon_name": "Carbink", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -4026,7 +4031,7 @@ }, { "pokeapi_id": 10106, - "pokemon_name": "dugtrio-alola", + "pokemon_name": "Dugtrio (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -4034,7 +4039,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 20, "min_level": 41, @@ -4042,7 +4047,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -4052,11 +4057,11 @@ }, { "name": "Vast Poni Canyon (Outside)", - "order": 80, + "order": 81, "encounters": [ { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 30, "min_level": 41, @@ -4064,7 +4069,7 @@ }, { "pokeapi_id": 745, - "pokemon_name": "lycanroc-midday", + "pokemon_name": "Lycanroc Midday", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -4072,7 +4077,7 @@ }, { "pokeapi_id": 10126, - "pokemon_name": "lycanroc-midnight", + "pokemon_name": "Lycanroc (Midnight)", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -4080,7 +4085,7 @@ }, { "pokeapi_id": 703, - "pokemon_name": "carbink", + "pokemon_name": "Carbink", "method": "walk", "encounter_rate": 15, "min_level": 41, @@ -4088,7 +4093,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -4096,7 +4101,7 @@ }, { "pokeapi_id": 198, - "pokemon_name": "murkrow", + "pokemon_name": "Murkrow", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -4104,7 +4109,7 @@ }, { "pokeapi_id": 227, - "pokemon_name": "skarmory", + "pokemon_name": "Skarmory", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -4112,7 +4117,7 @@ }, { "pokeapi_id": 782, - "pokemon_name": "jangmo-o", + "pokemon_name": "Jangmo O", "method": "walk", "encounter_rate": 5, "min_level": 41, @@ -4124,11 +4129,11 @@ }, { "name": "Resolution Cave", - "order": 81, + "order": 82, "encounters": [ { "pokeapi_id": 799, - "pokemon_name": "guzzlord", + "pokemon_name": "Guzzlord", "method": "walk", "encounter_rate": 100, "min_level": 70, @@ -4136,7 +4141,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 70, "min_level": 54, @@ -4144,7 +4149,7 @@ }, { "pokeapi_id": 10106, - "pokemon_name": "dugtrio-alola", + "pokemon_name": "Dugtrio (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -4154,11 +4159,11 @@ }, { "name": "Exeggutor Island", - "order": 82, + "order": 83, "encounters": [ { "pokeapi_id": 102, - "pokemon_name": "exeggcute", + "pokemon_name": "Exeggcute", "method": "walk", "encounter_rate": 40, "min_level": 40, @@ -4166,7 +4171,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 30, "min_level": 40, @@ -4174,7 +4179,7 @@ }, { "pokeapi_id": 10114, - "pokemon_name": "exeggutor-alola", + "pokemon_name": "Exeggutor (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 40, @@ -4182,7 +4187,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -4192,11 +4197,11 @@ }, { "name": "Hauoli City (Shopping District)", - "order": 83, + "order": 84, "encounters": [ { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 25, "min_level": 5, @@ -4204,7 +4209,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -4212,7 +4217,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -4220,7 +4225,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -4228,7 +4233,7 @@ }, { "pokeapi_id": 10112, - "pokemon_name": "grimer-alola", + "pokemon_name": "Grimer (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 5, @@ -4236,7 +4241,7 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 10, "min_level": 5, @@ -4244,7 +4249,7 @@ }, { "pokeapi_id": 10107, - "pokemon_name": "meowth-alola", + "pokemon_name": "Meowth (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 5, @@ -4252,7 +4257,7 @@ }, { "pokeapi_id": 172, - "pokemon_name": "pichu", + "pokemon_name": "Pichu", "method": "walk", "encounter_rate": 5, "min_level": 5, @@ -4262,11 +4267,11 @@ }, { "name": "Verdant Cavern (Trial Site)", - "order": 84, + "order": 85, "encounters": [ { "pokeapi_id": 795, - "pokemon_name": "pheromosa", + "pokemon_name": "Pheromosa", "method": "walk", "encounter_rate": 100, "min_level": 60, @@ -4274,7 +4279,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 70, "min_level": 8, @@ -4282,7 +4287,7 @@ }, { "pokeapi_id": 10105, - "pokemon_name": "diglett-alola", + "pokemon_name": "Diglett (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 8, @@ -4292,11 +4297,11 @@ }, { "name": "Thrifty Megamart", - "order": 85, + "order": 86, "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 40, "min_level": 29, @@ -4304,7 +4309,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 40, "min_level": 29, @@ -4312,7 +4317,7 @@ }, { "pokeapi_id": 707, - "pokemon_name": "klefki", + "pokemon_name": "Klefki", "method": "walk", "encounter_rate": 15, "min_level": 29, @@ -4320,7 +4325,7 @@ }, { "pokeapi_id": 778, - "pokemon_name": "mimikyu-disguised", + "pokemon_name": "Mimikyu Disguised", "method": "walk", "encounter_rate": 5, "min_level": 29, @@ -4330,11 +4335,11 @@ }, { "name": "Malie City (Outer Cape)", - "order": 86, + "order": 87, "encounters": [ { "pokeapi_id": 10112, - "pokemon_name": "grimer-alola", + "pokemon_name": "Grimer (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 24, @@ -4342,7 +4347,7 @@ }, { "pokeapi_id": 568, - "pokemon_name": "trubbish", + "pokemon_name": "Trubbish", "method": "walk", "encounter_rate": 30, "min_level": 24, @@ -4350,7 +4355,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -4358,7 +4363,7 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -4366,7 +4371,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 24, diff --git a/backend/src/app/seeds/data/omega-ruby.json b/backend/src/app/seeds/data/omega-ruby.json index 6175dd6..3a18dc1 100644 --- a/backend/src/app/seeds/data/omega-ruby.json +++ b/backend/src/app/seeds/data/omega-ruby.json @@ -5,7 +5,7 @@ "encounters": [ { "pokeapi_id": 252, - "pokemon_name": "treecko", + "pokemon_name": "Treecko", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -13,7 +13,7 @@ }, { "pokeapi_id": 255, - "pokemon_name": "torchic", + "pokemon_name": "Torchic", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -21,7 +21,7 @@ }, { "pokeapi_id": 258, - "pokemon_name": "mudkip", + "pokemon_name": "Mudkip", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -35,7 +35,7 @@ "encounters": [ { "pokeapi_id": 345, - "pokemon_name": "lileep", + "pokemon_name": "Lileep", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -43,7 +43,7 @@ }, { "pokeapi_id": 347, - "pokemon_name": "anorith", + "pokemon_name": "Anorith", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -57,7 +57,7 @@ "encounters": [ { "pokeapi_id": 360, - "pokemon_name": "wynaut", + "pokemon_name": "Wynaut", "method": "gift", "encounter_rate": 100, "min_level": 5, @@ -71,7 +71,7 @@ "encounters": [ { "pokeapi_id": 351, - "pokemon_name": "castform", + "pokemon_name": "Castform", "method": "gift", "encounter_rate": 100, "min_level": 25, @@ -85,7 +85,7 @@ "encounters": [ { "pokeapi_id": 374, - "pokemon_name": "beldum", + "pokemon_name": "Beldum", "method": "gift", "encounter_rate": 100, "min_level": 5, diff --git a/backend/src/app/seeds/data/pearl.json b/backend/src/app/seeds/data/pearl.json index 4f4a2d8..a1424a8 100644 --- a/backend/src/app/seeds/data/pearl.json +++ b/backend/src/app/seeds/data/pearl.json @@ -5,7 +5,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -13,7 +13,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -21,7 +21,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -29,7 +29,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -37,7 +37,7 @@ }, { "pokeapi_id": 457, - "pokemon_name": "lumineon", + "pokemon_name": "Lumineon", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -45,7 +45,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -53,7 +53,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -61,7 +61,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 15, "min_level": 20, @@ -69,7 +69,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -77,7 +77,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -91,7 +91,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -99,7 +99,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -107,7 +107,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -115,7 +115,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -123,7 +123,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -131,7 +131,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -139,7 +139,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -153,7 +153,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -161,7 +161,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -169,7 +169,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -177,7 +177,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -185,7 +185,7 @@ }, { "pokeapi_id": 224, - "pokemon_name": "octillery", + "pokemon_name": "Octillery", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -193,7 +193,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -201,7 +201,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -209,7 +209,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -217,7 +217,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -231,7 +231,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -239,7 +239,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 60, "min_level": 35, @@ -247,7 +247,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -255,7 +255,7 @@ }, { "pokeapi_id": 224, - "pokemon_name": "octillery", + "pokemon_name": "Octillery", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -263,7 +263,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -271,7 +271,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -279,7 +279,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 30, "min_level": 35, @@ -287,7 +287,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 15, "min_level": 20, @@ -295,7 +295,7 @@ }, { "pokeapi_id": 458, - "pokemon_name": "mantyke", + "pokemon_name": "Mantyke", "method": "surf", "encounter_rate": 10, "min_level": 30, @@ -309,7 +309,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -317,7 +317,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 65, "min_level": 35, @@ -325,7 +325,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -333,7 +333,7 @@ }, { "pokeapi_id": 224, - "pokemon_name": "octillery", + "pokemon_name": "Octillery", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -341,7 +341,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -349,7 +349,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -357,7 +357,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 35, "min_level": 35, @@ -365,7 +365,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 15, "min_level": 20, @@ -384,7 +384,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 70, "min_level": 5, @@ -392,7 +392,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 7, @@ -400,7 +400,37 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 10, + "min_level": 8, + "max_level": 8 + } + ] + }, + { + "name": "Oreburgh Mine (1F)", + "order": 7, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 70, + "min_level": 5, + "max_level": 9 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 20, + "min_level": 7, + "max_level": 7 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 10, "min_level": 8, @@ -414,7 +444,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 70, "min_level": 6, @@ -422,7 +452,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -430,7 +460,37 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 10, + "min_level": 9, + "max_level": 9 + } + ] + }, + { + "name": "Oreburgh Mine (B1F)", + "order": 8, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 70, + "min_level": 6, + "max_level": 10 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 20, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -446,7 +506,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -454,7 +514,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -462,7 +522,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -470,7 +530,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 51, "min_level": 7, @@ -478,7 +538,7 @@ }, { "pokeapi_id": 422, - "pokemon_name": "shellos", + "pokemon_name": "Shellos", "method": "walk", "encounter_rate": 46, "min_level": 7, @@ -486,7 +546,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -494,7 +554,7 @@ }, { "pokeapi_id": 457, - "pokemon_name": "lumineon", + "pokemon_name": "Lumineon", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -502,7 +562,7 @@ }, { "pokeapi_id": 309, - "pokemon_name": "electrike", + "pokemon_name": "Electrike", "method": "walk", "encounter_rate": 40, "min_level": 7, @@ -510,7 +570,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -518,7 +578,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -526,7 +586,7 @@ }, { "pokeapi_id": 417, - "pokemon_name": "pachirisu", + "pokemon_name": "Pachirisu", "method": "walk", "encounter_rate": 25, "min_level": 7, @@ -534,7 +594,7 @@ }, { "pokeapi_id": 179, - "pokemon_name": "mareep", + "pokemon_name": "Mareep", "method": "walk", "encounter_rate": 22, "min_level": 7, @@ -542,7 +602,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 15, "min_level": 20, @@ -550,7 +610,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 10, "min_level": 8, @@ -558,7 +618,7 @@ }, { "pokeapi_id": 239, - "pokemon_name": "elekid", + "pokemon_name": "Elekid", "method": "walk", "encounter_rate": 8, "min_level": 9, @@ -566,7 +626,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -574,7 +634,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -588,7 +648,7 @@ "encounters": [ { "pokeapi_id": 406, - "pokemon_name": "budew", + "pokemon_name": "Budew", "method": "walk", "encounter_rate": 43, "min_level": 10, @@ -596,7 +656,7 @@ }, { "pokeapi_id": 287, - "pokemon_name": "slakoth", + "pokemon_name": "Slakoth", "method": "walk", "encounter_rate": 40, "min_level": 10, @@ -604,7 +664,7 @@ }, { "pokeapi_id": 265, - "pokemon_name": "wurmple", + "pokemon_name": "Wurmple", "method": "walk", "encounter_rate": 40, "min_level": 10, @@ -612,7 +672,7 @@ }, { "pokeapi_id": 427, - "pokemon_name": "buneary", + "pokemon_name": "Buneary", "method": "walk", "encounter_rate": 23, "min_level": 10, @@ -620,7 +680,7 @@ }, { "pokeapi_id": 290, - "pokemon_name": "nincada", + "pokemon_name": "Nincada", "method": "walk", "encounter_rate": 22, "min_level": 10, @@ -628,7 +688,7 @@ }, { "pokeapi_id": 268, - "pokemon_name": "cascoon", + "pokemon_name": "Cascoon", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -636,7 +696,7 @@ }, { "pokeapi_id": 200, - "pokemon_name": "misdreavus", + "pokemon_name": "Misdreavus", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -644,7 +704,7 @@ }, { "pokeapi_id": 14, - "pokemon_name": "kakuna", + "pokemon_name": "Kakuna", "method": "walk", "encounter_rate": 8, "min_level": 12, @@ -652,7 +712,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 8, "min_level": 12, @@ -660,7 +720,7 @@ }, { "pokeapi_id": 204, - "pokemon_name": "pineco", + "pokemon_name": "Pineco", "method": "walk", "encounter_rate": 8, "min_level": 12, @@ -668,7 +728,7 @@ }, { "pokeapi_id": 273, - "pokemon_name": "seedot", + "pokemon_name": "Seedot", "method": "walk", "encounter_rate": 8, "min_level": 12, @@ -676,7 +736,7 @@ }, { "pokeapi_id": 269, - "pokemon_name": "dustox", + "pokemon_name": "Dustox", "method": "walk", "encounter_rate": 2, "min_level": 12, @@ -690,7 +750,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -698,7 +758,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -706,7 +766,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -714,7 +774,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -722,7 +782,7 @@ }, { "pokeapi_id": 457, - "pokemon_name": "lumineon", + "pokemon_name": "Lumineon", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -730,7 +790,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -738,7 +798,7 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 40, "min_level": 28, @@ -746,7 +806,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -754,7 +814,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "walk", "encounter_rate": 25, "min_level": 29, @@ -762,7 +822,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 20, "min_level": 29, @@ -770,7 +830,7 @@ }, { "pokeapi_id": 422, - "pokemon_name": "shellos", + "pokemon_name": "Shellos", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -778,7 +838,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "walk", "encounter_rate": 15, "min_level": 29, @@ -786,7 +846,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 15, "min_level": 20, @@ -794,7 +854,7 @@ }, { "pokeapi_id": 404, - "pokemon_name": "luxio", + "pokemon_name": "Luxio", "method": "walk", "encounter_rate": 10, "min_level": 29, @@ -802,7 +862,7 @@ }, { "pokeapi_id": 417, - "pokemon_name": "pachirisu", + "pokemon_name": "Pachirisu", "method": "walk", "encounter_rate": 10, "min_level": 29, @@ -810,7 +870,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 10, "min_level": 28, @@ -818,7 +878,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 10, "min_level": 29, @@ -826,7 +886,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -834,7 +894,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -842,7 +902,7 @@ }, { "pokeapi_id": 188, - "pokemon_name": "skiploom", + "pokemon_name": "Skiploom", "method": "walk", "encounter_rate": 2, "min_level": 30, @@ -856,294 +916,12 @@ "encounters": [], "children": [ { - "name": "Mt Coronet (Exterior Snowfall)", + "name": "Mt Coronet (1f From Exterior)", "order": 13, "encounters": [ - { - "pokeapi_id": 67, - "pokemon_name": "machoke", - "method": "walk", - "encounter_rate": 30, - "min_level": 39, - "max_level": 40 - }, - { - "pokeapi_id": 308, - "pokemon_name": "medicham", - "method": "walk", - "encounter_rate": 30, - "min_level": 39, - "max_level": 40 - }, - { - "pokeapi_id": 294, - "pokemon_name": "loudred", - "method": "walk", - "encounter_rate": 22, - "min_level": 39, - "max_level": 40 - }, - { - "pokeapi_id": 460, - "pokemon_name": "abomasnow", - "method": "walk", - "encounter_rate": 20, - "min_level": 40, - "max_level": 40 - }, - { - "pokeapi_id": 459, - "pokemon_name": "snover", - "method": "walk", - "encounter_rate": 20, - "min_level": 38, - "max_level": 38 - }, - { - "pokeapi_id": 437, - "pokemon_name": "bronzong", - "method": "walk", - "encounter_rate": 17, - "min_level": 39, - "max_level": 40 - }, - { - "pokeapi_id": 35, - "pokemon_name": "clefairy", - "method": "walk", - "encounter_rate": 17, - "min_level": 38, - "max_level": 39 - }, - { - "pokeapi_id": 433, - "pokemon_name": "chingling", - "method": "walk", - "encounter_rate": 10, - "min_level": 39, - "max_level": 40 - }, - { - "pokeapi_id": 42, - "pokemon_name": "golbat", - "method": "walk", - "encounter_rate": 10, - "min_level": 39, - "max_level": 39 - }, - { - "pokeapi_id": 164, - "pokemon_name": "noctowl", - "method": "walk", - "encounter_rate": 10, - "min_level": 39, - "max_level": 39 - }, - { - "pokeapi_id": 337, - "pokemon_name": "lunatone", - "method": "walk", - "encounter_rate": 8, - "min_level": 38, - "max_level": 39 - }, - { - "pokeapi_id": 338, - "pokemon_name": "solrock", - "method": "walk", - "encounter_rate": 8, - "min_level": 38, - "max_level": 39 - } - ] - }, - { - "name": "Mt Coronet (Exterior Blizzard)", - "order": 14, - "encounters": [ - { - "pokeapi_id": 67, - "pokemon_name": "machoke", - "method": "walk", - "encounter_rate": 30, - "min_level": 39, - "max_level": 40 - }, - { - "pokeapi_id": 308, - "pokemon_name": "medicham", - "method": "walk", - "encounter_rate": 30, - "min_level": 39, - "max_level": 40 - }, - { - "pokeapi_id": 294, - "pokemon_name": "loudred", - "method": "walk", - "encounter_rate": 22, - "min_level": 39, - "max_level": 40 - }, - { - "pokeapi_id": 460, - "pokemon_name": "abomasnow", - "method": "walk", - "encounter_rate": 20, - "min_level": 40, - "max_level": 40 - }, - { - "pokeapi_id": 459, - "pokemon_name": "snover", - "method": "walk", - "encounter_rate": 20, - "min_level": 38, - "max_level": 38 - }, - { - "pokeapi_id": 437, - "pokemon_name": "bronzong", - "method": "walk", - "encounter_rate": 17, - "min_level": 39, - "max_level": 40 - }, - { - "pokeapi_id": 35, - "pokemon_name": "clefairy", - "method": "walk", - "encounter_rate": 17, - "min_level": 38, - "max_level": 39 - }, - { - "pokeapi_id": 433, - "pokemon_name": "chingling", - "method": "walk", - "encounter_rate": 10, - "min_level": 39, - "max_level": 40 - }, - { - "pokeapi_id": 42, - "pokemon_name": "golbat", - "method": "walk", - "encounter_rate": 10, - "min_level": 39, - "max_level": 39 - }, - { - "pokeapi_id": 164, - "pokemon_name": "noctowl", - "method": "walk", - "encounter_rate": 10, - "min_level": 39, - "max_level": 39 - }, - { - "pokeapi_id": 337, - "pokemon_name": "lunatone", - "method": "walk", - "encounter_rate": 8, - "min_level": 38, - "max_level": 39 - }, - { - "pokeapi_id": 338, - "pokemon_name": "solrock", - "method": "walk", - "encounter_rate": 8, - "min_level": 38, - "max_level": 39 - } - ] - }, - { - "name": "Mt Coronet (6f)", - "order": 15, - "encounters": [ - { - "pokeapi_id": 437, - "pokemon_name": "bronzong", - "method": "walk", - "encounter_rate": 37, - "min_level": 40, - "max_level": 42 - }, - { - "pokeapi_id": 35, - "pokemon_name": "clefairy", - "method": "walk", - "encounter_rate": 27, - "min_level": 40, - "max_level": 42 - }, { "pokeapi_id": 75, - "pokemon_name": "graveler", - "method": "walk", - "encounter_rate": 20, - "min_level": 40, - "max_level": 40 - }, - { - "pokeapi_id": 358, - "pokemon_name": "chimecho", - "method": "walk", - "encounter_rate": 10, - "min_level": 41, - "max_level": 42 - }, - { - "pokeapi_id": 42, - "pokemon_name": "golbat", - "method": "walk", - "encounter_rate": 10, - "min_level": 41, - "max_level": 41 - }, - { - "pokeapi_id": 67, - "pokemon_name": "machoke", - "method": "walk", - "encounter_rate": 10, - "min_level": 41, - "max_level": 41 - }, - { - "pokeapi_id": 308, - "pokemon_name": "medicham", - "method": "walk", - "encounter_rate": 10, - "min_level": 41, - "max_level": 41 - }, - { - "pokeapi_id": 337, - "pokemon_name": "lunatone", - "method": "walk", - "encounter_rate": 8, - "min_level": 40, - "max_level": 41 - }, - { - "pokeapi_id": 338, - "pokemon_name": "solrock", - "method": "walk", - "encounter_rate": 8, - "min_level": 40, - "max_level": 41 - } - ] - }, - { - "name": "Mt Coronet (1f From Exterior)", - "order": 16, - "encounters": [ - { - "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 40, "min_level": 39, @@ -1151,7 +929,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 27, "min_level": 38, @@ -1159,7 +937,7 @@ }, { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 17, "min_level": 39, @@ -1167,7 +945,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 10, "min_level": 38, @@ -1175,7 +953,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -1183,7 +961,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -1191,7 +969,7 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -1199,7 +977,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 39, @@ -1207,7 +985,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 39, @@ -1215,13 +993,209 @@ } ] }, + { + "name": "Mt Coronet (1F Route 207)", + "order": 13, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 3, + "max_level": 10 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "surf", + "encounter_rate": 90, + "min_level": 20, + "max_level": 40 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 55, + "min_level": 30, + "max_level": 55 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 55, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 339, + "pokemon_name": "Barboach", + "method": "good-rod", + "encounter_rate": 45, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 340, + "pokemon_name": "Whiscash", + "method": "super-rod", + "encounter_rate": 45, + "min_level": 20, + "max_level": 50 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 40, + "min_level": 14, + "max_level": 15 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 14, + "max_level": 15 + }, + { + "pokeapi_id": 173, + "pokemon_name": "Cleffa", + "method": "walk", + "encounter_rate": 25, + "min_level": 14, + "max_level": 14 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 25, + "min_level": 15, + "max_level": 16 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 10, + "min_level": 15, + "max_level": 15 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "surf", + "encounter_rate": 10, + "min_level": 20, + "max_level": 40 + }, + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 10, + "min_level": 15, + "max_level": 15 + } + ] + }, + { + "name": "Mt Coronet (2F)", + "order": 14, + "encounters": [ + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 27, + "min_level": 36, + "max_level": 38 + }, + { + "pokeapi_id": 437, + "pokemon_name": "Bronzong", + "method": "walk", + "encounter_rate": 20, + "min_level": 38, + "max_level": 38 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 36, + "max_level": 36 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 17, + "min_level": 36, + "max_level": 36 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 10, + "min_level": 37, + "max_level": 38 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 37, + "max_level": 37 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 37, + "max_level": 37 + }, + { + "pokeapi_id": 308, + "pokemon_name": "Medicham", + "method": "walk", + "encounter_rate": 10, + "min_level": 37, + "max_level": 37 + }, + { + "pokeapi_id": 337, + "pokemon_name": "Lunatone", + "method": "walk", + "encounter_rate": 8, + "min_level": 36, + "max_level": 37 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", + "method": "walk", + "encounter_rate": 8, + "min_level": 36, + "max_level": 37 + } + ] + }, { "name": "Mt Coronet (1f Route 216)", - "order": 17, + "order": 14, "encounters": [ { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 25, "min_level": 31, @@ -1229,7 +1203,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -1237,7 +1211,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -1245,7 +1219,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 15, "min_level": 30, @@ -1253,7 +1227,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -1261,7 +1235,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 31, @@ -1271,11 +1245,11 @@ }, { "name": "Mt Coronet (1f Route 207)", - "order": 18, + "order": 15, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -1283,7 +1257,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -1291,7 +1265,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -1299,7 +1273,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -1307,7 +1281,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -1315,7 +1289,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -1323,7 +1297,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 40, "min_level": 14, @@ -1331,7 +1305,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 14, @@ -1339,7 +1313,7 @@ }, { "pokeapi_id": 173, - "pokemon_name": "cleffa", + "pokemon_name": "Cleffa", "method": "walk", "encounter_rate": 25, "min_level": 14, @@ -1347,7 +1321,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 25, "min_level": 15, @@ -1355,7 +1329,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -1363,7 +1337,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -1371,7 +1345,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -1380,12 +1354,12 @@ ] }, { - "name": "Mt Coronet (2f)", - "order": 19, + "name": "Mt Coronet (3F)", + "order": 15, "encounters": [ { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 27, "min_level": 36, @@ -1393,7 +1367,7 @@ }, { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 20, "min_level": 38, @@ -1401,7 +1375,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 36, @@ -1409,7 +1383,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 17, "min_level": 36, @@ -1417,7 +1391,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 10, "min_level": 37, @@ -1425,7 +1399,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 37, @@ -1433,7 +1407,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 37, @@ -1441,7 +1415,7 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 10, "min_level": 37, @@ -1449,7 +1423,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 36, @@ -1457,7 +1431,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 36, @@ -1466,12 +1440,302 @@ ] }, { - "name": "Mt Coronet (4f)", - "order": 20, + "name": "Mt Coronet (3f)", + "order": 16, + "encounters": [ + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 27, + "min_level": 36, + "max_level": 38 + }, + { + "pokeapi_id": 437, + "pokemon_name": "Bronzong", + "method": "walk", + "encounter_rate": 20, + "min_level": 38, + "max_level": 38 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 36, + "max_level": 36 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 17, + "min_level": 36, + "max_level": 36 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 10, + "min_level": 37, + "max_level": 38 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 37, + "max_level": 37 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 37, + "max_level": 37 + }, + { + "pokeapi_id": 308, + "pokemon_name": "Medicham", + "method": "walk", + "encounter_rate": 10, + "min_level": 37, + "max_level": 37 + }, + { + "pokeapi_id": 337, + "pokemon_name": "Lunatone", + "method": "walk", + "encounter_rate": 8, + "min_level": 36, + "max_level": 37 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", + "method": "walk", + "encounter_rate": 8, + "min_level": 36, + "max_level": 37 + } + ] + }, + { + "name": "Mt Coronet (Exterior Snowfall)", + "order": 17, + "encounters": [ + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 30, + "min_level": 39, + "max_level": 40 + }, + { + "pokeapi_id": 308, + "pokemon_name": "Medicham", + "method": "walk", + "encounter_rate": 30, + "min_level": 39, + "max_level": 40 + }, + { + "pokeapi_id": 294, + "pokemon_name": "Loudred", + "method": "walk", + "encounter_rate": 22, + "min_level": 39, + "max_level": 40 + }, + { + "pokeapi_id": 460, + "pokemon_name": "Abomasnow", + "method": "walk", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 459, + "pokemon_name": "Snover", + "method": "walk", + "encounter_rate": 20, + "min_level": 38, + "max_level": 38 + }, + { + "pokeapi_id": 437, + "pokemon_name": "Bronzong", + "method": "walk", + "encounter_rate": 17, + "min_level": 39, + "max_level": 40 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 17, + "min_level": 38, + "max_level": 39 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 10, + "min_level": 39, + "max_level": 40 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 39, + "max_level": 39 + }, + { + "pokeapi_id": 164, + "pokemon_name": "Noctowl", + "method": "walk", + "encounter_rate": 10, + "min_level": 39, + "max_level": 39 + }, + { + "pokeapi_id": 337, + "pokemon_name": "Lunatone", + "method": "walk", + "encounter_rate": 8, + "min_level": 38, + "max_level": 39 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", + "method": "walk", + "encounter_rate": 8, + "min_level": 38, + "max_level": 39 + } + ] + }, + { + "name": "Mt Coronet (Exterior Blizzard)", + "order": 18, + "encounters": [ + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 30, + "min_level": 39, + "max_level": 40 + }, + { + "pokeapi_id": 308, + "pokemon_name": "Medicham", + "method": "walk", + "encounter_rate": 30, + "min_level": 39, + "max_level": 40 + }, + { + "pokeapi_id": 294, + "pokemon_name": "Loudred", + "method": "walk", + "encounter_rate": 22, + "min_level": 39, + "max_level": 40 + }, + { + "pokeapi_id": 460, + "pokemon_name": "Abomasnow", + "method": "walk", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 459, + "pokemon_name": "Snover", + "method": "walk", + "encounter_rate": 20, + "min_level": 38, + "max_level": 38 + }, + { + "pokeapi_id": 437, + "pokemon_name": "Bronzong", + "method": "walk", + "encounter_rate": 17, + "min_level": 39, + "max_level": 40 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 17, + "min_level": 38, + "max_level": 39 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 10, + "min_level": 39, + "max_level": 40 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 39, + "max_level": 39 + }, + { + "pokeapi_id": 164, + "pokemon_name": "Noctowl", + "method": "walk", + "encounter_rate": 10, + "min_level": 39, + "max_level": 39 + }, + { + "pokeapi_id": 337, + "pokemon_name": "Lunatone", + "method": "walk", + "encounter_rate": 8, + "min_level": 38, + "max_level": 39 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", + "method": "walk", + "encounter_rate": 8, + "min_level": 38, + "max_level": 39 + } + ] + }, + { + "name": "Mt Coronet (4F)", + "order": 18, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -1479,7 +1743,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -1487,7 +1751,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -1495,7 +1759,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -1503,7 +1767,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -1511,7 +1775,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -1519,7 +1783,7 @@ }, { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 37, "min_level": 38, @@ -1527,7 +1791,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 27, "min_level": 38, @@ -1535,7 +1799,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 38, @@ -1543,7 +1807,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -1551,7 +1815,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -1559,7 +1823,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -1567,7 +1831,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -1575,7 +1839,7 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -1583,7 +1847,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 38, @@ -1591,7 +1855,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 38, @@ -1599,7 +1863,7 @@ }, { "pokeapi_id": 148, - "pokemon_name": "dragonair", + "pokemon_name": "Dragonair", "method": "super-rod", "encounter_rate": 5, "min_level": 15, @@ -1608,12 +1872,60 @@ ] }, { - "name": "Mt Coronet (4f Small Room)", - "order": 21, + "name": "Mt Coronet (4f)", + "order": 19, "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 3, + "max_level": 10 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "surf", + "encounter_rate": 90, + "min_level": 20, + "max_level": 40 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 55, + "min_level": 30, + "max_level": 55 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 55, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 339, + "pokemon_name": "Barboach", + "method": "good-rod", + "encounter_rate": 45, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 147, + "pokemon_name": "Dratini", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 15, + "max_level": 20 + }, { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 37, "min_level": 38, @@ -1621,7 +1933,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 27, "min_level": 38, @@ -1629,23 +1941,39 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 38, "max_level": 38 }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 10, + "min_level": 39, + "max_level": 40 + }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 39, "max_level": 39 }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "surf", + "encounter_rate": 10, + "min_level": 20, + "max_level": 40 + }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -1653,7 +1981,7 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -1661,7 +1989,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 38, @@ -1669,7 +1997,85 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", + "method": "walk", + "encounter_rate": 8, + "min_level": 38, + "max_level": 39 + }, + { + "pokeapi_id": 148, + "pokemon_name": "Dragonair", + "method": "super-rod", + "encounter_rate": 5, + "min_level": 15, + "max_level": 40 + } + ] + }, + { + "name": "Mt Coronet (4F Small Room)", + "order": 19, + "encounters": [ + { + "pokeapi_id": 437, + "pokemon_name": "Bronzong", + "method": "walk", + "encounter_rate": 37, + "min_level": 38, + "max_level": 40 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 27, + "min_level": 38, + "max_level": 40 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 38, + "max_level": 38 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 39, + "max_level": 39 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 39, + "max_level": 39 + }, + { + "pokeapi_id": 308, + "pokemon_name": "Medicham", + "method": "walk", + "encounter_rate": 10, + "min_level": 39, + "max_level": 39 + }, + { + "pokeapi_id": 337, + "pokemon_name": "Lunatone", + "method": "walk", + "encounter_rate": 8, + "min_level": 38, + "max_level": 39 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 38, @@ -1677,7 +2083,7 @@ }, { "pokeapi_id": 358, - "pokemon_name": "chimecho", + "pokemon_name": "Chimecho", "method": "walk", "encounter_rate": 5, "min_level": 40, @@ -1685,7 +2091,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 5, "min_level": 40, @@ -1695,11 +2101,11 @@ }, { "name": "Mt Coronet (5f)", - "order": 22, + "order": 20, "encounters": [ { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 37, "min_level": 40, @@ -1707,7 +2113,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 27, "min_level": 40, @@ -1715,7 +2121,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 40, @@ -1723,7 +2129,7 @@ }, { "pokeapi_id": 358, - "pokemon_name": "chimecho", + "pokemon_name": "Chimecho", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -1731,7 +2137,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -1739,7 +2145,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -1747,7 +2153,7 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -1755,7 +2161,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 40, @@ -1763,7 +2169,85 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", + "method": "walk", + "encounter_rate": 8, + "min_level": 40, + "max_level": 41 + } + ] + }, + { + "name": "Mt Coronet (5F)", + "order": 20, + "encounters": [ + { + "pokeapi_id": 437, + "pokemon_name": "Bronzong", + "method": "walk", + "encounter_rate": 37, + "min_level": 40, + "max_level": 42 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 27, + "min_level": 40, + "max_level": 42 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 358, + "pokemon_name": "Chimecho", + "method": "walk", + "encounter_rate": 10, + "min_level": 41, + "max_level": 42 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 41, + "max_level": 41 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 41, + "max_level": 41 + }, + { + "pokeapi_id": 308, + "pokemon_name": "Medicham", + "method": "walk", + "encounter_rate": 10, + "min_level": 41, + "max_level": 41 + }, + { + "pokeapi_id": 337, + "pokemon_name": "Lunatone", + "method": "walk", + "encounter_rate": 8, + "min_level": 40, + "max_level": 41 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 40, @@ -1773,11 +2257,11 @@ }, { "name": "Mt Coronet (1f Route 211)", - "order": 23, + "order": 21, "encounters": [ { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 41, "min_level": 13, @@ -1785,7 +2269,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 40, "min_level": 12, @@ -1793,7 +2277,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 12, @@ -1801,7 +2285,7 @@ }, { "pokeapi_id": 173, - "pokemon_name": "cleffa", + "pokemon_name": "Cleffa", "method": "walk", "encounter_rate": 29, "min_level": 12, @@ -1809,7 +2293,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 10, "min_level": 13, @@ -1817,7 +2301,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 10, "min_level": 13, @@ -1825,13 +2309,169 @@ } ] }, + { + "name": "Mt Coronet (6F)", + "order": 21, + "encounters": [ + { + "pokeapi_id": 437, + "pokemon_name": "Bronzong", + "method": "walk", + "encounter_rate": 37, + "min_level": 40, + "max_level": 42 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 27, + "min_level": 40, + "max_level": 42 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 358, + "pokemon_name": "Chimecho", + "method": "walk", + "encounter_rate": 10, + "min_level": 41, + "max_level": 42 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 41, + "max_level": 41 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 41, + "max_level": 41 + }, + { + "pokeapi_id": 308, + "pokemon_name": "Medicham", + "method": "walk", + "encounter_rate": 10, + "min_level": 41, + "max_level": 41 + }, + { + "pokeapi_id": 337, + "pokemon_name": "Lunatone", + "method": "walk", + "encounter_rate": 8, + "min_level": 40, + "max_level": 41 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", + "method": "walk", + "encounter_rate": 8, + "min_level": 40, + "max_level": 41 + } + ] + }, + { + "name": "Mt Coronet (1F From Exterior)", + "order": 22, + "encounters": [ + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 40, + "min_level": 39, + "max_level": 40 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 27, + "min_level": 38, + "max_level": 40 + }, + { + "pokeapi_id": 437, + "pokemon_name": "Bronzong", + "method": "walk", + "encounter_rate": 17, + "min_level": 39, + "max_level": 40 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 10, + "min_level": 38, + "max_level": 40 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 39, + "max_level": 39 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 308, + "pokemon_name": "Medicham", + "method": "walk", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 337, + "pokemon_name": "Lunatone", + "method": "walk", + "encounter_rate": 8, + "min_level": 39, + "max_level": 40 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", + "method": "walk", + "encounter_rate": 8, + "min_level": 39, + "max_level": 40 + } + ] + }, { "name": "Mt Coronet (B1f)", - "order": 24, + "order": 22, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -1839,7 +2479,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -1847,7 +2487,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -1855,7 +2495,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -1863,7 +2503,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -1871,7 +2511,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -1879,7 +2519,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 25, "min_level": 31, @@ -1887,7 +2527,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -1895,7 +2535,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -1903,7 +2543,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 15, "min_level": 30, @@ -1911,7 +2551,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -1919,7 +2559,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -1927,7 +2567,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 31, @@ -1936,12 +2576,12 @@ ] }, { - "name": "Mt Coronet (3f)", - "order": 25, + "name": "Mt Coronet (2f)", + "order": 23, "encounters": [ { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 27, "min_level": 36, @@ -1949,7 +2589,7 @@ }, { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 20, "min_level": 38, @@ -1957,7 +2597,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 36, @@ -1965,7 +2605,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 17, "min_level": 36, @@ -1973,7 +2613,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 10, "min_level": 37, @@ -1981,7 +2621,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 37, @@ -1989,7 +2629,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 37, @@ -1997,7 +2637,7 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 10, "min_level": 37, @@ -2005,7 +2645,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 36, @@ -2013,13 +2653,395 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 36, "max_level": 37 } ] + }, + { + "name": "Mt Coronet (1F Route 216)", + "order": 23, + "encounters": [ + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 25, + "min_level": 31, + "max_level": 32 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 31, + "max_level": 32 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 31, + "max_level": 31 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 15, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 10, + "min_level": 30, + "max_level": 30 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 31, + "max_level": 31 + } + ] + }, + { + "name": "Mt Coronet (4f Small Room)", + "order": 24, + "encounters": [ + { + "pokeapi_id": 437, + "pokemon_name": "Bronzong", + "method": "walk", + "encounter_rate": 37, + "min_level": 38, + "max_level": 40 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 27, + "min_level": 38, + "max_level": 40 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 38, + "max_level": 38 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 39, + "max_level": 39 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 39, + "max_level": 39 + }, + { + "pokeapi_id": 308, + "pokemon_name": "Medicham", + "method": "walk", + "encounter_rate": 10, + "min_level": 39, + "max_level": 39 + }, + { + "pokeapi_id": 337, + "pokemon_name": "Lunatone", + "method": "walk", + "encounter_rate": 8, + "min_level": 38, + "max_level": 39 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", + "method": "walk", + "encounter_rate": 8, + "min_level": 38, + "max_level": 39 + }, + { + "pokeapi_id": 358, + "pokemon_name": "Chimecho", + "method": "walk", + "encounter_rate": 5, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 5, + "min_level": 40, + "max_level": 40 + } + ] + }, + { + "name": "Mt Coronet (1F Route 211)", + "order": 24, + "encounters": [ + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 41, + "min_level": 13, + "max_level": 14 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 40, + "min_level": 12, + "max_level": 13 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 12, + "max_level": 13 + }, + { + "pokeapi_id": 173, + "pokemon_name": "Cleffa", + "method": "walk", + "encounter_rate": 29, + "min_level": 12, + "max_level": 14 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 10, + "min_level": 13, + "max_level": 13 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 10, + "min_level": 13, + "max_level": 13 + } + ] + }, + { + "name": "Mt Coronet (B1F)", + "order": 25, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 3, + "max_level": 10 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "surf", + "encounter_rate": 90, + "min_level": 20, + "max_level": 40 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 55, + "min_level": 30, + "max_level": 55 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 55, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 339, + "pokemon_name": "Barboach", + "method": "good-rod", + "encounter_rate": 45, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 340, + "pokemon_name": "Whiscash", + "method": "super-rod", + "encounter_rate": 45, + "min_level": 20, + "max_level": 50 + }, + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 25, + "min_level": 31, + "max_level": 32 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 31, + "max_level": 32 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 31, + "max_level": 31 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 15, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 10, + "min_level": 30, + "max_level": 30 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "surf", + "encounter_rate": 10, + "min_level": 20, + "max_level": 40 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 31, + "max_level": 31 + } + ] + }, + { + "name": "Mt Coronet (6f)", + "order": 25, + "encounters": [ + { + "pokeapi_id": 437, + "pokemon_name": "Bronzong", + "method": "walk", + "encounter_rate": 37, + "min_level": 40, + "max_level": 42 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 27, + "min_level": 40, + "max_level": 42 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 358, + "pokemon_name": "Chimecho", + "method": "walk", + "encounter_rate": 10, + "min_level": 41, + "max_level": 42 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 41, + "max_level": 41 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 41, + "max_level": 41 + }, + { + "pokeapi_id": 308, + "pokemon_name": "Medicham", + "method": "walk", + "encounter_rate": 10, + "min_level": 41, + "max_level": 41 + }, + { + "pokeapi_id": 337, + "pokemon_name": "Lunatone", + "method": "walk", + "encounter_rate": 8, + "min_level": 40, + "max_level": 41 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", + "method": "walk", + "encounter_rate": 8, + "min_level": 40, + "max_level": 41 + } + ] } ] }, @@ -2029,12 +3051,12 @@ "encounters": [], "children": [ { - "name": "Great Marsh (Area 1)", + "name": "Great Marsh (Area 2)", "order": 27, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -2042,7 +3064,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -2050,7 +3072,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -2058,7 +3080,7 @@ }, { "pokeapi_id": 318, - "pokemon_name": "carvanha", + "pokemon_name": "Carvanha", "method": "super-rod", "encounter_rate": 45, "min_level": 15, @@ -2066,7 +3088,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 40, "min_level": 15, @@ -2074,7 +3096,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 40, "min_level": 24, @@ -2082,7 +3104,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -2090,7 +3112,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -2098,7 +3120,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -2106,7 +3128,7 @@ }, { "pokeapi_id": 406, - "pokemon_name": "budew", + "pokemon_name": "Budew", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -2114,7 +3136,7 @@ }, { "pokeapi_id": 396, - "pokemon_name": "starly", + "pokemon_name": "Starly", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2122,7 +3144,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -2130,7 +3152,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 40, @@ -2138,7 +3160,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 15, "min_level": 25, @@ -2146,7 +3168,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 15, "min_level": 25, @@ -2154,7 +3176,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -2162,7 +3184,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -2170,7 +3192,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 8, "min_level": 24, @@ -2178,7 +3200,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "good-rod", "encounter_rate": 5, "min_level": 15, @@ -2186,7 +3208,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -2194,7 +3216,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -2202,7 +3224,7 @@ }, { "pokeapi_id": 298, - "pokemon_name": "azurill", + "pokemon_name": "Azurill", "method": "walk", "encounter_rate": 1, "min_level": 24, @@ -2210,197 +3232,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", - "method": "walk", - "encounter_rate": 1, - "min_level": 26, - "max_level": 26 - } - ] - }, - { - "name": "Great Marsh (Area 2)", - "order": 28, - "encounters": [ - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "old-rod", - "encounter_rate": 100, - "min_level": 3, - "max_level": 10 - }, - { - "pokeapi_id": 194, - "pokemon_name": "wooper", - "method": "surf", - "encounter_rate": 60, - "min_level": 20, - "max_level": 30 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "good-rod", - "encounter_rate": 55, - "min_level": 10, - "max_level": 25 - }, - { - "pokeapi_id": 318, - "pokemon_name": "carvanha", - "method": "super-rod", - "encounter_rate": 45, - "min_level": 15, - "max_level": 30 - }, - { - "pokeapi_id": 339, - "pokemon_name": "barboach", - "method": "good-rod", - "encounter_rate": 40, - "min_level": 15, - "max_level": 20 - }, - { - "pokeapi_id": 54, - "pokemon_name": "psyduck", - "method": "walk", - "encounter_rate": 40, - "min_level": 24, - "max_level": 26 - }, - { - "pokeapi_id": 340, - "pokemon_name": "whiscash", - "method": "super-rod", - "encounter_rate": 40, - "min_level": 30, - "max_level": 55 - }, - { - "pokeapi_id": 183, - "pokemon_name": "marill", - "method": "surf", - "encounter_rate": 30, - "min_level": 20, - "max_level": 30 - }, - { - "pokeapi_id": 400, - "pokemon_name": "bibarel", - "method": "walk", - "encounter_rate": 20, - "min_level": 25, - "max_level": 25 - }, - { - "pokeapi_id": 406, - "pokemon_name": "budew", - "method": "walk", - "encounter_rate": 20, - "min_level": 24, - "max_level": 24 - }, - { - "pokeapi_id": 396, - "pokemon_name": "starly", - "method": "walk", - "encounter_rate": 20, - "min_level": 26, - "max_level": 26 - }, - { - "pokeapi_id": 194, - "pokemon_name": "wooper", - "method": "walk", - "encounter_rate": 20, - "min_level": 24, - "max_level": 24 - }, - { - "pokeapi_id": 130, - "pokemon_name": "gyarados", - "method": "super-rod", - "encounter_rate": 15, - "min_level": 40, - "max_level": 55 - }, - { - "pokeapi_id": 183, - "pokemon_name": "marill", - "method": "walk", - "encounter_rate": 15, - "min_level": 25, - "max_level": 26 - }, - { - "pokeapi_id": 195, - "pokemon_name": "quagsire", - "method": "walk", - "encounter_rate": 15, - "min_level": 25, - "max_level": 26 - }, - { - "pokeapi_id": 163, - "pokemon_name": "hoothoot", - "method": "walk", - "encounter_rate": 10, - "min_level": 24, - "max_level": 24 - }, - { - "pokeapi_id": 164, - "pokemon_name": "noctowl", - "method": "walk", - "encounter_rate": 10, - "min_level": 26, - "max_level": 26 - }, - { - "pokeapi_id": 24, - "pokemon_name": "arbok", - "method": "walk", - "encounter_rate": 8, - "min_level": 24, - "max_level": 26 - }, - { - "pokeapi_id": 130, - "pokemon_name": "gyarados", - "method": "good-rod", - "encounter_rate": 5, - "min_level": 15, - "max_level": 30 - }, - { - "pokeapi_id": 54, - "pokemon_name": "psyduck", - "method": "surf", - "encounter_rate": 5, - "min_level": 20, - "max_level": 40 - }, - { - "pokeapi_id": 195, - "pokemon_name": "quagsire", - "method": "surf", - "encounter_rate": 5, - "min_level": 20, - "max_level": 40 - }, - { - "pokeapi_id": 298, - "pokemon_name": "azurill", - "method": "walk", - "encounter_rate": 1, - "min_level": 24, - "max_level": 24 - }, - { - "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 1, "min_level": 26, @@ -2410,11 +3242,11 @@ }, { "name": "Great Marsh (Area 3)", - "order": 29, + "order": 28, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -2422,7 +3254,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -2430,7 +3262,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -2438,7 +3270,7 @@ }, { "pokeapi_id": 318, - "pokemon_name": "carvanha", + "pokemon_name": "Carvanha", "method": "super-rod", "encounter_rate": 45, "min_level": 15, @@ -2446,7 +3278,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 40, "min_level": 15, @@ -2454,7 +3286,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 40, "min_level": 22, @@ -2462,7 +3294,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -2470,7 +3302,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -2478,7 +3310,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -2486,7 +3318,7 @@ }, { "pokeapi_id": 406, - "pokemon_name": "budew", + "pokemon_name": "Budew", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -2494,7 +3326,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -2502,7 +3334,7 @@ }, { "pokeapi_id": 396, - "pokemon_name": "starly", + "pokemon_name": "Starly", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -2510,7 +3342,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -2518,7 +3350,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 40, @@ -2526,7 +3358,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 15, "min_level": 23, @@ -2534,7 +3366,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 15, "min_level": 23, @@ -2542,7 +3374,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 8, "min_level": 22, @@ -2550,7 +3382,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "good-rod", "encounter_rate": 5, "min_level": 15, @@ -2558,7 +3390,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -2566,7 +3398,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -2574,7 +3406,7 @@ }, { "pokeapi_id": 298, - "pokemon_name": "azurill", + "pokemon_name": "Azurill", "method": "walk", "encounter_rate": 1, "min_level": 22, @@ -2582,7 +3414,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 1, "min_level": 24, @@ -2592,11 +3424,11 @@ }, { "name": "Great Marsh (Area 4)", - "order": 30, + "order": 29, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -2604,7 +3436,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -2612,7 +3444,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -2620,7 +3452,7 @@ }, { "pokeapi_id": 318, - "pokemon_name": "carvanha", + "pokemon_name": "Carvanha", "method": "super-rod", "encounter_rate": 45, "min_level": 15, @@ -2628,7 +3460,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 40, "min_level": 15, @@ -2636,7 +3468,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 40, "min_level": 22, @@ -2644,7 +3476,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -2652,7 +3484,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -2660,7 +3492,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -2668,7 +3500,7 @@ }, { "pokeapi_id": 406, - "pokemon_name": "budew", + "pokemon_name": "Budew", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -2676,7 +3508,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -2684,7 +3516,7 @@ }, { "pokeapi_id": 396, - "pokemon_name": "starly", + "pokemon_name": "Starly", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -2692,7 +3524,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -2700,7 +3532,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 40, @@ -2708,7 +3540,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 15, "min_level": 23, @@ -2716,7 +3548,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 15, "min_level": 23, @@ -2724,7 +3556,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 8, "min_level": 22, @@ -2732,7 +3564,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "good-rod", "encounter_rate": 5, "min_level": 15, @@ -2740,7 +3572,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -2748,7 +3580,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -2756,7 +3588,7 @@ }, { "pokeapi_id": 298, - "pokemon_name": "azurill", + "pokemon_name": "Azurill", "method": "walk", "encounter_rate": 1, "min_level": 22, @@ -2764,7 +3596,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 1, "min_level": 24, @@ -2774,11 +3606,11 @@ }, { "name": "Great Marsh (Area 5)", - "order": 31, + "order": 30, "encounters": [ { "pokeapi_id": 298, - "pokemon_name": "azurill", + "pokemon_name": "Azurill", "method": "walk", "encounter_rate": 21, "min_level": 20, @@ -2786,7 +3618,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 21, "min_level": 22, @@ -2794,7 +3626,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -2802,7 +3634,7 @@ }, { "pokeapi_id": 406, - "pokemon_name": "budew", + "pokemon_name": "Budew", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -2810,7 +3642,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -2818,7 +3650,7 @@ }, { "pokeapi_id": 396, - "pokemon_name": "starly", + "pokemon_name": "Starly", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -2826,7 +3658,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -2834,7 +3666,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 15, "min_level": 21, @@ -2842,7 +3674,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 15, "min_level": 21, @@ -2850,7 +3682,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 8, "min_level": 20, @@ -2860,11 +3692,11 @@ }, { "name": "Great Marsh (Area 6)", - "order": 32, + "order": 31, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -2872,7 +3704,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -2880,7 +3712,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -2888,7 +3720,7 @@ }, { "pokeapi_id": 318, - "pokemon_name": "carvanha", + "pokemon_name": "Carvanha", "method": "super-rod", "encounter_rate": 45, "min_level": 15, @@ -2896,7 +3728,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 40, "min_level": 15, @@ -2904,7 +3736,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 40, "min_level": 20, @@ -2912,7 +3744,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -2920,7 +3752,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -2928,7 +3760,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -2936,7 +3768,7 @@ }, { "pokeapi_id": 406, - "pokemon_name": "budew", + "pokemon_name": "Budew", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -2944,7 +3776,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -2952,7 +3784,7 @@ }, { "pokeapi_id": 396, - "pokemon_name": "starly", + "pokemon_name": "Starly", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -2960,7 +3792,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -2968,7 +3800,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 15, "min_level": 40, @@ -2976,7 +3808,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 15, "min_level": 21, @@ -2984,7 +3816,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 15, "min_level": 21, @@ -2992,7 +3824,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 8, "min_level": 20, @@ -3000,7 +3832,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "good-rod", "encounter_rate": 5, "min_level": 15, @@ -3008,7 +3840,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -3016,7 +3848,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -3024,7 +3856,7 @@ }, { "pokeapi_id": 298, - "pokemon_name": "azurill", + "pokemon_name": "Azurill", "method": "walk", "encounter_rate": 1, "min_level": 20, @@ -3032,13 +3864,203 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 1, "min_level": 22, "max_level": 22 } ] + }, + { + "name": "Great Marsh (Area 1)", + "order": 32, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 3, + "max_level": 10 + }, + { + "pokeapi_id": 194, + "pokemon_name": "Wooper", + "method": "surf", + "encounter_rate": 60, + "min_level": 20, + "max_level": 30 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 55, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 318, + "pokemon_name": "Carvanha", + "method": "super-rod", + "encounter_rate": 45, + "min_level": 15, + "max_level": 30 + }, + { + "pokeapi_id": 339, + "pokemon_name": "Barboach", + "method": "good-rod", + "encounter_rate": 40, + "min_level": 15, + "max_level": 20 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "walk", + "encounter_rate": 40, + "min_level": 24, + "max_level": 26 + }, + { + "pokeapi_id": 340, + "pokemon_name": "Whiscash", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 30, + "max_level": 55 + }, + { + "pokeapi_id": 183, + "pokemon_name": "Marill", + "method": "surf", + "encounter_rate": 30, + "min_level": 20, + "max_level": 30 + }, + { + "pokeapi_id": 400, + "pokemon_name": "Bibarel", + "method": "walk", + "encounter_rate": 20, + "min_level": 25, + "max_level": 25 + }, + { + "pokeapi_id": 406, + "pokemon_name": "Budew", + "method": "walk", + "encounter_rate": 20, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 396, + "pokemon_name": "Starly", + "method": "walk", + "encounter_rate": 20, + "min_level": 26, + "max_level": 26 + }, + { + "pokeapi_id": 194, + "pokemon_name": "Wooper", + "method": "walk", + "encounter_rate": 20, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 15, + "min_level": 40, + "max_level": 55 + }, + { + "pokeapi_id": 183, + "pokemon_name": "Marill", + "method": "walk", + "encounter_rate": 15, + "min_level": 25, + "max_level": 26 + }, + { + "pokeapi_id": 195, + "pokemon_name": "Quagsire", + "method": "walk", + "encounter_rate": 15, + "min_level": 25, + "max_level": 26 + }, + { + "pokeapi_id": 163, + "pokemon_name": "Hoothoot", + "method": "walk", + "encounter_rate": 10, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 164, + "pokemon_name": "Noctowl", + "method": "walk", + "encounter_rate": 10, + "min_level": 26, + "max_level": 26 + }, + { + "pokeapi_id": 24, + "pokemon_name": "Arbok", + "method": "walk", + "encounter_rate": 8, + "min_level": 24, + "max_level": 26 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "good-rod", + "encounter_rate": 5, + "min_level": 15, + "max_level": 30 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "surf", + "encounter_rate": 5, + "min_level": 20, + "max_level": 40 + }, + { + "pokeapi_id": 195, + "pokemon_name": "Quagsire", + "method": "surf", + "encounter_rate": 5, + "min_level": 20, + "max_level": 40 + }, + { + "pokeapi_id": 298, + "pokemon_name": "Azurill", + "method": "walk", + "encounter_rate": 1, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 399, + "pokemon_name": "Bidoof", + "method": "walk", + "encounter_rate": 1, + "min_level": 26, + "max_level": 26 + } + ] } ] }, @@ -3048,12 +4070,12 @@ "encounters": [], "children": [ { - "name": "Solaceon Ruins (B3f C)", + "name": "Solaceon Ruins (B1f B)", "order": 34, "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 14, @@ -3062,82 +4084,12 @@ ] }, { - "name": "Solaceon Ruins (B3f E)", - "order": 35, + "name": "Solaceon Ruins (2F)", + "order": 34, "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", - "method": "walk", - "encounter_rate": 100, - "min_level": 14, - "max_level": 25 - } - ] - }, - { - "name": "Solaceon Ruins (B4f A)", - "order": 36, - "encounters": [ - { - "pokeapi_id": 201, - "pokemon_name": "unown", - "method": "walk", - "encounter_rate": 100, - "min_level": 14, - "max_level": 25 - } - ] - }, - { - "name": "Solaceon Ruins (B4f C)", - "order": 37, - "encounters": [ - { - "pokeapi_id": 201, - "pokemon_name": "unown", - "method": "walk", - "encounter_rate": 100, - "min_level": 14, - "max_level": 25 - } - ] - }, - { - "name": "Solaceon Ruins (B4f D)", - "order": 38, - "encounters": [ - { - "pokeapi_id": 201, - "pokemon_name": "unown", - "method": "walk", - "encounter_rate": 100, - "min_level": 14, - "max_level": 25 - } - ] - }, - { - "name": "Solaceon Ruins (B5f)", - "order": 39, - "encounters": [ - { - "pokeapi_id": 201, - "pokemon_name": "unown", - "method": "walk", - "encounter_rate": 100, - "min_level": 14, - "max_level": 25 - } - ] - }, - { - "name": "Solaceon Ruins (B1f A)", - "order": 40, - "encounters": [ - { - "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 14, @@ -3147,11 +4099,11 @@ }, { "name": "Solaceon Ruins (B1f C)", - "order": 41, + "order": 35, "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 14, @@ -3160,12 +4112,12 @@ ] }, { - "name": "Solaceon Ruins (B2f A)", - "order": 42, + "name": "Solaceon Ruins (1F)", + "order": 35, "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 14, @@ -3174,110 +4126,12 @@ ] }, { - "name": "Solaceon Ruins (2f)", - "order": 43, + "name": "Solaceon Ruins (B1F A)", + "order": 36, "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", - "method": "walk", - "encounter_rate": 100, - "min_level": 14, - "max_level": 25 - } - ] - }, - { - "name": "Solaceon Ruins (B2f B)", - "order": 44, - "encounters": [ - { - "pokeapi_id": 201, - "pokemon_name": "unown", - "method": "walk", - "encounter_rate": 100, - "min_level": 14, - "max_level": 25 - } - ] - }, - { - "name": "Solaceon Ruins (B2f C)", - "order": 45, - "encounters": [ - { - "pokeapi_id": 201, - "pokemon_name": "unown", - "method": "walk", - "encounter_rate": 100, - "min_level": 14, - "max_level": 25 - } - ] - }, - { - "name": "Solaceon Ruins (B4f B)", - "order": 46, - "encounters": [ - { - "pokeapi_id": 201, - "pokemon_name": "unown", - "method": "walk", - "encounter_rate": 100, - "min_level": 14, - "max_level": 25 - } - ] - }, - { - "name": "Solaceon Ruins (1f)", - "order": 47, - "encounters": [ - { - "pokeapi_id": 201, - "pokemon_name": "unown", - "method": "walk", - "encounter_rate": 100, - "min_level": 14, - "max_level": 25 - } - ] - }, - { - "name": "Solaceon Ruins (B1f B)", - "order": 48, - "encounters": [ - { - "pokeapi_id": 201, - "pokemon_name": "unown", - "method": "walk", - "encounter_rate": 100, - "min_level": 14, - "max_level": 25 - } - ] - }, - { - "name": "Solaceon Ruins (B3f A)", - "order": 49, - "encounters": [ - { - "pokeapi_id": 201, - "pokemon_name": "unown", - "method": "walk", - "encounter_rate": 100, - "min_level": 14, - "max_level": 25 - } - ] - }, - { - "name": "Solaceon Ruins (B3f B)", - "order": 50, - "encounters": [ - { - "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 14, @@ -3287,11 +4141,431 @@ }, { "name": "Solaceon Ruins (B3f D)", + "order": 36, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B1F B)", + "order": 37, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B4f D)", + "order": 37, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B1F C)", + "order": 38, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (2f)", + "order": 38, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B2F A)", + "order": 39, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B2f B)", + "order": 39, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B3f B)", + "order": 40, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B2F B)", + "order": 40, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B3f E)", + "order": 41, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B2F C)", + "order": 41, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B3F A)", + "order": 42, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B4f B)", + "order": 42, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B4f C)", + "order": 43, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B3F B)", + "order": 43, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B3F C)", + "order": 44, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (1f)", + "order": 44, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B3F D)", + "order": 45, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B2f A)", + "order": 45, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B3f A)", + "order": 46, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B3F E)", + "order": 46, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B5f)", + "order": 47, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B4F A)", + "order": 47, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B4F B)", + "order": 48, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B2f C)", + "order": 48, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B4F C)", + "order": 49, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B3f C)", + "order": 49, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B4F D)", + "order": 50, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B4f A)", + "order": 50, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B1f A)", "order": 51, "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 25 + } + ] + }, + { + "name": "Solaceon Ruins (B5F)", + "order": 51, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 14, @@ -3307,12 +4581,66 @@ "encounters": [], "children": [ { - "name": "Victory Road (1f)", + "name": "Victory Road (Inside Exit)", "order": 53, "encounters": [ { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 25, + "min_level": 50, + "max_level": 52 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 50, + "max_level": 52 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 51, + "max_level": 51 + }, + { + "pokeapi_id": 308, + "pokemon_name": "Medicham", + "method": "walk", + "encounter_rate": 15, + "min_level": 50, + "max_level": 52 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 10, + "min_level": 50, + "max_level": 50 + }, + { + "pokeapi_id": 208, + "pokemon_name": "Steelix", + "method": "walk", + "encounter_rate": 10, + "min_level": 52, + "max_level": 52 + } + ] + }, + { + "name": "Victory Road (1F)", + "order": 53, + "encounters": [ + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 25, "min_level": 44, @@ -3320,7 +4648,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 44, @@ -3328,7 +4656,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -3336,7 +4664,7 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 15, "min_level": 44, @@ -3344,7 +4672,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 10, "min_level": 44, @@ -3352,7 +4680,7 @@ }, { "pokeapi_id": 208, - "pokemon_name": "steelix", + "pokemon_name": "Steelix", "method": "walk", "encounter_rate": 10, "min_level": 46, @@ -3361,12 +4689,66 @@ ] }, { - "name": "Victory Road (2f)", + "name": "Victory Road (1f)", + "order": 54, + "encounters": [ + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 25, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 308, + "pokemon_name": "Medicham", + "method": "walk", + "encounter_rate": 15, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 10, + "min_level": 44, + "max_level": 44 + }, + { + "pokeapi_id": 208, + "pokemon_name": "Steelix", + "method": "walk", + "encounter_rate": 10, + "min_level": 46, + "max_level": 46 + } + ] + }, + { + "name": "Victory Road (2F)", "order": 54, "encounters": [ { "pokeapi_id": 64, - "pokemon_name": "kadabra", + "pokemon_name": "Kadabra", "method": "walk", "encounter_rate": 25, "min_level": 45, @@ -3374,7 +4756,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -3382,7 +4764,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 46, @@ -3390,7 +4772,7 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 15, "min_level": 45, @@ -3398,7 +4780,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 10, "min_level": 45, @@ -3406,7 +4788,7 @@ }, { "pokeapi_id": 208, - "pokemon_name": "steelix", + "pokemon_name": "Steelix", "method": "walk", "encounter_rate": 10, "min_level": 47, @@ -3415,12 +4797,66 @@ ] }, { - "name": "Victory Road (B1f)", + "name": "Victory Road (2f)", + "order": 55, + "encounters": [ + { + "pokeapi_id": 64, + "pokemon_name": "Kadabra", + "method": "walk", + "encounter_rate": 25, + "min_level": 45, + "max_level": 47 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 47 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 46, + "max_level": 46 + }, + { + "pokeapi_id": 308, + "pokemon_name": "Medicham", + "method": "walk", + "encounter_rate": 15, + "min_level": 45, + "max_level": 47 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 10, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 208, + "pokemon_name": "Steelix", + "method": "walk", + "encounter_rate": 10, + "min_level": 47, + "max_level": 47 + } + ] + }, + { + "name": "Victory Road (B1F)", "order": 55, "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 100, "min_level": 35, @@ -3428,7 +4864,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -3436,7 +4872,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -3444,7 +4880,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 100, "min_level": 10, @@ -3452,7 +4888,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "walk", "encounter_rate": 30, "min_level": 44, @@ -3460,7 +4896,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 25, "min_level": 44, @@ -3468,7 +4904,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 44, @@ -3476,7 +4912,7 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 15, "min_level": 44, @@ -3484,7 +4920,171 @@ }, { "pokeapi_id": 208, - "pokemon_name": "steelix", + "pokemon_name": "Steelix", + "method": "walk", + "encounter_rate": 10, + "min_level": 46, + "max_level": 46 + } + ] + }, + { + "name": "Victory Road (Inside B1F)", + "order": 56, + "encounters": [ + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 100, + "min_level": 20, + "max_level": 55 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 3, + "max_level": 10 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 100, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "surf", + "encounter_rate": 90, + "min_level": 40, + "max_level": 55 + }, + { + "pokeapi_id": 419, + "pokemon_name": "Floatzel", + "method": "walk", + "encounter_rate": 30, + "min_level": 50, + "max_level": 51 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 25, + "min_level": 50, + "max_level": 52 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 50, + "max_level": 52 + }, + { + "pokeapi_id": 308, + "pokemon_name": "Medicham", + "method": "walk", + "encounter_rate": 15, + "min_level": 50, + "max_level": 52 + }, + { + "pokeapi_id": 131, + "pokemon_name": "Lapras", + "method": "surf", + "encounter_rate": 10, + "min_level": 40, + "max_level": 60 + }, + { + "pokeapi_id": 208, + "pokemon_name": "Steelix", + "method": "walk", + "encounter_rate": 10, + "min_level": 52, + "max_level": 52 + } + ] + }, + { + "name": "Victory Road (B1f)", + "order": 56, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "surf", + "encounter_rate": 100, + "min_level": 35, + "max_level": 50 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 100, + "min_level": 20, + "max_level": 55 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 3, + "max_level": 10 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 100, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 419, + "pokemon_name": "Floatzel", + "method": "walk", + "encounter_rate": 30, + "min_level": 44, + "max_level": 45 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 25, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 308, + "pokemon_name": "Medicham", + "method": "walk", + "encounter_rate": 15, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 208, + "pokemon_name": "Steelix", "method": "walk", "encounter_rate": 10, "min_level": 46, @@ -3494,11 +5094,11 @@ }, { "name": "Victory Road (Inside B1f)", - "order": 56, + "order": 57, "encounters": [ { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -3506,7 +5106,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -3514,7 +5114,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 100, "min_level": 10, @@ -3522,7 +5122,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 90, "min_level": 40, @@ -3530,7 +5130,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "walk", "encounter_rate": 30, "min_level": 50, @@ -3538,7 +5138,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 25, "min_level": 50, @@ -3546,7 +5146,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 50, @@ -3554,7 +5154,7 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 15, "min_level": 50, @@ -3562,7 +5162,7 @@ }, { "pokeapi_id": 131, - "pokemon_name": "lapras", + "pokemon_name": "Lapras", "method": "surf", "encounter_rate": 10, "min_level": 40, @@ -3570,7 +5170,7 @@ }, { "pokeapi_id": 208, - "pokemon_name": "steelix", + "pokemon_name": "Steelix", "method": "walk", "encounter_rate": 10, "min_level": 52, @@ -3580,65 +5180,11 @@ }, { "name": "Victory Road (Inside)", - "order": 57, - "encounters": [ - { - "pokeapi_id": 67, - "pokemon_name": "machoke", - "method": "walk", - "encounter_rate": 25, - "min_level": 50, - "max_level": 52 - }, - { - "pokeapi_id": 42, - "pokemon_name": "golbat", - "method": "walk", - "encounter_rate": 20, - "min_level": 50, - "max_level": 52 - }, - { - "pokeapi_id": 75, - "pokemon_name": "graveler", - "method": "walk", - "encounter_rate": 20, - "min_level": 51, - "max_level": 51 - }, - { - "pokeapi_id": 308, - "pokemon_name": "medicham", - "method": "walk", - "encounter_rate": 15, - "min_level": 50, - "max_level": 52 - }, - { - "pokeapi_id": 95, - "pokemon_name": "onix", - "method": "walk", - "encounter_rate": 10, - "min_level": 50, - "max_level": 50 - }, - { - "pokeapi_id": 208, - "pokemon_name": "steelix", - "method": "walk", - "encounter_rate": 10, - "min_level": 52, - "max_level": 52 - } - ] - }, - { - "name": "Victory Road (Inside Exit)", "order": 58, "encounters": [ { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 25, "min_level": 50, @@ -3646,7 +5192,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 50, @@ -3654,7 +5200,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 51, @@ -3662,7 +5208,7 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 15, "min_level": 50, @@ -3670,7 +5216,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 10, "min_level": 50, @@ -3678,7 +5224,7 @@ }, { "pokeapi_id": 208, - "pokemon_name": "steelix", + "pokemon_name": "Steelix", "method": "walk", "encounter_rate": 10, "min_level": 52, @@ -3694,7 +5240,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -3702,7 +5248,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 78, "min_level": 4, @@ -3710,7 +5256,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -3718,7 +5264,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -3726,7 +5272,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -3734,7 +5280,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -3742,7 +5288,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -3750,7 +5296,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -3758,7 +5304,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -3766,7 +5312,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -3774,7 +5320,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -3782,7 +5328,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 2, "min_level": 5, @@ -3796,12 +5342,12 @@ "encounters": [], "children": [ { - "name": "Oreburgh Gate (1f)", + "name": "Oreburgh Gate (1F)", "order": 61, "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 80, "min_level": 4, @@ -3809,7 +5355,29 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 20, + "min_level": 6, + "max_level": 6 + } + ] + }, + { + "name": "Oreburgh Gate (1f)", + "order": 61, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 80, + "min_level": 4, + "max_level": 8 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -3823,7 +5391,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -3831,7 +5399,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 60, "min_level": 8, @@ -3839,7 +5407,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -3847,7 +5415,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -3855,7 +5423,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -3863,7 +5431,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -3871,7 +5439,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -3879,7 +5447,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 30, "min_level": 8, @@ -3887,7 +5455,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -3895,7 +5463,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -3903,7 +5471,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -3911,7 +5479,109 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", + "method": "surf", + "encounter_rate": 5, + "min_level": 20, + "max_level": 40 + } + ] + }, + { + "name": "Oreburgh Gate (B1F)", + "order": 62, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 3, + "max_level": 10 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 60, + "min_level": 8, + "max_level": 10 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "surf", + "encounter_rate": 60, + "min_level": 20, + "max_level": 30 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 55, + "min_level": 30, + "max_level": 55 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 55, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 339, + "pokemon_name": "Barboach", + "method": "good-rod", + "encounter_rate": 45, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 340, + "pokemon_name": "Whiscash", + "method": "super-rod", + "encounter_rate": 45, + "min_level": 20, + "max_level": 50 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "walk", + "encounter_rate": 30, + "min_level": 8, + "max_level": 10 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "surf", + "encounter_rate": 30, + "min_level": 20, + "max_level": 30 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 10, + "min_level": 9, + "max_level": 9 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "surf", + "encounter_rate": 5, + "min_level": 20, + "max_level": 40 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -3923,8 +5593,113 @@ }, { "name": "Stark Mountain", - "order": 63, - "encounters": [], + "order": 66, + "encounters": [ + { + "pokeapi_id": 22, + "pokemon_name": "Fearow", + "method": "walk", + "encounter_rate": 30, + "min_level": 54, + "max_level": 55 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 25, + "min_level": 54, + "max_level": 56 + }, + { + "pokeapi_id": 324, + "pokemon_name": "Torkoal", + "method": "walk", + "encounter_rate": 22, + "min_level": 24, + "max_level": 55 + }, + { + "pokeapi_id": 323, + "pokemon_name": "Camerupt", + "method": "walk", + "encounter_rate": 20, + "min_level": 55, + "max_level": 55 + }, + { + "pokeapi_id": 112, + "pokemon_name": "Rhydon", + "method": "walk", + "encounter_rate": 20, + "min_level": 55, + "max_level": 55 + }, + { + "pokeapi_id": 322, + "pokemon_name": "Numel", + "method": "walk", + "encounter_rate": 17, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 111, + "pokemon_name": "Rhyhorn", + "method": "walk", + "encounter_rate": 17, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 354, + "pokemon_name": "Banette", + "method": "walk", + "encounter_rate": 10, + "min_level": 54, + "max_level": 54 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 54, + "max_level": 54 + }, + { + "pokeapi_id": 110, + "pokemon_name": "Weezing", + "method": "walk", + "encounter_rate": 10, + "min_level": 55, + "max_level": 55 + }, + { + "pokeapi_id": 207, + "pokemon_name": "Gligar", + "method": "walk", + "encounter_rate": 8, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 240, + "pokemon_name": "Magby", + "method": "walk", + "encounter_rate": 8, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 227, + "pokemon_name": "Skarmory", + "method": "walk", + "encounter_rate": 5, + "min_level": 56, + "max_level": 56 + } + ], "children": [ { "name": "Stark Mountain (Entrance)", @@ -3932,7 +5707,7 @@ "encounters": [ { "pokeapi_id": 219, - "pokemon_name": "magcargo", + "pokemon_name": "Magcargo", "method": "walk", "encounter_rate": 30, "min_level": 55, @@ -3940,7 +5715,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 21, "min_level": 25, @@ -3948,7 +5723,7 @@ }, { "pokeapi_id": 218, - "pokemon_name": "slugma", + "pokemon_name": "Slugma", "method": "walk", "encounter_rate": 21, "min_level": 25, @@ -3956,7 +5731,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 55, @@ -3964,7 +5739,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -3972,7 +5747,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 56, @@ -3980,7 +5755,7 @@ }, { "pokeapi_id": 110, - "pokemon_name": "weezing", + "pokemon_name": "Weezing", "method": "walk", "encounter_rate": 10, "min_level": 56, @@ -3988,7 +5763,7 @@ }, { "pokeapi_id": 240, - "pokemon_name": "magby", + "pokemon_name": "Magby", "method": "walk", "encounter_rate": 8, "min_level": 25, @@ -3996,7 +5771,7 @@ }, { "pokeapi_id": 323, - "pokemon_name": "camerupt", + "pokemon_name": "Camerupt", "method": "walk", "encounter_rate": 5, "min_level": 56, @@ -4004,7 +5779,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 54, @@ -4018,7 +5793,7 @@ "encounters": [ { "pokeapi_id": 219, - "pokemon_name": "magcargo", + "pokemon_name": "Magcargo", "method": "walk", "encounter_rate": 30, "min_level": 57, @@ -4026,7 +5801,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 21, "min_level": 27, @@ -4034,7 +5809,7 @@ }, { "pokeapi_id": 218, - "pokemon_name": "slugma", + "pokemon_name": "Slugma", "method": "walk", "encounter_rate": 21, "min_level": 27, @@ -4042,7 +5817,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 57, @@ -4050,7 +5825,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 56, @@ -4058,7 +5833,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 58, @@ -4066,7 +5841,7 @@ }, { "pokeapi_id": 110, - "pokemon_name": "weezing", + "pokemon_name": "Weezing", "method": "walk", "encounter_rate": 10, "min_level": 58, @@ -4074,7 +5849,7 @@ }, { "pokeapi_id": 240, - "pokemon_name": "magby", + "pokemon_name": "Magby", "method": "walk", "encounter_rate": 8, "min_level": 27, @@ -4082,7 +5857,7 @@ }, { "pokeapi_id": 323, - "pokemon_name": "camerupt", + "pokemon_name": "Camerupt", "method": "walk", "encounter_rate": 5, "min_level": 58, @@ -4090,7 +5865,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 56, @@ -4100,116 +5875,6 @@ } ] }, - { - "name": "Stark Mountain", - "order": 66, - "encounters": [ - { - "pokeapi_id": 22, - "pokemon_name": "fearow", - "method": "walk", - "encounter_rate": 30, - "min_level": 54, - "max_level": 55 - }, - { - "pokeapi_id": 75, - "pokemon_name": "graveler", - "method": "walk", - "encounter_rate": 25, - "min_level": 54, - "max_level": 56 - }, - { - "pokeapi_id": 324, - "pokemon_name": "torkoal", - "method": "walk", - "encounter_rate": 22, - "min_level": 24, - "max_level": 55 - }, - { - "pokeapi_id": 323, - "pokemon_name": "camerupt", - "method": "walk", - "encounter_rate": 20, - "min_level": 55, - "max_level": 55 - }, - { - "pokeapi_id": 112, - "pokemon_name": "rhydon", - "method": "walk", - "encounter_rate": 20, - "min_level": 55, - "max_level": 55 - }, - { - "pokeapi_id": 322, - "pokemon_name": "numel", - "method": "walk", - "encounter_rate": 17, - "min_level": 22, - "max_level": 24 - }, - { - "pokeapi_id": 111, - "pokemon_name": "rhyhorn", - "method": "walk", - "encounter_rate": 17, - "min_level": 22, - "max_level": 24 - }, - { - "pokeapi_id": 354, - "pokemon_name": "banette", - "method": "walk", - "encounter_rate": 10, - "min_level": 54, - "max_level": 54 - }, - { - "pokeapi_id": 42, - "pokemon_name": "golbat", - "method": "walk", - "encounter_rate": 10, - "min_level": 54, - "max_level": 54 - }, - { - "pokeapi_id": 110, - "pokemon_name": "weezing", - "method": "walk", - "encounter_rate": 10, - "min_level": 55, - "max_level": 55 - }, - { - "pokeapi_id": 207, - "pokemon_name": "gligar", - "method": "walk", - "encounter_rate": 8, - "min_level": 22, - "max_level": 22 - }, - { - "pokeapi_id": 240, - "pokemon_name": "magby", - "method": "walk", - "encounter_rate": 8, - "min_level": 22, - "max_level": 22 - }, - { - "pokeapi_id": 227, - "pokemon_name": "skarmory", - "method": "walk", - "encounter_rate": 5, - "min_level": 56, - "max_level": 56 - } - ] - }, { "name": "Turnback Cave", "order": 67, @@ -4221,7 +5886,7 @@ "encounters": [ { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 47, "min_level": 55, @@ -4229,7 +5894,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 55, @@ -4237,7 +5902,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -4245,7 +5910,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 17, "min_level": 54, @@ -4253,7 +5918,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 54, @@ -4261,7 +5926,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 54, @@ -4275,7 +5940,7 @@ "encounters": [ { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 47, "min_level": 55, @@ -4283,7 +5948,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 55, @@ -4291,7 +5956,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -4299,7 +5964,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 17, "min_level": 54, @@ -4307,7 +5972,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 54, @@ -4315,7 +5980,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 54, @@ -4329,7 +5994,7 @@ "encounters": [ { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 47, "min_level": 55, @@ -4337,7 +6002,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 55, @@ -4345,7 +6010,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -4353,7 +6018,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 17, "min_level": 54, @@ -4361,7 +6026,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 54, @@ -4369,7 +6034,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 54, @@ -4383,7 +6048,7 @@ "encounters": [ { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 47, "min_level": 55, @@ -4391,7 +6056,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 55, @@ -4399,7 +6064,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -4407,7 +6072,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 17, "min_level": 54, @@ -4415,7 +6080,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 54, @@ -4423,7 +6088,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 54, @@ -4437,7 +6102,7 @@ "encounters": [ { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 47, "min_level": 45, @@ -4445,7 +6110,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 45, @@ -4453,7 +6118,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 44, @@ -4461,7 +6126,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 17, "min_level": 44, @@ -4469,7 +6134,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 44, @@ -4477,7 +6142,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 44, @@ -4491,7 +6156,7 @@ "encounters": [ { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 47, "min_level": 55, @@ -4499,7 +6164,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 55, @@ -4507,7 +6172,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -4515,7 +6180,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 17, "min_level": 54, @@ -4523,7 +6188,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 54, @@ -4531,7 +6196,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 54, @@ -4545,7 +6210,7 @@ "encounters": [ { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 47, "min_level": 65, @@ -4553,7 +6218,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 65, @@ -4561,7 +6226,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 64, @@ -4569,7 +6234,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 17, "min_level": 64, @@ -4577,7 +6242,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 64, @@ -4585,7 +6250,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 64, @@ -4601,88 +6266,12 @@ "encounters": [], "children": [ { - "name": "Snowpoint Temple (B4f)", + "name": "Snowpoint Temple (1F)", "order": 76, "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", - "method": "walk", - "encounter_rate": 35, - "min_level": 54, - "max_level": 56 - }, - { - "pokeapi_id": 215, - "pokemon_name": "sneasel", - "method": "walk", - "encounter_rate": 35, - "min_level": 54, - "max_level": 56 - }, - { - "pokeapi_id": 208, - "pokemon_name": "steelix", - "method": "walk", - "encounter_rate": 20, - "min_level": 54, - "max_level": 56 - }, - { - "pokeapi_id": 75, - "pokemon_name": "graveler", - "method": "walk", - "encounter_rate": 10, - "min_level": 56, - "max_level": 56 - } - ] - }, - { - "name": "Snowpoint Temple (B5f)", - "order": 77, - "encounters": [ - { - "pokeapi_id": 42, - "pokemon_name": "golbat", - "method": "walk", - "encounter_rate": 35, - "min_level": 54, - "max_level": 56 - }, - { - "pokeapi_id": 215, - "pokemon_name": "sneasel", - "method": "walk", - "encounter_rate": 35, - "min_level": 54, - "max_level": 56 - }, - { - "pokeapi_id": 208, - "pokemon_name": "steelix", - "method": "walk", - "encounter_rate": 20, - "min_level": 54, - "max_level": 56 - }, - { - "pokeapi_id": 75, - "pokemon_name": "graveler", - "method": "walk", - "encounter_rate": 10, - "min_level": 56, - "max_level": 56 - } - ] - }, - { - "name": "Snowpoint Temple (1f)", - "order": 78, - "encounters": [ - { - "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 35, "min_level": 50, @@ -4690,7 +6279,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 35, "min_level": 50, @@ -4698,7 +6287,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 15, "min_level": 50, @@ -4706,7 +6295,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 10, "min_level": 52, @@ -4714,7 +6303,53 @@ }, { "pokeapi_id": 208, - "pokemon_name": "steelix", + "pokemon_name": "Steelix", + "method": "walk", + "encounter_rate": 5, + "min_level": 52, + "max_level": 52 + } + ] + }, + { + "name": "Snowpoint Temple (1f)", + "order": 76, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 35, + "min_level": 50, + "max_level": 52 + }, + { + "pokeapi_id": 215, + "pokemon_name": "Sneasel", + "method": "walk", + "encounter_rate": 35, + "min_level": 50, + "max_level": 52 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 15, + "min_level": 50, + "max_level": 52 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 10, + "min_level": 52, + "max_level": 52 + }, + { + "pokeapi_id": 208, + "pokemon_name": "Steelix", "method": "walk", "encounter_rate": 5, "min_level": 52, @@ -4724,11 +6359,11 @@ }, { "name": "Snowpoint Temple (B1f)", - "order": 79, + "order": 77, "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 35, "min_level": 52, @@ -4736,7 +6371,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 35, "min_level": 52, @@ -4744,7 +6379,7 @@ }, { "pokeapi_id": 208, - "pokemon_name": "steelix", + "pokemon_name": "Steelix", "method": "walk", "encounter_rate": 15, "min_level": 53, @@ -4752,7 +6387,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -4760,7 +6395,99 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 5, + "min_level": 52, + "max_level": 53 + } + ] + }, + { + "name": "Snowpoint Temple (B1F)", + "order": 77, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 35, + "min_level": 52, + "max_level": 54 + }, + { + "pokeapi_id": 215, + "pokemon_name": "Sneasel", + "method": "walk", + "encounter_rate": 35, + "min_level": 52, + "max_level": 54 + }, + { + "pokeapi_id": 208, + "pokemon_name": "Steelix", + "method": "walk", + "encounter_rate": 15, + "min_level": 53, + "max_level": 54 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 10, + "min_level": 54, + "max_level": 54 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 5, + "min_level": 52, + "max_level": 53 + } + ] + }, + { + "name": "Snowpoint Temple (B2F)", + "order": 78, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 35, + "min_level": 52, + "max_level": 54 + }, + { + "pokeapi_id": 215, + "pokemon_name": "Sneasel", + "method": "walk", + "encounter_rate": 35, + "min_level": 52, + "max_level": 54 + }, + { + "pokeapi_id": 208, + "pokemon_name": "Steelix", + "method": "walk", + "encounter_rate": 15, + "min_level": 53, + "max_level": 54 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 10, + "min_level": 54, + "max_level": 54 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 52, @@ -4770,11 +6497,11 @@ }, { "name": "Snowpoint Temple (B2f)", - "order": 80, + "order": 78, "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 35, "min_level": 52, @@ -4782,7 +6509,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 35, "min_level": 52, @@ -4790,7 +6517,7 @@ }, { "pokeapi_id": 208, - "pokemon_name": "steelix", + "pokemon_name": "Steelix", "method": "walk", "encounter_rate": 15, "min_level": 53, @@ -4798,7 +6525,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -4806,7 +6533,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 52, @@ -4816,11 +6543,11 @@ }, { "name": "Snowpoint Temple (B3f)", - "order": 81, + "order": 79, "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 35, "min_level": 52, @@ -4828,7 +6555,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 35, "min_level": 52, @@ -4836,7 +6563,7 @@ }, { "pokeapi_id": 208, - "pokemon_name": "steelix", + "pokemon_name": "Steelix", "method": "walk", "encounter_rate": 15, "min_level": 53, @@ -4844,7 +6571,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -4852,13 +6579,211 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 52, "max_level": 53 } ] + }, + { + "name": "Snowpoint Temple (B3F)", + "order": 79, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 35, + "min_level": 52, + "max_level": 54 + }, + { + "pokeapi_id": 215, + "pokemon_name": "Sneasel", + "method": "walk", + "encounter_rate": 35, + "min_level": 52, + "max_level": 54 + }, + { + "pokeapi_id": 208, + "pokemon_name": "Steelix", + "method": "walk", + "encounter_rate": 15, + "min_level": 53, + "max_level": 54 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 10, + "min_level": 54, + "max_level": 54 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 5, + "min_level": 52, + "max_level": 53 + } + ] + }, + { + "name": "Snowpoint Temple (B4F)", + "order": 80, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 35, + "min_level": 54, + "max_level": 56 + }, + { + "pokeapi_id": 215, + "pokemon_name": "Sneasel", + "method": "walk", + "encounter_rate": 35, + "min_level": 54, + "max_level": 56 + }, + { + "pokeapi_id": 208, + "pokemon_name": "Steelix", + "method": "walk", + "encounter_rate": 20, + "min_level": 54, + "max_level": 56 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 10, + "min_level": 56, + "max_level": 56 + } + ] + }, + { + "name": "Snowpoint Temple (B4f)", + "order": 80, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 35, + "min_level": 54, + "max_level": 56 + }, + { + "pokeapi_id": 215, + "pokemon_name": "Sneasel", + "method": "walk", + "encounter_rate": 35, + "min_level": 54, + "max_level": 56 + }, + { + "pokeapi_id": 208, + "pokemon_name": "Steelix", + "method": "walk", + "encounter_rate": 20, + "min_level": 54, + "max_level": 56 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 10, + "min_level": 56, + "max_level": 56 + } + ] + }, + { + "name": "Snowpoint Temple (B5F)", + "order": 81, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 35, + "min_level": 54, + "max_level": 56 + }, + { + "pokeapi_id": 215, + "pokemon_name": "Sneasel", + "method": "walk", + "encounter_rate": 35, + "min_level": 54, + "max_level": 56 + }, + { + "pokeapi_id": 208, + "pokemon_name": "Steelix", + "method": "walk", + "encounter_rate": 20, + "min_level": 54, + "max_level": 56 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 10, + "min_level": 56, + "max_level": 56 + } + ] + }, + { + "name": "Snowpoint Temple (B5f)", + "order": 81, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 35, + "min_level": 54, + "max_level": 56 + }, + { + "pokeapi_id": 215, + "pokemon_name": "Sneasel", + "method": "walk", + "encounter_rate": 35, + "min_level": 54, + "max_level": 56 + }, + { + "pokeapi_id": 208, + "pokemon_name": "Steelix", + "method": "walk", + "encounter_rate": 20, + "min_level": 54, + "max_level": 56 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 10, + "min_level": 56, + "max_level": 56 + } + ] } ] }, @@ -4868,12 +6793,12 @@ "encounters": [], "children": [ { - "name": "Wayward Cave (1f)", + "name": "Wayward Cave (1F)", "order": 83, "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 61, "min_level": 14, @@ -4881,7 +6806,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 40, "min_level": 14, @@ -4889,7 +6814,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 31, "min_level": 15, @@ -4897,7 +6822,45 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", + "method": "walk", + "encounter_rate": 8, + "min_level": 16, + "max_level": 16 + } + ] + }, + { + "name": "Wayward Cave (1f)", + "order": 83, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 61, + "min_level": 14, + "max_level": 16 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 40, + "min_level": 14, + "max_level": 16 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 31, + "min_level": 15, + "max_level": 16 + }, + { + "pokeapi_id": 27, + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 8, "min_level": 16, @@ -4911,7 +6874,7 @@ "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 51, "min_level": 15, @@ -4919,7 +6882,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 40, "min_level": 15, @@ -4927,7 +6890,7 @@ }, { "pokeapi_id": 443, - "pokemon_name": "gible", + "pokemon_name": "Gible", "method": "walk", "encounter_rate": 31, "min_level": 15, @@ -4935,7 +6898,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 10, "min_level": 16, @@ -4943,7 +6906,53 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", + "method": "walk", + "encounter_rate": 8, + "min_level": 16, + "max_level": 17 + } + ] + }, + { + "name": "Wayward Cave (B1F)", + "order": 84, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 51, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 40, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 443, + "pokemon_name": "Gible", + "method": "walk", + "encounter_rate": 31, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 10, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 27, + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 8, "min_level": 16, @@ -4959,34 +6968,12 @@ "encounters": [], "children": [ { - "name": "Ruin Maniac Cave (10 25 Different Unown Caught)", + "name": "Ruin Maniac Cave (0 9 Different Unown Caught)", "order": 86, "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", - "method": "walk", - "encounter_rate": 90, - "min_level": 23, - "max_level": 23 - }, - { - "pokeapi_id": 449, - "pokemon_name": "hippopotas", - "method": "walk", - "encounter_rate": 10, - "min_level": 22, - "max_level": 24 - } - ] - }, - { - "name": "Ruin Maniac Cave (0 9 Different Unown Caught)", - "order": 87, - "encounters": [ - { - "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 95, "min_level": 22, @@ -4994,13 +6981,35 @@ }, { "pokeapi_id": 449, - "pokemon_name": "hippopotas", + "pokemon_name": "Hippopotas", "method": "walk", "encounter_rate": 5, "min_level": 22, "max_level": 23 } ] + }, + { + "name": "Ruin Maniac Cave (10 25 Different Unown Caught)", + "order": 87, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 90, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 449, + "pokemon_name": "Hippopotas", + "method": "walk", + "encounter_rate": 10, + "min_level": 22, + "max_level": 24 + } + ] } ] }, @@ -5010,7 +7019,7 @@ "encounters": [ { "pokeapi_id": 397, - "pokemon_name": "staravia", + "pokemon_name": "Staravia", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -5018,7 +7027,7 @@ }, { "pokeapi_id": 402, - "pokemon_name": "kricketune", + "pokemon_name": "Kricketune", "method": "walk", "encounter_rate": 30, "min_level": 16, @@ -5026,7 +7035,7 @@ }, { "pokeapi_id": 172, - "pokemon_name": "pichu", + "pokemon_name": "Pichu", "method": "walk", "encounter_rate": 30, "min_level": 16, @@ -5034,7 +7043,7 @@ }, { "pokeapi_id": 315, - "pokemon_name": "roselia", + "pokemon_name": "Roselia", "method": "walk", "encounter_rate": 30, "min_level": 16, @@ -5042,7 +7051,7 @@ }, { "pokeapi_id": 25, - "pokemon_name": "pikachu", + "pokemon_name": "Pikachu", "method": "walk", "encounter_rate": 10, "min_level": 18, @@ -5052,16 +7061,189 @@ }, { "name": "Iron Island", - "order": 89, - "encounters": [], + "order": 96, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 3, + "max_level": 10 + }, + { + "pokeapi_id": 72, + "pokemon_name": "Tentacool", + "method": "surf", + "encounter_rate": 60, + "min_level": 20, + "max_level": 30 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 55, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 456, + "pokemon_name": "Finneon", + "method": "good-rod", + "encounter_rate": 45, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 457, + "pokemon_name": "Lumineon", + "method": "super-rod", + "encounter_rate": 45, + "min_level": 20, + "max_level": 50 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 30, + "max_level": 40 + }, + { + "pokeapi_id": 278, + "pokemon_name": "Wingull", + "method": "surf", + "encounter_rate": 30, + "min_level": 20, + "max_level": 30 + }, + { + "pokeapi_id": 211, + "pokemon_name": "Qwilfish", + "method": "super-rod", + "encounter_rate": 15, + "min_level": 20, + "max_level": 40 + }, + { + "pokeapi_id": 279, + "pokemon_name": "Pelipper", + "method": "surf", + "encounter_rate": 5, + "min_level": 20, + "max_level": 40 + }, + { + "pokeapi_id": 73, + "pokemon_name": "Tentacruel", + "method": "surf", + "encounter_rate": 5, + "min_level": 20, + "max_level": 40 + } + ], "children": [ { - "name": "Iron Island (B1f Left)", + "name": "Iron Island (1F)", "order": 90, "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 35, + "min_level": 29, + "max_level": 31 + }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 35, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 31, + "max_level": 31 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 10, + "min_level": 32, + "max_level": 33 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 30, + "max_level": 30 + } + ] + }, + { + "name": "Iron Island (1f)", + "order": 90, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 35, + "min_level": 29, + "max_level": 31 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 35, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 31, + "max_level": 31 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 10, + "min_level": 32, + "max_level": 33 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 30, + "max_level": 30 + } + ] + }, + { + "name": "Iron Island (B1F Left)", + "order": 91, + "encounters": [ + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 93, "min_level": 29, @@ -5069,7 +7251,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -5077,7 +7259,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 10, "min_level": 32, @@ -5085,7 +7267,7 @@ }, { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 8, "min_level": 31, @@ -5093,7 +7275,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 8, "min_level": 31, @@ -5101,7 +7283,115 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 1, + "min_level": 31, + "max_level": 31 + } + ] + }, + { + "name": "Iron Island (B1f Left)", + "order": 91, + "encounters": [ + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 93, + "min_level": 29, + "max_level": 33 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 30, + "max_level": 31 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 10, + "min_level": 32, + "max_level": 33 + }, + { + "pokeapi_id": 303, + "pokemon_name": "Mawile", + "method": "walk", + "encounter_rate": 8, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 8, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 1, + "min_level": 31, + "max_level": 31 + } + ] + }, + { + "name": "Iron Island (B1F Right)", + "order": 92, + "encounters": [ + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 93, + "min_level": 29, + "max_level": 33 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 30, + "max_level": 31 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 10, + "min_level": 32, + "max_level": 33 + }, + { + "pokeapi_id": 303, + "pokemon_name": "Mawile", + "method": "walk", + "encounter_rate": 8, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 8, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 1, "min_level": 31, @@ -5111,11 +7401,11 @@ }, { "name": "Iron Island (B1f Right)", - "order": 91, + "order": 92, "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 93, "min_level": 29, @@ -5123,7 +7413,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -5131,7 +7421,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 10, "min_level": 32, @@ -5139,7 +7429,7 @@ }, { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 8, "min_level": 31, @@ -5147,7 +7437,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 8, "min_level": 31, @@ -5155,7 +7445,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 1, "min_level": 31, @@ -5165,11 +7455,11 @@ }, { "name": "Iron Island (B2f Right)", - "order": 92, + "order": 93, "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 73, "min_level": 29, @@ -5177,7 +7467,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -5185,7 +7475,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -5193,7 +7483,7 @@ }, { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 8, "min_level": 31, @@ -5201,7 +7491,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 8, "min_level": 31, @@ -5209,7 +7499,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 1, "min_level": 31, @@ -5218,12 +7508,66 @@ ] }, { - "name": "Iron Island (B2f Left)", + "name": "Iron Island (B2F Right)", "order": 93, "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 73, + "min_level": 29, + "max_level": 33 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 30, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 30, + "max_level": 31 + }, + { + "pokeapi_id": 303, + "pokemon_name": "Mawile", + "method": "walk", + "encounter_rate": 8, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 8, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 1, + "min_level": 31, + "max_level": 31 + } + ] + }, + { + "name": "Iron Island (B2F Left)", + "order": 94, + "encounters": [ + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 63, "min_level": 30, @@ -5231,7 +7575,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -5239,7 +7583,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -5247,7 +7591,7 @@ }, { "pokeapi_id": 208, - "pokemon_name": "steelix", + "pokemon_name": "Steelix", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -5255,7 +7599,7 @@ }, { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 8, "min_level": 32, @@ -5263,7 +7607,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 8, "min_level": 32, @@ -5271,7 +7615,69 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 1, + "min_level": 32, + "max_level": 32 + } + ] + }, + { + "name": "Iron Island (B2f Left)", + "order": 94, + "encounters": [ + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 63, + "min_level": 30, + "max_level": 34 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 33 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 31, + "max_level": 32 + }, + { + "pokeapi_id": 208, + "pokemon_name": "Steelix", + "method": "walk", + "encounter_rate": 10, + "min_level": 33, + "max_level": 34 + }, + { + "pokeapi_id": 303, + "pokemon_name": "Mawile", + "method": "walk", + "encounter_rate": 8, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 8, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 1, "min_level": 32, @@ -5281,11 +7687,11 @@ }, { "name": "Iron Island (B3f)", - "order": 94, + "order": 95, "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 63, "min_level": 30, @@ -5293,7 +7699,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -5301,7 +7707,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -5309,7 +7715,7 @@ }, { "pokeapi_id": 208, - "pokemon_name": "steelix", + "pokemon_name": "Steelix", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -5317,7 +7723,7 @@ }, { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 8, "min_level": 32, @@ -5325,7 +7731,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 8, "min_level": 32, @@ -5333,7 +7739,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 1, "min_level": 32, @@ -5342,161 +7748,99 @@ ] }, { - "name": "Iron Island (1f)", + "name": "Iron Island (B3F)", "order": 95, "encounters": [ - { - "pokeapi_id": 74, - "pokemon_name": "geodude", - "method": "walk", - "encounter_rate": 35, - "min_level": 29, - "max_level": 31 - }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", - "encounter_rate": 35, - "min_level": 31, - "max_level": 33 - }, - { - "pokeapi_id": 42, - "pokemon_name": "golbat", - "method": "walk", - "encounter_rate": 10, - "min_level": 31, - "max_level": 31 + "encounter_rate": 63, + "min_level": 30, + "max_level": 34 }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", - "encounter_rate": 10, + "encounter_rate": 30, "min_level": 32, "max_level": 33 }, { - "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 31, + "max_level": 32 + }, + { + "pokeapi_id": 208, + "pokemon_name": "Steelix", "method": "walk", "encounter_rate": 10, - "min_level": 30, - "max_level": 30 + "min_level": 33, + "max_level": 34 + }, + { + "pokeapi_id": 303, + "pokemon_name": "Mawile", + "method": "walk", + "encounter_rate": 8, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 8, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 1, + "min_level": 32, + "max_level": 32 } ] } ] }, - { - "name": "Iron Island", - "order": 96, - "encounters": [ - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "old-rod", - "encounter_rate": 100, - "min_level": 3, - "max_level": 10 - }, - { - "pokeapi_id": 72, - "pokemon_name": "tentacool", - "method": "surf", - "encounter_rate": 60, - "min_level": 20, - "max_level": 30 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "good-rod", - "encounter_rate": 55, - "min_level": 10, - "max_level": 25 - }, - { - "pokeapi_id": 456, - "pokemon_name": "finneon", - "method": "good-rod", - "encounter_rate": 45, - "min_level": 10, - "max_level": 25 - }, - { - "pokeapi_id": 457, - "pokemon_name": "lumineon", - "method": "super-rod", - "encounter_rate": 45, - "min_level": 20, - "max_level": 50 - }, - { - "pokeapi_id": 130, - "pokemon_name": "gyarados", - "method": "super-rod", - "encounter_rate": 40, - "min_level": 30, - "max_level": 40 - }, - { - "pokeapi_id": 278, - "pokemon_name": "wingull", - "method": "surf", - "encounter_rate": 30, - "min_level": 20, - "max_level": 30 - }, - { - "pokeapi_id": 211, - "pokemon_name": "qwilfish", - "method": "super-rod", - "encounter_rate": 15, - "min_level": 20, - "max_level": 40 - }, - { - "pokeapi_id": 279, - "pokemon_name": "pelipper", - "method": "surf", - "encounter_rate": 5, - "min_level": 20, - "max_level": 40 - }, - { - "pokeapi_id": 73, - "pokemon_name": "tentacruel", - "method": "surf", - "encounter_rate": 5, - "min_level": 20, - "max_level": 40 - } - ] - }, { "name": "Old Chateau", "order": 97, "encounters": [], "children": [ { - "name": "Old Chateau (2f Left Room)", + "name": "Old Chateau (2f Right Room)", "order": 98, "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 100, "min_level": 12, "max_level": 16 }, { - "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokeapi_id": 94, + "pokemon_name": "Gengar", "method": "walk", - "encounter_rate": 40, + "encounter_rate": 20, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 20, "min_level": 16, "max_level": 16 } @@ -5508,7 +7852,7 @@ "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 100, "min_level": 12, @@ -5516,7 +7860,51 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 40, + "min_level": 16, + "max_level": 16 + } + ] + }, + { + "name": "Old Chateau (2f Private Room)", + "order": 100, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 100, + "min_level": 12, + "max_level": 16 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 40, + "min_level": 16, + "max_level": 16 + } + ] + }, + { + "name": "Old Chateau (2F Private Room)", + "order": 100, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 100, + "min_level": 12, + "max_level": 16 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -5526,11 +7914,11 @@ }, { "name": "Old Chateau (2f)", - "order": 100, + "order": 101, "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 100, "min_level": 12, @@ -5538,7 +7926,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -5547,12 +7935,12 @@ ] }, { - "name": "Old Chateau (2f Leftmost Room)", + "name": "Old Chateau (2F)", "order": 101, "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 100, "min_level": 12, @@ -5560,7 +7948,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -5574,7 +7962,7 @@ "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 100, "min_level": 12, @@ -5582,7 +7970,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -5591,30 +7979,44 @@ ] }, { - "name": "Old Chateau (2f Right Room)", - "order": 103, + "name": "Old Chateau (2F Leftmost Room)", + "order": 102, "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 100, "min_level": 12, "max_level": 16 }, { - "pokeapi_id": 94, - "pokemon_name": "gengar", + "pokeapi_id": 93, + "pokemon_name": "Haunter", "method": "walk", - "encounter_rate": 20, + "encounter_rate": 40, "min_level": 16, "max_level": 16 + } + ] + }, + { + "name": "Old Chateau (2F Left Room)", + "order": 103, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 100, + "min_level": 12, + "max_level": 16 }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", - "encounter_rate": 20, + "encounter_rate": 40, "min_level": 16, "max_level": 16 } @@ -5622,11 +8024,11 @@ }, { "name": "Old Chateau (Entrance)", - "order": 104, + "order": 103, "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 100, "min_level": 12, @@ -5634,7 +8036,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -5644,11 +8046,11 @@ }, { "name": "Old Chateau (Dining Room)", - "order": 105, + "order": 104, "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 100, "min_level": 12, @@ -5656,7 +8058,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -5665,12 +8067,12 @@ ] }, { - "name": "Old Chateau (2f Private Room)", - "order": 106, + "name": "Old Chateau (2F Middle Room)", + "order": 104, "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 100, "min_level": 12, @@ -5678,7 +8080,103 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 40, + "min_level": 16, + "max_level": 16 + } + ] + }, + { + "name": "Old Chateau (2f Leftmost Room)", + "order": 105, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 100, + "min_level": 12, + "max_level": 16 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 40, + "min_level": 16, + "max_level": 16 + } + ] + }, + { + "name": "Old Chateau (2F Right Room)", + "order": 105, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 100, + "min_level": 12, + "max_level": 16 + }, + { + "pokeapi_id": 94, + "pokemon_name": "Gengar", + "method": "walk", + "encounter_rate": 20, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 20, + "min_level": 16, + "max_level": 16 + } + ] + }, + { + "name": "Old Chateau (2f Left Room)", + "order": 106, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 100, + "min_level": 12, + "max_level": 16 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 40, + "min_level": 16, + "max_level": 16 + } + ] + }, + { + "name": "Old Chateau (2F Rightmost Room)", + "order": 106, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 100, + "min_level": 12, + "max_level": 16 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -5699,7 +8197,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -5707,7 +8205,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -5715,7 +8213,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 60, "min_level": 2, @@ -5723,7 +8221,7 @@ }, { "pokeapi_id": 396, - "pokemon_name": "starly", + "pokemon_name": "Starly", "method": "walk", "encounter_rate": 60, "min_level": 2, @@ -5731,7 +8229,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -5739,7 +8237,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -5747,7 +8245,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -5755,7 +8253,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -5763,7 +8261,7 @@ }, { "pokeapi_id": 283, - "pokemon_name": "surskit", + "pokemon_name": "Surskit", "method": "walk", "encounter_rate": 40, "min_level": 2, @@ -5771,7 +8269,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 22, "min_level": 3, @@ -5779,7 +8277,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 12, "min_level": 4, @@ -5787,7 +8285,7 @@ }, { "pokeapi_id": 397, - "pokemon_name": "staravia", + "pokemon_name": "Staravia", "method": "walk", "encounter_rate": 12, "min_level": 4, @@ -5795,7 +8293,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -5803,7 +8301,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 4, @@ -5811,7 +8309,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 4, @@ -5825,7 +8323,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -5833,7 +8331,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -5841,7 +8339,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 60, "min_level": 2, @@ -5849,7 +8347,7 @@ }, { "pokeapi_id": 396, - "pokemon_name": "starly", + "pokemon_name": "Starly", "method": "walk", "encounter_rate": 60, "min_level": 2, @@ -5857,7 +8355,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -5865,7 +8363,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -5873,7 +8371,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -5881,7 +8379,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -5889,7 +8387,7 @@ }, { "pokeapi_id": 283, - "pokemon_name": "surskit", + "pokemon_name": "Surskit", "method": "walk", "encounter_rate": 40, "min_level": 2, @@ -5897,7 +8395,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 22, "min_level": 3, @@ -5905,7 +8403,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 12, "min_level": 4, @@ -5913,7 +8411,7 @@ }, { "pokeapi_id": 397, - "pokemon_name": "staravia", + "pokemon_name": "Staravia", "method": "walk", "encounter_rate": 12, "min_level": 4, @@ -5921,7 +8419,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -5929,7 +8427,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 4, @@ -5937,7 +8435,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 4, @@ -5953,7 +8451,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -5961,7 +8459,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -5969,7 +8467,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 57, "min_level": 34, @@ -5977,7 +8475,7 @@ }, { "pokeapi_id": 397, - "pokemon_name": "staravia", + "pokemon_name": "Staravia", "method": "walk", "encounter_rate": 57, "min_level": 34, @@ -5985,7 +8483,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -5993,7 +8491,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -6001,7 +8499,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -6009,7 +8507,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -6017,7 +8515,7 @@ }, { "pokeapi_id": 108, - "pokemon_name": "lickitung", + "pokemon_name": "Lickitung", "method": "walk", "encounter_rate": 40, "min_level": 34, @@ -6025,7 +8523,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 22, "min_level": 35, @@ -6033,7 +8531,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 20, "min_level": 34, @@ -6041,7 +8539,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 20, "min_level": 35, @@ -6049,7 +8547,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 10, "min_level": 35, @@ -6057,7 +8555,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -6065,7 +8563,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 35, @@ -6073,7 +8571,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 35, @@ -6087,7 +8585,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -6095,7 +8593,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -6103,7 +8601,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -6111,7 +8609,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -6119,7 +8617,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 53, "min_level": 34, @@ -6127,7 +8625,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -6135,7 +8633,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -6143,7 +8641,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 40, "min_level": 34, @@ -6151,7 +8649,7 @@ }, { "pokeapi_id": 238, - "pokemon_name": "smoochum", + "pokemon_name": "Smoochum", "method": "walk", "encounter_rate": 40, "min_level": 35, @@ -6159,7 +8657,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 33, "min_level": 35, @@ -6167,7 +8665,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 22, "min_level": 34, @@ -6175,7 +8673,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 20, "min_level": 34, @@ -6183,7 +8681,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 10, "min_level": 34, @@ -6191,7 +8689,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -6199,7 +8697,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 34, @@ -6207,7 +8705,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 34, @@ -6215,7 +8713,7 @@ }, { "pokeapi_id": 217, - "pokemon_name": "ursaring", + "pokemon_name": "Ursaring", "method": "walk", "encounter_rate": 8, "min_level": 34, @@ -6229,7 +8727,7 @@ "encounters": [ { "pokeapi_id": 203, - "pokemon_name": "girafarig", + "pokemon_name": "Girafarig", "method": "walk", "encounter_rate": 30, "min_level": 21, @@ -6237,7 +8735,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 25, "min_level": 21, @@ -6245,7 +8743,7 @@ }, { "pokeapi_id": 402, - "pokemon_name": "kricketune", + "pokemon_name": "Kricketune", "method": "walk", "encounter_rate": 25, "min_level": 21, @@ -6253,7 +8751,7 @@ }, { "pokeapi_id": 397, - "pokemon_name": "staravia", + "pokemon_name": "Staravia", "method": "walk", "encounter_rate": 25, "min_level": 21, @@ -6261,7 +8759,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -6269,7 +8767,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -6277,7 +8775,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 15, "min_level": 21, @@ -6285,7 +8783,7 @@ }, { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 2, "min_level": 22, @@ -6299,7 +8797,7 @@ "encounters": [ { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 52, "min_level": 35, @@ -6307,7 +8805,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 30, "min_level": 35, @@ -6315,7 +8813,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 25, "min_level": 34, @@ -6323,7 +8821,7 @@ }, { "pokeapi_id": 459, - "pokemon_name": "snover", + "pokemon_name": "Snover", "method": "walk", "encounter_rate": 25, "min_level": 34, @@ -6331,7 +8829,7 @@ }, { "pokeapi_id": 361, - "pokemon_name": "snorunt", + "pokemon_name": "Snorunt", "method": "walk", "encounter_rate": 22, "min_level": 35, @@ -6339,7 +8837,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 20, "min_level": 35, @@ -6347,7 +8845,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 10, "min_level": 35, @@ -6355,7 +8853,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 35, @@ -6363,7 +8861,7 @@ }, { "pokeapi_id": 216, - "pokemon_name": "teddiursa", + "pokemon_name": "Teddiursa", "method": "walk", "encounter_rate": 8, "min_level": 36, @@ -6377,7 +8875,7 @@ "encounters": [ { "pokeapi_id": 396, - "pokemon_name": "starly", + "pokemon_name": "Starly", "method": "walk", "encounter_rate": 92, "min_level": 2, @@ -6385,7 +8883,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 60, "min_level": 2, @@ -6393,7 +8891,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 40, "min_level": 2, @@ -6401,7 +8899,7 @@ }, { "pokeapi_id": 32, - "pokemon_name": "nidoran-m", + "pokemon_name": "Nidoran M", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -6409,7 +8907,7 @@ }, { "pokeapi_id": 58, - "pokemon_name": "growlithe", + "pokemon_name": "Growlithe", "method": "walk", "encounter_rate": 8, "min_level": 2, @@ -6417,7 +8915,7 @@ }, { "pokeapi_id": 29, - "pokemon_name": "nidoran-f", + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 2, "min_level": 2, @@ -6431,7 +8929,7 @@ "encounters": [ { "pokeapi_id": 396, - "pokemon_name": "starly", + "pokemon_name": "Starly", "method": "walk", "encounter_rate": 66, "min_level": 2, @@ -6439,7 +8937,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 46, "min_level": 2, @@ -6447,7 +8945,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 40, "min_level": 3, @@ -6455,7 +8953,7 @@ }, { "pokeapi_id": 401, - "pokemon_name": "kricketot", + "pokemon_name": "Kricketot", "method": "walk", "encounter_rate": 30, "min_level": 3, @@ -6463,7 +8961,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 30, "min_level": 3, @@ -6471,7 +8969,7 @@ }, { "pokeapi_id": 161, - "pokemon_name": "sentret", + "pokemon_name": "Sentret", "method": "walk", "encounter_rate": 22, "min_level": 2, @@ -6479,7 +8977,7 @@ }, { "pokeapi_id": 58, - "pokemon_name": "growlithe", + "pokemon_name": "Growlithe", "method": "walk", "encounter_rate": 8, "min_level": 2, @@ -6493,7 +8991,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -6501,7 +8999,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -6509,7 +9007,7 @@ }, { "pokeapi_id": 396, - "pokemon_name": "starly", + "pokemon_name": "Starly", "method": "walk", "encounter_rate": 63, "min_level": 4, @@ -6517,7 +9015,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -6525,7 +9023,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -6533,7 +9031,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -6541,7 +9039,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -6549,7 +9047,7 @@ }, { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 40, "min_level": 4, @@ -6557,7 +9055,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 25, "min_level": 4, @@ -6565,7 +9063,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 23, "min_level": 4, @@ -6573,7 +9071,7 @@ }, { "pokeapi_id": 280, - "pokemon_name": "ralts", + "pokemon_name": "Ralts", "method": "walk", "encounter_rate": 21, "min_level": 4, @@ -6581,7 +9079,7 @@ }, { "pokeapi_id": 401, - "pokemon_name": "kricketot", + "pokemon_name": "Kricketot", "method": "walk", "encounter_rate": 20, "min_level": 4, @@ -6589,7 +9087,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 15, "min_level": 4, @@ -6597,7 +9095,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -6605,7 +9103,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 5, @@ -6613,7 +9111,7 @@ }, { "pokeapi_id": 270, - "pokemon_name": "lotad", + "pokemon_name": "Lotad", "method": "walk", "encounter_rate": 8, "min_level": 5, @@ -6621,7 +9119,7 @@ }, { "pokeapi_id": 204, - "pokemon_name": "pineco", + "pokemon_name": "Pineco", "method": "walk", "encounter_rate": 8, "min_level": 5, @@ -6629,7 +9127,7 @@ }, { "pokeapi_id": 273, - "pokemon_name": "seedot", + "pokemon_name": "Seedot", "method": "walk", "encounter_rate": 8, "min_level": 5, @@ -6637,7 +9135,7 @@ }, { "pokeapi_id": 281, - "pokemon_name": "kirlia", + "pokemon_name": "Kirlia", "method": "walk", "encounter_rate": 1, "min_level": 6, @@ -6656,7 +9154,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -6664,7 +9162,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -6672,7 +9170,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -6680,7 +9178,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -6688,7 +9186,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -6696,7 +9194,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -6704,7 +9202,7 @@ }, { "pokeapi_id": 406, - "pokemon_name": "budew", + "pokemon_name": "Budew", "method": "walk", "encounter_rate": 35, "min_level": 4, @@ -6712,7 +9210,7 @@ }, { "pokeapi_id": 396, - "pokemon_name": "starly", + "pokemon_name": "Starly", "method": "walk", "encounter_rate": 35, "min_level": 4, @@ -6720,7 +9218,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 25, "min_level": 4, @@ -6728,7 +9226,7 @@ }, { "pokeapi_id": 280, - "pokemon_name": "ralts", + "pokemon_name": "Ralts", "method": "walk", "encounter_rate": 21, "min_level": 4, @@ -6736,7 +9234,7 @@ }, { "pokeapi_id": 401, - "pokemon_name": "kricketot", + "pokemon_name": "Kricketot", "method": "walk", "encounter_rate": 20, "min_level": 4, @@ -6744,7 +9242,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 15, "min_level": 4, @@ -6752,7 +9250,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -6760,7 +9258,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 4, @@ -6768,7 +9266,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 8, "min_level": 6, @@ -6776,7 +9274,7 @@ }, { "pokeapi_id": 270, - "pokemon_name": "lotad", + "pokemon_name": "Lotad", "method": "walk", "encounter_rate": 8, "min_level": 6, @@ -6784,7 +9282,7 @@ }, { "pokeapi_id": 204, - "pokemon_name": "pineco", + "pokemon_name": "Pineco", "method": "walk", "encounter_rate": 8, "min_level": 6, @@ -6792,7 +9290,7 @@ }, { "pokeapi_id": 273, - "pokemon_name": "seedot", + "pokemon_name": "Seedot", "method": "walk", "encounter_rate": 8, "min_level": 6, @@ -6800,7 +9298,7 @@ }, { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 8, "min_level": 6, @@ -6808,7 +9306,7 @@ }, { "pokeapi_id": 281, - "pokemon_name": "kirlia", + "pokemon_name": "Kirlia", "method": "walk", "encounter_rate": 1, "min_level": 6, @@ -6822,7 +9320,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -6830,7 +9328,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -6838,7 +9336,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -6846,7 +9344,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -6854,7 +9352,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -6862,7 +9360,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -6870,7 +9368,7 @@ }, { "pokeapi_id": 396, - "pokemon_name": "starly", + "pokemon_name": "Starly", "method": "walk", "encounter_rate": 43, "min_level": 6, @@ -6878,7 +9376,7 @@ }, { "pokeapi_id": 406, - "pokemon_name": "budew", + "pokemon_name": "Budew", "method": "walk", "encounter_rate": 35, "min_level": 6, @@ -6886,7 +9384,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 33, "min_level": 6, @@ -6894,7 +9392,7 @@ }, { "pokeapi_id": 191, - "pokemon_name": "sunkern", + "pokemon_name": "Sunkern", "method": "walk", "encounter_rate": 22, "min_level": 6, @@ -6902,7 +9400,7 @@ }, { "pokeapi_id": 401, - "pokemon_name": "kricketot", + "pokemon_name": "Kricketot", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -6910,7 +9408,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 15, "min_level": 6, @@ -6918,7 +9416,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -6926,7 +9424,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -6934,7 +9432,7 @@ }, { "pokeapi_id": 270, - "pokemon_name": "lotad", + "pokemon_name": "Lotad", "method": "walk", "encounter_rate": 8, "min_level": 8, @@ -6942,7 +9440,7 @@ }, { "pokeapi_id": 204, - "pokemon_name": "pineco", + "pokemon_name": "Pineco", "method": "walk", "encounter_rate": 8, "min_level": 8, @@ -6950,7 +9448,7 @@ }, { "pokeapi_id": 273, - "pokemon_name": "seedot", + "pokemon_name": "Seedot", "method": "walk", "encounter_rate": 8, "min_level": 8, @@ -6971,7 +9469,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -6979,7 +9477,7 @@ }, { "pokeapi_id": 422, - "pokemon_name": "shellos", + "pokemon_name": "Shellos", "method": "walk", "encounter_rate": 61, "min_level": 8, @@ -6987,7 +9485,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -6995,7 +9493,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -7003,7 +9501,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 51, "min_level": 8, @@ -7011,7 +9509,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -7019,7 +9517,7 @@ }, { "pokeapi_id": 457, - "pokemon_name": "lumineon", + "pokemon_name": "Lumineon", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -7027,7 +9525,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -7035,7 +9533,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -7043,7 +9541,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 22, "min_level": 9, @@ -7051,7 +9549,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 15, "min_level": 20, @@ -7059,7 +9557,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -7067,7 +9565,7 @@ }, { "pokeapi_id": 417, - "pokemon_name": "pachirisu", + "pokemon_name": "Pachirisu", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -7075,7 +9573,7 @@ }, { "pokeapi_id": 239, - "pokemon_name": "elekid", + "pokemon_name": "Elekid", "method": "walk", "encounter_rate": 8, "min_level": 10, @@ -7083,7 +9581,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -7091,7 +9589,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -7105,7 +9603,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -7113,7 +9611,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -7121,7 +9619,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 61, "min_level": 10, @@ -7129,7 +9627,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -7137,7 +9635,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -7145,7 +9643,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 51, "min_level": 10, @@ -7153,7 +9651,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -7161,7 +9659,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -7169,7 +9667,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 22, "min_level": 11, @@ -7177,7 +9675,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -7185,7 +9683,7 @@ }, { "pokeapi_id": 417, - "pokemon_name": "pachirisu", + "pokemon_name": "Pachirisu", "method": "walk", "encounter_rate": 10, "min_level": 11, @@ -7193,7 +9691,7 @@ }, { "pokeapi_id": 422, - "pokemon_name": "shellos", + "pokemon_name": "Shellos", "method": "walk", "encounter_rate": 10, "min_level": 11, @@ -7201,7 +9699,7 @@ }, { "pokeapi_id": 270, - "pokemon_name": "lotad", + "pokemon_name": "Lotad", "method": "walk", "encounter_rate": 8, "min_level": 12, @@ -7217,7 +9715,7 @@ "encounters": [ { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 71, "min_level": 14, @@ -7225,7 +9723,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 51, "min_level": 14, @@ -7233,7 +9731,7 @@ }, { "pokeapi_id": 299, - "pokemon_name": "nosepass", + "pokemon_name": "Nosepass", "method": "walk", "encounter_rate": 40, "min_level": 14, @@ -7241,7 +9739,7 @@ }, { "pokeapi_id": 343, - "pokemon_name": "baltoy", + "pokemon_name": "Baltoy", "method": "walk", "encounter_rate": 22, "min_level": 14, @@ -7249,7 +9747,7 @@ }, { "pokeapi_id": 402, - "pokemon_name": "kricketune", + "pokemon_name": "Kricketune", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -7257,7 +9755,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -7265,7 +9763,7 @@ }, { "pokeapi_id": 401, - "pokemon_name": "kricketot", + "pokemon_name": "Kricketot", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -7273,7 +9771,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -7281,7 +9779,7 @@ }, { "pokeapi_id": 207, - "pokemon_name": "gligar", + "pokemon_name": "Gligar", "method": "walk", "encounter_rate": 8, "min_level": 15, @@ -7295,7 +9793,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 71, "min_level": 5, @@ -7303,7 +9801,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 71, "min_level": 5, @@ -7311,7 +9809,7 @@ }, { "pokeapi_id": 231, - "pokemon_name": "phanpy", + "pokemon_name": "Phanpy", "method": "walk", "encounter_rate": 40, "min_level": 5, @@ -7319,7 +9817,7 @@ }, { "pokeapi_id": 234, - "pokemon_name": "stantler", + "pokemon_name": "Stantler", "method": "walk", "encounter_rate": 22, "min_level": 6, @@ -7327,7 +9825,7 @@ }, { "pokeapi_id": 401, - "pokemon_name": "kricketot", + "pokemon_name": "Kricketot", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -7335,7 +9833,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -7343,7 +9841,7 @@ }, { "pokeapi_id": 207, - "pokemon_name": "gligar", + "pokemon_name": "Gligar", "method": "walk", "encounter_rate": 8, "min_level": 7, @@ -7357,7 +9855,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -7365,7 +9863,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -7373,7 +9871,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -7381,7 +9879,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -7389,7 +9887,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -7397,7 +9895,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -7405,7 +9903,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 42, "min_level": 16, @@ -7413,7 +9911,7 @@ }, { "pokeapi_id": 206, - "pokemon_name": "dunsparce", + "pokemon_name": "Dunsparce", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -7421,7 +9919,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 30, "min_level": 16, @@ -7429,7 +9927,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 30, "min_level": 16, @@ -7437,7 +9935,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 22, "min_level": 17, @@ -7445,7 +9943,7 @@ }, { "pokeapi_id": 236, - "pokemon_name": "tyrogue", + "pokemon_name": "Tyrogue", "method": "walk", "encounter_rate": 22, "min_level": 17, @@ -7453,7 +9951,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -7461,7 +9959,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -7469,7 +9967,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -7477,7 +9975,7 @@ }, { "pokeapi_id": 336, - "pokemon_name": "seviper", + "pokemon_name": "Seviper", "method": "walk", "encounter_rate": 8, "min_level": 18, @@ -7485,7 +9983,7 @@ }, { "pokeapi_id": 335, - "pokemon_name": "zangoose", + "pokemon_name": "Zangoose", "method": "walk", "encounter_rate": 8, "min_level": 18, @@ -7499,7 +9997,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -7507,7 +10005,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -7515,7 +10013,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -7523,7 +10021,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -7531,7 +10029,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 45, "min_level": 16, @@ -7539,7 +10037,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -7547,7 +10045,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -7555,7 +10053,7 @@ }, { "pokeapi_id": 438, - "pokemon_name": "bonsly", + "pokemon_name": "Bonsly", "method": "walk", "encounter_rate": 41, "min_level": 16, @@ -7563,7 +10061,7 @@ }, { "pokeapi_id": 209, - "pokemon_name": "snubbull", + "pokemon_name": "Snubbull", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -7571,7 +10069,7 @@ }, { "pokeapi_id": 397, - "pokemon_name": "staravia", + "pokemon_name": "Staravia", "method": "walk", "encounter_rate": 25, "min_level": 16, @@ -7579,7 +10077,7 @@ }, { "pokeapi_id": 113, - "pokemon_name": "chansey", + "pokemon_name": "Chansey", "method": "walk", "encounter_rate": 21, "min_level": 16, @@ -7587,7 +10085,7 @@ }, { "pokeapi_id": 241, - "pokemon_name": "miltank", + "pokemon_name": "Miltank", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -7595,7 +10093,7 @@ }, { "pokeapi_id": 396, - "pokemon_name": "starly", + "pokemon_name": "Starly", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -7603,7 +10101,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 10, "min_level": 16, @@ -7611,7 +10109,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -7619,7 +10117,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 16, @@ -7627,7 +10125,7 @@ }, { "pokeapi_id": 37, - "pokemon_name": "vulpix", + "pokemon_name": "Vulpix", "method": "walk", "encounter_rate": 8, "min_level": 16, @@ -7635,7 +10133,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 2, "min_level": 16, @@ -7649,12 +10147,50 @@ "encounters": [], "children": [ { - "name": "Lost Tower (1f)", + "name": "Lost Tower (5f)", "order": 128, "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 60, + "min_level": 20, + "max_level": 22 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 50, + "min_level": 20, + "max_level": 21 + }, + { + "pokeapi_id": 200, + "pokemon_name": "Misdreavus", + "method": "walk", + "encounter_rate": 20, + "min_level": 21, + "max_level": 21 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 21, + "max_level": 23 + } + ] + }, + { + "name": "Lost Tower (1F)", + "order": 128, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 60, "min_level": 16, @@ -7662,7 +10198,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 60, "min_level": 16, @@ -7670,7 +10206,7 @@ }, { "pokeapi_id": 200, - "pokemon_name": "misdreavus", + "pokemon_name": "Misdreavus", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -7679,12 +10215,42 @@ ] }, { - "name": "Lost Tower (2f)", + "name": "Lost Tower (1f)", "order": 129, "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 60, + "min_level": 16, + "max_level": 18 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 60, + "min_level": 16, + "max_level": 18 + }, + { + "pokeapi_id": 200, + "pokemon_name": "Misdreavus", + "method": "walk", + "encounter_rate": 20, + "min_level": 17, + "max_level": 17 + } + ] + }, + { + "name": "Lost Tower (2F)", + "order": 129, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 60, "min_level": 17, @@ -7692,7 +10258,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 60, "min_level": 17, @@ -7700,7 +10266,7 @@ }, { "pokeapi_id": 200, - "pokemon_name": "misdreavus", + "pokemon_name": "Misdreavus", "method": "walk", "encounter_rate": 20, "min_level": 18, @@ -7709,12 +10275,12 @@ ] }, { - "name": "Lost Tower (3f)", + "name": "Lost Tower (3F)", "order": 130, "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 60, "min_level": 18, @@ -7722,7 +10288,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 59, "min_level": 18, @@ -7730,7 +10296,7 @@ }, { "pokeapi_id": 200, - "pokemon_name": "misdreavus", + "pokemon_name": "Misdreavus", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -7738,7 +10304,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 1, "min_level": 19, @@ -7747,12 +10313,42 @@ ] }, { - "name": "Lost Tower (4f)", + "name": "Lost Tower (2f)", + "order": 130, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 60, + "min_level": 17, + "max_level": 19 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 60, + "min_level": 17, + "max_level": 19 + }, + { + "pokeapi_id": 200, + "pokemon_name": "Misdreavus", + "method": "walk", + "encounter_rate": 20, + "min_level": 18, + "max_level": 18 + } + ] + }, + { + "name": "Lost Tower (4F)", "order": 131, "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 60, "min_level": 19, @@ -7760,7 +10356,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 55, "min_level": 19, @@ -7768,7 +10364,7 @@ }, { "pokeapi_id": 200, - "pokemon_name": "misdreavus", + "pokemon_name": "Misdreavus", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -7776,7 +10372,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 20, @@ -7785,12 +10381,50 @@ ] }, { - "name": "Lost Tower (5f)", + "name": "Lost Tower (3f)", + "order": 131, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 60, + "min_level": 18, + "max_level": 20 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 59, + "min_level": 18, + "max_level": 20 + }, + { + "pokeapi_id": 200, + "pokemon_name": "Misdreavus", + "method": "walk", + "encounter_rate": 20, + "min_level": 19, + "max_level": 19 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 1, + "min_level": 19, + "max_level": 19 + } + ] + }, + { + "name": "Lost Tower (5F)", "order": 132, "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 60, "min_level": 20, @@ -7798,7 +10432,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 50, "min_level": 20, @@ -7806,7 +10440,7 @@ }, { "pokeapi_id": 200, - "pokemon_name": "misdreavus", + "pokemon_name": "Misdreavus", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -7814,13 +10448,51 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 21, "max_level": 23 } ] + }, + { + "name": "Lost Tower (4f)", + "order": 132, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 60, + "min_level": 19, + "max_level": 21 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 55, + "min_level": 19, + "max_level": 21 + }, + { + "pokeapi_id": 200, + "pokemon_name": "Misdreavus", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 20, + "max_level": 21 + } + ] } ] }, @@ -7835,7 +10507,7 @@ "encounters": [ { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 50, "min_level": 18, @@ -7843,7 +10515,7 @@ }, { "pokeapi_id": 438, - "pokemon_name": "bonsly", + "pokemon_name": "Bonsly", "method": "walk", "encounter_rate": 37, "min_level": 18, @@ -7851,7 +10523,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 30, "min_level": 19, @@ -7859,7 +10531,7 @@ }, { "pokeapi_id": 402, - "pokemon_name": "kricketune", + "pokemon_name": "Kricketune", "method": "walk", "encounter_rate": 30, "min_level": 18, @@ -7867,7 +10539,7 @@ }, { "pokeapi_id": 241, - "pokemon_name": "miltank", + "pokemon_name": "Miltank", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -7875,7 +10547,7 @@ }, { "pokeapi_id": 113, - "pokemon_name": "chansey", + "pokemon_name": "Chansey", "method": "walk", "encounter_rate": 17, "min_level": 18, @@ -7883,7 +10555,7 @@ }, { "pokeapi_id": 204, - "pokemon_name": "pineco", + "pokemon_name": "Pineco", "method": "walk", "encounter_rate": 8, "min_level": 18, @@ -7891,7 +10563,7 @@ }, { "pokeapi_id": 274, - "pokemon_name": "nuzleaf", + "pokemon_name": "Nuzleaf", "method": "walk", "encounter_rate": 4, "min_level": 20, @@ -7899,7 +10571,7 @@ }, { "pokeapi_id": 273, - "pokemon_name": "seedot", + "pokemon_name": "Seedot", "method": "walk", "encounter_rate": 4, "min_level": 18, @@ -7907,7 +10579,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 2, "min_level": 20, @@ -7921,7 +10593,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -7929,7 +10601,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -7937,7 +10609,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -7945,7 +10617,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -7953,7 +10625,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 52, "min_level": 24, @@ -7961,7 +10633,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -7969,7 +10641,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -7977,7 +10649,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 30, "min_level": 25, @@ -7985,7 +10657,7 @@ }, { "pokeapi_id": 371, - "pokemon_name": "bagon", + "pokemon_name": "Bagon", "method": "walk", "encounter_rate": 22, "min_level": 25, @@ -7993,7 +10665,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 22, "min_level": 26, @@ -8001,7 +10673,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -8009,15 +10681,23 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 20, "min_level": 25, "max_level": 25 }, + { + "pokeapi_id": 164, + "pokemon_name": "Noctowl", + "method": "walk", + "encounter_rate": 10, + "min_level": 25, + "max_level": 25 + }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -8025,23 +10705,15 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 10, "min_level": 24, "max_level": 24 }, - { - "pokeapi_id": 164, - "pokemon_name": "noctowl", - "method": "walk", - "encounter_rate": 10, - "min_level": 25, - "max_level": 25 - }, { "pokeapi_id": 336, - "pokemon_name": "seviper", + "pokemon_name": "Seviper", "method": "walk", "encounter_rate": 8, "min_level": 26, @@ -8049,7 +10721,7 @@ }, { "pokeapi_id": 335, - "pokemon_name": "zangoose", + "pokemon_name": "Zangoose", "method": "walk", "encounter_rate": 8, "min_level": 26, @@ -8070,7 +10742,7 @@ "encounters": [ { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 61, "min_level": 12, @@ -8078,7 +10750,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 61, "min_level": 12, @@ -8086,7 +10758,7 @@ }, { "pokeapi_id": 236, - "pokemon_name": "tyrogue", + "pokemon_name": "Tyrogue", "method": "walk", "encounter_rate": 22, "min_level": 12, @@ -8094,7 +10766,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 10, "min_level": 13, @@ -8102,7 +10774,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 10, "min_level": 13, @@ -8110,7 +10782,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -8118,7 +10790,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 10, "min_level": 13, @@ -8126,7 +10798,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 12, @@ -8134,7 +10806,7 @@ }, { "pokeapi_id": 216, - "pokemon_name": "teddiursa", + "pokemon_name": "Teddiursa", "method": "walk", "encounter_rate": 8, "min_level": 12, @@ -8148,7 +10820,7 @@ "encounters": [ { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 51, "min_level": 27, @@ -8156,7 +10828,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 41, "min_level": 26, @@ -8164,7 +10836,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 30, "min_level": 27, @@ -8172,7 +10844,7 @@ }, { "pokeapi_id": 333, - "pokemon_name": "swablu", + "pokemon_name": "Swablu", "method": "walk", "encounter_rate": 22, "min_level": 27, @@ -8180,7 +10852,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 27, @@ -8188,7 +10860,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 10, "min_level": 27, @@ -8196,7 +10868,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 10, "min_level": 28, @@ -8204,7 +10876,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -8212,7 +10884,7 @@ }, { "pokeapi_id": 216, - "pokemon_name": "teddiursa", + "pokemon_name": "Teddiursa", "method": "walk", "encounter_rate": 8, "min_level": 27, @@ -8233,7 +10905,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -8241,7 +10913,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -8249,7 +10921,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -8257,7 +10929,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -8265,7 +10937,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -8273,7 +10945,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -8281,7 +10953,7 @@ }, { "pokeapi_id": 402, - "pokemon_name": "kricketune", + "pokemon_name": "Kricketune", "method": "walk", "encounter_rate": 40, "min_level": 17, @@ -8289,7 +10961,7 @@ }, { "pokeapi_id": 397, - "pokemon_name": "staravia", + "pokemon_name": "Staravia", "method": "walk", "encounter_rate": 35, "min_level": 17, @@ -8297,7 +10969,7 @@ }, { "pokeapi_id": 406, - "pokemon_name": "budew", + "pokemon_name": "Budew", "method": "walk", "encounter_rate": 30, "min_level": 16, @@ -8305,7 +10977,7 @@ }, { "pokeapi_id": 235, - "pokemon_name": "smeargle", + "pokemon_name": "Smeargle", "method": "walk", "encounter_rate": 22, "min_level": 16, @@ -8313,7 +10985,7 @@ }, { "pokeapi_id": 396, - "pokemon_name": "starly", + "pokemon_name": "Starly", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -8321,7 +10993,7 @@ }, { "pokeapi_id": 315, - "pokemon_name": "roselia", + "pokemon_name": "Roselia", "method": "walk", "encounter_rate": 15, "min_level": 16, @@ -8329,7 +11001,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -8343,7 +11015,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -8351,7 +11023,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -8359,7 +11031,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 57, "min_level": 18, @@ -8367,7 +11039,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -8375,7 +11047,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -8383,7 +11055,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -8391,7 +11063,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -8399,7 +11071,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "walk", "encounter_rate": 42, "min_level": 18, @@ -8407,7 +11079,7 @@ }, { "pokeapi_id": 315, - "pokemon_name": "roselia", + "pokemon_name": "Roselia", "method": "walk", "encounter_rate": 35, "min_level": 18, @@ -8415,7 +11087,7 @@ }, { "pokeapi_id": 402, - "pokemon_name": "kricketune", + "pokemon_name": "Kricketune", "method": "walk", "encounter_rate": 30, "min_level": 18, @@ -8423,7 +11095,7 @@ }, { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 22, "min_level": 18, @@ -8431,7 +11103,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -8439,7 +11111,7 @@ }, { "pokeapi_id": 23, - "pokemon_name": "ekans", + "pokemon_name": "Ekans", "method": "walk", "encounter_rate": 8, "min_level": 18, @@ -8447,7 +11119,7 @@ }, { "pokeapi_id": 271, - "pokemon_name": "lombre", + "pokemon_name": "Lombre", "method": "walk", "encounter_rate": 4, "min_level": 20, @@ -8455,7 +11127,7 @@ }, { "pokeapi_id": 270, - "pokemon_name": "lotad", + "pokemon_name": "Lotad", "method": "walk", "encounter_rate": 4, "min_level": 18, @@ -8471,7 +11143,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -8479,7 +11151,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -8487,7 +11159,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -8495,7 +11167,7 @@ }, { "pokeapi_id": 422, - "pokemon_name": "shellos", + "pokemon_name": "Shellos", "method": "walk", "encounter_rate": 50, "min_level": 20, @@ -8503,7 +11175,7 @@ }, { "pokeapi_id": 224, - "pokemon_name": "octillery", + "pokemon_name": "Octillery", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -8511,7 +11183,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -8519,7 +11191,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 40, "min_level": 20, @@ -8527,7 +11199,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -8535,7 +11207,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 30, "min_level": 20, @@ -8543,7 +11215,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 30, "min_level": 20, @@ -8551,7 +11223,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -8559,7 +11231,7 @@ }, { "pokeapi_id": 277, - "pokemon_name": "swellow", + "pokemon_name": "Swellow", "method": "walk", "encounter_rate": 22, "min_level": 20, @@ -8567,7 +11239,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 15, "min_level": 40, @@ -8575,7 +11247,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "walk", "encounter_rate": 10, "min_level": 22, @@ -8583,7 +11255,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -8591,7 +11263,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -8605,7 +11277,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -8613,7 +11285,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -8621,7 +11293,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -8629,7 +11301,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -8637,7 +11309,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -8645,7 +11317,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 45, "min_level": 23, @@ -8653,7 +11325,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -8661,7 +11333,7 @@ }, { "pokeapi_id": 325, - "pokemon_name": "spoink", + "pokemon_name": "Spoink", "method": "walk", "encounter_rate": 40, "min_level": 22, @@ -8669,7 +11341,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 37, "min_level": 23, @@ -8677,7 +11349,7 @@ }, { "pokeapi_id": 185, - "pokemon_name": "sudowoodo", + "pokemon_name": "Sudowoodo", "method": "walk", "encounter_rate": 27, "min_level": 23, @@ -8685,7 +11357,7 @@ }, { "pokeapi_id": 402, - "pokemon_name": "kricketune", + "pokemon_name": "Kricketune", "method": "walk", "encounter_rate": 25, "min_level": 23, @@ -8693,7 +11365,7 @@ }, { "pokeapi_id": 229, - "pokemon_name": "houndoom", + "pokemon_name": "Houndoom", "method": "walk", "encounter_rate": 22, "min_level": 23, @@ -8701,7 +11373,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -8709,7 +11381,7 @@ }, { "pokeapi_id": 203, - "pokemon_name": "girafarig", + "pokemon_name": "Girafarig", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -8717,7 +11389,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -8725,7 +11397,7 @@ }, { "pokeapi_id": 207, - "pokemon_name": "gligar", + "pokemon_name": "Gligar", "method": "walk", "encounter_rate": 8, "min_level": 24, @@ -8733,7 +11405,7 @@ }, { "pokeapi_id": 37, - "pokemon_name": "vulpix", + "pokemon_name": "Vulpix", "method": "walk", "encounter_rate": 8, "min_level": 24, @@ -8747,7 +11419,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 51, "min_level": 20, @@ -8755,7 +11427,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 50, "min_level": 21, @@ -8763,7 +11435,7 @@ }, { "pokeapi_id": 96, - "pokemon_name": "drowzee", + "pokemon_name": "Drowzee", "method": "walk", "encounter_rate": 40, "min_level": 20, @@ -8771,7 +11443,7 @@ }, { "pokeapi_id": 64, - "pokemon_name": "kadabra", + "pokemon_name": "Kadabra", "method": "walk", "encounter_rate": 31, "min_level": 20, @@ -8779,7 +11451,7 @@ }, { "pokeapi_id": 402, - "pokemon_name": "kricketune", + "pokemon_name": "Kricketune", "method": "walk", "encounter_rate": 30, "min_level": 20, @@ -8787,7 +11459,7 @@ }, { "pokeapi_id": 229, - "pokemon_name": "houndoom", + "pokemon_name": "Houndoom", "method": "walk", "encounter_rate": 22, "min_level": 20, @@ -8795,7 +11467,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 10, "min_level": 20, @@ -8803,7 +11475,7 @@ }, { "pokeapi_id": 207, - "pokemon_name": "gligar", + "pokemon_name": "Gligar", "method": "walk", "encounter_rate": 8, "min_level": 22, @@ -8817,7 +11489,7 @@ "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 42, "min_level": 33, @@ -8825,7 +11497,7 @@ }, { "pokeapi_id": 225, - "pokemon_name": "delibird", + "pokemon_name": "Delibird", "method": "walk", "encounter_rate": 40, "min_level": 32, @@ -8833,7 +11505,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 30, "min_level": 33, @@ -8841,7 +11513,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 30, "min_level": 33, @@ -8849,7 +11521,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 25, "min_level": 32, @@ -8857,7 +11529,7 @@ }, { "pokeapi_id": 459, - "pokemon_name": "snover", + "pokemon_name": "Snover", "method": "walk", "encounter_rate": 25, "min_level": 32, @@ -8865,7 +11537,7 @@ }, { "pokeapi_id": 361, - "pokemon_name": "snorunt", + "pokemon_name": "Snorunt", "method": "walk", "encounter_rate": 22, "min_level": 33, @@ -8873,7 +11545,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -8881,7 +11553,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -8889,7 +11561,7 @@ }, { "pokeapi_id": 217, - "pokemon_name": "ursaring", + "pokemon_name": "Ursaring", "method": "walk", "encounter_rate": 8, "min_level": 33, @@ -8903,7 +11575,7 @@ "encounters": [ { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 52, "min_level": 35, @@ -8911,7 +11583,7 @@ }, { "pokeapi_id": 220, - "pokemon_name": "swinub", + "pokemon_name": "Swinub", "method": "walk", "encounter_rate": 40, "min_level": 34, @@ -8919,7 +11591,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 30, "min_level": 35, @@ -8927,7 +11599,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 25, "min_level": 34, @@ -8935,7 +11607,7 @@ }, { "pokeapi_id": 459, - "pokemon_name": "snover", + "pokemon_name": "Snover", "method": "walk", "encounter_rate": 25, "min_level": 34, @@ -8943,7 +11615,7 @@ }, { "pokeapi_id": 361, - "pokemon_name": "snorunt", + "pokemon_name": "Snorunt", "method": "walk", "encounter_rate": 22, "min_level": 35, @@ -8951,7 +11623,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 20, "min_level": 35, @@ -8959,7 +11631,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 10, "min_level": 35, @@ -8967,7 +11639,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 35, @@ -8975,7 +11647,7 @@ }, { "pokeapi_id": 217, - "pokemon_name": "ursaring", + "pokemon_name": "Ursaring", "method": "walk", "encounter_rate": 8, "min_level": 36, @@ -8989,7 +11661,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -8997,7 +11669,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -9005,7 +11677,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -9013,7 +11685,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -9021,7 +11693,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -9029,7 +11701,7 @@ }, { "pokeapi_id": 457, - "pokemon_name": "lumineon", + "pokemon_name": "Lumineon", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -9037,7 +11709,7 @@ }, { "pokeapi_id": 100, - "pokemon_name": "voltorb", + "pokemon_name": "Voltorb", "method": "walk", "encounter_rate": 40, "min_level": 28, @@ -9045,7 +11717,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "walk", "encounter_rate": 35, "min_level": 28, @@ -9053,7 +11725,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -9061,7 +11733,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 22, "min_level": 29, @@ -9069,7 +11741,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -9077,7 +11749,7 @@ }, { "pokeapi_id": 422, - "pokemon_name": "shellos", + "pokemon_name": "Shellos", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -9085,7 +11757,7 @@ }, { "pokeapi_id": 431, - "pokemon_name": "glameow", + "pokemon_name": "Glameow", "method": "walk", "encounter_rate": 15, "min_level": 29, @@ -9093,7 +11765,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 10, "min_level": 29, @@ -9101,7 +11773,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -9109,7 +11781,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -9123,7 +11795,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -9131,7 +11803,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -9139,7 +11811,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -9147,7 +11819,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -9155,7 +11827,7 @@ }, { "pokeapi_id": 457, - "pokemon_name": "lumineon", + "pokemon_name": "Lumineon", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -9163,7 +11835,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -9171,7 +11843,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -9179,7 +11851,7 @@ }, { "pokeapi_id": 366, - "pokemon_name": "clamperl", + "pokemon_name": "Clamperl", "method": "super-rod", "encounter_rate": 15, "min_level": 20, @@ -9187,7 +11859,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -9195,7 +11867,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -9209,7 +11881,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -9217,7 +11889,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -9225,7 +11897,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -9233,7 +11905,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -9241,7 +11913,7 @@ }, { "pokeapi_id": 457, - "pokemon_name": "lumineon", + "pokemon_name": "Lumineon", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -9249,7 +11921,7 @@ }, { "pokeapi_id": 83, - "pokemon_name": "farfetchd", + "pokemon_name": "Farfetchd", "method": "walk", "encounter_rate": 40, "min_level": 28, @@ -9257,7 +11929,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -9265,7 +11937,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "walk", "encounter_rate": 30, "min_level": 28, @@ -9273,7 +11945,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -9281,7 +11953,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "walk", "encounter_rate": 25, "min_level": 28, @@ -9289,7 +11961,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 20, "min_level": 29, @@ -9297,7 +11969,7 @@ }, { "pokeapi_id": 366, - "pokemon_name": "clamperl", + "pokemon_name": "Clamperl", "method": "super-rod", "encounter_rate": 15, "min_level": 20, @@ -9305,7 +11977,7 @@ }, { "pokeapi_id": 185, - "pokemon_name": "sudowoodo", + "pokemon_name": "Sudowoodo", "method": "walk", "encounter_rate": 15, "min_level": 29, @@ -9313,7 +11985,7 @@ }, { "pokeapi_id": 315, - "pokemon_name": "roselia", + "pokemon_name": "Roselia", "method": "walk", "encounter_rate": 10, "min_level": 29, @@ -9321,7 +11993,7 @@ }, { "pokeapi_id": 422, - "pokemon_name": "shellos", + "pokemon_name": "Shellos", "method": "walk", "encounter_rate": 10, "min_level": 28, @@ -9329,7 +12001,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 10, "min_level": 29, @@ -9337,7 +12009,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -9345,7 +12017,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -9353,7 +12025,7 @@ }, { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 2, "min_level": 30, @@ -9367,7 +12039,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -9375,7 +12047,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -9383,7 +12055,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -9391,7 +12063,7 @@ }, { "pokeapi_id": 224, - "pokemon_name": "octillery", + "pokemon_name": "Octillery", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -9399,7 +12071,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -9407,7 +12079,7 @@ }, { "pokeapi_id": 441, - "pokemon_name": "chatot", + "pokemon_name": "Chatot", "method": "walk", "encounter_rate": 40, "min_level": 40, @@ -9415,7 +12087,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -9423,7 +12095,7 @@ }, { "pokeapi_id": 300, - "pokemon_name": "skitty", + "pokemon_name": "Skitty", "method": "walk", "encounter_rate": 40, "min_level": 40, @@ -9431,7 +12103,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "walk", "encounter_rate": 35, "min_level": 40, @@ -9439,7 +12111,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -9447,7 +12119,7 @@ }, { "pokeapi_id": 180, - "pokemon_name": "flaaffy", + "pokemon_name": "Flaaffy", "method": "walk", "encounter_rate": 22, "min_level": 41, @@ -9455,7 +12127,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "walk", "encounter_rate": 20, "min_level": 40, @@ -9463,7 +12135,7 @@ }, { "pokeapi_id": 431, - "pokemon_name": "glameow", + "pokemon_name": "Glameow", "method": "walk", "encounter_rate": 20, "min_level": 40, @@ -9471,7 +12143,7 @@ }, { "pokeapi_id": 432, - "pokemon_name": "purugly", + "pokemon_name": "Purugly", "method": "walk", "encounter_rate": 15, "min_level": 41, @@ -9479,7 +12151,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 15, "min_level": 40, @@ -9487,7 +12159,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -9495,7 +12167,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -9503,7 +12175,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -9517,7 +12189,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -9525,7 +12197,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 65, "min_level": 40, @@ -9533,7 +12205,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -9541,7 +12213,7 @@ }, { "pokeapi_id": 224, - "pokemon_name": "octillery", + "pokemon_name": "Octillery", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -9549,7 +12221,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -9557,7 +12229,7 @@ }, { "pokeapi_id": 441, - "pokemon_name": "chatot", + "pokemon_name": "Chatot", "method": "walk", "encounter_rate": 40, "min_level": 52, @@ -9565,7 +12237,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -9573,7 +12245,7 @@ }, { "pokeapi_id": 177, - "pokemon_name": "natu", + "pokemon_name": "Natu", "method": "walk", "encounter_rate": 40, "min_level": 53, @@ -9581,7 +12253,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 35, "min_level": 40, @@ -9589,7 +12261,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "walk", "encounter_rate": 30, "min_level": 53, @@ -9597,7 +12269,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "walk", "encounter_rate": 30, "min_level": 52, @@ -9605,7 +12277,7 @@ }, { "pokeapi_id": 267, - "pokemon_name": "beautifly", + "pokemon_name": "Beautifly", "method": "walk", "encounter_rate": 21, "min_level": 23, @@ -9613,7 +12285,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -9621,7 +12293,7 @@ }, { "pokeapi_id": 356, - "pokemon_name": "dusclops", + "pokemon_name": "Dusclops", "method": "walk", "encounter_rate": 20, "min_level": 52, @@ -9629,7 +12301,7 @@ }, { "pokeapi_id": 315, - "pokemon_name": "roselia", + "pokemon_name": "Roselia", "method": "walk", "encounter_rate": 20, "min_level": 52, @@ -9637,7 +12309,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 15, "min_level": 20, @@ -9645,7 +12317,7 @@ }, { "pokeapi_id": 213, - "pokemon_name": "shuckle", + "pokemon_name": "Shuckle", "method": "walk", "encounter_rate": 8, "min_level": 23, @@ -9653,7 +12325,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 5, "min_level": 53, @@ -9661,7 +12333,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 5, "min_level": 53, @@ -9669,7 +12341,7 @@ }, { "pokeapi_id": 355, - "pokemon_name": "duskull", + "pokemon_name": "Duskull", "method": "walk", "encounter_rate": 2, "min_level": 23, @@ -9677,7 +12349,7 @@ }, { "pokeapi_id": 422, - "pokemon_name": "shellos", + "pokemon_name": "Shellos", "method": "walk", "encounter_rate": 1, "min_level": 23, @@ -9691,7 +12363,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -9699,7 +12371,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 70, "min_level": 40, @@ -9707,7 +12379,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 60, "min_level": 50, @@ -9715,7 +12387,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -9723,7 +12395,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -9731,7 +12403,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -9739,7 +12411,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -9747,7 +12419,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 40, "min_level": 50, @@ -9755,7 +12427,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 30, "min_level": 40, @@ -9763,7 +12435,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 30, "min_level": 50, @@ -9771,7 +12443,7 @@ }, { "pokeapi_id": 354, - "pokemon_name": "banette", + "pokemon_name": "Banette", "method": "walk", "encounter_rate": 20, "min_level": 50, @@ -9779,7 +12451,7 @@ }, { "pokeapi_id": 57, - "pokemon_name": "primeape", + "pokemon_name": "Primeape", "method": "walk", "encounter_rate": 20, "min_level": 51, @@ -9787,7 +12459,7 @@ }, { "pokeapi_id": 315, - "pokemon_name": "roselia", + "pokemon_name": "Roselia", "method": "walk", "encounter_rate": 15, "min_level": 51, @@ -9795,7 +12467,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 5, "min_level": 51, @@ -9803,7 +12475,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 5, "min_level": 20, @@ -9811,7 +12483,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 5, "min_level": 20, @@ -9819,7 +12491,7 @@ }, { "pokeapi_id": 56, - "pokemon_name": "mankey", + "pokemon_name": "Mankey", "method": "walk", "encounter_rate": 2, "min_level": 22, @@ -9833,7 +12505,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -9841,7 +12513,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 70, "min_level": 40, @@ -9849,7 +12521,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -9857,7 +12529,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -9865,7 +12537,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -9873,7 +12545,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -9881,7 +12553,7 @@ }, { "pokeapi_id": 327, - "pokemon_name": "spinda", + "pokemon_name": "Spinda", "method": "walk", "encounter_rate": 40, "min_level": 55, @@ -9889,7 +12561,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -9897,7 +12569,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -9905,7 +12577,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 25, "min_level": 54, @@ -9913,7 +12585,7 @@ }, { "pokeapi_id": 324, - "pokemon_name": "torkoal", + "pokemon_name": "Torkoal", "method": "walk", "encounter_rate": 22, "min_level": 24, @@ -9921,7 +12593,7 @@ }, { "pokeapi_id": 323, - "pokemon_name": "camerupt", + "pokemon_name": "Camerupt", "method": "walk", "encounter_rate": 20, "min_level": 55, @@ -9929,7 +12601,7 @@ }, { "pokeapi_id": 112, - "pokemon_name": "rhydon", + "pokemon_name": "Rhydon", "method": "walk", "encounter_rate": 20, "min_level": 55, @@ -9937,7 +12609,7 @@ }, { "pokeapi_id": 322, - "pokemon_name": "numel", + "pokemon_name": "Numel", "method": "walk", "encounter_rate": 17, "min_level": 22, @@ -9945,7 +12617,7 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 17, "min_level": 22, @@ -9953,7 +12625,7 @@ }, { "pokeapi_id": 354, - "pokemon_name": "banette", + "pokemon_name": "Banette", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -9961,7 +12633,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -9969,7 +12641,7 @@ }, { "pokeapi_id": 110, - "pokemon_name": "weezing", + "pokemon_name": "Weezing", "method": "walk", "encounter_rate": 10, "min_level": 55, @@ -9977,7 +12649,7 @@ }, { "pokeapi_id": 207, - "pokemon_name": "gligar", + "pokemon_name": "Gligar", "method": "walk", "encounter_rate": 8, "min_level": 22, @@ -9985,7 +12657,7 @@ }, { "pokeapi_id": 240, - "pokemon_name": "magby", + "pokemon_name": "Magby", "method": "walk", "encounter_rate": 8, "min_level": 22, @@ -9993,7 +12665,7 @@ }, { "pokeapi_id": 227, - "pokemon_name": "skarmory", + "pokemon_name": "Skarmory", "method": "walk", "encounter_rate": 5, "min_level": 56, @@ -10007,7 +12679,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -10015,7 +12687,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 70, "min_level": 40, @@ -10023,7 +12695,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -10031,7 +12703,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -10039,7 +12711,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -10047,7 +12719,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -10055,7 +12727,7 @@ }, { "pokeapi_id": 374, - "pokemon_name": "beldum", + "pokemon_name": "Beldum", "method": "walk", "encounter_rate": 40, "min_level": 53, @@ -10063,7 +12735,7 @@ }, { "pokeapi_id": 332, - "pokemon_name": "cacturne", + "pokemon_name": "Cacturne", "method": "walk", "encounter_rate": 40, "min_level": 52, @@ -10071,7 +12743,7 @@ }, { "pokeapi_id": 51, - "pokemon_name": "dugtrio", + "pokemon_name": "Dugtrio", "method": "walk", "encounter_rate": 30, "min_level": 52, @@ -10079,7 +12751,7 @@ }, { "pokeapi_id": 450, - "pokemon_name": "hippowdon", + "pokemon_name": "Hippowdon", "method": "walk", "encounter_rate": 30, "min_level": 52, @@ -10087,7 +12759,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -10095,7 +12767,7 @@ }, { "pokeapi_id": 112, - "pokemon_name": "rhydon", + "pokemon_name": "Rhydon", "method": "walk", "encounter_rate": 30, "min_level": 52, @@ -10103,7 +12775,7 @@ }, { "pokeapi_id": 331, - "pokemon_name": "cacnea", + "pokemon_name": "Cacnea", "method": "walk", "encounter_rate": 21, "min_level": 23, @@ -10111,7 +12783,7 @@ }, { "pokeapi_id": 50, - "pokemon_name": "diglett", + "pokemon_name": "Diglett", "method": "walk", "encounter_rate": 21, "min_level": 23, @@ -10119,7 +12791,7 @@ }, { "pokeapi_id": 329, - "pokemon_name": "vibrava", + "pokemon_name": "Vibrava", "method": "walk", "encounter_rate": 20, "min_level": 53, @@ -10127,7 +12799,7 @@ }, { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 8, "min_level": 23, @@ -10135,7 +12807,7 @@ }, { "pokeapi_id": 328, - "pokemon_name": "trapinch", + "pokemon_name": "Trapinch", "method": "walk", "encounter_rate": 2, "min_level": 25, @@ -10149,7 +12821,7 @@ "encounters": [ { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -10157,7 +12829,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -10165,7 +12837,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 100, "min_level": 10, @@ -10173,7 +12845,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 70, "min_level": 40, @@ -10181,7 +12853,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 40, "min_level": 51, @@ -10189,7 +12861,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 30, "min_level": 51, @@ -10197,7 +12869,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 30, "min_level": 45, @@ -10205,7 +12877,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 30, "min_level": 51, @@ -10213,7 +12885,7 @@ }, { "pokeapi_id": 168, - "pokemon_name": "ariados", + "pokemon_name": "Ariados", "method": "walk", "encounter_rate": 20, "min_level": 52, @@ -10221,7 +12893,7 @@ }, { "pokeapi_id": 166, - "pokemon_name": "ledian", + "pokemon_name": "Ledian", "method": "walk", "encounter_rate": 20, "min_level": 52, @@ -10229,7 +12901,7 @@ }, { "pokeapi_id": 49, - "pokemon_name": "venomoth", + "pokemon_name": "Venomoth", "method": "walk", "encounter_rate": 20, "min_level": 50, @@ -10237,7 +12909,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 13, "min_level": 20, @@ -10245,7 +12917,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 13, "min_level": 20, @@ -10253,7 +12925,7 @@ }, { "pokeapi_id": 432, - "pokemon_name": "purugly", + "pokemon_name": "Purugly", "method": "walk", "encounter_rate": 10, "min_level": 50, @@ -10261,7 +12933,7 @@ }, { "pokeapi_id": 313, - "pokemon_name": "volbeat", + "pokemon_name": "Volbeat", "method": "walk", "encounter_rate": 10, "min_level": 50, @@ -10269,7 +12941,7 @@ }, { "pokeapi_id": 271, - "pokemon_name": "lombre", + "pokemon_name": "Lombre", "method": "walk", "encounter_rate": 8, "min_level": 20, @@ -10277,7 +12949,7 @@ }, { "pokeapi_id": 274, - "pokemon_name": "nuzleaf", + "pokemon_name": "Nuzleaf", "method": "walk", "encounter_rate": 8, "min_level": 20, @@ -10285,7 +12957,7 @@ }, { "pokeapi_id": 204, - "pokemon_name": "pineco", + "pokemon_name": "Pineco", "method": "walk", "encounter_rate": 8, "min_level": 20, @@ -10293,7 +12965,7 @@ }, { "pokeapi_id": 314, - "pokemon_name": "illumise", + "pokemon_name": "Illumise", "method": "walk", "encounter_rate": 5, "min_level": 50, @@ -10301,7 +12973,7 @@ }, { "pokeapi_id": 127, - "pokemon_name": "pinsir", + "pokemon_name": "Pinsir", "method": "walk", "encounter_rate": 5, "min_level": 52, @@ -10309,7 +12981,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 2, "min_level": 22, @@ -10323,7 +12995,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -10331,7 +13003,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -10339,7 +13011,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -10347,7 +13019,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -10355,7 +13027,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -10363,7 +13035,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -10371,7 +13043,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -10385,7 +13057,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -10393,7 +13065,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -10401,7 +13073,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -10409,7 +13081,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -10417,7 +13089,7 @@ }, { "pokeapi_id": 341, - "pokemon_name": "corphish", + "pokemon_name": "Corphish", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -10425,7 +13097,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -10433,7 +13105,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 15, "min_level": 40, @@ -10441,7 +13113,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -10449,7 +13121,7 @@ }, { "pokeapi_id": 342, - "pokemon_name": "crawdaunt", + "pokemon_name": "Crawdaunt", "method": "super-rod", "encounter_rate": 5, "min_level": 35, @@ -10463,7 +13135,7 @@ "encounters": [ { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 100, "min_level": 40, @@ -10471,7 +13143,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -10479,7 +13151,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -10487,7 +13159,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -10495,7 +13167,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -10503,7 +13175,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -10517,7 +13189,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -10525,7 +13197,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -10533,7 +13205,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -10541,7 +13213,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -10549,7 +13221,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -10557,7 +13229,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -10565,7 +13237,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -10573,7 +13245,7 @@ }, { "pokeapi_id": 457, - "pokemon_name": "lumineon", + "pokemon_name": "Lumineon", "method": "super-rod", "encounter_rate": 15, "min_level": 30, @@ -10581,7 +13253,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 5, "min_level": 20, @@ -10589,7 +13261,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -10597,7 +13269,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -10611,7 +13283,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -10619,7 +13291,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 60, "min_level": 35, @@ -10627,7 +13299,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -10635,7 +13307,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -10643,7 +13315,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -10651,7 +13323,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -10659,7 +13331,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 30, "min_level": 35, @@ -10667,7 +13339,7 @@ }, { "pokeapi_id": 224, - "pokemon_name": "octillery", + "pokemon_name": "Octillery", "method": "super-rod", "encounter_rate": 15, "min_level": 40, @@ -10675,7 +13347,7 @@ }, { "pokeapi_id": 458, - "pokemon_name": "mantyke", + "pokemon_name": "Mantyke", "method": "surf", "encounter_rate": 10, "min_level": 30, @@ -10683,7 +13355,7 @@ }, { "pokeapi_id": 321, - "pokemon_name": "wailord", + "pokemon_name": "Wailord", "method": "super-rod", "encounter_rate": 5, "min_level": 35, @@ -10697,7 +13369,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -10705,7 +13377,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 60, "min_level": 51, @@ -10713,7 +13385,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 60, "min_level": 40, @@ -10721,7 +13393,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -10729,7 +13401,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -10737,7 +13409,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -10745,7 +13417,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -10753,7 +13425,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "walk", "encounter_rate": 40, "min_level": 52, @@ -10761,7 +13433,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 30, "min_level": 51, @@ -10769,7 +13441,7 @@ }, { "pokeapi_id": 363, - "pokemon_name": "spheal", + "pokemon_name": "Spheal", "method": "surf", "encounter_rate": 30, "min_level": 35, @@ -10777,7 +13449,7 @@ }, { "pokeapi_id": 354, - "pokemon_name": "banette", + "pokemon_name": "Banette", "method": "walk", "encounter_rate": 20, "min_level": 51, @@ -10785,7 +13457,7 @@ }, { "pokeapi_id": 57, - "pokemon_name": "primeape", + "pokemon_name": "Primeape", "method": "walk", "encounter_rate": 20, "min_level": 51, @@ -10793,7 +13465,7 @@ }, { "pokeapi_id": 369, - "pokemon_name": "relicanth", + "pokemon_name": "Relicanth", "method": "super-rod", "encounter_rate": 15, "min_level": 40, @@ -10801,7 +13473,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 10, "min_level": 51, @@ -10809,7 +13481,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 53, @@ -10817,7 +13489,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 5, "min_level": 20, @@ -10825,7 +13497,7 @@ }, { "pokeapi_id": 364, - "pokemon_name": "sealeo", + "pokemon_name": "Sealeo", "method": "surf", "encounter_rate": 5, "min_level": 40, @@ -10833,7 +13505,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 5, "min_level": 20, @@ -10841,7 +13513,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 40, @@ -10849,7 +13521,7 @@ }, { "pokeapi_id": 56, - "pokemon_name": "mankey", + "pokemon_name": "Mankey", "method": "walk", "encounter_rate": 2, "min_level": 22, @@ -10863,7 +13535,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -10871,7 +13543,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 60, "min_level": 40, @@ -10879,7 +13551,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -10887,7 +13559,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -10895,7 +13567,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "walk", "encounter_rate": 40, "min_level": 50, @@ -10903,7 +13575,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -10911,7 +13583,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -10919,7 +13591,7 @@ }, { "pokeapi_id": 363, - "pokemon_name": "spheal", + "pokemon_name": "Spheal", "method": "surf", "encounter_rate": 30, "min_level": 35, @@ -10927,7 +13599,7 @@ }, { "pokeapi_id": 175, - "pokemon_name": "togepi", + "pokemon_name": "Togepi", "method": "walk", "encounter_rate": 22, "min_level": 18, @@ -10935,7 +13607,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 20, "min_level": 50, @@ -10943,7 +13615,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 20, "min_level": 50, @@ -10951,7 +13623,7 @@ }, { "pokeapi_id": 224, - "pokemon_name": "octillery", + "pokemon_name": "Octillery", "method": "super-rod", "encounter_rate": 15, "min_level": 40, @@ -10959,7 +13631,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "walk", "encounter_rate": 13, "min_level": 50, @@ -10967,7 +13639,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 11, "min_level": 18, @@ -10975,7 +13647,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 11, "min_level": 18, @@ -10983,7 +13655,7 @@ }, { "pokeapi_id": 269, - "pokemon_name": "dustox", + "pokemon_name": "Dustox", "method": "walk", "encounter_rate": 10, "min_level": 51, @@ -10991,7 +13663,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 10, "min_level": 52, @@ -10999,7 +13671,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "walk", "encounter_rate": 5, "min_level": 51, @@ -11007,7 +13679,7 @@ }, { "pokeapi_id": 364, - "pokemon_name": "sealeo", + "pokemon_name": "Sealeo", "method": "surf", "encounter_rate": 5, "min_level": 40, @@ -11015,7 +13687,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 40, @@ -11023,7 +13695,7 @@ }, { "pokeapi_id": 321, - "pokemon_name": "wailord", + "pokemon_name": "Wailord", "method": "super-rod", "encounter_rate": 5, "min_level": 35, @@ -11037,7 +13709,7 @@ "encounters": [ { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 100, "min_level": 40, @@ -11045,7 +13717,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -11053,7 +13725,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 57, "min_level": 52, @@ -11061,7 +13733,7 @@ }, { "pokeapi_id": 397, - "pokemon_name": "staravia", + "pokemon_name": "Staravia", "method": "walk", "encounter_rate": 57, "min_level": 52, @@ -11069,7 +13741,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -11077,7 +13749,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -11085,7 +13757,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -11093,7 +13765,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 20, @@ -11101,7 +13773,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 20, "min_level": 53, @@ -11109,7 +13781,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 20, "min_level": 53, @@ -11117,7 +13789,7 @@ }, { "pokeapi_id": 358, - "pokemon_name": "chimecho", + "pokemon_name": "Chimecho", "method": "walk", "encounter_rate": 10, "min_level": 52, @@ -11125,7 +13797,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 52, @@ -11133,7 +13805,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 52, @@ -11147,7 +13819,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 80, "min_level": 24, @@ -11155,7 +13827,7 @@ }, { "pokeapi_id": 449, - "pokemon_name": "hippopotas", + "pokemon_name": "Hippopotas", "method": "walk", "encounter_rate": 20, "min_level": 22, diff --git a/backend/src/app/seeds/data/platinum.json b/backend/src/app/seeds/data/platinum.json index ae08fcc..9868913 100644 --- a/backend/src/app/seeds/data/platinum.json +++ b/backend/src/app/seeds/data/platinum.json @@ -5,7 +5,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -13,7 +13,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -21,7 +21,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -29,7 +29,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -37,7 +37,7 @@ }, { "pokeapi_id": 457, - "pokemon_name": "lumineon", + "pokemon_name": "Lumineon", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -45,7 +45,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -53,7 +53,7 @@ }, { "pokeapi_id": 422, - "pokemon_name": "shellos", + "pokemon_name": "Shellos", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -61,7 +61,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 15, "min_level": 20, @@ -69,7 +69,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 9, "min_level": 20, @@ -77,7 +77,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "surf", "encounter_rate": 1, "min_level": 20, @@ -91,7 +91,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -99,7 +99,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -107,7 +107,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -115,7 +115,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -123,7 +123,7 @@ }, { "pokeapi_id": 224, - "pokemon_name": "octillery", + "pokemon_name": "Octillery", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -131,7 +131,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -139,7 +139,7 @@ }, { "pokeapi_id": 422, - "pokemon_name": "shellos", + "pokemon_name": "Shellos", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -147,7 +147,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -155,7 +155,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 4, "min_level": 20, @@ -163,7 +163,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "surf", "encounter_rate": 1, "min_level": 20, @@ -177,7 +177,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -185,7 +185,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 30, @@ -193,7 +193,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -201,7 +201,7 @@ }, { "pokeapi_id": 224, - "pokemon_name": "octillery", + "pokemon_name": "Octillery", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -209,7 +209,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -217,7 +217,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -225,7 +225,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 30, "min_level": 30, @@ -233,7 +233,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 15, "min_level": 20, @@ -241,7 +241,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 9, "min_level": 30, @@ -249,7 +249,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 1, "min_level": 30, @@ -263,7 +263,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -271,7 +271,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 60, "min_level": 30, @@ -279,7 +279,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -287,7 +287,7 @@ }, { "pokeapi_id": 224, - "pokemon_name": "octillery", + "pokemon_name": "Octillery", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -295,7 +295,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -303,7 +303,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -311,7 +311,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 35, "min_level": 30, @@ -319,7 +319,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 15, "min_level": 20, @@ -327,7 +327,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 30, @@ -341,12 +341,12 @@ "encounters": [], "children": [ { - "name": "Oreburgh Mine (1f)", + "name": "Oreburgh Mine (1F)", "order": 6, "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 86, "min_level": 4, @@ -354,7 +354,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 25, "min_level": 5, @@ -362,7 +362,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -370,13 +370,73 @@ } ] }, + { + "name": "Oreburgh Mine (1f)", + "order": 6, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 86, + "min_level": 4, + "max_level": 8 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 25, + "min_level": 5, + "max_level": 7 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 10, + "min_level": 6, + "max_level": 8 + } + ] + }, + { + "name": "Oreburgh Mine (B1F)", + "order": 7, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 86, + "min_level": 5, + "max_level": 9 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 25, + "min_level": 6, + "max_level": 8 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 10, + "min_level": 7, + "max_level": 9 + } + ] + }, { "name": "Oreburgh Mine (B1f)", "order": 7, "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 86, "min_level": 5, @@ -384,7 +444,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 25, "min_level": 6, @@ -392,7 +452,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -408,7 +468,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -416,7 +476,7 @@ }, { "pokeapi_id": 422, - "pokemon_name": "shellos", + "pokemon_name": "Shellos", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -424,7 +484,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -432,7 +492,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -440,7 +500,7 @@ }, { "pokeapi_id": 457, - "pokemon_name": "lumineon", + "pokemon_name": "Lumineon", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -448,7 +508,7 @@ }, { "pokeapi_id": 422, - "pokemon_name": "shellos", + "pokemon_name": "Shellos", "method": "walk", "encounter_rate": 45, "min_level": 9, @@ -456,7 +516,7 @@ }, { "pokeapi_id": 309, - "pokemon_name": "electrike", + "pokemon_name": "Electrike", "method": "walk", "encounter_rate": 40, "min_level": 9, @@ -464,7 +524,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -472,7 +532,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -480,7 +540,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 25, "min_level": 9, @@ -488,7 +548,7 @@ }, { "pokeapi_id": 179, - "pokemon_name": "mareep", + "pokemon_name": "Mareep", "method": "walk", "encounter_rate": 22, "min_level": 10, @@ -496,7 +556,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -504,7 +564,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 15, "min_level": 20, @@ -512,7 +572,7 @@ }, { "pokeapi_id": 417, - "pokemon_name": "pachirisu", + "pokemon_name": "Pachirisu", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -520,7 +580,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "surf", "encounter_rate": 9, "min_level": 20, @@ -528,7 +588,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 1, "min_level": 20, @@ -542,7 +602,7 @@ "encounters": [ { "pokeapi_id": 406, - "pokemon_name": "budew", + "pokemon_name": "Budew", "method": "walk", "encounter_rate": 40, "min_level": 10, @@ -550,7 +610,7 @@ }, { "pokeapi_id": 287, - "pokemon_name": "slakoth", + "pokemon_name": "Slakoth", "method": "walk", "encounter_rate": 40, "min_level": 10, @@ -558,7 +618,7 @@ }, { "pokeapi_id": 427, - "pokemon_name": "buneary", + "pokemon_name": "Buneary", "method": "walk", "encounter_rate": 28, "min_level": 11, @@ -566,7 +626,7 @@ }, { "pokeapi_id": 290, - "pokemon_name": "nincada", + "pokemon_name": "Nincada", "method": "walk", "encounter_rate": 22, "min_level": 11, @@ -574,7 +634,7 @@ }, { "pokeapi_id": 401, - "pokemon_name": "kricketot", + "pokemon_name": "Kricketot", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -582,7 +642,7 @@ }, { "pokeapi_id": 265, - "pokemon_name": "wurmple", + "pokemon_name": "Wurmple", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -590,7 +650,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 10, "min_level": 12, @@ -598,7 +658,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 10, "min_level": 12, @@ -606,7 +666,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 8, "min_level": 13, @@ -614,7 +674,7 @@ }, { "pokeapi_id": 204, - "pokemon_name": "pineco", + "pokemon_name": "Pineco", "method": "walk", "encounter_rate": 8, "min_level": 13, @@ -622,7 +682,7 @@ }, { "pokeapi_id": 273, - "pokemon_name": "seedot", + "pokemon_name": "Seedot", "method": "walk", "encounter_rate": 8, "min_level": 13, @@ -630,7 +690,7 @@ }, { "pokeapi_id": 268, - "pokemon_name": "cascoon", + "pokemon_name": "Cascoon", "method": "walk", "encounter_rate": 5, "min_level": 12, @@ -638,7 +698,7 @@ }, { "pokeapi_id": 266, - "pokemon_name": "silcoon", + "pokemon_name": "Silcoon", "method": "walk", "encounter_rate": 5, "min_level": 12, @@ -646,7 +706,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 4, "min_level": 13, @@ -654,7 +714,7 @@ }, { "pokeapi_id": 14, - "pokemon_name": "kakuna", + "pokemon_name": "Kakuna", "method": "walk", "encounter_rate": 4, "min_level": 13, @@ -662,7 +722,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 4, "min_level": 13, @@ -670,7 +730,7 @@ }, { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 4, "min_level": 13, @@ -678,7 +738,7 @@ }, { "pokeapi_id": 267, - "pokemon_name": "beautifly", + "pokemon_name": "Beautifly", "method": "walk", "encounter_rate": 1, "min_level": 14, @@ -686,7 +746,7 @@ }, { "pokeapi_id": 269, - "pokemon_name": "dustox", + "pokemon_name": "Dustox", "method": "walk", "encounter_rate": 1, "min_level": 14, @@ -700,7 +760,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -708,7 +768,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -716,7 +776,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -724,7 +784,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -732,7 +792,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -740,7 +800,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -748,7 +808,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -762,7 +822,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -770,7 +830,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -778,7 +838,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -786,7 +846,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -794,7 +854,7 @@ }, { "pokeapi_id": 457, - "pokemon_name": "lumineon", + "pokemon_name": "Lumineon", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -802,7 +862,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -810,7 +870,7 @@ }, { "pokeapi_id": 126, - "pokemon_name": "magmar", + "pokemon_name": "Magmar", "method": "walk", "encounter_rate": 40, "min_level": 28, @@ -818,7 +878,7 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 30, "min_level": 28, @@ -826,7 +886,7 @@ }, { "pokeapi_id": 422, - "pokemon_name": "shellos", + "pokemon_name": "Shellos", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -834,7 +894,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "walk", "encounter_rate": 25, "min_level": 29, @@ -842,7 +902,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "walk", "encounter_rate": 25, "min_level": 29, @@ -850,7 +910,7 @@ }, { "pokeapi_id": 304, - "pokemon_name": "aron", + "pokemon_name": "Aron", "method": "walk", "encounter_rate": 22, "min_level": 30, @@ -858,7 +918,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 15, "min_level": 20, @@ -866,7 +926,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 9, "min_level": 20, @@ -874,7 +934,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "surf", "encounter_rate": 1, "min_level": 20, @@ -893,7 +953,7 @@ "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 30, "min_level": 36, @@ -901,7 +961,7 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 30, "min_level": 37, @@ -909,7 +969,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 27, "min_level": 37, @@ -917,7 +977,7 @@ }, { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -925,7 +985,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 20, "min_level": 36, @@ -933,7 +993,7 @@ }, { "pokeapi_id": 358, - "pokemon_name": "chimecho", + "pokemon_name": "Chimecho", "method": "walk", "encounter_rate": 17, "min_level": 39, @@ -941,7 +1001,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -949,7 +1009,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 38, @@ -957,7 +1017,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 38, @@ -965,7 +1025,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 5, "min_level": 36, @@ -973,7 +1033,219 @@ }, { "pokeapi_id": 299, - "pokemon_name": "nosepass", + "pokemon_name": "Nosepass", + "method": "walk", + "encounter_rate": 5, + "min_level": 37, + "max_level": 37 + } + ] + }, + { + "name": "Mt Coronet (1F Route 207)", + "order": 13, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 3, + "max_level": 15 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "surf", + "encounter_rate": 90, + "min_level": 20, + "max_level": 30 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 55, + "min_level": 20, + "max_level": 55 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 55, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 339, + "pokemon_name": "Barboach", + "method": "good-rod", + "encounter_rate": 45, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 340, + "pokemon_name": "Whiscash", + "method": "super-rod", + "encounter_rate": 45, + "min_level": 30, + "max_level": 55 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 30, + "min_level": 17, + "max_level": 19 + }, + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 30, + "min_level": 18, + "max_level": 20 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 18, + "max_level": 18 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 20, + "min_level": 17, + "max_level": 17 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 15, + "min_level": 18, + "max_level": 19 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 10, + "min_level": 17, + "max_level": 19 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "surf", + "encounter_rate": 10, + "min_level": 20, + "max_level": 40 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 10, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 299, + "pokemon_name": "Nosepass", + "method": "walk", + "encounter_rate": 5, + "min_level": 18, + "max_level": 18 + } + ] + }, + { + "name": "Mt Coronet (2F)", + "order": 14, + "encounters": [ + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 30, + "min_level": 36, + "max_level": 38 + }, + { + "pokeapi_id": 308, + "pokemon_name": "Medicham", + "method": "walk", + "encounter_rate": 30, + "min_level": 37, + "max_level": 39 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 27, + "min_level": 37, + "max_level": 38 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 22, + "min_level": 36, + "max_level": 38 + }, + { + "pokeapi_id": 437, + "pokemon_name": "Bronzong", + "method": "walk", + "encounter_rate": 20, + "min_level": 37, + "max_level": 37 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 20, + "min_level": 36, + "max_level": 36 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 39, + "max_level": 39 + }, + { + "pokeapi_id": 337, + "pokemon_name": "Lunatone", + "method": "walk", + "encounter_rate": 8, + "min_level": 38, + "max_level": 38 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", + "method": "walk", + "encounter_rate": 8, + "min_level": 38, + "max_level": 38 + }, + { + "pokeapi_id": 299, + "pokemon_name": "Nosepass", "method": "walk", "encounter_rate": 5, "min_level": 37, @@ -987,7 +1259,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 30, "min_level": 13, @@ -995,7 +1267,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 30, "min_level": 14, @@ -1003,7 +1275,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1011,7 +1283,7 @@ }, { "pokeapi_id": 173, - "pokemon_name": "cleffa", + "pokemon_name": "Cleffa", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -1019,7 +1291,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 15, "min_level": 14, @@ -1027,7 +1299,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 10, "min_level": 13, @@ -1035,7 +1307,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 10, "min_level": 16, @@ -1043,7 +1315,7 @@ }, { "pokeapi_id": 299, - "pokemon_name": "nosepass", + "pokemon_name": "Nosepass", "method": "walk", "encounter_rate": 5, "min_level": 14, @@ -1057,7 +1329,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -1065,7 +1337,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -1073,7 +1345,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -1081,7 +1353,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -1089,7 +1361,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -1097,7 +1369,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -1105,7 +1377,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -1113,7 +1385,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 30, "min_level": 33, @@ -1121,7 +1393,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -1129,7 +1401,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -1137,7 +1409,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 15, "min_level": 33, @@ -1145,7 +1417,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 10, "min_level": 32, @@ -1153,7 +1425,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -1161,7 +1433,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 35, @@ -1169,7 +1441,7 @@ }, { "pokeapi_id": 299, - "pokemon_name": "nosepass", + "pokemon_name": "Nosepass", "method": "walk", "encounter_rate": 5, "min_level": 33, @@ -1177,13 +1449,99 @@ } ] }, + { + "name": "Mt Coronet (3F)", + "order": 15, + "encounters": [ + { + "pokeapi_id": 308, + "pokemon_name": "Medicham", + "method": "walk", + "encounter_rate": 31, + "min_level": 37, + "max_level": 39 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 30, + "min_level": 36, + "max_level": 38 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 26, + "min_level": 37, + "max_level": 38 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 22, + "min_level": 36, + "max_level": 38 + }, + { + "pokeapi_id": 437, + "pokemon_name": "Bronzong", + "method": "walk", + "encounter_rate": 20, + "min_level": 37, + "max_level": 37 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 20, + "min_level": 36, + "max_level": 36 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 39, + "max_level": 39 + }, + { + "pokeapi_id": 337, + "pokemon_name": "Lunatone", + "method": "walk", + "encounter_rate": 8, + "min_level": 38, + "max_level": 38 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", + "method": "walk", + "encounter_rate": 8, + "min_level": 38, + "max_level": 38 + }, + { + "pokeapi_id": 299, + "pokemon_name": "Nosepass", + "method": "walk", + "encounter_rate": 5, + "min_level": 37, + "max_level": 37 + } + ] + }, { "name": "Mt Coronet (1f Route 207)", "order": 16, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -1191,7 +1549,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -1199,7 +1557,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 20, @@ -1207,7 +1565,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -1215,7 +1573,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -1223,7 +1581,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -1231,7 +1589,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 30, "min_level": 17, @@ -1239,7 +1597,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 30, "min_level": 18, @@ -1247,7 +1605,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 18, @@ -1255,7 +1613,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -1263,7 +1621,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 15, "min_level": 18, @@ -1271,7 +1629,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 10, "min_level": 17, @@ -1279,7 +1637,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -1287,7 +1645,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 10, "min_level": 20, @@ -1295,7 +1653,7 @@ }, { "pokeapi_id": 299, - "pokemon_name": "nosepass", + "pokemon_name": "Nosepass", "method": "walk", "encounter_rate": 5, "min_level": 18, @@ -1309,7 +1667,7 @@ "encounters": [ { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 31, "min_level": 37, @@ -1317,7 +1675,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 30, "min_level": 36, @@ -1325,7 +1683,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 26, "min_level": 37, @@ -1333,7 +1691,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 22, "min_level": 36, @@ -1341,7 +1699,7 @@ }, { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -1349,7 +1707,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 20, "min_level": 36, @@ -1357,7 +1715,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -1365,7 +1723,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 38, @@ -1373,7 +1731,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 38, @@ -1381,7 +1739,165 @@ }, { "pokeapi_id": 299, - "pokemon_name": "nosepass", + "pokemon_name": "Nosepass", + "method": "walk", + "encounter_rate": 5, + "min_level": 37, + "max_level": 37 + } + ] + }, + { + "name": "Mt Coronet (4F)", + "order": 18, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 3, + "max_level": 15 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "surf", + "encounter_rate": 90, + "min_level": 20, + "max_level": 30 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 55, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 339, + "pokemon_name": "Barboach", + "method": "good-rod", + "encounter_rate": 45, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 147, + "pokemon_name": "Dratini", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 30, + "max_level": 55 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 30, + "min_level": 36, + "max_level": 38 + }, + { + "pokeapi_id": 308, + "pokemon_name": "Medicham", + "method": "walk", + "encounter_rate": 30, + "min_level": 37, + "max_level": 39 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 27, + "min_level": 37, + "max_level": 38 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 22, + "min_level": 36, + "max_level": 38 + }, + { + "pokeapi_id": 437, + "pokemon_name": "Bronzong", + "method": "walk", + "encounter_rate": 20, + "min_level": 37, + "max_level": 37 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 20, + "min_level": 36, + "max_level": 36 + }, + { + "pokeapi_id": 340, + "pokemon_name": "Whiscash", + "method": "super-rod", + "encounter_rate": 15, + "min_level": 20, + "max_level": 50 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "surf", + "encounter_rate": 10, + "min_level": 20, + "max_level": 40 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 39, + "max_level": 39 + }, + { + "pokeapi_id": 337, + "pokemon_name": "Lunatone", + "method": "walk", + "encounter_rate": 8, + "min_level": 38, + "max_level": 38 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", + "method": "walk", + "encounter_rate": 8, + "min_level": 38, + "max_level": 38 + }, + { + "pokeapi_id": 148, + "pokemon_name": "Dragonair", + "method": "super-rod", + "encounter_rate": 5, + "min_level": 20, + "max_level": 55 + }, + { + "pokeapi_id": 299, + "pokemon_name": "Nosepass", "method": "walk", "encounter_rate": 5, "min_level": 37, @@ -1395,7 +1911,7 @@ "encounters": [ { "pokeapi_id": 460, - "pokemon_name": "abomasnow", + "pokemon_name": "Abomasnow", "method": "walk", "encounter_rate": 40, "min_level": 38, @@ -1403,7 +1919,7 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 30, "min_level": 38, @@ -1411,7 +1927,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 22, "min_level": 37, @@ -1419,7 +1935,7 @@ }, { "pokeapi_id": 294, - "pokemon_name": "loudred", + "pokemon_name": "Loudred", "method": "walk", "encounter_rate": 22, "min_level": 39, @@ -1427,7 +1943,7 @@ }, { "pokeapi_id": 459, - "pokemon_name": "snover", + "pokemon_name": "Snover", "method": "walk", "encounter_rate": 20, "min_level": 36, @@ -1435,7 +1951,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 17, "min_level": 38, @@ -1443,7 +1959,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 38, @@ -1451,7 +1967,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -1459,7 +1975,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -1467,7 +1983,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 38, @@ -1475,7 +1991,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 38, @@ -1483,7 +1999,7 @@ }, { "pokeapi_id": 299, - "pokemon_name": "nosepass", + "pokemon_name": "Nosepass", "method": "walk", "encounter_rate": 5, "min_level": 38, @@ -1491,13 +2007,107 @@ } ] }, + { + "name": "Mt Coronet (4F Small Room)", + "order": 19, + "encounters": [ + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 30, + "min_level": 36, + "max_level": 38 + }, + { + "pokeapi_id": 308, + "pokemon_name": "Medicham", + "method": "walk", + "encounter_rate": 30, + "min_level": 37, + "max_level": 39 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 27, + "min_level": 37, + "max_level": 38 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 21, + "min_level": 36, + "max_level": 38 + }, + { + "pokeapi_id": 437, + "pokemon_name": "Bronzong", + "method": "walk", + "encounter_rate": 20, + "min_level": 37, + "max_level": 37 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 20, + "min_level": 36, + "max_level": 36 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 39, + "max_level": 39 + }, + { + "pokeapi_id": 337, + "pokemon_name": "Lunatone", + "method": "walk", + "encounter_rate": 8, + "min_level": 38, + "max_level": 38 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", + "method": "walk", + "encounter_rate": 8, + "min_level": 38, + "max_level": 38 + }, + { + "pokeapi_id": 299, + "pokemon_name": "Nosepass", + "method": "walk", + "encounter_rate": 5, + "min_level": 37, + "max_level": 37 + }, + { + "pokeapi_id": 358, + "pokemon_name": "Chimecho", + "method": "walk", + "encounter_rate": 1, + "min_level": 39, + "max_level": 39 + } + ] + }, { "name": "Mt Coronet (6f)", "order": 19, "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 30, "min_level": 36, @@ -1505,7 +2115,7 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 30, "min_level": 37, @@ -1513,7 +2123,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 27, "min_level": 37, @@ -1521,7 +2131,7 @@ }, { "pokeapi_id": 358, - "pokemon_name": "chimecho", + "pokemon_name": "Chimecho", "method": "walk", "encounter_rate": 22, "min_level": 39, @@ -1529,7 +2139,7 @@ }, { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -1537,7 +2147,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 20, "min_level": 36, @@ -1545,7 +2155,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -1553,7 +2163,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 38, @@ -1561,7 +2171,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 38, @@ -1569,7 +2179,7 @@ }, { "pokeapi_id": 299, - "pokemon_name": "nosepass", + "pokemon_name": "Nosepass", "method": "walk", "encounter_rate": 5, "min_level": 37, @@ -1583,7 +2193,7 @@ "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 50, "min_level": 36, @@ -1591,7 +2201,7 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 30, "min_level": 37, @@ -1599,7 +2209,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 27, "min_level": 37, @@ -1607,7 +2217,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 22, "min_level": 36, @@ -1615,7 +2225,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 20, "min_level": 36, @@ -1623,7 +2233,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -1631,7 +2241,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 38, @@ -1639,7 +2249,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 38, @@ -1647,7 +2257,187 @@ }, { "pokeapi_id": 299, - "pokemon_name": "nosepass", + "pokemon_name": "Nosepass", + "method": "walk", + "encounter_rate": 5, + "min_level": 37, + "max_level": 37 + } + ] + }, + { + "name": "Mt Coronet (5F)", + "order": 20, + "encounters": [ + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 30, + "min_level": 36, + "max_level": 38 + }, + { + "pokeapi_id": 308, + "pokemon_name": "Medicham", + "method": "walk", + "encounter_rate": 30, + "min_level": 37, + "max_level": 39 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 27, + "min_level": 37, + "max_level": 38 + }, + { + "pokeapi_id": 437, + "pokemon_name": "Bronzong", + "method": "walk", + "encounter_rate": 20, + "min_level": 37, + "max_level": 37 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 20, + "min_level": 36, + "max_level": 36 + }, + { + "pokeapi_id": 358, + "pokemon_name": "Chimecho", + "method": "walk", + "encounter_rate": 17, + "min_level": 39, + "max_level": 40 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 39, + "max_level": 39 + }, + { + "pokeapi_id": 337, + "pokemon_name": "Lunatone", + "method": "walk", + "encounter_rate": 8, + "min_level": 38, + "max_level": 39 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", + "method": "walk", + "encounter_rate": 8, + "min_level": 38, + "max_level": 39 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 5, + "min_level": 36, + "max_level": 36 + }, + { + "pokeapi_id": 299, + "pokemon_name": "Nosepass", + "method": "walk", + "encounter_rate": 5, + "min_level": 37, + "max_level": 37 + } + ] + }, + { + "name": "Mt Coronet (6F)", + "order": 21, + "encounters": [ + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 30, + "min_level": 36, + "max_level": 38 + }, + { + "pokeapi_id": 308, + "pokemon_name": "Medicham", + "method": "walk", + "encounter_rate": 30, + "min_level": 37, + "max_level": 39 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 27, + "min_level": 37, + "max_level": 38 + }, + { + "pokeapi_id": 358, + "pokemon_name": "Chimecho", + "method": "walk", + "encounter_rate": 22, + "min_level": 39, + "max_level": 41 + }, + { + "pokeapi_id": 437, + "pokemon_name": "Bronzong", + "method": "walk", + "encounter_rate": 20, + "min_level": 37, + "max_level": 37 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 20, + "min_level": 36, + "max_level": 36 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 39, + "max_level": 39 + }, + { + "pokeapi_id": 337, + "pokemon_name": "Lunatone", + "method": "walk", + "encounter_rate": 8, + "min_level": 38, + "max_level": 40 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", + "method": "walk", + "encounter_rate": 8, + "min_level": 38, + "max_level": 40 + }, + { + "pokeapi_id": 299, + "pokemon_name": "Nosepass", "method": "walk", "encounter_rate": 5, "min_level": 37, @@ -1661,7 +2451,7 @@ "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -1669,7 +2459,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 30, "min_level": 33, @@ -1677,7 +2467,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -1685,7 +2475,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -1693,7 +2483,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 15, "min_level": 33, @@ -1701,7 +2491,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 10, "min_level": 32, @@ -1709,7 +2499,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 35, @@ -1717,7 +2507,7 @@ }, { "pokeapi_id": 299, - "pokemon_name": "nosepass", + "pokemon_name": "Nosepass", "method": "walk", "encounter_rate": 5, "min_level": 33, @@ -1725,13 +2515,91 @@ } ] }, + { + "name": "Mt Coronet (1F From Exterior)", + "order": 22, + "encounters": [ + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 50, + "min_level": 36, + "max_level": 38 + }, + { + "pokeapi_id": 308, + "pokemon_name": "Medicham", + "method": "walk", + "encounter_rate": 30, + "min_level": 37, + "max_level": 39 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 27, + "min_level": 37, + "max_level": 38 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 22, + "min_level": 36, + "max_level": 38 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 20, + "min_level": 36, + "max_level": 36 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 39, + "max_level": 39 + }, + { + "pokeapi_id": 337, + "pokemon_name": "Lunatone", + "method": "walk", + "encounter_rate": 8, + "min_level": 38, + "max_level": 38 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", + "method": "walk", + "encounter_rate": 8, + "min_level": 38, + "max_level": 38 + }, + { + "pokeapi_id": 299, + "pokemon_name": "Nosepass", + "method": "walk", + "encounter_rate": 5, + "min_level": 37, + "max_level": 37 + } + ] + }, { "name": "Mt Coronet (2f)", "order": 22, "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 30, "min_level": 36, @@ -1739,7 +2607,7 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 30, "min_level": 37, @@ -1747,7 +2615,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 27, "min_level": 37, @@ -1755,7 +2623,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 22, "min_level": 36, @@ -1763,7 +2631,7 @@ }, { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -1771,7 +2639,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 20, "min_level": 36, @@ -1779,7 +2647,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -1787,7 +2655,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 38, @@ -1795,7 +2663,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 38, @@ -1803,7 +2671,7 @@ }, { "pokeapi_id": 299, - "pokemon_name": "nosepass", + "pokemon_name": "Nosepass", "method": "walk", "encounter_rate": 5, "min_level": 37, @@ -1817,7 +2685,7 @@ "encounters": [ { "pokeapi_id": 460, - "pokemon_name": "abomasnow", + "pokemon_name": "Abomasnow", "method": "walk", "encounter_rate": 40, "min_level": 38, @@ -1825,7 +2693,7 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 30, "min_level": 38, @@ -1833,7 +2701,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 22, "min_level": 37, @@ -1841,7 +2709,7 @@ }, { "pokeapi_id": 294, - "pokemon_name": "loudred", + "pokemon_name": "Loudred", "method": "walk", "encounter_rate": 22, "min_level": 39, @@ -1849,7 +2717,7 @@ }, { "pokeapi_id": 459, - "pokemon_name": "snover", + "pokemon_name": "Snover", "method": "walk", "encounter_rate": 20, "min_level": 36, @@ -1857,7 +2725,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 17, "min_level": 38, @@ -1865,7 +2733,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 38, @@ -1873,7 +2741,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -1881,7 +2749,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -1889,7 +2757,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 38, @@ -1897,7 +2765,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 38, @@ -1905,7 +2773,7 @@ }, { "pokeapi_id": 299, - "pokemon_name": "nosepass", + "pokemon_name": "Nosepass", "method": "walk", "encounter_rate": 5, "min_level": 38, @@ -1913,13 +2781,153 @@ } ] }, + { + "name": "Mt Coronet (1F Route 216)", + "order": 23, + "encounters": [ + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 30, + "min_level": 33, + "max_level": 35 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 33 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 20, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 15, + "min_level": 33, + "max_level": 34 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 10, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 35, + "max_level": 35 + }, + { + "pokeapi_id": 299, + "pokemon_name": "Nosepass", + "method": "walk", + "encounter_rate": 5, + "min_level": 33, + "max_level": 33 + } + ] + }, + { + "name": "Mt Coronet (1F Route 211)", + "order": 24, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 30, + "min_level": 13, + "max_level": 15 + }, + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 30, + "min_level": 14, + "max_level": 16 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 14, + "max_level": 14 + }, + { + "pokeapi_id": 173, + "pokemon_name": "Cleffa", + "method": "walk", + "encounter_rate": 20, + "min_level": 13, + "max_level": 13 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 15, + "min_level": 14, + "max_level": 15 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 10, + "min_level": 13, + "max_level": 15 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 10, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 299, + "pokemon_name": "Nosepass", + "method": "walk", + "encounter_rate": 5, + "min_level": 14, + "max_level": 14 + } + ] + }, { "name": "Mt Coronet (4f)", "order": 24, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -1927,7 +2935,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -1935,7 +2943,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -1943,7 +2951,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -1951,7 +2959,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -1959,7 +2967,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -1967,7 +2975,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 30, "min_level": 36, @@ -1975,7 +2983,7 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 30, "min_level": 37, @@ -1983,7 +2991,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 27, "min_level": 37, @@ -1991,7 +2999,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 22, "min_level": 36, @@ -1999,7 +3007,7 @@ }, { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -2007,7 +3015,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 20, "min_level": 36, @@ -2015,7 +3023,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 15, "min_level": 20, @@ -2023,7 +3031,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -2031,7 +3039,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -2039,7 +3047,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 38, @@ -2047,7 +3055,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 38, @@ -2055,7 +3063,7 @@ }, { "pokeapi_id": 148, - "pokemon_name": "dragonair", + "pokemon_name": "Dragonair", "method": "super-rod", "encounter_rate": 5, "min_level": 20, @@ -2063,7 +3071,7 @@ }, { "pokeapi_id": 299, - "pokemon_name": "nosepass", + "pokemon_name": "Nosepass", "method": "walk", "encounter_rate": 5, "min_level": 37, @@ -2077,7 +3085,7 @@ "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 30, "min_level": 36, @@ -2085,7 +3093,7 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 30, "min_level": 37, @@ -2093,7 +3101,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 27, "min_level": 37, @@ -2101,7 +3109,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 21, "min_level": 36, @@ -2109,7 +3117,7 @@ }, { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -2117,7 +3125,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 20, "min_level": 36, @@ -2125,7 +3133,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -2133,7 +3141,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 38, @@ -2141,7 +3149,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 38, @@ -2149,7 +3157,7 @@ }, { "pokeapi_id": 299, - "pokemon_name": "nosepass", + "pokemon_name": "Nosepass", "method": "walk", "encounter_rate": 5, "min_level": 37, @@ -2157,13 +3165,139 @@ }, { "pokeapi_id": 358, - "pokemon_name": "chimecho", + "pokemon_name": "Chimecho", "method": "walk", "encounter_rate": 1, "min_level": 39, "max_level": 39 } ] + }, + { + "name": "Mt Coronet (B1F)", + "order": 25, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 3, + "max_level": 15 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "surf", + "encounter_rate": 90, + "min_level": 20, + "max_level": 30 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 55, + "min_level": 30, + "max_level": 55 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 55, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 339, + "pokemon_name": "Barboach", + "method": "good-rod", + "encounter_rate": 45, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 340, + "pokemon_name": "Whiscash", + "method": "super-rod", + "encounter_rate": 45, + "min_level": 30, + "max_level": 55 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 30, + "min_level": 33, + "max_level": 35 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 33 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 20, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 15, + "min_level": 33, + "max_level": 34 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 10, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "surf", + "encounter_rate": 10, + "min_level": 20, + "max_level": 40 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 35, + "max_level": 35 + }, + { + "pokeapi_id": 299, + "pokemon_name": "Nosepass", + "method": "walk", + "encounter_rate": 5, + "min_level": 33, + "max_level": 33 + } + ] } ] }, @@ -2178,7 +3312,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -2186,7 +3320,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -2194,7 +3328,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -2202,7 +3336,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -2210,7 +3344,7 @@ }, { "pokeapi_id": 318, - "pokemon_name": "carvanha", + "pokemon_name": "Carvanha", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -2218,7 +3352,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -2226,7 +3360,7 @@ }, { "pokeapi_id": 357, - "pokemon_name": "tropius", + "pokemon_name": "Tropius", "method": "walk", "encounter_rate": 40, "min_level": 28, @@ -2234,7 +3368,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "walk", "encounter_rate": 40, "min_level": 28, @@ -2242,7 +3376,7 @@ }, { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 21, "min_level": 30, @@ -2250,7 +3384,7 @@ }, { "pokeapi_id": 193, - "pokemon_name": "yanma", + "pokemon_name": "Yanma", "method": "walk", "encounter_rate": 21, "min_level": 30, @@ -2258,7 +3392,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -2266,7 +3400,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -2274,7 +3408,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 15, "min_level": 20, @@ -2282,7 +3416,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -2290,7 +3424,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -2298,7 +3432,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 8, "min_level": 30, @@ -2312,7 +3446,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -2320,7 +3454,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -2328,7 +3462,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -2336,7 +3470,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -2344,7 +3478,7 @@ }, { "pokeapi_id": 318, - "pokemon_name": "carvanha", + "pokemon_name": "Carvanha", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -2352,7 +3486,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -2360,7 +3494,7 @@ }, { "pokeapi_id": 357, - "pokemon_name": "tropius", + "pokemon_name": "Tropius", "method": "walk", "encounter_rate": 40, "min_level": 28, @@ -2368,7 +3502,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "walk", "encounter_rate": 40, "min_level": 28, @@ -2376,7 +3510,7 @@ }, { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 21, "min_level": 30, @@ -2384,7 +3518,7 @@ }, { "pokeapi_id": 193, - "pokemon_name": "yanma", + "pokemon_name": "Yanma", "method": "walk", "encounter_rate": 21, "min_level": 30, @@ -2392,7 +3526,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -2400,7 +3534,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -2408,7 +3542,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 15, "min_level": 20, @@ -2416,7 +3550,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -2424,7 +3558,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -2432,7 +3566,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 8, "min_level": 30, @@ -2446,7 +3580,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -2454,7 +3588,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -2462,7 +3596,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -2470,7 +3604,7 @@ }, { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 51, "min_level": 27, @@ -2478,7 +3612,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -2486,7 +3620,7 @@ }, { "pokeapi_id": 318, - "pokemon_name": "carvanha", + "pokemon_name": "Carvanha", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -2494,7 +3628,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 40, "min_level": 27, @@ -2502,7 +3636,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -2510,7 +3644,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "walk", "encounter_rate": 30, "min_level": 27, @@ -2518,7 +3652,7 @@ }, { "pokeapi_id": 193, - "pokemon_name": "yanma", + "pokemon_name": "Yanma", "method": "walk", "encounter_rate": 21, "min_level": 29, @@ -2526,7 +3660,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 15, "min_level": 20, @@ -2534,7 +3668,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 10, "min_level": 27, @@ -2542,7 +3676,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 10, "min_level": 28, @@ -2550,7 +3684,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 10, "min_level": 29, @@ -2558,7 +3692,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -2566,7 +3700,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 8, "min_level": 29, @@ -2580,7 +3714,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -2588,7 +3722,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -2596,7 +3730,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -2604,7 +3738,7 @@ }, { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 51, "min_level": 27, @@ -2612,7 +3746,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -2620,7 +3754,7 @@ }, { "pokeapi_id": 318, - "pokemon_name": "carvanha", + "pokemon_name": "Carvanha", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -2628,7 +3762,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 40, "min_level": 27, @@ -2636,7 +3770,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -2644,7 +3778,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "walk", "encounter_rate": 30, "min_level": 27, @@ -2652,7 +3786,7 @@ }, { "pokeapi_id": 193, - "pokemon_name": "yanma", + "pokemon_name": "Yanma", "method": "walk", "encounter_rate": 21, "min_level": 29, @@ -2660,7 +3794,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 15, "min_level": 20, @@ -2668,7 +3802,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 10, "min_level": 27, @@ -2676,7 +3810,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 10, "min_level": 28, @@ -2684,7 +3818,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 10, "min_level": 29, @@ -2692,7 +3826,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -2700,7 +3834,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 8, "min_level": 29, @@ -2714,7 +3848,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -2722,7 +3856,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -2730,7 +3864,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -2738,7 +3872,7 @@ }, { "pokeapi_id": 193, - "pokemon_name": "yanma", + "pokemon_name": "Yanma", "method": "walk", "encounter_rate": 51, "min_level": 26, @@ -2746,7 +3880,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -2754,7 +3888,7 @@ }, { "pokeapi_id": 318, - "pokemon_name": "carvanha", + "pokemon_name": "Carvanha", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -2762,7 +3896,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 40, "min_level": 26, @@ -2770,7 +3904,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -2778,7 +3912,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "walk", "encounter_rate": 30, "min_level": 26, @@ -2786,7 +3920,7 @@ }, { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 21, "min_level": 28, @@ -2794,7 +3928,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2802,7 +3936,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 15, "min_level": 20, @@ -2810,7 +3944,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 10, "min_level": 28, @@ -2818,7 +3952,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -2826,7 +3960,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 8, "min_level": 28, @@ -2840,7 +3974,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -2848,7 +3982,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -2856,7 +3990,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -2864,7 +3998,7 @@ }, { "pokeapi_id": 193, - "pokemon_name": "yanma", + "pokemon_name": "Yanma", "method": "walk", "encounter_rate": 51, "min_level": 26, @@ -2872,7 +4006,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -2880,7 +4014,7 @@ }, { "pokeapi_id": 318, - "pokemon_name": "carvanha", + "pokemon_name": "Carvanha", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -2888,7 +4022,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 40, "min_level": 26, @@ -2896,7 +4030,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -2904,7 +4038,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "walk", "encounter_rate": 30, "min_level": 26, @@ -2912,7 +4046,7 @@ }, { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 21, "min_level": 28, @@ -2920,7 +4054,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2928,7 +4062,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 15, "min_level": 20, @@ -2936,7 +4070,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 10, "min_level": 28, @@ -2944,7 +4078,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -2952,7 +4086,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 8, "min_level": 28, @@ -2973,7 +4107,35 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 30 + } + ] + }, + { + "name": "Solaceon Ruins (2F)", + "order": 34, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 30 + } + ] + }, + { + "name": "Solaceon Ruins (1F)", + "order": 35, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -2987,7 +4149,7 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -3001,7 +4163,35 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 30 + } + ] + }, + { + "name": "Solaceon Ruins (B1F A)", + "order": 36, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 30 + } + ] + }, + { + "name": "Solaceon Ruins (B1F B)", + "order": 37, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -3015,7 +4205,21 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 30 + } + ] + }, + { + "name": "Solaceon Ruins (B1F C)", + "order": 38, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -3029,7 +4233,7 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -3043,7 +4247,21 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 30 + } + ] + }, + { + "name": "Solaceon Ruins (B2F A)", + "order": 39, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -3057,7 +4275,21 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 30 + } + ] + }, + { + "name": "Solaceon Ruins (B2F B)", + "order": 40, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -3071,7 +4303,35 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 30 + } + ] + }, + { + "name": "Solaceon Ruins (B2F C)", + "order": 41, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 30 + } + ] + }, + { + "name": "Solaceon Ruins (B3F A)", + "order": 42, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -3085,7 +4345,7 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -3099,7 +4359,21 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 30 + } + ] + }, + { + "name": "Solaceon Ruins (B3F B)", + "order": 43, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -3113,7 +4387,21 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 30 + } + ] + }, + { + "name": "Solaceon Ruins (B3F C)", + "order": 44, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -3127,7 +4415,35 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 30 + } + ] + }, + { + "name": "Solaceon Ruins (B3F D)", + "order": 45, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 30 + } + ] + }, + { + "name": "Solaceon Ruins (B3F E)", + "order": 46, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -3141,7 +4457,7 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -3155,7 +4471,35 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 30 + } + ] + }, + { + "name": "Solaceon Ruins (B4F A)", + "order": 47, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 30 + } + ] + }, + { + "name": "Solaceon Ruins (B4F B)", + "order": 48, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -3169,7 +4513,7 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -3183,7 +4527,21 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 30 + } + ] + }, + { + "name": "Solaceon Ruins (B4F C)", + "order": 49, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -3197,7 +4555,35 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 30 + } + ] + }, + { + "name": "Solaceon Ruins (B4F D)", + "order": 50, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 30 + } + ] + }, + { + "name": "Solaceon Ruins (B5F)", + "order": 51, + "encounters": [ + { + "pokeapi_id": 201, + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -3211,7 +4597,7 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -3232,7 +4618,7 @@ "encounters": [ { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 100, "min_level": 30, @@ -3240,7 +4626,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -3248,7 +4634,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 100, "min_level": 10, @@ -3256,7 +4642,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "surf", "encounter_rate": 60, "min_level": 35, @@ -3264,7 +4650,7 @@ }, { "pokeapi_id": 184, - "pokemon_name": "azumarill", + "pokemon_name": "Azumarill", "method": "walk", "encounter_rate": 30, "min_level": 47, @@ -3272,7 +4658,7 @@ }, { "pokeapi_id": 87, - "pokemon_name": "dewgong", + "pokemon_name": "Dewgong", "method": "surf", "encounter_rate": 30, "min_level": 35, @@ -3280,7 +4666,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "walk", "encounter_rate": 30, "min_level": 48, @@ -3288,7 +4674,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 25, "min_level": 47, @@ -3296,7 +4682,7 @@ }, { "pokeapi_id": 87, - "pokemon_name": "dewgong", + "pokemon_name": "Dewgong", "method": "walk", "encounter_rate": 15, "min_level": 48, @@ -3304,7 +4690,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 15, "min_level": 47, @@ -3312,7 +4698,7 @@ }, { "pokeapi_id": 131, - "pokemon_name": "lapras", + "pokemon_name": "Lapras", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -3320,7 +4706,7 @@ }, { "pokeapi_id": 444, - "pokemon_name": "gabite", + "pokemon_name": "Gabite", "method": "walk", "encounter_rate": 5, "min_level": 49, @@ -3328,13 +4714,129 @@ } ] }, + { + "name": "Victory Road (1F)", + "order": 53, + "encounters": [ + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 40, + "min_level": 40, + "max_level": 42 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 20, + "min_level": 41, + "max_level": 42 + }, + { + "pokeapi_id": 111, + "pokemon_name": "Rhyhorn", + "method": "walk", + "encounter_rate": 20, + "min_level": 41, + "max_level": 41 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 15, + "min_level": 42, + "max_level": 43 + }, + { + "pokeapi_id": 112, + "pokemon_name": "Rhydon", + "method": "walk", + "encounter_rate": 15, + "min_level": 41, + "max_level": 43 + }, + { + "pokeapi_id": 444, + "pokemon_name": "Gabite", + "method": "walk", + "encounter_rate": 5, + "min_level": 41, + "max_level": 41 + }, + { + "pokeapi_id": 208, + "pokemon_name": "Steelix", + "method": "walk", + "encounter_rate": 5, + "min_level": 42, + "max_level": 42 + } + ] + }, + { + "name": "Victory Road (2F)", + "order": 54, + "encounters": [ + { + "pokeapi_id": 208, + "pokemon_name": "Steelix", + "method": "walk", + "encounter_rate": 40, + "min_level": 42, + "max_level": 44 + }, + { + "pokeapi_id": 82, + "pokemon_name": "Magneton", + "method": "walk", + "encounter_rate": 30, + "min_level": 41, + "max_level": 43 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 25, + "min_level": 41, + "max_level": 43 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 15, + "min_level": 41, + "max_level": 44 + }, + { + "pokeapi_id": 444, + "pokemon_name": "Gabite", + "method": "walk", + "encounter_rate": 5, + "min_level": 43, + "max_level": 43 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 5, + "min_level": 42, + "max_level": 42 + } + ] + }, { "name": "Victory Road (Inside)", "order": 54, "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 40, "min_level": 47, @@ -3342,7 +4844,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "walk", "encounter_rate": 35, "min_level": 47, @@ -3350,7 +4852,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 20, "min_level": 48, @@ -3358,7 +4860,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 15, "min_level": 49, @@ -3366,7 +4868,7 @@ }, { "pokeapi_id": 444, - "pokemon_name": "gabite", + "pokemon_name": "Gabite", "method": "walk", "encounter_rate": 5, "min_level": 50, @@ -3374,7 +4876,7 @@ }, { "pokeapi_id": 208, - "pokemon_name": "steelix", + "pokemon_name": "Steelix", "method": "walk", "encounter_rate": 5, "min_level": 50, @@ -3382,13 +4884,115 @@ } ] }, + { + "name": "Victory Road (B1F)", + "order": 55, + "encounters": [ + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 100, + "min_level": 30, + "max_level": 55 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 3, + "max_level": 15 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 100, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 419, + "pokemon_name": "Floatzel", + "method": "surf", + "encounter_rate": 90, + "min_level": 30, + "max_level": 50 + }, + { + "pokeapi_id": 184, + "pokemon_name": "Azumarill", + "method": "walk", + "encounter_rate": 30, + "min_level": 41, + "max_level": 43 + }, + { + "pokeapi_id": 419, + "pokemon_name": "Floatzel", + "method": "walk", + "encounter_rate": 30, + "min_level": 42, + "max_level": 44 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 25, + "min_level": 41, + "max_level": 43 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 15, + "min_level": 41, + "max_level": 44 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "surf", + "encounter_rate": 10, + "min_level": 30, + "max_level": 50 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 10, + "min_level": 42, + "max_level": 42 + }, + { + "pokeapi_id": 444, + "pokemon_name": "Gabite", + "method": "walk", + "encounter_rate": 5, + "min_level": 43, + "max_level": 43 + }, + { + "pokeapi_id": 208, + "pokemon_name": "Steelix", + "method": "walk", + "encounter_rate": 5, + "min_level": 44, + "max_level": 44 + } + ] + }, { "name": "Victory Road (Inside Exit)", "order": 55, "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 40, "min_level": 47, @@ -3396,7 +5000,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "walk", "encounter_rate": 35, "min_level": 47, @@ -3404,7 +5008,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 20, "min_level": 48, @@ -3412,7 +5016,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 15, "min_level": 49, @@ -3420,7 +5024,7 @@ }, { "pokeapi_id": 444, - "pokemon_name": "gabite", + "pokemon_name": "Gabite", "method": "walk", "encounter_rate": 5, "min_level": 50, @@ -3428,7 +5032,7 @@ }, { "pokeapi_id": 208, - "pokemon_name": "steelix", + "pokemon_name": "Steelix", "method": "walk", "encounter_rate": 5, "min_level": 50, @@ -3442,7 +5046,7 @@ "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 40, "min_level": 40, @@ -3450,7 +5054,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -3458,7 +5062,7 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -3466,7 +5070,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 15, "min_level": 42, @@ -3474,7 +5078,7 @@ }, { "pokeapi_id": 112, - "pokemon_name": "rhydon", + "pokemon_name": "Rhydon", "method": "walk", "encounter_rate": 15, "min_level": 41, @@ -3482,7 +5086,7 @@ }, { "pokeapi_id": 444, - "pokemon_name": "gabite", + "pokemon_name": "Gabite", "method": "walk", "encounter_rate": 5, "min_level": 41, @@ -3490,7 +5094,7 @@ }, { "pokeapi_id": 208, - "pokemon_name": "steelix", + "pokemon_name": "Steelix", "method": "walk", "encounter_rate": 5, "min_level": 42, @@ -3498,13 +5102,115 @@ } ] }, + { + "name": "Victory Road (Inside B1F)", + "order": 56, + "encounters": [ + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 100, + "min_level": 30, + "max_level": 55 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 3, + "max_level": 15 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 100, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 419, + "pokemon_name": "Floatzel", + "method": "surf", + "encounter_rate": 60, + "min_level": 35, + "max_level": 55 + }, + { + "pokeapi_id": 184, + "pokemon_name": "Azumarill", + "method": "walk", + "encounter_rate": 30, + "min_level": 47, + "max_level": 49 + }, + { + "pokeapi_id": 87, + "pokemon_name": "Dewgong", + "method": "surf", + "encounter_rate": 30, + "min_level": 35, + "max_level": 55 + }, + { + "pokeapi_id": 419, + "pokemon_name": "Floatzel", + "method": "walk", + "encounter_rate": 30, + "min_level": 48, + "max_level": 50 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 25, + "min_level": 47, + "max_level": 49 + }, + { + "pokeapi_id": 87, + "pokemon_name": "Dewgong", + "method": "walk", + "encounter_rate": 15, + "min_level": 48, + "max_level": 50 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 15, + "min_level": 47, + "max_level": 50 + }, + { + "pokeapi_id": 131, + "pokemon_name": "Lapras", + "method": "surf", + "encounter_rate": 10, + "min_level": 35, + "max_level": 55 + }, + { + "pokeapi_id": 444, + "pokemon_name": "Gabite", + "method": "walk", + "encounter_rate": 5, + "min_level": 49, + "max_level": 49 + } + ] + }, { "name": "Victory Road (2f)", "order": 57, "encounters": [ { "pokeapi_id": 208, - "pokemon_name": "steelix", + "pokemon_name": "Steelix", "method": "walk", "encounter_rate": 40, "min_level": 42, @@ -3512,7 +5218,7 @@ }, { "pokeapi_id": 82, - "pokemon_name": "magneton", + "pokemon_name": "Magneton", "method": "walk", "encounter_rate": 30, "min_level": 41, @@ -3520,7 +5226,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 25, "min_level": 41, @@ -3528,7 +5234,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 15, "min_level": 41, @@ -3536,7 +5242,7 @@ }, { "pokeapi_id": 444, - "pokemon_name": "gabite", + "pokemon_name": "Gabite", "method": "walk", "encounter_rate": 5, "min_level": 43, @@ -3544,7 +5250,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 42, @@ -3558,7 +5264,7 @@ "encounters": [ { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 100, "min_level": 30, @@ -3566,7 +5272,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -3574,7 +5280,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 100, "min_level": 10, @@ -3582,7 +5288,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -3590,7 +5296,7 @@ }, { "pokeapi_id": 184, - "pokemon_name": "azumarill", + "pokemon_name": "Azumarill", "method": "walk", "encounter_rate": 30, "min_level": 41, @@ -3598,7 +5304,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "walk", "encounter_rate": 30, "min_level": 42, @@ -3606,7 +5312,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 25, "min_level": 41, @@ -3614,7 +5320,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 15, "min_level": 41, @@ -3622,7 +5328,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 10, "min_level": 30, @@ -3630,7 +5336,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 10, "min_level": 42, @@ -3638,7 +5344,7 @@ }, { "pokeapi_id": 444, - "pokemon_name": "gabite", + "pokemon_name": "Gabite", "method": "walk", "encounter_rate": 5, "min_level": 43, @@ -3646,7 +5352,7 @@ }, { "pokeapi_id": 208, - "pokemon_name": "steelix", + "pokemon_name": "Steelix", "method": "walk", "encounter_rate": 5, "min_level": 44, @@ -3662,7 +5368,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -3670,7 +5376,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 65, "min_level": 3, @@ -3678,7 +5384,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -3686,7 +5392,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -3694,7 +5400,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -3702,7 +5408,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -3710,7 +5416,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -3718,7 +5424,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 35, "min_level": 4, @@ -3726,7 +5432,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -3734,7 +5440,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -3742,7 +5448,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -3756,12 +5462,12 @@ "encounters": [], "children": [ { - "name": "Oreburgh Gate (1f)", + "name": "Oreburgh Gate (1F)", "order": 61, "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 50, "min_level": 5, @@ -3769,7 +5475,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 35, "min_level": 5, @@ -3777,7 +5483,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 15, "min_level": 5, @@ -3785,13 +5491,153 @@ } ] }, + { + "name": "Oreburgh Gate (1f)", + "order": 61, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 50, + "min_level": 5, + "max_level": 8 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "walk", + "encounter_rate": 35, + "min_level": 5, + "max_level": 7 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 15, + "min_level": 5, + "max_level": 7 + } + ] + }, + { + "name": "Oreburgh Gate (B1F)", + "order": 62, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 3, + "max_level": 15 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "surf", + "encounter_rate": 60, + "min_level": 20, + "max_level": 30 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 55, + "min_level": 30, + "max_level": 55 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 55, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 339, + "pokemon_name": "Barboach", + "method": "good-rod", + "encounter_rate": 45, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 340, + "pokemon_name": "Whiscash", + "method": "super-rod", + "encounter_rate": 45, + "min_level": 30, + "max_level": 55 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 45, + "min_level": 6, + "max_level": 9 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "walk", + "encounter_rate": 35, + "min_level": 8, + "max_level": 10 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "surf", + "encounter_rate": 30, + "min_level": 20, + "max_level": 30 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 15, + "min_level": 6, + "max_level": 8 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "surf", + "encounter_rate": 5, + "min_level": 20, + "max_level": 40 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "surf", + "encounter_rate": 5, + "min_level": 20, + "max_level": 40 + } + ] + }, { "name": "Oreburgh Gate (B1f)", "order": 62, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -3799,7 +5645,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -3807,7 +5653,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -3815,7 +5661,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -3823,7 +5669,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -3831,7 +5677,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -3839,7 +5685,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 45, "min_level": 6, @@ -3847,7 +5693,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 35, "min_level": 8, @@ -3855,7 +5701,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -3863,7 +5709,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 15, "min_level": 6, @@ -3871,7 +5717,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -3879,7 +5725,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 10, @@ -3887,7 +5733,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -3899,8 +5745,89 @@ }, { "name": "Stark Mountain", - "order": 63, - "encounters": [], + "order": 66, + "encounters": [ + { + "pokeapi_id": 22, + "pokemon_name": "Fearow", + "method": "walk", + "encounter_rate": 30, + "min_level": 51, + "max_level": 53 + }, + { + "pokeapi_id": 324, + "pokemon_name": "Torkoal", + "method": "walk", + "encounter_rate": 22, + "min_level": 51, + "max_level": 53 + }, + { + "pokeapi_id": 323, + "pokemon_name": "Camerupt", + "method": "walk", + "encounter_rate": 20, + "min_level": 53, + "max_level": 53 + }, + { + "pokeapi_id": 112, + "pokemon_name": "Rhydon", + "method": "walk", + "encounter_rate": 20, + "min_level": 54, + "max_level": 54 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 15, + "min_level": 51, + "max_level": 53 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 51, + "max_level": 51 + }, + { + "pokeapi_id": 110, + "pokemon_name": "Weezing", + "method": "walk", + "encounter_rate": 10, + "min_level": 52, + "max_level": 52 + }, + { + "pokeapi_id": 322, + "pokemon_name": "Numel", + "method": "walk", + "encounter_rate": 5, + "min_level": 51, + "max_level": 51 + }, + { + "pokeapi_id": 111, + "pokemon_name": "Rhyhorn", + "method": "walk", + "encounter_rate": 5, + "min_level": 52, + "max_level": 52 + }, + { + "pokeapi_id": 227, + "pokemon_name": "Skarmory", + "method": "walk", + "encounter_rate": 5, + "min_level": 53, + "max_level": 53 + } + ], "children": [ { "name": "Stark Mountain (Entrance)", @@ -3908,7 +5835,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 52, @@ -3916,7 +5843,7 @@ }, { "pokeapi_id": 219, - "pokemon_name": "magcargo", + "pokemon_name": "Magcargo", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -3924,7 +5851,7 @@ }, { "pokeapi_id": 112, - "pokemon_name": "rhydon", + "pokemon_name": "Rhydon", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -3932,7 +5859,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 15, "min_level": 51, @@ -3940,7 +5867,7 @@ }, { "pokeapi_id": 110, - "pokemon_name": "weezing", + "pokemon_name": "Weezing", "method": "walk", "encounter_rate": 15, "min_level": 51, @@ -3948,7 +5875,7 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 5, "min_level": 52, @@ -3956,7 +5883,7 @@ }, { "pokeapi_id": 218, - "pokemon_name": "slugma", + "pokemon_name": "Slugma", "method": "walk", "encounter_rate": 5, "min_level": 52, @@ -3970,7 +5897,7 @@ "encounters": [ { "pokeapi_id": 219, - "pokemon_name": "magcargo", + "pokemon_name": "Magcargo", "method": "walk", "encounter_rate": 40, "min_level": 53, @@ -3978,7 +5905,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 15, "min_level": 52, @@ -3986,7 +5913,7 @@ }, { "pokeapi_id": 110, - "pokemon_name": "weezing", + "pokemon_name": "Weezing", "method": "walk", "encounter_rate": 15, "min_level": 52, @@ -3994,7 +5921,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 53, @@ -4002,7 +5929,7 @@ }, { "pokeapi_id": 112, - "pokemon_name": "rhydon", + "pokemon_name": "Rhydon", "method": "walk", "encounter_rate": 10, "min_level": 55, @@ -4010,7 +5937,7 @@ }, { "pokeapi_id": 109, - "pokemon_name": "koffing", + "pokemon_name": "Koffing", "method": "walk", "encounter_rate": 5, "min_level": 53, @@ -4018,7 +5945,7 @@ }, { "pokeapi_id": 218, - "pokemon_name": "slugma", + "pokemon_name": "Slugma", "method": "walk", "encounter_rate": 5, "min_level": 53, @@ -4028,92 +5955,6 @@ } ] }, - { - "name": "Stark Mountain", - "order": 66, - "encounters": [ - { - "pokeapi_id": 22, - "pokemon_name": "fearow", - "method": "walk", - "encounter_rate": 30, - "min_level": 51, - "max_level": 53 - }, - { - "pokeapi_id": 324, - "pokemon_name": "torkoal", - "method": "walk", - "encounter_rate": 22, - "min_level": 51, - "max_level": 53 - }, - { - "pokeapi_id": 323, - "pokemon_name": "camerupt", - "method": "walk", - "encounter_rate": 20, - "min_level": 53, - "max_level": 53 - }, - { - "pokeapi_id": 112, - "pokemon_name": "rhydon", - "method": "walk", - "encounter_rate": 20, - "min_level": 54, - "max_level": 54 - }, - { - "pokeapi_id": 75, - "pokemon_name": "graveler", - "method": "walk", - "encounter_rate": 15, - "min_level": 51, - "max_level": 53 - }, - { - "pokeapi_id": 42, - "pokemon_name": "golbat", - "method": "walk", - "encounter_rate": 10, - "min_level": 51, - "max_level": 51 - }, - { - "pokeapi_id": 110, - "pokemon_name": "weezing", - "method": "walk", - "encounter_rate": 10, - "min_level": 52, - "max_level": 52 - }, - { - "pokeapi_id": 322, - "pokemon_name": "numel", - "method": "walk", - "encounter_rate": 5, - "min_level": 51, - "max_level": 51 - }, - { - "pokeapi_id": 111, - "pokemon_name": "rhyhorn", - "method": "walk", - "encounter_rate": 5, - "min_level": 52, - "max_level": 52 - }, - { - "pokeapi_id": 227, - "pokemon_name": "skarmory", - "method": "walk", - "encounter_rate": 5, - "min_level": 53, - "max_level": 53 - } - ] - }, { "name": "Turnback Cave", "order": 67, @@ -4125,7 +5966,7 @@ "encounters": [ { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 50, "min_level": 45, @@ -4133,7 +5974,7 @@ }, { "pokeapi_id": 356, - "pokemon_name": "dusclops", + "pokemon_name": "Dusclops", "method": "walk", "encounter_rate": 27, "min_level": 46, @@ -4141,7 +5982,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 25, "min_level": 45, @@ -4149,7 +5990,7 @@ }, { "pokeapi_id": 358, - "pokemon_name": "chimecho", + "pokemon_name": "Chimecho", "method": "walk", "encounter_rate": 22, "min_level": 45, @@ -4157,7 +5998,7 @@ }, { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -4165,7 +6006,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 45, @@ -4173,7 +6014,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 45, @@ -4187,7 +6028,7 @@ "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 50, "min_level": 15, @@ -4195,7 +6036,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 25, "min_level": 17, @@ -4203,7 +6044,7 @@ }, { "pokeapi_id": 356, - "pokemon_name": "dusclops", + "pokemon_name": "Dusclops", "method": "walk", "encounter_rate": 23, "min_level": 16, @@ -4211,7 +6052,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 22, "min_level": 16, @@ -4219,7 +6060,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -4227,7 +6068,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 18, @@ -4235,7 +6076,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 18, @@ -4243,7 +6084,7 @@ }, { "pokeapi_id": 355, - "pokemon_name": "duskull", + "pokemon_name": "Duskull", "method": "walk", "encounter_rate": 5, "min_level": 18, @@ -4257,7 +6098,7 @@ "encounters": [ { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 50, "min_level": 35, @@ -4265,7 +6106,7 @@ }, { "pokeapi_id": 356, - "pokemon_name": "dusclops", + "pokemon_name": "Dusclops", "method": "walk", "encounter_rate": 27, "min_level": 36, @@ -4273,7 +6114,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 25, "min_level": 37, @@ -4281,7 +6122,7 @@ }, { "pokeapi_id": 358, - "pokemon_name": "chimecho", + "pokemon_name": "Chimecho", "method": "walk", "encounter_rate": 22, "min_level": 36, @@ -4289,7 +6130,7 @@ }, { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 20, "min_level": 35, @@ -4297,7 +6138,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 38, @@ -4305,7 +6146,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 38, @@ -4319,7 +6160,7 @@ "encounters": [ { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 50, "min_level": 35, @@ -4327,7 +6168,7 @@ }, { "pokeapi_id": 356, - "pokemon_name": "dusclops", + "pokemon_name": "Dusclops", "method": "walk", "encounter_rate": 27, "min_level": 36, @@ -4335,7 +6176,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 25, "min_level": 37, @@ -4343,7 +6184,7 @@ }, { "pokeapi_id": 358, - "pokemon_name": "chimecho", + "pokemon_name": "Chimecho", "method": "walk", "encounter_rate": 22, "min_level": 36, @@ -4351,7 +6192,7 @@ }, { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 20, "min_level": 35, @@ -4359,7 +6200,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 37, @@ -4367,7 +6208,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 37, @@ -4381,7 +6222,7 @@ "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 50, "min_level": 15, @@ -4389,7 +6230,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 25, "min_level": 17, @@ -4397,7 +6238,7 @@ }, { "pokeapi_id": 356, - "pokemon_name": "dusclops", + "pokemon_name": "Dusclops", "method": "walk", "encounter_rate": 23, "min_level": 16, @@ -4405,7 +6246,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 22, "min_level": 16, @@ -4413,7 +6254,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -4421,7 +6262,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 18, @@ -4429,7 +6270,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 18, @@ -4437,7 +6278,7 @@ }, { "pokeapi_id": 355, - "pokemon_name": "duskull", + "pokemon_name": "Duskull", "method": "walk", "encounter_rate": 5, "min_level": 18, @@ -4451,7 +6292,7 @@ "encounters": [ { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 50, "min_level": 25, @@ -4459,7 +6300,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 25, "min_level": 25, @@ -4467,7 +6308,7 @@ }, { "pokeapi_id": 356, - "pokemon_name": "dusclops", + "pokemon_name": "Dusclops", "method": "walk", "encounter_rate": 23, "min_level": 26, @@ -4475,7 +6316,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 22, "min_level": 26, @@ -4483,7 +6324,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -4491,7 +6332,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 28, @@ -4499,7 +6340,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 28, @@ -4507,7 +6348,7 @@ }, { "pokeapi_id": 355, - "pokemon_name": "duskull", + "pokemon_name": "Duskull", "method": "walk", "encounter_rate": 4, "min_level": 28, @@ -4515,7 +6356,7 @@ }, { "pokeapi_id": 358, - "pokemon_name": "chimecho", + "pokemon_name": "Chimecho", "method": "walk", "encounter_rate": 1, "min_level": 28, @@ -4529,7 +6370,7 @@ "encounters": [ { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 50, "min_level": 35, @@ -4537,7 +6378,7 @@ }, { "pokeapi_id": 356, - "pokemon_name": "dusclops", + "pokemon_name": "Dusclops", "method": "walk", "encounter_rate": 27, "min_level": 36, @@ -4545,7 +6386,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 25, "min_level": 37, @@ -4553,7 +6394,7 @@ }, { "pokeapi_id": 358, - "pokemon_name": "chimecho", + "pokemon_name": "Chimecho", "method": "walk", "encounter_rate": 22, "min_level": 36, @@ -4561,7 +6402,7 @@ }, { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 20, "min_level": 35, @@ -4569,7 +6410,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 38, @@ -4577,7 +6418,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 38, @@ -4592,13 +6433,43 @@ "order": 75, "encounters": [], "children": [ + { + "name": "Snowpoint Temple (1F)", + "order": 76, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 80, + "min_level": 47, + "max_level": 50 + }, + { + "pokeapi_id": 238, + "pokemon_name": "Smoochum", + "method": "walk", + "encounter_rate": 10, + "min_level": 47, + "max_level": 49 + }, + { + "pokeapi_id": 215, + "pokemon_name": "Sneasel", + "method": "walk", + "encounter_rate": 10, + "min_level": 49, + "max_level": 49 + } + ] + }, { "name": "Snowpoint Temple (B5f)", "order": 76, "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 80, "min_level": 47, @@ -4606,7 +6477,7 @@ }, { "pokeapi_id": 124, - "pokemon_name": "jynx", + "pokemon_name": "Jynx", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -4614,7 +6485,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 10, "min_level": 51, @@ -4622,13 +6493,43 @@ } ] }, + { + "name": "Snowpoint Temple (B1F)", + "order": 77, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 80, + "min_level": 47, + "max_level": 50 + }, + { + "pokeapi_id": 124, + "pokemon_name": "Jynx", + "method": "walk", + "encounter_rate": 10, + "min_level": 47, + "max_level": 49 + }, + { + "pokeapi_id": 215, + "pokemon_name": "Sneasel", + "method": "walk", + "encounter_rate": 10, + "min_level": 49, + "max_level": 49 + } + ] + }, { "name": "Snowpoint Temple (1f)", "order": 77, "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 80, "min_level": 47, @@ -4636,7 +6537,7 @@ }, { "pokeapi_id": 238, - "pokemon_name": "smoochum", + "pokemon_name": "Smoochum", "method": "walk", "encounter_rate": 10, "min_level": 47, @@ -4644,7 +6545,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -4658,7 +6559,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 80, "min_level": 47, @@ -4666,7 +6567,7 @@ }, { "pokeapi_id": 124, - "pokemon_name": "jynx", + "pokemon_name": "Jynx", "method": "walk", "encounter_rate": 10, "min_level": 47, @@ -4674,7 +6575,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -4682,13 +6583,73 @@ } ] }, + { + "name": "Snowpoint Temple (B2F)", + "order": 78, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 80, + "min_level": 47, + "max_level": 50 + }, + { + "pokeapi_id": 124, + "pokemon_name": "Jynx", + "method": "walk", + "encounter_rate": 10, + "min_level": 48, + "max_level": 50 + }, + { + "pokeapi_id": 215, + "pokemon_name": "Sneasel", + "method": "walk", + "encounter_rate": 10, + "min_level": 50, + "max_level": 50 + } + ] + }, + { + "name": "Snowpoint Temple (B3F)", + "order": 79, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 80, + "min_level": 47, + "max_level": 50 + }, + { + "pokeapi_id": 124, + "pokemon_name": "Jynx", + "method": "walk", + "encounter_rate": 10, + "min_level": 48, + "max_level": 50 + }, + { + "pokeapi_id": 215, + "pokemon_name": "Sneasel", + "method": "walk", + "encounter_rate": 10, + "min_level": 50, + "max_level": 50 + } + ] + }, { "name": "Snowpoint Temple (B2f)", "order": 79, "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 80, "min_level": 47, @@ -4696,7 +6657,7 @@ }, { "pokeapi_id": 124, - "pokemon_name": "jynx", + "pokemon_name": "Jynx", "method": "walk", "encounter_rate": 10, "min_level": 48, @@ -4704,7 +6665,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 10, "min_level": 50, @@ -4712,13 +6673,43 @@ } ] }, + { + "name": "Snowpoint Temple (B4F)", + "order": 80, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 80, + "min_level": 47, + "max_level": 50 + }, + { + "pokeapi_id": 124, + "pokemon_name": "Jynx", + "method": "walk", + "encounter_rate": 10, + "min_level": 49, + "max_level": 51 + }, + { + "pokeapi_id": 215, + "pokemon_name": "Sneasel", + "method": "walk", + "encounter_rate": 10, + "min_level": 51, + "max_level": 51 + } + ] + }, { "name": "Snowpoint Temple (B3f)", "order": 80, "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 80, "min_level": 47, @@ -4726,7 +6717,7 @@ }, { "pokeapi_id": 124, - "pokemon_name": "jynx", + "pokemon_name": "Jynx", "method": "walk", "encounter_rate": 10, "min_level": 48, @@ -4734,7 +6725,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 10, "min_level": 50, @@ -4748,7 +6739,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 80, "min_level": 47, @@ -4756,7 +6747,7 @@ }, { "pokeapi_id": 124, - "pokemon_name": "jynx", + "pokemon_name": "Jynx", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -4764,7 +6755,37 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", + "method": "walk", + "encounter_rate": 10, + "min_level": 51, + "max_level": 51 + } + ] + }, + { + "name": "Snowpoint Temple (B5F)", + "order": 81, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 80, + "min_level": 47, + "max_level": 50 + }, + { + "pokeapi_id": 124, + "pokemon_name": "Jynx", + "method": "walk", + "encounter_rate": 10, + "min_level": 49, + "max_level": 51 + }, + { + "pokeapi_id": 215, + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 10, "min_level": 51, @@ -4785,7 +6806,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 57, "min_level": 17, @@ -4793,7 +6814,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 31, "min_level": 18, @@ -4801,7 +6822,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 30, "min_level": 18, @@ -4809,7 +6830,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 15, "min_level": 17, @@ -4817,7 +6838,7 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 8, "min_level": 17, @@ -4825,13 +6846,113 @@ } ] }, + { + "name": "Wayward Cave (1F)", + "order": 83, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 57, + "min_level": 17, + "max_level": 20 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 31, + "min_level": 18, + "max_level": 20 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 30, + "min_level": 18, + "max_level": 20 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 15, + "min_level": 17, + "max_level": 19 + }, + { + "pokeapi_id": 27, + "pokemon_name": "Sandshrew", + "method": "walk", + "encounter_rate": 8, + "min_level": 17, + "max_level": 18 + } + ] + }, + { + "name": "Wayward Cave (B1F)", + "order": 84, + "encounters": [ + { + "pokeapi_id": 443, + "pokemon_name": "Gible", + "method": "walk", + "encounter_rate": 36, + "min_level": 17, + "max_level": 20 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 31, + "min_level": 18, + "max_level": 20 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 30, + "min_level": 18, + "max_level": 20 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 25, + "min_level": 18, + "max_level": 20 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 19, + "max_level": 19 + }, + { + "pokeapi_id": 27, + "pokemon_name": "Sandshrew", + "method": "walk", + "encounter_rate": 8, + "min_level": 18, + "max_level": 20 + } + ] + }, { "name": "Wayward Cave (B1f)", "order": 84, "encounters": [ { "pokeapi_id": 443, - "pokemon_name": "gible", + "pokemon_name": "Gible", "method": "walk", "encounter_rate": 36, "min_level": 17, @@ -4839,7 +6960,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 31, "min_level": 18, @@ -4847,7 +6968,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 30, "min_level": 18, @@ -4855,7 +6976,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 25, "min_level": 18, @@ -4863,7 +6984,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -4871,7 +6992,7 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 8, "min_level": 18, @@ -4892,7 +7013,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 95, "min_level": 21, @@ -4900,7 +7021,7 @@ }, { "pokeapi_id": 449, - "pokemon_name": "hippopotas", + "pokemon_name": "Hippopotas", "method": "walk", "encounter_rate": 5, "min_level": 22, @@ -4914,7 +7035,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 90, "min_level": 22, @@ -4922,7 +7043,7 @@ }, { "pokeapi_id": 449, - "pokemon_name": "hippopotas", + "pokemon_name": "Hippopotas", "method": "walk", "encounter_rate": 10, "min_level": 23, @@ -4938,7 +7059,7 @@ "encounters": [ { "pokeapi_id": 397, - "pokemon_name": "staravia", + "pokemon_name": "Staravia", "method": "walk", "encounter_rate": 40, "min_level": 22, @@ -4946,7 +7067,7 @@ }, { "pokeapi_id": 402, - "pokemon_name": "kricketune", + "pokemon_name": "Kricketune", "method": "walk", "encounter_rate": 30, "min_level": 22, @@ -4954,7 +7075,7 @@ }, { "pokeapi_id": 172, - "pokemon_name": "pichu", + "pokemon_name": "Pichu", "method": "walk", "encounter_rate": 30, "min_level": 21, @@ -4962,7 +7083,7 @@ }, { "pokeapi_id": 315, - "pokemon_name": "roselia", + "pokemon_name": "Roselia", "method": "walk", "encounter_rate": 30, "min_level": 22, @@ -4970,7 +7091,7 @@ }, { "pokeapi_id": 25, - "pokemon_name": "pikachu", + "pokemon_name": "Pikachu", "method": "walk", "encounter_rate": 10, "min_level": 22, @@ -4980,16 +7101,143 @@ }, { "name": "Iron Island", - "order": 89, - "encounters": [], + "order": 96, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 3, + "max_level": 15 + }, + { + "pokeapi_id": 278, + "pokemon_name": "Wingull", + "method": "surf", + "encounter_rate": 60, + "min_level": 20, + "max_level": 30 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 55, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 456, + "pokemon_name": "Finneon", + "method": "good-rod", + "encounter_rate": 45, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 457, + "pokemon_name": "Lumineon", + "method": "super-rod", + "encounter_rate": 45, + "min_level": 30, + "max_level": 55 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 30, + "max_level": 55 + }, + { + "pokeapi_id": 72, + "pokemon_name": "Tentacool", + "method": "surf", + "encounter_rate": 30, + "min_level": 20, + "max_level": 30 + }, + { + "pokeapi_id": 211, + "pokemon_name": "Qwilfish", + "method": "super-rod", + "encounter_rate": 15, + "min_level": 20, + "max_level": 50 + }, + { + "pokeapi_id": 279, + "pokemon_name": "Pelipper", + "method": "surf", + "encounter_rate": 9, + "min_level": 20, + "max_level": 40 + }, + { + "pokeapi_id": 73, + "pokemon_name": "Tentacruel", + "method": "surf", + "encounter_rate": 1, + "min_level": 20, + "max_level": 40 + } + ], "children": [ + { + "name": "Iron Island (1F)", + "order": 90, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 35, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 35, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 10, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 30, + "max_level": 30 + } + ] + }, { "name": "Iron Island (B2f Right)", "order": 90, "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 74, "min_level": 31, @@ -4997,7 +7245,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -5005,7 +7253,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -5013,7 +7261,7 @@ }, { "pokeapi_id": 208, - "pokemon_name": "steelix", + "pokemon_name": "Steelix", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -5021,7 +7269,7 @@ }, { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 8, "min_level": 31, @@ -5029,7 +7277,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 8, "min_level": 31, @@ -5043,7 +7291,7 @@ "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 74, "min_level": 31, @@ -5051,7 +7299,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -5059,7 +7307,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -5067,7 +7315,7 @@ }, { "pokeapi_id": 208, - "pokemon_name": "steelix", + "pokemon_name": "Steelix", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -5075,7 +7323,7 @@ }, { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 8, "min_level": 31, @@ -5083,7 +7331,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 8, "min_level": 31, @@ -5091,13 +7339,59 @@ } ] }, + { + "name": "Iron Island (B1F Left)", + "order": 91, + "encounters": [ + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 94, + "min_level": 30, + "max_level": 33 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 10, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 303, + "pokemon_name": "Mawile", + "method": "walk", + "encounter_rate": 8, + "min_level": 30, + "max_level": 31 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 8, + "min_level": 30, + "max_level": 31 + } + ] + }, { "name": "Iron Island (B3f)", "order": 92, "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 74, "min_level": 31, @@ -5105,7 +7399,7 @@ }, { "pokeapi_id": 208, - "pokemon_name": "steelix", + "pokemon_name": "Steelix", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -5113,7 +7407,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -5121,7 +7415,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -5129,7 +7423,7 @@ }, { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 8, "min_level": 31, @@ -5137,7 +7431,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 8, "min_level": 31, @@ -5145,13 +7439,59 @@ } ] }, + { + "name": "Iron Island (B1F Right)", + "order": 92, + "encounters": [ + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 94, + "min_level": 30, + "max_level": 33 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 10, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 303, + "pokemon_name": "Mawile", + "method": "walk", + "encounter_rate": 8, + "min_level": 30, + "max_level": 31 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 8, + "min_level": 30, + "max_level": 31 + } + ] + }, { "name": "Iron Island (1f)", "order": 93, "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 35, "min_level": 30, @@ -5159,7 +7499,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 35, "min_level": 31, @@ -5167,7 +7507,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 32, @@ -5175,7 +7515,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 10, "min_level": 31, @@ -5183,7 +7523,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -5191,13 +7531,67 @@ } ] }, + { + "name": "Iron Island (B2F Right)", + "order": 93, + "encounters": [ + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 74, + "min_level": 31, + "max_level": 34 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 20, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 208, + "pokemon_name": "Steelix", + "method": "walk", + "encounter_rate": 10, + "min_level": 33, + "max_level": 35 + }, + { + "pokeapi_id": 303, + "pokemon_name": "Mawile", + "method": "walk", + "encounter_rate": 8, + "min_level": 31, + "max_level": 32 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 8, + "min_level": 31, + "max_level": 32 + } + ] + }, { "name": "Iron Island (B1f Left)", "order": 94, "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 94, "min_level": 30, @@ -5205,7 +7599,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -5213,7 +7607,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 10, "min_level": 31, @@ -5221,7 +7615,7 @@ }, { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 8, "min_level": 30, @@ -5229,7 +7623,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 8, "min_level": 30, @@ -5237,13 +7631,67 @@ } ] }, + { + "name": "Iron Island (B2F Left)", + "order": 94, + "encounters": [ + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 74, + "min_level": 31, + "max_level": 34 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 20, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 208, + "pokemon_name": "Steelix", + "method": "walk", + "encounter_rate": 10, + "min_level": 33, + "max_level": 35 + }, + { + "pokeapi_id": 303, + "pokemon_name": "Mawile", + "method": "walk", + "encounter_rate": 8, + "min_level": 31, + "max_level": 32 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 8, + "min_level": 31, + "max_level": 32 + } + ] + }, { "name": "Iron Island (B1f Right)", "order": 95, "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 94, "min_level": 30, @@ -5251,7 +7699,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -5259,7 +7707,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 10, "min_level": 31, @@ -5267,7 +7715,7 @@ }, { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 8, "min_level": 30, @@ -5275,99 +7723,67 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 8, "min_level": 30, "max_level": 31 } ] - } - ] - }, - { - "name": "Iron Island", - "order": 96, - "encounters": [ - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "old-rod", - "encounter_rate": 100, - "min_level": 3, - "max_level": 15 }, { - "pokeapi_id": 278, - "pokemon_name": "wingull", - "method": "surf", - "encounter_rate": 60, - "min_level": 20, - "max_level": 30 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "good-rod", - "encounter_rate": 55, - "min_level": 10, - "max_level": 25 - }, - { - "pokeapi_id": 456, - "pokemon_name": "finneon", - "method": "good-rod", - "encounter_rate": 45, - "min_level": 10, - "max_level": 25 - }, - { - "pokeapi_id": 457, - "pokemon_name": "lumineon", - "method": "super-rod", - "encounter_rate": 45, - "min_level": 30, - "max_level": 55 - }, - { - "pokeapi_id": 130, - "pokemon_name": "gyarados", - "method": "super-rod", - "encounter_rate": 40, - "min_level": 30, - "max_level": 55 - }, - { - "pokeapi_id": 72, - "pokemon_name": "tentacool", - "method": "surf", - "encounter_rate": 30, - "min_level": 20, - "max_level": 30 - }, - { - "pokeapi_id": 211, - "pokemon_name": "qwilfish", - "method": "super-rod", - "encounter_rate": 15, - "min_level": 20, - "max_level": 50 - }, - { - "pokeapi_id": 279, - "pokemon_name": "pelipper", - "method": "surf", - "encounter_rate": 9, - "min_level": 20, - "max_level": 40 - }, - { - "pokeapi_id": 73, - "pokemon_name": "tentacruel", - "method": "surf", - "encounter_rate": 1, - "min_level": 20, - "max_level": 40 + "name": "Iron Island (B3F)", + "order": 95, + "encounters": [ + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 74, + "min_level": 31, + "max_level": 34 + }, + { + "pokeapi_id": 208, + "pokemon_name": "Steelix", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 35 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 20, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 303, + "pokemon_name": "Mawile", + "method": "walk", + "encounter_rate": 8, + "min_level": 31, + "max_level": 32 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 8, + "min_level": 31, + "max_level": 32 + } + ] } ] }, @@ -5382,7 +7798,7 @@ "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 100, "min_level": 14, @@ -5396,7 +7812,21 @@ "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 17 + } + ] + }, + { + "name": "Old Chateau (2F Private Room)", + "order": 100, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 100, "min_level": 14, @@ -5410,7 +7840,7 @@ "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 100, "min_level": 14, @@ -5424,7 +7854,7 @@ "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 100, "min_level": 14, @@ -5432,7 +7862,7 @@ }, { "pokeapi_id": 94, - "pokemon_name": "gengar", + "pokemon_name": "Gengar", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -5440,13 +7870,41 @@ } ] }, + { + "name": "Old Chateau (2F)", + "order": 101, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 17 + } + ] + }, { "name": "Old Chateau (Entrance)", "order": 102, "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 17 + } + ] + }, + { + "name": "Old Chateau (2F Leftmost Room)", + "order": 102, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 100, "min_level": 14, @@ -5460,7 +7918,21 @@ "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 17 + } + ] + }, + { + "name": "Old Chateau (2F Left Room)", + "order": 103, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 100, "min_level": 14, @@ -5474,7 +7946,21 @@ "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 17 + } + ] + }, + { + "name": "Old Chateau (2F Middle Room)", + "order": 104, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 100, "min_level": 14, @@ -5488,7 +7974,43 @@ "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 17 + } + ] + }, + { + "name": "Old Chateau (2F Right Room)", + "order": 105, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 17 + }, + { + "pokeapi_id": 94, + "pokemon_name": "Gengar", + "method": "walk", + "encounter_rate": 20, + "min_level": 17, + "max_level": 17 + } + ] + }, + { + "name": "Old Chateau (2F Rightmost Room)", + "order": 106, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 100, "min_level": 14, @@ -5502,7 +8024,7 @@ "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 100, "min_level": 14, @@ -5523,7 +8045,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -5531,7 +8053,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -5539,7 +8061,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 72, "min_level": 2, @@ -5547,7 +8069,7 @@ }, { "pokeapi_id": 396, - "pokemon_name": "starly", + "pokemon_name": "Starly", "method": "walk", "encounter_rate": 72, "min_level": 2, @@ -5555,7 +8077,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -5563,7 +8085,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -5571,7 +8093,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -5579,7 +8101,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 40, "min_level": 15, @@ -5587,7 +8109,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 22, "min_level": 3, @@ -5595,7 +8117,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -5603,7 +8125,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 4, @@ -5611,7 +8133,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 4, @@ -5619,7 +8141,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "good-rod", "encounter_rate": 5, "min_level": 25, @@ -5633,7 +8155,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -5641,7 +8163,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -5649,7 +8171,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 62, "min_level": 2, @@ -5657,7 +8179,7 @@ }, { "pokeapi_id": 396, - "pokemon_name": "starly", + "pokemon_name": "Starly", "method": "walk", "encounter_rate": 62, "min_level": 2, @@ -5665,7 +8187,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -5673,7 +8195,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -5681,7 +8203,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -5689,7 +8211,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 40, "min_level": 15, @@ -5697,7 +8219,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 22, "min_level": 3, @@ -5705,7 +8227,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -5713,7 +8235,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 4, @@ -5721,7 +8243,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 4, @@ -5729,7 +8251,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "good-rod", "encounter_rate": 5, "min_level": 25, @@ -5745,7 +8267,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -5753,7 +8275,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -5761,7 +8283,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -5769,7 +8291,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -5777,7 +8299,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 47, "min_level": 39, @@ -5785,7 +8307,7 @@ }, { "pokeapi_id": 397, - "pokemon_name": "staravia", + "pokemon_name": "Staravia", "method": "walk", "encounter_rate": 47, "min_level": 38, @@ -5793,7 +8315,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -5801,7 +8323,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 40, "min_level": 15, @@ -5809,7 +8331,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 22, "min_level": 38, @@ -5817,7 +8339,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 15, "min_level": 40, @@ -5825,7 +8347,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 15, "min_level": 38, @@ -5833,7 +8355,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -5841,7 +8363,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 40, @@ -5849,7 +8371,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 40, @@ -5857,7 +8379,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "good-rod", "encounter_rate": 5, "min_level": 25, @@ -5871,7 +8393,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -5879,7 +8401,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -5887,7 +8409,7 @@ }, { "pokeapi_id": 459, - "pokemon_name": "snover", + "pokemon_name": "Snover", "method": "walk", "encounter_rate": 73, "min_level": 38, @@ -5895,7 +8417,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -5903,7 +8425,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -5911,7 +8433,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -5919,7 +8441,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 40, "min_level": 15, @@ -5927,7 +8449,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 33, "min_level": 39, @@ -5935,7 +8457,7 @@ }, { "pokeapi_id": 361, - "pokemon_name": "snorunt", + "pokemon_name": "Snorunt", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -5943,7 +8465,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 15, "min_level": 39, @@ -5951,7 +8473,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -5959,7 +8481,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -5967,7 +8489,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 40, @@ -5975,7 +8497,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 40, @@ -5983,7 +8505,7 @@ }, { "pokeapi_id": 216, - "pokemon_name": "teddiursa", + "pokemon_name": "Teddiursa", "method": "walk", "encounter_rate": 8, "min_level": 40, @@ -5991,7 +8513,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 5, "min_level": 38, @@ -5999,7 +8521,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "good-rod", "encounter_rate": 5, "min_level": 25, @@ -6013,7 +8535,7 @@ "encounters": [ { "pokeapi_id": 397, - "pokemon_name": "staravia", + "pokemon_name": "Staravia", "method": "walk", "encounter_rate": 45, "min_level": 26, @@ -6021,7 +8543,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 30, "min_level": 25, @@ -6029,7 +8551,7 @@ }, { "pokeapi_id": 203, - "pokemon_name": "girafarig", + "pokemon_name": "Girafarig", "method": "walk", "encounter_rate": 25, "min_level": 26, @@ -6037,7 +8559,7 @@ }, { "pokeapi_id": 228, - "pokemon_name": "houndour", + "pokemon_name": "Houndour", "method": "walk", "encounter_rate": 20, "min_level": 27, @@ -6045,7 +8567,7 @@ }, { "pokeapi_id": 402, - "pokemon_name": "kricketune", + "pokemon_name": "Kricketune", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -6053,7 +8575,7 @@ }, { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 11, "min_level": 27, @@ -6061,7 +8583,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 11, "min_level": 27, @@ -6075,7 +8597,7 @@ "encounters": [ { "pokeapi_id": 459, - "pokemon_name": "snover", + "pokemon_name": "Snover", "method": "walk", "encounter_rate": 66, "min_level": 32, @@ -6083,7 +8605,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 51, "min_level": 33, @@ -6091,7 +8613,7 @@ }, { "pokeapi_id": 220, - "pokemon_name": "swinub", + "pokemon_name": "Swinub", "method": "walk", "encounter_rate": 35, "min_level": 32, @@ -6099,7 +8621,7 @@ }, { "pokeapi_id": 361, - "pokemon_name": "snorunt", + "pokemon_name": "Snorunt", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -6107,7 +8629,7 @@ }, { "pokeapi_id": 217, - "pokemon_name": "ursaring", + "pokemon_name": "Ursaring", "method": "walk", "encounter_rate": 8, "min_level": 35, @@ -6121,7 +8643,7 @@ "encounters": [ { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 76, "min_level": 2, @@ -6129,7 +8651,7 @@ }, { "pokeapi_id": 396, - "pokemon_name": "starly", + "pokemon_name": "Starly", "method": "walk", "encounter_rate": 76, "min_level": 2, @@ -6137,7 +8659,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 40, "min_level": 2, @@ -6145,7 +8667,7 @@ }, { "pokeapi_id": 401, - "pokemon_name": "kricketot", + "pokemon_name": "Kricketot", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -6153,7 +8675,7 @@ }, { "pokeapi_id": 29, - "pokemon_name": "nidoran-f", + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 11, "min_level": 2, @@ -6161,7 +8683,7 @@ }, { "pokeapi_id": 32, - "pokemon_name": "nidoran-m", + "pokemon_name": "Nidoran M", "method": "walk", "encounter_rate": 11, "min_level": 2, @@ -6169,7 +8691,7 @@ }, { "pokeapi_id": 58, - "pokemon_name": "growlithe", + "pokemon_name": "Growlithe", "method": "walk", "encounter_rate": 8, "min_level": 2, @@ -6183,7 +8705,7 @@ "encounters": [ { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 76, "min_level": 2, @@ -6191,7 +8713,7 @@ }, { "pokeapi_id": 396, - "pokemon_name": "starly", + "pokemon_name": "Starly", "method": "walk", "encounter_rate": 46, "min_level": 2, @@ -6199,7 +8721,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 40, "min_level": 3, @@ -6207,7 +8729,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 30, "min_level": 3, @@ -6215,7 +8737,7 @@ }, { "pokeapi_id": 161, - "pokemon_name": "sentret", + "pokemon_name": "Sentret", "method": "walk", "encounter_rate": 22, "min_level": 2, @@ -6223,7 +8745,7 @@ }, { "pokeapi_id": 401, - "pokemon_name": "kricketot", + "pokemon_name": "Kricketot", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -6231,7 +8753,7 @@ }, { "pokeapi_id": 58, - "pokemon_name": "growlithe", + "pokemon_name": "Growlithe", "method": "walk", "encounter_rate": 8, "min_level": 2, @@ -6245,7 +8767,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -6253,7 +8775,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -6261,7 +8783,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -6269,7 +8791,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -6277,7 +8799,7 @@ }, { "pokeapi_id": 396, - "pokemon_name": "starly", + "pokemon_name": "Starly", "method": "walk", "encounter_rate": 53, "min_level": 4, @@ -6285,7 +8807,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -6293,7 +8815,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -6301,7 +8823,7 @@ }, { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 40, "min_level": 4, @@ -6309,7 +8831,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 33, "min_level": 4, @@ -6317,7 +8839,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 25, "min_level": 4, @@ -6325,7 +8847,7 @@ }, { "pokeapi_id": 401, - "pokemon_name": "kricketot", + "pokemon_name": "Kricketot", "method": "walk", "encounter_rate": 20, "min_level": 4, @@ -6333,7 +8855,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 15, "min_level": 4, @@ -6341,7 +8863,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -6349,7 +8871,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 4, @@ -6357,7 +8879,7 @@ }, { "pokeapi_id": 270, - "pokemon_name": "lotad", + "pokemon_name": "Lotad", "method": "walk", "encounter_rate": 8, "min_level": 6, @@ -6365,7 +8887,7 @@ }, { "pokeapi_id": 204, - "pokemon_name": "pineco", + "pokemon_name": "Pineco", "method": "walk", "encounter_rate": 8, "min_level": 6, @@ -6373,7 +8895,7 @@ }, { "pokeapi_id": 273, - "pokemon_name": "seedot", + "pokemon_name": "Seedot", "method": "walk", "encounter_rate": 8, "min_level": 6, @@ -6392,7 +8914,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -6400,7 +8922,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -6408,7 +8930,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -6416,7 +8938,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -6424,7 +8946,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -6432,7 +8954,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -6440,7 +8962,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 25, "min_level": 9, @@ -6448,7 +8970,7 @@ }, { "pokeapi_id": 406, - "pokemon_name": "budew", + "pokemon_name": "Budew", "method": "walk", "encounter_rate": 25, "min_level": 8, @@ -6456,7 +8978,7 @@ }, { "pokeapi_id": 396, - "pokemon_name": "starly", + "pokemon_name": "Starly", "method": "walk", "encounter_rate": 25, "min_level": 9, @@ -6464,7 +8986,7 @@ }, { "pokeapi_id": 191, - "pokemon_name": "sunkern", + "pokemon_name": "Sunkern", "method": "walk", "encounter_rate": 22, "min_level": 9, @@ -6472,7 +8994,7 @@ }, { "pokeapi_id": 401, - "pokemon_name": "kricketot", + "pokemon_name": "Kricketot", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -6480,7 +9002,7 @@ }, { "pokeapi_id": 265, - "pokemon_name": "wurmple", + "pokemon_name": "Wurmple", "method": "walk", "encounter_rate": 20, "min_level": 9, @@ -6488,7 +9010,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 15, "min_level": 9, @@ -6496,7 +9018,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -6504,23 +9026,15 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 8, "max_level": 8 }, - { - "pokeapi_id": 10, - "pokemon_name": "caterpie", - "method": "walk", - "encounter_rate": 8, - "min_level": 10, - "max_level": 10 - }, { "pokeapi_id": 270, - "pokemon_name": "lotad", + "pokemon_name": "Lotad", "method": "walk", "encounter_rate": 8, "min_level": 10, @@ -6528,7 +9042,7 @@ }, { "pokeapi_id": 204, - "pokemon_name": "pineco", + "pokemon_name": "Pineco", "method": "walk", "encounter_rate": 8, "min_level": 10, @@ -6536,7 +9050,7 @@ }, { "pokeapi_id": 273, - "pokemon_name": "seedot", + "pokemon_name": "Seedot", "method": "walk", "encounter_rate": 8, "min_level": 10, @@ -6544,7 +9058,15 @@ }, { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", + "method": "walk", + "encounter_rate": 8, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 10, + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 8, "min_level": 10, @@ -6558,7 +9080,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -6566,7 +9088,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -6574,7 +9096,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -6582,7 +9104,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -6590,7 +9112,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -6598,7 +9120,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -6606,7 +9128,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 25, "min_level": 4, @@ -6614,7 +9136,7 @@ }, { "pokeapi_id": 406, - "pokemon_name": "budew", + "pokemon_name": "Budew", "method": "walk", "encounter_rate": 25, "min_level": 3, @@ -6622,7 +9144,7 @@ }, { "pokeapi_id": 396, - "pokemon_name": "starly", + "pokemon_name": "Starly", "method": "walk", "encounter_rate": 25, "min_level": 4, @@ -6630,7 +9152,7 @@ }, { "pokeapi_id": 401, - "pokemon_name": "kricketot", + "pokemon_name": "Kricketot", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -6638,7 +9160,7 @@ }, { "pokeapi_id": 265, - "pokemon_name": "wurmple", + "pokemon_name": "Wurmple", "method": "walk", "encounter_rate": 20, "min_level": 4, @@ -6646,7 +9168,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 15, "min_level": 4, @@ -6654,7 +9176,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -6662,7 +9184,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 3, @@ -6670,7 +9192,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 8, "min_level": 5, @@ -6678,7 +9200,7 @@ }, { "pokeapi_id": 270, - "pokemon_name": "lotad", + "pokemon_name": "Lotad", "method": "walk", "encounter_rate": 8, "min_level": 5, @@ -6686,7 +9208,7 @@ }, { "pokeapi_id": 204, - "pokemon_name": "pineco", + "pokemon_name": "Pineco", "method": "walk", "encounter_rate": 8, "min_level": 5, @@ -6694,7 +9216,7 @@ }, { "pokeapi_id": 273, - "pokemon_name": "seedot", + "pokemon_name": "Seedot", "method": "walk", "encounter_rate": 8, "min_level": 5, @@ -6702,7 +9224,7 @@ }, { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 8, "min_level": 5, @@ -6723,7 +9245,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -6731,7 +9253,7 @@ }, { "pokeapi_id": 422, - "pokemon_name": "shellos", + "pokemon_name": "Shellos", "method": "walk", "encounter_rate": 65, "min_level": 9, @@ -6739,7 +9261,7 @@ }, { "pokeapi_id": 422, - "pokemon_name": "shellos", + "pokemon_name": "Shellos", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -6747,7 +9269,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -6755,7 +9277,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -6763,7 +9285,7 @@ }, { "pokeapi_id": 457, - "pokemon_name": "lumineon", + "pokemon_name": "Lumineon", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -6771,7 +9293,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -6779,7 +9301,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -6787,7 +9309,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 22, "min_level": 10, @@ -6795,7 +9317,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 15, "min_level": 10, @@ -6803,7 +9325,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 15, "min_level": 20, @@ -6811,7 +9333,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -6819,7 +9341,7 @@ }, { "pokeapi_id": 417, - "pokemon_name": "pachirisu", + "pokemon_name": "Pachirisu", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -6827,7 +9349,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "surf", "encounter_rate": 9, "min_level": 20, @@ -6835,7 +9357,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 1, "min_level": 20, @@ -6849,7 +9371,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -6857,7 +9379,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -6865,7 +9387,7 @@ }, { "pokeapi_id": 406, - "pokemon_name": "budew", + "pokemon_name": "Budew", "method": "walk", "encounter_rate": 70, "min_level": 12, @@ -6873,7 +9395,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -6881,7 +9403,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -6889,7 +9411,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -6897,7 +9419,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -6905,7 +9427,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 30, "min_level": 12, @@ -6913,7 +9435,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 22, "min_level": 14, @@ -6921,7 +9443,7 @@ }, { "pokeapi_id": 401, - "pokemon_name": "kricketot", + "pokemon_name": "Kricketot", "method": "walk", "encounter_rate": 20, "min_level": 12, @@ -6929,7 +9451,7 @@ }, { "pokeapi_id": 265, - "pokemon_name": "wurmple", + "pokemon_name": "Wurmple", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -6937,7 +9459,7 @@ }, { "pokeapi_id": 268, - "pokemon_name": "cascoon", + "pokemon_name": "Cascoon", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -6945,7 +9467,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -6953,7 +9475,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 10, "min_level": 12, @@ -6961,7 +9483,7 @@ }, { "pokeapi_id": 266, - "pokemon_name": "silcoon", + "pokemon_name": "Silcoon", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -6969,7 +9491,7 @@ }, { "pokeapi_id": 270, - "pokemon_name": "lotad", + "pokemon_name": "Lotad", "method": "walk", "encounter_rate": 8, "min_level": 13, @@ -6977,7 +9499,7 @@ }, { "pokeapi_id": 267, - "pokemon_name": "beautifly", + "pokemon_name": "Beautifly", "method": "walk", "encounter_rate": 1, "min_level": 15, @@ -6985,7 +9507,7 @@ }, { "pokeapi_id": 269, - "pokemon_name": "dustox", + "pokemon_name": "Dustox", "method": "walk", "encounter_rate": 1, "min_level": 15, @@ -7001,7 +9523,7 @@ "encounters": [ { "pokeapi_id": 246, - "pokemon_name": "larvitar", + "pokemon_name": "Larvitar", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -7009,7 +9531,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 30, "min_level": 16, @@ -7017,7 +9539,7 @@ }, { "pokeapi_id": 207, - "pokemon_name": "gligar", + "pokemon_name": "Gligar", "method": "walk", "encounter_rate": 30, "min_level": 16, @@ -7025,7 +9547,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 30, "min_level": 16, @@ -7033,7 +9555,7 @@ }, { "pokeapi_id": 343, - "pokemon_name": "baltoy", + "pokemon_name": "Baltoy", "method": "walk", "encounter_rate": 22, "min_level": 16, @@ -7041,7 +9563,7 @@ }, { "pokeapi_id": 402, - "pokemon_name": "kricketune", + "pokemon_name": "Kricketune", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -7049,7 +9571,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -7057,7 +9579,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 17, @@ -7071,7 +9593,7 @@ "encounters": [ { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 45, "min_level": 5, @@ -7079,7 +9601,7 @@ }, { "pokeapi_id": 231, - "pokemon_name": "phanpy", + "pokemon_name": "Phanpy", "method": "walk", "encounter_rate": 40, "min_level": 5, @@ -7087,7 +9609,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 35, "min_level": 5, @@ -7095,7 +9617,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 30, "min_level": 5, @@ -7103,7 +9625,7 @@ }, { "pokeapi_id": 234, - "pokemon_name": "stantler", + "pokemon_name": "Stantler", "method": "walk", "encounter_rate": 22, "min_level": 5, @@ -7111,7 +9633,7 @@ }, { "pokeapi_id": 401, - "pokemon_name": "kricketot", + "pokemon_name": "Kricketot", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -7119,7 +9641,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 5, @@ -7133,7 +9655,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -7141,7 +9663,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -7149,7 +9671,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -7157,7 +9679,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -7165,7 +9687,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -7173,7 +9695,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -7181,7 +9703,7 @@ }, { "pokeapi_id": 406, - "pokemon_name": "budew", + "pokemon_name": "Budew", "method": "walk", "encounter_rate": 40, "min_level": 18, @@ -7189,7 +9711,7 @@ }, { "pokeapi_id": 206, - "pokemon_name": "dunsparce", + "pokemon_name": "Dunsparce", "method": "walk", "encounter_rate": 40, "min_level": 18, @@ -7197,7 +9719,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 32, "min_level": 18, @@ -7205,7 +9727,7 @@ }, { "pokeapi_id": 315, - "pokemon_name": "roselia", + "pokemon_name": "Roselia", "method": "walk", "encounter_rate": 27, "min_level": 19, @@ -7213,7 +9735,7 @@ }, { "pokeapi_id": 235, - "pokemon_name": "smeargle", + "pokemon_name": "Smeargle", "method": "walk", "encounter_rate": 22, "min_level": 18, @@ -7221,7 +9743,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 18, @@ -7229,7 +9751,7 @@ }, { "pokeapi_id": 280, - "pokemon_name": "ralts", + "pokemon_name": "Ralts", "method": "walk", "encounter_rate": 15, "min_level": 17, @@ -7237,7 +9759,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -7245,7 +9767,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -7253,7 +9775,7 @@ }, { "pokeapi_id": 336, - "pokemon_name": "seviper", + "pokemon_name": "Seviper", "method": "walk", "encounter_rate": 8, "min_level": 20, @@ -7261,7 +9783,7 @@ }, { "pokeapi_id": 335, - "pokemon_name": "zangoose", + "pokemon_name": "Zangoose", "method": "walk", "encounter_rate": 8, "min_level": 20, @@ -7275,7 +9797,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -7283,7 +9805,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -7291,7 +9813,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -7299,7 +9821,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -7307,7 +9829,7 @@ }, { "pokeapi_id": 280, - "pokemon_name": "ralts", + "pokemon_name": "Ralts", "method": "walk", "encounter_rate": 46, "min_level": 17, @@ -7315,7 +9837,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -7323,7 +9845,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -7331,7 +9853,7 @@ }, { "pokeapi_id": 209, - "pokemon_name": "snubbull", + "pokemon_name": "Snubbull", "method": "walk", "encounter_rate": 40, "min_level": 18, @@ -7339,7 +9861,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 30, "min_level": 18, @@ -7347,7 +9869,7 @@ }, { "pokeapi_id": 397, - "pokemon_name": "staravia", + "pokemon_name": "Staravia", "method": "walk", "encounter_rate": 30, "min_level": 18, @@ -7355,7 +9877,7 @@ }, { "pokeapi_id": 315, - "pokemon_name": "roselia", + "pokemon_name": "Roselia", "method": "walk", "encounter_rate": 25, "min_level": 19, @@ -7363,7 +9885,7 @@ }, { "pokeapi_id": 281, - "pokemon_name": "kirlia", + "pokemon_name": "Kirlia", "method": "walk", "encounter_rate": 22, "min_level": 18, @@ -7371,7 +9893,7 @@ }, { "pokeapi_id": 113, - "pokemon_name": "chansey", + "pokemon_name": "Chansey", "method": "walk", "encounter_rate": 21, "min_level": 17, @@ -7379,7 +9901,7 @@ }, { "pokeapi_id": 355, - "pokemon_name": "duskull", + "pokemon_name": "Duskull", "method": "walk", "encounter_rate": 10, "min_level": 17, @@ -7387,7 +9909,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -7395,7 +9917,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -7403,7 +9925,7 @@ }, { "pokeapi_id": 37, - "pokemon_name": "vulpix", + "pokemon_name": "Vulpix", "method": "walk", "encounter_rate": 8, "min_level": 17, @@ -7417,12 +9939,12 @@ "encounters": [], "children": [ { - "name": "Lost Tower (1f)", + "name": "Lost Tower (1F)", "order": 128, "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 85, "min_level": 17, @@ -7430,7 +9952,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 35, "min_level": 17, @@ -7438,7 +9960,37 @@ }, { "pokeapi_id": 355, - "pokemon_name": "duskull", + "pokemon_name": "Duskull", + "method": "walk", + "encounter_rate": 20, + "min_level": 17, + "max_level": 19 + } + ] + }, + { + "name": "Lost Tower (1f)", + "order": 128, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 85, + "min_level": 17, + "max_level": 20 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 35, + "min_level": 17, + "max_level": 19 + }, + { + "pokeapi_id": 355, + "pokemon_name": "Duskull", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -7452,7 +10004,7 @@ "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 85, "min_level": 17, @@ -7460,7 +10012,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 35, "min_level": 17, @@ -7468,7 +10020,37 @@ }, { "pokeapi_id": 355, - "pokemon_name": "duskull", + "pokemon_name": "Duskull", + "method": "walk", + "encounter_rate": 20, + "min_level": 17, + "max_level": 19 + } + ] + }, + { + "name": "Lost Tower (2F)", + "order": 129, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 85, + "min_level": 17, + "max_level": 20 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 35, + "min_level": 17, + "max_level": 19 + }, + { + "pokeapi_id": 355, + "pokemon_name": "Duskull", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -7482,7 +10064,7 @@ "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 85, "min_level": 18, @@ -7490,7 +10072,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 35, "min_level": 18, @@ -7498,7 +10080,7 @@ }, { "pokeapi_id": 355, - "pokemon_name": "duskull", + "pokemon_name": "Duskull", "method": "walk", "encounter_rate": 20, "min_level": 18, @@ -7506,7 +10088,45 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 1, + "min_level": 21, + "max_level": 21 + } + ] + }, + { + "name": "Lost Tower (3F)", + "order": 130, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 85, + "min_level": 18, + "max_level": 21 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 35, + "min_level": 18, + "max_level": 20 + }, + { + "pokeapi_id": 355, + "pokemon_name": "Duskull", + "method": "walk", + "encounter_rate": 20, + "min_level": 18, + "max_level": 20 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 1, "min_level": 21, @@ -7520,7 +10140,7 @@ "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 100, "min_level": 18, @@ -7528,7 +10148,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 35, "min_level": 18, @@ -7536,7 +10156,7 @@ }, { "pokeapi_id": 355, - "pokemon_name": "duskull", + "pokemon_name": "Duskull", "method": "walk", "encounter_rate": 20, "min_level": 18, @@ -7544,7 +10164,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 21, @@ -7552,13 +10172,89 @@ } ] }, + { + "name": "Lost Tower (4F)", + "order": 131, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 100, + "min_level": 18, + "max_level": 21 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 35, + "min_level": 18, + "max_level": 20 + }, + { + "pokeapi_id": 355, + "pokemon_name": "Duskull", + "method": "walk", + "encounter_rate": 20, + "min_level": 18, + "max_level": 20 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 21, + "max_level": 21 + } + ] + }, + { + "name": "Lost Tower (5F)", + "order": 132, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 96, + "min_level": 19, + "max_level": 22 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 35, + "min_level": 19, + "max_level": 21 + }, + { + "pokeapi_id": 355, + "pokemon_name": "Duskull", + "method": "walk", + "encounter_rate": 20, + "min_level": 19, + "max_level": 21 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 22, + "max_level": 22 + } + ] + }, { "name": "Lost Tower (5f)", "order": 132, "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 96, "min_level": 19, @@ -7566,7 +10262,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 35, "min_level": 19, @@ -7574,7 +10270,7 @@ }, { "pokeapi_id": 355, - "pokemon_name": "duskull", + "pokemon_name": "Duskull", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -7582,7 +10278,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 22, @@ -7603,7 +10299,7 @@ "encounters": [ { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 57, "min_level": 19, @@ -7611,7 +10307,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 20, "min_level": 18, @@ -7619,7 +10315,7 @@ }, { "pokeapi_id": 397, - "pokemon_name": "staravia", + "pokemon_name": "Staravia", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -7627,7 +10323,7 @@ }, { "pokeapi_id": 113, - "pokemon_name": "chansey", + "pokemon_name": "Chansey", "method": "walk", "encounter_rate": 17, "min_level": 19, @@ -7635,7 +10331,7 @@ }, { "pokeapi_id": 315, - "pokemon_name": "roselia", + "pokemon_name": "Roselia", "method": "walk", "encounter_rate": 15, "min_level": 20, @@ -7643,7 +10339,7 @@ }, { "pokeapi_id": 123, - "pokemon_name": "scyther", + "pokemon_name": "Scyther", "method": "walk", "encounter_rate": 15, "min_level": 19, @@ -7651,7 +10347,7 @@ }, { "pokeapi_id": 241, - "pokemon_name": "miltank", + "pokemon_name": "Miltank", "method": "walk", "encounter_rate": 11, "min_level": 20, @@ -7659,7 +10355,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 11, "min_level": 19, @@ -7667,7 +10363,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 10, "min_level": 20, @@ -7675,7 +10371,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 10, "min_level": 21, @@ -7683,7 +10379,7 @@ }, { "pokeapi_id": 204, - "pokemon_name": "pineco", + "pokemon_name": "Pineco", "method": "walk", "encounter_rate": 8, "min_level": 19, @@ -7691,7 +10387,7 @@ }, { "pokeapi_id": 274, - "pokemon_name": "nuzleaf", + "pokemon_name": "Nuzleaf", "method": "walk", "encounter_rate": 4, "min_level": 19, @@ -7699,7 +10395,7 @@ }, { "pokeapi_id": 273, - "pokemon_name": "seedot", + "pokemon_name": "Seedot", "method": "walk", "encounter_rate": 4, "min_level": 21, @@ -7713,7 +10409,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -7721,7 +10417,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -7729,7 +10425,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -7737,7 +10433,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -7745,7 +10441,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -7753,7 +10449,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 40, "min_level": 15, @@ -7761,7 +10457,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 30, "min_level": 27, @@ -7769,7 +10465,7 @@ }, { "pokeapi_id": 333, - "pokemon_name": "swablu", + "pokemon_name": "Swablu", "method": "walk", "encounter_rate": 30, "min_level": 27, @@ -7777,7 +10473,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 27, "min_level": 28, @@ -7785,7 +10481,7 @@ }, { "pokeapi_id": 371, - "pokemon_name": "bagon", + "pokemon_name": "Bagon", "method": "walk", "encounter_rate": 22, "min_level": 28, @@ -7793,7 +10489,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 22, "min_level": 29, @@ -7801,7 +10497,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -7809,7 +10505,7 @@ }, { "pokeapi_id": 123, - "pokemon_name": "scyther", + "pokemon_name": "Scyther", "method": "walk", "encounter_rate": 15, "min_level": 27, @@ -7817,7 +10513,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -7825,7 +10521,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 10, "min_level": 27, @@ -7833,7 +10529,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 10, "min_level": 27, @@ -7841,7 +10537,7 @@ }, { "pokeapi_id": 336, - "pokemon_name": "seviper", + "pokemon_name": "Seviper", "method": "walk", "encounter_rate": 8, "min_level": 29, @@ -7849,7 +10545,7 @@ }, { "pokeapi_id": 335, - "pokemon_name": "zangoose", + "pokemon_name": "Zangoose", "method": "walk", "encounter_rate": 8, "min_level": 29, @@ -7857,7 +10553,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "good-rod", "encounter_rate": 5, "min_level": 25, @@ -7878,7 +10574,7 @@ "encounters": [ { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 60, "min_level": 13, @@ -7886,7 +10582,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 31, "min_level": 14, @@ -7894,7 +10590,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 26, "min_level": 14, @@ -7902,7 +10598,7 @@ }, { "pokeapi_id": 236, - "pokemon_name": "tyrogue", + "pokemon_name": "Tyrogue", "method": "walk", "encounter_rate": 22, "min_level": 14, @@ -7910,7 +10606,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -7918,7 +10614,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 15, "min_level": 14, @@ -7926,7 +10622,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -7934,7 +10630,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -7942,7 +10638,7 @@ }, { "pokeapi_id": 216, - "pokemon_name": "teddiursa", + "pokemon_name": "Teddiursa", "method": "walk", "encounter_rate": 8, "min_level": 15, @@ -7956,7 +10652,7 @@ "encounters": [ { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 60, "min_level": 27, @@ -7964,7 +10660,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -7972,7 +10668,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 15, "min_level": 28, @@ -7980,7 +10676,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 15, "min_level": 29, @@ -7988,7 +10684,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 10, "min_level": 29, @@ -7996,7 +10692,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 10, "min_level": 29, @@ -8004,7 +10700,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 28, @@ -8025,7 +10721,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -8033,7 +10729,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -8041,7 +10737,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -8049,7 +10745,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -8057,7 +10753,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -8065,7 +10761,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 45, "min_level": 21, @@ -8073,7 +10769,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -8081,7 +10777,7 @@ }, { "pokeapi_id": 315, - "pokemon_name": "roselia", + "pokemon_name": "Roselia", "method": "walk", "encounter_rate": 35, "min_level": 22, @@ -8089,7 +10785,7 @@ }, { "pokeapi_id": 397, - "pokemon_name": "staravia", + "pokemon_name": "Staravia", "method": "walk", "encounter_rate": 30, "min_level": 21, @@ -8097,7 +10793,7 @@ }, { "pokeapi_id": 235, - "pokemon_name": "smeargle", + "pokemon_name": "Smeargle", "method": "walk", "encounter_rate": 22, "min_level": 21, @@ -8105,7 +10801,7 @@ }, { "pokeapi_id": 281, - "pokemon_name": "kirlia", + "pokemon_name": "Kirlia", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -8113,7 +10809,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -8121,7 +10817,7 @@ }, { "pokeapi_id": 280, - "pokemon_name": "ralts", + "pokemon_name": "Ralts", "method": "walk", "encounter_rate": 10, "min_level": 22, @@ -8135,7 +10831,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -8143,7 +10839,7 @@ }, { "pokeapi_id": 422, - "pokemon_name": "shellos", + "pokemon_name": "Shellos", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -8151,7 +10847,7 @@ }, { "pokeapi_id": 422, - "pokemon_name": "shellos", + "pokemon_name": "Shellos", "method": "walk", "encounter_rate": 57, "min_level": 23, @@ -8159,7 +10855,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -8167,7 +10863,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -8175,7 +10871,7 @@ }, { "pokeapi_id": 224, - "pokemon_name": "octillery", + "pokemon_name": "Octillery", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -8183,7 +10879,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -8191,7 +10887,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 30, "min_level": 24, @@ -8199,7 +10895,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -8207,7 +10903,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 27, "min_level": 23, @@ -8215,7 +10911,7 @@ }, { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 22, "min_level": 23, @@ -8223,7 +10919,7 @@ }, { "pokeapi_id": 453, - "pokemon_name": "croagunk", + "pokemon_name": "Croagunk", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -8231,7 +10927,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "surf", "encounter_rate": 9, "min_level": 20, @@ -8239,7 +10935,7 @@ }, { "pokeapi_id": 23, - "pokemon_name": "ekans", + "pokemon_name": "Ekans", "method": "walk", "encounter_rate": 8, "min_level": 23, @@ -8247,7 +10943,7 @@ }, { "pokeapi_id": 271, - "pokemon_name": "lombre", + "pokemon_name": "Lombre", "method": "walk", "encounter_rate": 4, "min_level": 23, @@ -8255,7 +10951,7 @@ }, { "pokeapi_id": 270, - "pokemon_name": "lotad", + "pokemon_name": "Lotad", "method": "walk", "encounter_rate": 4, "min_level": 26, @@ -8263,7 +10959,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 1, "min_level": 20, @@ -8279,7 +10975,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -8287,7 +10983,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -8295,7 +10991,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -8303,7 +10999,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -8311,7 +11007,7 @@ }, { "pokeapi_id": 224, - "pokemon_name": "octillery", + "pokemon_name": "Octillery", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -8319,7 +11015,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -8327,7 +11023,7 @@ }, { "pokeapi_id": 422, - "pokemon_name": "shellos", + "pokemon_name": "Shellos", "method": "walk", "encounter_rate": 45, "min_level": 23, @@ -8335,7 +11031,7 @@ }, { "pokeapi_id": 441, - "pokemon_name": "chatot", + "pokemon_name": "Chatot", "method": "walk", "encounter_rate": 40, "min_level": 23, @@ -8343,7 +11039,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 35, "min_level": 23, @@ -8351,7 +11047,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -8359,7 +11055,7 @@ }, { "pokeapi_id": 277, - "pokemon_name": "swellow", + "pokemon_name": "Swellow", "method": "walk", "encounter_rate": 22, "min_level": 25, @@ -8367,7 +11063,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -8375,7 +11071,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 5, "min_level": 20, @@ -8383,7 +11079,7 @@ }, { "pokeapi_id": 422, - "pokemon_name": "shellos", + "pokemon_name": "Shellos", "method": "surf", "encounter_rate": 4, "min_level": 20, @@ -8391,7 +11087,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "surf", "encounter_rate": 1, "min_level": 20, @@ -8405,7 +11101,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -8413,7 +11109,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -8421,7 +11117,7 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 56, "min_level": 21, @@ -8429,7 +11125,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -8437,7 +11133,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -8445,7 +11141,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -8453,7 +11149,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 45, "min_level": 22, @@ -8461,7 +11157,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -8469,7 +11165,7 @@ }, { "pokeapi_id": 228, - "pokemon_name": "houndour", + "pokemon_name": "Houndour", "method": "walk", "encounter_rate": 41, "min_level": 22, @@ -8477,7 +11173,7 @@ }, { "pokeapi_id": 325, - "pokemon_name": "spoink", + "pokemon_name": "Spoink", "method": "walk", "encounter_rate": 40, "min_level": 21, @@ -8485,7 +11181,7 @@ }, { "pokeapi_id": 261, - "pokemon_name": "poochyena", + "pokemon_name": "Poochyena", "method": "walk", "encounter_rate": 22, "min_level": 23, @@ -8493,7 +11189,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -8501,7 +11197,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -8509,7 +11205,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 22, @@ -8517,7 +11213,7 @@ }, { "pokeapi_id": 37, - "pokemon_name": "vulpix", + "pokemon_name": "Vulpix", "method": "walk", "encounter_rate": 8, "min_level": 24, @@ -8531,7 +11227,7 @@ "encounters": [ { "pokeapi_id": 397, - "pokemon_name": "staravia", + "pokemon_name": "Staravia", "method": "walk", "encounter_rate": 50, "min_level": 19, @@ -8539,7 +11235,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 45, "min_level": 20, @@ -8547,7 +11243,7 @@ }, { "pokeapi_id": 96, - "pokemon_name": "drowzee", + "pokemon_name": "Drowzee", "method": "walk", "encounter_rate": 40, "min_level": 19, @@ -8555,7 +11251,7 @@ }, { "pokeapi_id": 123, - "pokemon_name": "scyther", + "pokemon_name": "Scyther", "method": "walk", "encounter_rate": 15, "min_level": 20, @@ -8563,7 +11259,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -8571,7 +11267,7 @@ }, { "pokeapi_id": 64, - "pokemon_name": "kadabra", + "pokemon_name": "Kadabra", "method": "walk", "encounter_rate": 10, "min_level": 21, @@ -8579,7 +11275,7 @@ }, { "pokeapi_id": 108, - "pokemon_name": "lickitung", + "pokemon_name": "Lickitung", "method": "walk", "encounter_rate": 10, "min_level": 20, @@ -8593,7 +11289,7 @@ "encounters": [ { "pokeapi_id": 459, - "pokemon_name": "snover", + "pokemon_name": "Snover", "method": "walk", "encounter_rate": 66, "min_level": 32, @@ -8601,7 +11297,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 35, "min_level": 33, @@ -8609,7 +11305,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -8617,7 +11313,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 21, "min_level": 35, @@ -8625,7 +11321,7 @@ }, { "pokeapi_id": 361, - "pokemon_name": "snorunt", + "pokemon_name": "Snorunt", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -8633,7 +11329,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 32, @@ -8641,7 +11337,7 @@ }, { "pokeapi_id": 217, - "pokemon_name": "ursaring", + "pokemon_name": "Ursaring", "method": "walk", "encounter_rate": 8, "min_level": 35, @@ -8655,7 +11351,7 @@ "encounters": [ { "pokeapi_id": 459, - "pokemon_name": "snover", + "pokemon_name": "Snover", "method": "walk", "encounter_rate": 66, "min_level": 32, @@ -8663,7 +11359,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 51, "min_level": 33, @@ -8671,7 +11367,7 @@ }, { "pokeapi_id": 225, - "pokemon_name": "delibird", + "pokemon_name": "Delibird", "method": "walk", "encounter_rate": 40, "min_level": 32, @@ -8679,7 +11375,7 @@ }, { "pokeapi_id": 220, - "pokemon_name": "swinub", + "pokemon_name": "Swinub", "method": "walk", "encounter_rate": 35, "min_level": 32, @@ -8687,7 +11383,7 @@ }, { "pokeapi_id": 221, - "pokemon_name": "piloswine", + "pokemon_name": "Piloswine", "method": "walk", "encounter_rate": 22, "min_level": 34, @@ -8695,7 +11391,7 @@ }, { "pokeapi_id": 361, - "pokemon_name": "snorunt", + "pokemon_name": "Snorunt", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -8703,7 +11399,7 @@ }, { "pokeapi_id": 217, - "pokemon_name": "ursaring", + "pokemon_name": "Ursaring", "method": "walk", "encounter_rate": 8, "min_level": 35, @@ -8717,7 +11413,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -8725,7 +11421,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -8733,7 +11429,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -8741,7 +11437,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -8749,7 +11445,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -8757,7 +11453,7 @@ }, { "pokeapi_id": 457, - "pokemon_name": "lumineon", + "pokemon_name": "Lumineon", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -8765,7 +11461,7 @@ }, { "pokeapi_id": 441, - "pokemon_name": "chatot", + "pokemon_name": "Chatot", "method": "walk", "encounter_rate": 40, "min_level": 28, @@ -8773,7 +11469,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "walk", "encounter_rate": 40, "min_level": 29, @@ -8781,7 +11477,7 @@ }, { "pokeapi_id": 100, - "pokemon_name": "voltorb", + "pokemon_name": "Voltorb", "method": "walk", "encounter_rate": 40, "min_level": 28, @@ -8789,7 +11485,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "walk", "encounter_rate": 35, "min_level": 28, @@ -8797,7 +11493,7 @@ }, { "pokeapi_id": 422, - "pokemon_name": "shellos", + "pokemon_name": "Shellos", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -8805,7 +11501,7 @@ }, { "pokeapi_id": 122, - "pokemon_name": "mr-mime", + "pokemon_name": "Mr Mime", "method": "walk", "encounter_rate": 25, "min_level": 29, @@ -8813,7 +11509,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 9, "min_level": 20, @@ -8821,7 +11517,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "surf", "encounter_rate": 1, "min_level": 20, @@ -8835,7 +11531,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -8843,7 +11539,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -8851,7 +11547,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -8859,7 +11555,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -8867,7 +11563,7 @@ }, { "pokeapi_id": 457, - "pokemon_name": "lumineon", + "pokemon_name": "Lumineon", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -8875,7 +11571,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "good-rod", "encounter_rate": 40, "min_level": 15, @@ -8883,7 +11579,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -8891,7 +11587,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 9, "min_level": 20, @@ -8899,7 +11595,7 @@ }, { "pokeapi_id": 457, - "pokemon_name": "lumineon", + "pokemon_name": "Lumineon", "method": "good-rod", "encounter_rate": 5, "min_level": 25, @@ -8907,7 +11603,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 1, "min_level": 20, @@ -8921,7 +11617,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -8929,7 +11625,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -8937,7 +11633,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -8945,7 +11641,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -8953,7 +11649,7 @@ }, { "pokeapi_id": 457, - "pokemon_name": "lumineon", + "pokemon_name": "Lumineon", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -8961,7 +11657,7 @@ }, { "pokeapi_id": 83, - "pokemon_name": "farfetchd", + "pokemon_name": "Farfetchd", "method": "walk", "encounter_rate": 40, "min_level": 28, @@ -8969,7 +11665,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "good-rod", "encounter_rate": 40, "min_level": 15, @@ -8977,7 +11673,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "walk", "encounter_rate": 35, "min_level": 28, @@ -8985,7 +11681,7 @@ }, { "pokeapi_id": 315, - "pokemon_name": "roselia", + "pokemon_name": "Roselia", "method": "walk", "encounter_rate": 35, "min_level": 28, @@ -8993,7 +11689,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -9001,7 +11697,7 @@ }, { "pokeapi_id": 203, - "pokemon_name": "girafarig", + "pokemon_name": "Girafarig", "method": "walk", "encounter_rate": 25, "min_level": 28, @@ -9009,7 +11705,7 @@ }, { "pokeapi_id": 185, - "pokemon_name": "sudowoodo", + "pokemon_name": "Sudowoodo", "method": "walk", "encounter_rate": 25, "min_level": 29, @@ -9017,7 +11713,7 @@ }, { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 11, "min_level": 30, @@ -9025,7 +11721,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 11, "min_level": 31, @@ -9033,7 +11729,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 9, "min_level": 20, @@ -9041,7 +11737,7 @@ }, { "pokeapi_id": 457, - "pokemon_name": "lumineon", + "pokemon_name": "Lumineon", "method": "good-rod", "encounter_rate": 5, "min_level": 25, @@ -9049,7 +11745,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 1, "min_level": 20, @@ -9063,7 +11759,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -9071,7 +11767,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 30, @@ -9079,7 +11775,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -9087,7 +11783,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -9095,7 +11791,7 @@ }, { "pokeapi_id": 224, - "pokemon_name": "octillery", + "pokemon_name": "Octillery", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -9103,7 +11799,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -9111,7 +11807,7 @@ }, { "pokeapi_id": 125, - "pokemon_name": "electabuzz", + "pokemon_name": "Electabuzz", "method": "walk", "encounter_rate": 40, "min_level": 39, @@ -9119,7 +11815,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "walk", "encounter_rate": 40, "min_level": 38, @@ -9127,7 +11823,7 @@ }, { "pokeapi_id": 300, - "pokemon_name": "skitty", + "pokemon_name": "Skitty", "method": "walk", "encounter_rate": 40, "min_level": 39, @@ -9135,7 +11831,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 30, "min_level": 30, @@ -9143,7 +11839,7 @@ }, { "pokeapi_id": 180, - "pokemon_name": "flaaffy", + "pokemon_name": "Flaaffy", "method": "walk", "encounter_rate": 22, "min_level": 38, @@ -9151,7 +11847,7 @@ }, { "pokeapi_id": 441, - "pokemon_name": "chatot", + "pokemon_name": "Chatot", "method": "walk", "encounter_rate": 20, "min_level": 38, @@ -9159,7 +11855,7 @@ }, { "pokeapi_id": 404, - "pokemon_name": "luxio", + "pokemon_name": "Luxio", "method": "walk", "encounter_rate": 10, "min_level": 38, @@ -9167,7 +11863,7 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -9175,7 +11871,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 10, "min_level": 38, @@ -9183,7 +11879,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 9, "min_level": 30, @@ -9191,7 +11887,7 @@ }, { "pokeapi_id": 82, - "pokemon_name": "magneton", + "pokemon_name": "Magneton", "method": "walk", "encounter_rate": 5, "min_level": 41, @@ -9199,7 +11895,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 5, "min_level": 40, @@ -9207,7 +11903,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 1, "min_level": 30, @@ -9221,7 +11917,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -9229,7 +11925,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 60, "min_level": 35, @@ -9237,7 +11933,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -9245,7 +11941,7 @@ }, { "pokeapi_id": 224, - "pokemon_name": "octillery", + "pokemon_name": "Octillery", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -9253,7 +11949,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -9261,7 +11957,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 40, "min_level": 49, @@ -9269,7 +11965,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -9277,7 +11973,7 @@ }, { "pokeapi_id": 177, - "pokemon_name": "natu", + "pokemon_name": "Natu", "method": "walk", "encounter_rate": 40, "min_level": 50, @@ -9285,7 +11981,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 30, "min_level": 35, @@ -9293,7 +11989,7 @@ }, { "pokeapi_id": 267, - "pokemon_name": "beautifly", + "pokemon_name": "Beautifly", "method": "walk", "encounter_rate": 21, "min_level": 52, @@ -9301,7 +11997,7 @@ }, { "pokeapi_id": 269, - "pokemon_name": "dustox", + "pokemon_name": "Dustox", "method": "walk", "encounter_rate": 21, "min_level": 52, @@ -9309,7 +12005,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "walk", "encounter_rate": 20, "min_level": 50, @@ -9317,7 +12013,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 20, "min_level": 49, @@ -9325,7 +12021,7 @@ }, { "pokeapi_id": 315, - "pokemon_name": "roselia", + "pokemon_name": "Roselia", "method": "walk", "encounter_rate": 20, "min_level": 50, @@ -9333,7 +12029,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 15, "min_level": 20, @@ -9341,7 +12037,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -9349,7 +12045,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -9357,7 +12053,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 10, "min_level": 51, @@ -9365,7 +12061,7 @@ }, { "pokeapi_id": 213, - "pokemon_name": "shuckle", + "pokemon_name": "Shuckle", "method": "walk", "encounter_rate": 8, "min_level": 52, @@ -9373,7 +12069,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 5, "min_level": 51, @@ -9381,7 +12077,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 5, "min_level": 51, @@ -9395,7 +12091,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -9403,7 +12099,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 90, "min_level": 35, @@ -9411,7 +12107,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -9419,7 +12115,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -9427,7 +12123,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 50, "min_level": 48, @@ -9435,7 +12131,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -9443,7 +12139,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -9451,7 +12147,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 40, "min_level": 48, @@ -9459,7 +12155,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 25, "min_level": 48, @@ -9467,7 +12163,7 @@ }, { "pokeapi_id": 354, - "pokemon_name": "banette", + "pokemon_name": "Banette", "method": "walk", "encounter_rate": 20, "min_level": 48, @@ -9475,7 +12171,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 49, @@ -9483,7 +12179,7 @@ }, { "pokeapi_id": 57, - "pokemon_name": "primeape", + "pokemon_name": "Primeape", "method": "walk", "encounter_rate": 20, "min_level": 49, @@ -9491,7 +12187,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 15, "min_level": 49, @@ -9499,7 +12195,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -9507,7 +12203,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 5, "min_level": 47, @@ -9515,7 +12211,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 5, "min_level": 47, @@ -9523,7 +12219,7 @@ }, { "pokeapi_id": 56, - "pokemon_name": "mankey", + "pokemon_name": "Mankey", "method": "walk", "encounter_rate": 2, "min_level": 47, @@ -9537,7 +12233,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -9545,7 +12241,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 70, "min_level": 35, @@ -9553,7 +12249,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -9561,7 +12257,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -9569,7 +12265,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -9577,7 +12273,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -9585,7 +12281,7 @@ }, { "pokeapi_id": 327, - "pokemon_name": "spinda", + "pokemon_name": "Spinda", "method": "walk", "encounter_rate": 40, "min_level": 53, @@ -9593,7 +12289,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 30, "min_level": 51, @@ -9601,7 +12297,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 30, "min_level": 35, @@ -9609,7 +12305,7 @@ }, { "pokeapi_id": 324, - "pokemon_name": "torkoal", + "pokemon_name": "Torkoal", "method": "walk", "encounter_rate": 22, "min_level": 51, @@ -9617,7 +12313,7 @@ }, { "pokeapi_id": 323, - "pokemon_name": "camerupt", + "pokemon_name": "Camerupt", "method": "walk", "encounter_rate": 20, "min_level": 53, @@ -9625,7 +12321,7 @@ }, { "pokeapi_id": 112, - "pokemon_name": "rhydon", + "pokemon_name": "Rhydon", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -9633,7 +12329,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 15, "min_level": 51, @@ -9641,7 +12337,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 51, @@ -9649,7 +12345,7 @@ }, { "pokeapi_id": 110, - "pokemon_name": "weezing", + "pokemon_name": "Weezing", "method": "walk", "encounter_rate": 10, "min_level": 52, @@ -9657,7 +12353,7 @@ }, { "pokeapi_id": 322, - "pokemon_name": "numel", + "pokemon_name": "Numel", "method": "walk", "encounter_rate": 5, "min_level": 51, @@ -9665,7 +12361,7 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 5, "min_level": 52, @@ -9673,7 +12369,7 @@ }, { "pokeapi_id": 227, - "pokemon_name": "skarmory", + "pokemon_name": "Skarmory", "method": "walk", "encounter_rate": 5, "min_level": 53, @@ -9687,7 +12383,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -9695,7 +12391,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 70, "min_level": 35, @@ -9703,7 +12399,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -9711,7 +12407,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -9719,7 +12415,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -9727,7 +12423,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 40, "min_level": 15, @@ -9735,7 +12431,7 @@ }, { "pokeapi_id": 374, - "pokemon_name": "beldum", + "pokemon_name": "Beldum", "method": "walk", "encounter_rate": 40, "min_level": 51, @@ -9743,7 +12439,7 @@ }, { "pokeapi_id": 332, - "pokemon_name": "cacturne", + "pokemon_name": "Cacturne", "method": "walk", "encounter_rate": 40, "min_level": 50, @@ -9751,7 +12447,7 @@ }, { "pokeapi_id": 51, - "pokemon_name": "dugtrio", + "pokemon_name": "Dugtrio", "method": "walk", "encounter_rate": 30, "min_level": 50, @@ -9759,7 +12455,7 @@ }, { "pokeapi_id": 450, - "pokemon_name": "hippowdon", + "pokemon_name": "Hippowdon", "method": "walk", "encounter_rate": 30, "min_level": 50, @@ -9767,7 +12463,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 30, "min_level": 35, @@ -9775,7 +12471,7 @@ }, { "pokeapi_id": 112, - "pokemon_name": "rhydon", + "pokemon_name": "Rhydon", "method": "walk", "encounter_rate": 30, "min_level": 50, @@ -9783,7 +12479,7 @@ }, { "pokeapi_id": 331, - "pokemon_name": "cacnea", + "pokemon_name": "Cacnea", "method": "walk", "encounter_rate": 21, "min_level": 50, @@ -9791,7 +12487,7 @@ }, { "pokeapi_id": 50, - "pokemon_name": "diglett", + "pokemon_name": "Diglett", "method": "walk", "encounter_rate": 21, "min_level": 49, @@ -9799,7 +12495,7 @@ }, { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 8, "min_level": 49, @@ -9807,7 +12503,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "good-rod", "encounter_rate": 5, "min_level": 25, @@ -9821,7 +12517,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -9829,7 +12525,7 @@ }, { "pokeapi_id": 283, - "pokemon_name": "surskit", + "pokemon_name": "Surskit", "method": "surf", "encounter_rate": 95, "min_level": 35, @@ -9837,7 +12533,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -9845,7 +12541,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -9853,7 +12549,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -9861,7 +12557,7 @@ }, { "pokeapi_id": 315, - "pokemon_name": "roselia", + "pokemon_name": "Roselia", "method": "walk", "encounter_rate": 45, "min_level": 48, @@ -9869,7 +12565,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -9877,7 +12573,7 @@ }, { "pokeapi_id": 127, - "pokemon_name": "pinsir", + "pokemon_name": "Pinsir", "method": "walk", "encounter_rate": 40, "min_level": 48, @@ -9885,7 +12581,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 25, "min_level": 47, @@ -9893,7 +12589,7 @@ }, { "pokeapi_id": 168, - "pokemon_name": "ariados", + "pokemon_name": "Ariados", "method": "walk", "encounter_rate": 20, "min_level": 50, @@ -9901,7 +12597,7 @@ }, { "pokeapi_id": 166, - "pokemon_name": "ledian", + "pokemon_name": "Ledian", "method": "walk", "encounter_rate": 20, "min_level": 50, @@ -9909,7 +12605,7 @@ }, { "pokeapi_id": 49, - "pokemon_name": "venomoth", + "pokemon_name": "Venomoth", "method": "walk", "encounter_rate": 20, "min_level": 49, @@ -9917,7 +12613,7 @@ }, { "pokeapi_id": 267, - "pokemon_name": "beautifly", + "pokemon_name": "Beautifly", "method": "walk", "encounter_rate": 13, "min_level": 48, @@ -9925,7 +12621,7 @@ }, { "pokeapi_id": 269, - "pokemon_name": "dustox", + "pokemon_name": "Dustox", "method": "walk", "encounter_rate": 13, "min_level": 48, @@ -9933,7 +12629,7 @@ }, { "pokeapi_id": 314, - "pokemon_name": "illumise", + "pokemon_name": "Illumise", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -9941,7 +12637,7 @@ }, { "pokeapi_id": 313, - "pokemon_name": "volbeat", + "pokemon_name": "Volbeat", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -9949,7 +12645,7 @@ }, { "pokeapi_id": 271, - "pokemon_name": "lombre", + "pokemon_name": "Lombre", "method": "walk", "encounter_rate": 8, "min_level": 48, @@ -9957,7 +12653,7 @@ }, { "pokeapi_id": 274, - "pokemon_name": "nuzleaf", + "pokemon_name": "Nuzleaf", "method": "walk", "encounter_rate": 8, "min_level": 48, @@ -9965,7 +12661,7 @@ }, { "pokeapi_id": 204, - "pokemon_name": "pineco", + "pokemon_name": "Pineco", "method": "walk", "encounter_rate": 8, "min_level": 48, @@ -9973,7 +12669,7 @@ }, { "pokeapi_id": 284, - "pokemon_name": "masquerain", + "pokemon_name": "Masquerain", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -9981,7 +12677,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 2, "min_level": 48, @@ -9995,7 +12691,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -10003,7 +12699,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -10011,7 +12707,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -10019,7 +12715,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -10027,7 +12723,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 45, "min_level": 15, @@ -10035,7 +12731,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -10043,7 +12739,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -10057,7 +12753,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -10065,7 +12761,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -10073,7 +12769,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -10081,7 +12777,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 45, "min_level": 15, @@ -10089,7 +12785,7 @@ }, { "pokeapi_id": 341, - "pokemon_name": "corphish", + "pokemon_name": "Corphish", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -10097,7 +12793,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -10105,7 +12801,7 @@ }, { "pokeapi_id": 342, - "pokemon_name": "crawdaunt", + "pokemon_name": "Crawdaunt", "method": "super-rod", "encounter_rate": 15, "min_level": 40, @@ -10113,7 +12809,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -10121,7 +12817,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 5, "min_level": 40, @@ -10135,7 +12831,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -10143,7 +12839,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 100, "min_level": 10, @@ -10151,7 +12847,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 100, "min_level": 1, @@ -10159,7 +12855,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 90, "min_level": 35, @@ -10167,7 +12863,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -10181,7 +12877,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -10189,7 +12885,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -10197,7 +12893,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -10205,7 +12901,7 @@ }, { "pokeapi_id": 457, - "pokemon_name": "lumineon", + "pokemon_name": "Lumineon", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -10213,7 +12909,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "good-rod", "encounter_rate": 40, "min_level": 15, @@ -10221,7 +12917,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -10229,7 +12925,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -10237,7 +12933,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 15, "min_level": 20, @@ -10245,7 +12941,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 9, "min_level": 20, @@ -10253,7 +12949,7 @@ }, { "pokeapi_id": 457, - "pokemon_name": "lumineon", + "pokemon_name": "Lumineon", "method": "good-rod", "encounter_rate": 5, "min_level": 25, @@ -10261,7 +12957,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 1, "min_level": 20, @@ -10275,7 +12971,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -10283,7 +12979,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 60, "min_level": 30, @@ -10291,7 +12987,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -10299,7 +12995,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -10307,7 +13003,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "good-rod", "encounter_rate": 40, "min_level": 15, @@ -10315,7 +13011,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -10323,7 +13019,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 30, "min_level": 30, @@ -10331,7 +13027,7 @@ }, { "pokeapi_id": 224, - "pokemon_name": "octillery", + "pokemon_name": "Octillery", "method": "super-rod", "encounter_rate": 15, "min_level": 20, @@ -10339,7 +13035,7 @@ }, { "pokeapi_id": 458, - "pokemon_name": "mantyke", + "pokemon_name": "Mantyke", "method": "surf", "encounter_rate": 10, "min_level": 30, @@ -10347,7 +13043,7 @@ }, { "pokeapi_id": 224, - "pokemon_name": "octillery", + "pokemon_name": "Octillery", "method": "good-rod", "encounter_rate": 5, "min_level": 25, @@ -10355,7 +13051,7 @@ }, { "pokeapi_id": 321, - "pokemon_name": "wailord", + "pokemon_name": "Wailord", "method": "super-rod", "encounter_rate": 5, "min_level": 40, @@ -10369,7 +13065,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -10377,7 +13073,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 60, "min_level": 35, @@ -10385,7 +13081,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -10393,7 +13089,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -10401,7 +13097,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -10409,7 +13105,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 40, "min_level": 48, @@ -10417,7 +13113,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -10425,7 +13121,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "walk", "encounter_rate": 40, "min_level": 48, @@ -10433,7 +13129,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 30, "min_level": 35, @@ -10441,7 +13137,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 25, "min_level": 48, @@ -10449,7 +13145,7 @@ }, { "pokeapi_id": 354, - "pokemon_name": "banette", + "pokemon_name": "Banette", "method": "walk", "encounter_rate": 20, "min_level": 48, @@ -10457,7 +13153,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 49, @@ -10465,7 +13161,7 @@ }, { "pokeapi_id": 57, - "pokemon_name": "primeape", + "pokemon_name": "Primeape", "method": "walk", "encounter_rate": 20, "min_level": 49, @@ -10473,7 +13169,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 15, "min_level": 49, @@ -10481,7 +13177,7 @@ }, { "pokeapi_id": 369, - "pokemon_name": "relicanth", + "pokemon_name": "Relicanth", "method": "super-rod", "encounter_rate": 15, "min_level": 20, @@ -10489,7 +13185,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 15, "min_level": 47, @@ -10497,7 +13193,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -10505,7 +13201,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 5, "min_level": 47, @@ -10513,7 +13209,7 @@ }, { "pokeapi_id": 56, - "pokemon_name": "mankey", + "pokemon_name": "Mankey", "method": "walk", "encounter_rate": 2, "min_level": 47, @@ -10527,7 +13223,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -10535,7 +13231,7 @@ }, { "pokeapi_id": 364, - "pokemon_name": "sealeo", + "pokemon_name": "Sealeo", "method": "surf", "encounter_rate": 60, "min_level": 35, @@ -10543,7 +13239,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -10551,7 +13247,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 50, "min_level": 48, @@ -10559,7 +13255,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -10567,7 +13263,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 40, "min_level": 47, @@ -10575,7 +13271,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "walk", "encounter_rate": 40, "min_level": 48, @@ -10583,7 +13279,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -10591,7 +13287,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -10599,7 +13295,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 30, "min_level": 35, @@ -10607,7 +13303,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "walk", "encounter_rate": 25, "min_level": 48, @@ -10615,7 +13311,7 @@ }, { "pokeapi_id": 175, - "pokemon_name": "togepi", + "pokemon_name": "Togepi", "method": "walk", "encounter_rate": 22, "min_level": 48, @@ -10623,7 +13319,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -10631,7 +13327,7 @@ }, { "pokeapi_id": 224, - "pokemon_name": "octillery", + "pokemon_name": "Octillery", "method": "super-rod", "encounter_rate": 15, "min_level": 20, @@ -10639,7 +13335,7 @@ }, { "pokeapi_id": 315, - "pokemon_name": "roselia", + "pokemon_name": "Roselia", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -10647,7 +13343,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -10655,7 +13351,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 5, "min_level": 49, @@ -10663,7 +13359,7 @@ }, { "pokeapi_id": 321, - "pokemon_name": "wailord", + "pokemon_name": "Wailord", "method": "super-rod", "encounter_rate": 5, "min_level": 40, @@ -10671,7 +13367,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 5, "min_level": 49, @@ -10679,7 +13375,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 5, "min_level": 48, @@ -10693,7 +13389,7 @@ "encounters": [ { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 100, "min_level": 20, @@ -10701,7 +13397,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 3, @@ -10709,7 +13405,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 55, "min_level": 30, @@ -10717,7 +13413,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 55, "min_level": 10, @@ -10725,7 +13421,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 45, "min_level": 10, @@ -10733,7 +13429,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 45, "min_level": 37, @@ -10741,7 +13437,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -10749,7 +13445,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 30, "min_level": 37, @@ -10757,7 +13453,7 @@ }, { "pokeapi_id": 397, - "pokemon_name": "staravia", + "pokemon_name": "Staravia", "method": "walk", "encounter_rate": 30, "min_level": 38, @@ -10765,7 +13461,7 @@ }, { "pokeapi_id": 356, - "pokemon_name": "dusclops", + "pokemon_name": "Dusclops", "method": "walk", "encounter_rate": 27, "min_level": 39, @@ -10773,7 +13469,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 22, "min_level": 37, @@ -10781,7 +13477,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 38, @@ -10789,7 +13485,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 8, "min_level": 39, @@ -10797,7 +13493,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 8, "min_level": 39, @@ -10811,7 +13507,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 80, "min_level": 23, @@ -10819,7 +13515,7 @@ }, { "pokeapi_id": 449, - "pokemon_name": "hippopotas", + "pokemon_name": "Hippopotas", "method": "walk", "encounter_rate": 20, "min_level": 24, diff --git a/backend/src/app/seeds/data/pokemon.json b/backend/src/app/seeds/data/pokemon.json index 31506f7..d336e1b 100644 --- a/backend/src/app/seeds/data/pokemon.json +++ b/backend/src/app/seeds/data/pokemon.json @@ -29,26 +29,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/3.png" }, - { - "pokeapi_id": 10033, - "national_dex": 3, - "name": "Venusaur (Mega)", - "types": [ - "grass", - "poison" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10033.png" - }, - { - "pokeapi_id": 10195, - "national_dex": 3, - "name": "Venusaur (Gmax)", - "types": [ - "grass", - "poison" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10195.png" - }, { "pokeapi_id": 4, "national_dex": 4, @@ -77,36 +57,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/6.png" }, - { - "pokeapi_id": 10034, - "national_dex": 6, - "name": "Charizard (Mega X)", - "types": [ - "fire", - "dragon" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10034.png" - }, - { - "pokeapi_id": 10035, - "national_dex": 6, - "name": "Charizard (Mega Y)", - "types": [ - "fire", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10035.png" - }, - { - "pokeapi_id": 10196, - "national_dex": 6, - "name": "Charizard (Gmax)", - "types": [ - "fire", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10196.png" - }, { "pokeapi_id": 7, "national_dex": 7, @@ -134,24 +84,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/9.png" }, - { - "pokeapi_id": 10036, - "national_dex": 9, - "name": "Blastoise (Mega)", - "types": [ - "water" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10036.png" - }, - { - "pokeapi_id": 10197, - "national_dex": 9, - "name": "Blastoise (Gmax)", - "types": [ - "water" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10197.png" - }, { "pokeapi_id": 10, "national_dex": 10, @@ -180,16 +112,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/12.png" }, - { - "pokeapi_id": 10198, - "national_dex": 12, - "name": "Butterfree (Gmax)", - "types": [ - "bug", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10198.png" - }, { "pokeapi_id": 13, "national_dex": 13, @@ -220,16 +142,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/15.png" }, - { - "pokeapi_id": 10090, - "national_dex": 15, - "name": "Beedrill (Mega)", - "types": [ - "bug", - "poison" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10090.png" - }, { "pokeapi_id": 16, "national_dex": 16, @@ -260,16 +172,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/18.png" }, - { - "pokeapi_id": 10073, - "national_dex": 18, - "name": "Pidgeot (Mega)", - "types": [ - "normal", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10073.png" - }, { "pokeapi_id": 19, "national_dex": 19, @@ -279,16 +181,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/19.png" }, - { - "pokeapi_id": 10091, - "national_dex": 19, - "name": "Rattata (Alola)", - "types": [ - "dark", - "normal" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10091.png" - }, { "pokeapi_id": 20, "national_dex": 20, @@ -298,26 +190,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/20.png" }, - { - "pokeapi_id": 10092, - "national_dex": 20, - "name": "Raticate (Alola)", - "types": [ - "dark", - "normal" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10092.png" - }, - { - "pokeapi_id": 10093, - "national_dex": 20, - "name": "Raticate (Totem Alola)", - "types": [ - "dark", - "normal" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10093.png" - }, { "pokeapi_id": 21, "national_dex": 21, @@ -365,150 +237,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/25.png" }, - { - "pokeapi_id": 10080, - "national_dex": 25, - "name": "Pikachu (Rock Star)", - "types": [ - "electric" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10080.png" - }, - { - "pokeapi_id": 10081, - "national_dex": 25, - "name": "Pikachu (Belle)", - "types": [ - "electric" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10081.png" - }, - { - "pokeapi_id": 10082, - "national_dex": 25, - "name": "Pikachu (Pop Star)", - "types": [ - "electric" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10082.png" - }, - { - "pokeapi_id": 10083, - "national_dex": 25, - "name": "Pikachu (Phd)", - "types": [ - "electric" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10083.png" - }, - { - "pokeapi_id": 10084, - "national_dex": 25, - "name": "Pikachu (Libre)", - "types": [ - "electric" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10084.png" - }, - { - "pokeapi_id": 10085, - "national_dex": 25, - "name": "Pikachu (Cosplay)", - "types": [ - "electric" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10085.png" - }, - { - "pokeapi_id": 10094, - "national_dex": 25, - "name": "Pikachu (Original Cap)", - "types": [ - "electric" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10094.png" - }, - { - "pokeapi_id": 10095, - "national_dex": 25, - "name": "Pikachu (Hoenn Cap)", - "types": [ - "electric" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10095.png" - }, - { - "pokeapi_id": 10096, - "national_dex": 25, - "name": "Pikachu (Sinnoh Cap)", - "types": [ - "electric" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10096.png" - }, - { - "pokeapi_id": 10097, - "national_dex": 25, - "name": "Pikachu (Unova Cap)", - "types": [ - "electric" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10097.png" - }, - { - "pokeapi_id": 10098, - "national_dex": 25, - "name": "Pikachu (Kalos Cap)", - "types": [ - "electric" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10098.png" - }, - { - "pokeapi_id": 10099, - "national_dex": 25, - "name": "Pikachu (Alola Cap)", - "types": [ - "electric" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10099.png" - }, - { - "pokeapi_id": 10148, - "national_dex": 25, - "name": "Pikachu (Partner Cap)", - "types": [ - "electric" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10148.png" - }, - { - "pokeapi_id": 10158, - "national_dex": 25, - "name": "Pikachu (Starter)", - "types": [ - "electric" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10158.png" - }, - { - "pokeapi_id": 10160, - "national_dex": 25, - "name": "Pikachu (World Cap)", - "types": [ - "electric" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10160.png" - }, - { - "pokeapi_id": 10199, - "national_dex": 25, - "name": "Pikachu (Gmax)", - "types": [ - "electric" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10199.png" - }, { "pokeapi_id": 26, "national_dex": 26, @@ -518,34 +246,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/26.png" }, - { - "pokeapi_id": 10100, - "national_dex": 26, - "name": "Raichu (Alola)", - "types": [ - "electric", - "psychic" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10100.png" - }, - { - "pokeapi_id": 10304, - "national_dex": 26, - "name": "Raichu (Mega X)", - "types": [ - "electric" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10304.png" - }, - { - "pokeapi_id": 10305, - "national_dex": 26, - "name": "Raichu (Mega Y)", - "types": [ - "electric" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10305.png" - }, { "pokeapi_id": 27, "national_dex": 27, @@ -555,16 +255,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/27.png" }, - { - "pokeapi_id": 10101, - "national_dex": 27, - "name": "Sandshrew (Alola)", - "types": [ - "ice", - "steel" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10101.png" - }, { "pokeapi_id": 28, "national_dex": 28, @@ -574,16 +264,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/28.png" }, - { - "pokeapi_id": 10102, - "national_dex": 28, - "name": "Sandslash (Alola)", - "types": [ - "ice", - "steel" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10102.png" - }, { "pokeapi_id": 29, "national_dex": 29, @@ -658,16 +338,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/36.png" }, - { - "pokeapi_id": 10278, - "national_dex": 36, - "name": "Clefable (Mega)", - "types": [ - "fairy", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10278.png" - }, { "pokeapi_id": 37, "national_dex": 37, @@ -677,15 +347,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/37.png" }, - { - "pokeapi_id": 10103, - "national_dex": 37, - "name": "Vulpix (Alola)", - "types": [ - "ice" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10103.png" - }, { "pokeapi_id": 38, "national_dex": 38, @@ -695,16 +356,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/38.png" }, - { - "pokeapi_id": 10104, - "national_dex": 38, - "name": "Ninetales (Alola)", - "types": [ - "ice", - "fairy" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10104.png" - }, { "pokeapi_id": 39, "national_dex": 39, @@ -824,16 +475,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/50.png" }, - { - "pokeapi_id": 10105, - "national_dex": 50, - "name": "Diglett (Alola)", - "types": [ - "ground", - "steel" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10105.png" - }, { "pokeapi_id": 51, "national_dex": 51, @@ -843,16 +484,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/51.png" }, - { - "pokeapi_id": 10106, - "national_dex": 51, - "name": "Dugtrio (Alola)", - "types": [ - "ground", - "steel" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10106.png" - }, { "pokeapi_id": 52, "national_dex": 52, @@ -862,33 +493,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/52.png" }, - { - "pokeapi_id": 10107, - "national_dex": 52, - "name": "Meowth (Alola)", - "types": [ - "dark" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10107.png" - }, - { - "pokeapi_id": 10161, - "national_dex": 52, - "name": "Meowth (Galar)", - "types": [ - "steel" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10161.png" - }, - { - "pokeapi_id": 10200, - "national_dex": 52, - "name": "Meowth (Gmax)", - "types": [ - "normal" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10200.png" - }, { "pokeapi_id": 53, "national_dex": 53, @@ -898,15 +502,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/53.png" }, - { - "pokeapi_id": 10108, - "national_dex": 53, - "name": "Persian (Alola)", - "types": [ - "dark" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10108.png" - }, { "pokeapi_id": 54, "national_dex": 54, @@ -952,16 +547,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/58.png" }, - { - "pokeapi_id": 10229, - "national_dex": 58, - "name": "Growlithe (Hisui)", - "types": [ - "fire", - "rock" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10229.png" - }, { "pokeapi_id": 59, "national_dex": 59, @@ -971,16 +556,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/59.png" }, - { - "pokeapi_id": 10230, - "national_dex": 59, - "name": "Arcanine (Hisui)", - "types": [ - "fire", - "rock" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10230.png" - }, { "pokeapi_id": 60, "national_dex": 60, @@ -1036,15 +611,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/65.png" }, - { - "pokeapi_id": 10037, - "national_dex": 65, - "name": "Alakazam (Mega)", - "types": [ - "psychic" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10037.png" - }, { "pokeapi_id": 66, "national_dex": 66, @@ -1072,15 +638,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/68.png" }, - { - "pokeapi_id": 10201, - "national_dex": 68, - "name": "Machamp (Gmax)", - "types": [ - "fighting" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10201.png" - }, { "pokeapi_id": 69, "national_dex": 69, @@ -1111,16 +668,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/71.png" }, - { - "pokeapi_id": 10279, - "national_dex": 71, - "name": "Victreebel (Mega)", - "types": [ - "grass", - "poison" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10279.png" - }, { "pokeapi_id": 72, "national_dex": 72, @@ -1151,16 +698,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/74.png" }, - { - "pokeapi_id": 10109, - "national_dex": 74, - "name": "Geodude (Alola)", - "types": [ - "rock", - "electric" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10109.png" - }, { "pokeapi_id": 75, "national_dex": 75, @@ -1171,16 +708,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/75.png" }, - { - "pokeapi_id": 10110, - "national_dex": 75, - "name": "Graveler (Alola)", - "types": [ - "rock", - "electric" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10110.png" - }, { "pokeapi_id": 76, "national_dex": 76, @@ -1191,16 +718,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/76.png" }, - { - "pokeapi_id": 10111, - "national_dex": 76, - "name": "Golem (Alola)", - "types": [ - "rock", - "electric" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10111.png" - }, { "pokeapi_id": 77, "national_dex": 77, @@ -1210,15 +727,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/77.png" }, - { - "pokeapi_id": 10162, - "national_dex": 77, - "name": "Ponyta (Galar)", - "types": [ - "psychic" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10162.png" - }, { "pokeapi_id": 78, "national_dex": 78, @@ -1228,16 +736,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/78.png" }, - { - "pokeapi_id": 10163, - "national_dex": 78, - "name": "Rapidash (Galar)", - "types": [ - "psychic", - "fairy" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10163.png" - }, { "pokeapi_id": 79, "national_dex": 79, @@ -1248,15 +746,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/79.png" }, - { - "pokeapi_id": 10164, - "national_dex": 79, - "name": "Slowpoke (Galar)", - "types": [ - "psychic" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10164.png" - }, { "pokeapi_id": 80, "national_dex": 80, @@ -1267,26 +756,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/80.png" }, - { - "pokeapi_id": 10071, - "national_dex": 80, - "name": "Slowbro (Mega)", - "types": [ - "water", - "psychic" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10071.png" - }, - { - "pokeapi_id": 10165, - "national_dex": 80, - "name": "Slowbro (Galar)", - "types": [ - "poison", - "psychic" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10165.png" - }, { "pokeapi_id": 81, "national_dex": 81, @@ -1317,15 +786,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/83.png" }, - { - "pokeapi_id": 10166, - "national_dex": 83, - "name": "Farfetchd (Galar)", - "types": [ - "fighting" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10166.png" - }, { "pokeapi_id": 84, "national_dex": 84, @@ -1374,16 +834,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/88.png" }, - { - "pokeapi_id": 10112, - "national_dex": 88, - "name": "Grimer (Alola)", - "types": [ - "poison", - "dark" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10112.png" - }, { "pokeapi_id": 89, "national_dex": 89, @@ -1393,16 +843,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/89.png" }, - { - "pokeapi_id": 10113, - "national_dex": 89, - "name": "Muk (Alola)", - "types": [ - "poison", - "dark" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10113.png" - }, { "pokeapi_id": 90, "national_dex": 90, @@ -1452,26 +892,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/94.png" }, - { - "pokeapi_id": 10038, - "national_dex": 94, - "name": "Gengar (Mega)", - "types": [ - "ghost", - "poison" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10038.png" - }, - { - "pokeapi_id": 10202, - "national_dex": 94, - "name": "Gengar (Gmax)", - "types": [ - "ghost", - "poison" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10202.png" - }, { "pokeapi_id": 95, "national_dex": 95, @@ -1518,15 +938,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/99.png" }, - { - "pokeapi_id": 10203, - "national_dex": 99, - "name": "Kingler (Gmax)", - "types": [ - "water" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10203.png" - }, { "pokeapi_id": 100, "national_dex": 100, @@ -1536,16 +947,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/100.png" }, - { - "pokeapi_id": 10231, - "national_dex": 100, - "name": "Voltorb (Hisui)", - "types": [ - "electric", - "grass" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10231.png" - }, { "pokeapi_id": 101, "national_dex": 101, @@ -1555,16 +956,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/101.png" }, - { - "pokeapi_id": 10232, - "national_dex": 101, - "name": "Electrode (Hisui)", - "types": [ - "electric", - "grass" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10232.png" - }, { "pokeapi_id": 102, "national_dex": 102, @@ -1585,16 +976,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/103.png" }, - { - "pokeapi_id": 10114, - "national_dex": 103, - "name": "Exeggutor (Alola)", - "types": [ - "grass", - "dragon" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10114.png" - }, { "pokeapi_id": 104, "national_dex": 104, @@ -1613,26 +994,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/105.png" }, - { - "pokeapi_id": 10115, - "national_dex": 105, - "name": "Marowak (Alola)", - "types": [ - "fire", - "ghost" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10115.png" - }, - { - "pokeapi_id": 10149, - "national_dex": 105, - "name": "Marowak (Totem)", - "types": [ - "fire", - "ghost" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10149.png" - }, { "pokeapi_id": 106, "national_dex": 106, @@ -1678,16 +1039,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/110.png" }, - { - "pokeapi_id": 10167, - "national_dex": 110, - "name": "Weezing (Galar)", - "types": [ - "poison", - "fairy" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10167.png" - }, { "pokeapi_id": 111, "national_dex": 111, @@ -1735,15 +1086,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/115.png" }, - { - "pokeapi_id": 10039, - "national_dex": 115, - "name": "Kangaskhan (Mega)", - "types": [ - "normal" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10039.png" - }, { "pokeapi_id": 116, "national_dex": 116, @@ -1799,16 +1141,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/121.png" }, - { - "pokeapi_id": 10280, - "national_dex": 121, - "name": "Starmie (Mega)", - "types": [ - "water", - "psychic" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10280.png" - }, { "pokeapi_id": 122, "national_dex": 122, @@ -1819,16 +1151,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/122.png" }, - { - "pokeapi_id": 10168, - "national_dex": 122, - "name": "Mr Mime (Galar)", - "types": [ - "ice", - "psychic" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10168.png" - }, { "pokeapi_id": 123, "national_dex": 123, @@ -1876,16 +1198,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/127.png" }, - { - "pokeapi_id": 10040, - "national_dex": 127, - "name": "Pinsir (Mega)", - "types": [ - "bug", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10040.png" - }, { "pokeapi_id": 128, "national_dex": 128, @@ -1895,35 +1207,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/128.png" }, - { - "pokeapi_id": 10250, - "national_dex": 128, - "name": "Tauros (Paldea Combat Breed)", - "types": [ - "fighting" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10250.png" - }, - { - "pokeapi_id": 10251, - "national_dex": 128, - "name": "Tauros (Paldea Blaze Breed)", - "types": [ - "fighting", - "fire" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10251.png" - }, - { - "pokeapi_id": 10252, - "national_dex": 128, - "name": "Tauros (Paldea Aqua Breed)", - "types": [ - "fighting", - "water" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10252.png" - }, { "pokeapi_id": 129, "national_dex": 129, @@ -1943,16 +1226,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/130.png" }, - { - "pokeapi_id": 10041, - "national_dex": 130, - "name": "Gyarados (Mega)", - "types": [ - "water", - "dark" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10041.png" - }, { "pokeapi_id": 131, "national_dex": 131, @@ -1963,16 +1236,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/131.png" }, - { - "pokeapi_id": 10204, - "national_dex": 131, - "name": "Lapras (Gmax)", - "types": [ - "water", - "ice" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10204.png" - }, { "pokeapi_id": 132, "national_dex": 132, @@ -1991,24 +1254,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/133.png" }, - { - "pokeapi_id": 10159, - "national_dex": 133, - "name": "Eevee (Starter)", - "types": [ - "normal" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10159.png" - }, - { - "pokeapi_id": 10205, - "national_dex": 133, - "name": "Eevee (Gmax)", - "types": [ - "normal" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10205.png" - }, { "pokeapi_id": 134, "national_dex": 134, @@ -2095,16 +1340,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/142.png" }, - { - "pokeapi_id": 10042, - "national_dex": 142, - "name": "Aerodactyl (Mega)", - "types": [ - "rock", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10042.png" - }, { "pokeapi_id": 143, "national_dex": 143, @@ -2114,15 +1349,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/143.png" }, - { - "pokeapi_id": 10206, - "national_dex": 143, - "name": "Snorlax (Gmax)", - "types": [ - "normal" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10206.png" - }, { "pokeapi_id": 144, "national_dex": 144, @@ -2133,16 +1359,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/144.png" }, - { - "pokeapi_id": 10169, - "national_dex": 144, - "name": "Articuno (Galar)", - "types": [ - "psychic", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10169.png" - }, { "pokeapi_id": 145, "national_dex": 145, @@ -2153,16 +1369,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/145.png" }, - { - "pokeapi_id": 10170, - "national_dex": 145, - "name": "Zapdos (Galar)", - "types": [ - "fighting", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10170.png" - }, { "pokeapi_id": 146, "national_dex": 146, @@ -2173,16 +1379,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/146.png" }, - { - "pokeapi_id": 10171, - "national_dex": 146, - "name": "Moltres (Galar)", - "types": [ - "dark", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10171.png" - }, { "pokeapi_id": 147, "national_dex": 147, @@ -2211,16 +1407,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/149.png" }, - { - "pokeapi_id": 10281, - "national_dex": 149, - "name": "Dragonite (Mega)", - "types": [ - "dragon", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10281.png" - }, { "pokeapi_id": 150, "national_dex": 150, @@ -2230,25 +1416,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/150.png" }, - { - "pokeapi_id": 10043, - "national_dex": 150, - "name": "Mewtwo (Mega X)", - "types": [ - "psychic", - "fighting" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10043.png" - }, - { - "pokeapi_id": 10044, - "national_dex": 150, - "name": "Mewtwo (Mega Y)", - "types": [ - "psychic" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10044.png" - }, { "pokeapi_id": 151, "national_dex": 151, @@ -2285,16 +1452,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/154.png" }, - { - "pokeapi_id": 10282, - "national_dex": 154, - "name": "Meganium (Mega)", - "types": [ - "grass", - "fairy" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10282.png" - }, { "pokeapi_id": 155, "national_dex": 155, @@ -2322,16 +1479,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/157.png" }, - { - "pokeapi_id": 10233, - "national_dex": 157, - "name": "Typhlosion (Hisui)", - "types": [ - "fire", - "ghost" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10233.png" - }, { "pokeapi_id": 158, "national_dex": 158, @@ -2359,16 +1506,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/160.png" }, - { - "pokeapi_id": 10283, - "national_dex": 160, - "name": "Feraligatr (Mega)", - "types": [ - "water", - "dragon" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10283.png" - }, { "pokeapi_id": 161, "national_dex": 161, @@ -2571,16 +1708,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/181.png" }, - { - "pokeapi_id": 10045, - "national_dex": 181, - "name": "Ampharos (Mega)", - "types": [ - "electric", - "dragon" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10045.png" - }, { "pokeapi_id": 182, "national_dex": 182, @@ -2705,16 +1832,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/194.png" }, - { - "pokeapi_id": 10253, - "national_dex": 194, - "name": "Wooper (Paldea)", - "types": [ - "poison", - "ground" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10253.png" - }, { "pokeapi_id": 195, "national_dex": 195, @@ -2763,16 +1880,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/199.png" }, - { - "pokeapi_id": 10172, - "national_dex": 199, - "name": "Slowking (Galar)", - "types": [ - "poison", - "psychic" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10172.png" - }, { "pokeapi_id": 200, "national_dex": 200, @@ -2858,16 +1965,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/208.png" }, - { - "pokeapi_id": 10072, - "national_dex": 208, - "name": "Steelix (Mega)", - "types": [ - "steel", - "ground" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10072.png" - }, { "pokeapi_id": 209, "national_dex": 209, @@ -2896,16 +1993,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/211.png" }, - { - "pokeapi_id": 10234, - "national_dex": 211, - "name": "Qwilfish (Hisui)", - "types": [ - "dark", - "poison" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10234.png" - }, { "pokeapi_id": 212, "national_dex": 212, @@ -2916,16 +2003,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/212.png" }, - { - "pokeapi_id": 10046, - "national_dex": 212, - "name": "Scizor (Mega)", - "types": [ - "bug", - "steel" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10046.png" - }, { "pokeapi_id": 213, "national_dex": 213, @@ -2946,16 +2023,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/214.png" }, - { - "pokeapi_id": 10047, - "national_dex": 214, - "name": "Heracross (Mega)", - "types": [ - "bug", - "fighting" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10047.png" - }, { "pokeapi_id": 215, "national_dex": 215, @@ -2966,16 +2033,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/215.png" }, - { - "pokeapi_id": 10235, - "national_dex": 215, - "name": "Sneasel (Hisui)", - "types": [ - "fighting", - "poison" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10235.png" - }, { "pokeapi_id": 216, "national_dex": 216, @@ -3043,15 +2100,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/222.png" }, - { - "pokeapi_id": 10173, - "national_dex": 222, - "name": "Corsola (Galar)", - "types": [ - "ghost" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10173.png" - }, { "pokeapi_id": 223, "national_dex": 223, @@ -3100,16 +2148,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/227.png" }, - { - "pokeapi_id": 10284, - "national_dex": 227, - "name": "Skarmory (Mega)", - "types": [ - "steel", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10284.png" - }, { "pokeapi_id": 228, "national_dex": 228, @@ -3130,16 +2168,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/229.png" }, - { - "pokeapi_id": 10048, - "national_dex": 229, - "name": "Houndoom (Mega)", - "types": [ - "dark", - "fire" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10048.png" - }, { "pokeapi_id": 230, "national_dex": 230, @@ -3316,16 +2344,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/248.png" }, - { - "pokeapi_id": 10049, - "national_dex": 248, - "name": "Tyranitar (Mega)", - "types": [ - "rock", - "dark" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10049.png" - }, { "pokeapi_id": 249, "national_dex": 249, @@ -3383,16 +2401,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/254.png" }, - { - "pokeapi_id": 10065, - "national_dex": 254, - "name": "Sceptile (Mega)", - "types": [ - "grass", - "dragon" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10065.png" - }, { "pokeapi_id": 255, "national_dex": 255, @@ -3422,16 +2430,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/257.png" }, - { - "pokeapi_id": 10050, - "national_dex": 257, - "name": "Blaziken (Mega)", - "types": [ - "fire", - "fighting" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10050.png" - }, { "pokeapi_id": 258, "national_dex": 258, @@ -3461,16 +2459,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/260.png" }, - { - "pokeapi_id": 10064, - "national_dex": 260, - "name": "Swampert (Mega)", - "types": [ - "water", - "ground" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10064.png" - }, { "pokeapi_id": 261, "national_dex": 261, @@ -3498,16 +2486,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/263.png" }, - { - "pokeapi_id": 10174, - "national_dex": 263, - "name": "Zigzagoon (Galar)", - "types": [ - "dark", - "normal" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10174.png" - }, { "pokeapi_id": 264, "national_dex": 264, @@ -3517,16 +2495,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/264.png" }, - { - "pokeapi_id": 10175, - "national_dex": 264, - "name": "Linoone (Galar)", - "types": [ - "dark", - "normal" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10175.png" - }, { "pokeapi_id": 265, "national_dex": 265, @@ -3703,16 +2671,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/282.png" }, - { - "pokeapi_id": 10051, - "national_dex": 282, - "name": "Gardevoir (Mega)", - "types": [ - "psychic", - "fairy" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10051.png" - }, { "pokeapi_id": 283, "national_dex": 283, @@ -3901,16 +2859,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/302.png" }, - { - "pokeapi_id": 10066, - "national_dex": 302, - "name": "Sableye (Mega)", - "types": [ - "dark", - "ghost" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10066.png" - }, { "pokeapi_id": 303, "national_dex": 303, @@ -3921,16 +2869,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/303.png" }, - { - "pokeapi_id": 10052, - "national_dex": 303, - "name": "Mawile (Mega)", - "types": [ - "steel", - "fairy" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10052.png" - }, { "pokeapi_id": 304, "national_dex": 304, @@ -3961,15 +2899,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/306.png" }, - { - "pokeapi_id": 10053, - "national_dex": 306, - "name": "Aggron (Mega)", - "types": [ - "steel" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10053.png" - }, { "pokeapi_id": 307, "national_dex": 307, @@ -3990,16 +2919,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/308.png" }, - { - "pokeapi_id": 10054, - "national_dex": 308, - "name": "Medicham (Mega)", - "types": [ - "fighting", - "psychic" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10054.png" - }, { "pokeapi_id": 309, "national_dex": 309, @@ -4018,15 +2937,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/310.png" }, - { - "pokeapi_id": 10055, - "national_dex": 310, - "name": "Manectric (Mega)", - "types": [ - "electric" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10055.png" - }, { "pokeapi_id": 311, "national_dex": 311, @@ -4111,16 +3021,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/319.png" }, - { - "pokeapi_id": 10070, - "national_dex": 319, - "name": "Sharpedo (Mega)", - "types": [ - "water", - "dark" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10070.png" - }, { "pokeapi_id": 320, "national_dex": 320, @@ -4159,16 +3059,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/323.png" }, - { - "pokeapi_id": 10087, - "national_dex": 323, - "name": "Camerupt (Mega)", - "types": [ - "fire", - "ground" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10087.png" - }, { "pokeapi_id": 324, "national_dex": 324, @@ -4273,16 +3163,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/334.png" }, - { - "pokeapi_id": 10067, - "national_dex": 334, - "name": "Altaria (Mega)", - "types": [ - "dragon", - "fairy" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10067.png" - }, { "pokeapi_id": 335, "national_dex": 335, @@ -4447,33 +3327,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/351.png" }, - { - "pokeapi_id": 10013, - "national_dex": 351, - "name": "Castform (Sunny)", - "types": [ - "fire" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10013.png" - }, - { - "pokeapi_id": 10014, - "national_dex": 351, - "name": "Castform (Rainy)", - "types": [ - "water" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10014.png" - }, - { - "pokeapi_id": 10015, - "national_dex": 351, - "name": "Castform (Snowy)", - "types": [ - "ice" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10015.png" - }, { "pokeapi_id": 352, "national_dex": 352, @@ -4501,15 +3354,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/354.png" }, - { - "pokeapi_id": 10056, - "national_dex": 354, - "name": "Banette (Mega)", - "types": [ - "ghost" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10056.png" - }, { "pokeapi_id": 355, "national_dex": 355, @@ -4547,16 +3391,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/358.png" }, - { - "pokeapi_id": 10306, - "national_dex": 358, - "name": "Chimecho (Mega)", - "types": [ - "psychic", - "steel" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10306.png" - }, { "pokeapi_id": 359, "national_dex": 359, @@ -4566,25 +3400,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/359.png" }, - { - "pokeapi_id": 10057, - "national_dex": 359, - "name": "Absol (Mega)", - "types": [ - "dark" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10057.png" - }, - { - "pokeapi_id": 10307, - "national_dex": 359, - "name": "Absol (Mega Z)", - "types": [ - "dark", - "ghost" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10307.png" - }, { "pokeapi_id": 360, "national_dex": 360, @@ -4612,15 +3427,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/362.png" }, - { - "pokeapi_id": 10074, - "national_dex": 362, - "name": "Glalie (Mega)", - "types": [ - "ice" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10074.png" - }, { "pokeapi_id": 363, "national_dex": 363, @@ -4725,16 +3531,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/373.png" }, - { - "pokeapi_id": 10089, - "national_dex": 373, - "name": "Salamence (Mega)", - "types": [ - "dragon", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10089.png" - }, { "pokeapi_id": 374, "national_dex": 374, @@ -4765,16 +3561,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/376.png" }, - { - "pokeapi_id": 10076, - "national_dex": 376, - "name": "Metagross (Mega)", - "types": [ - "steel", - "psychic" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10076.png" - }, { "pokeapi_id": 377, "national_dex": 377, @@ -4812,16 +3598,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/380.png" }, - { - "pokeapi_id": 10062, - "national_dex": 380, - "name": "Latias (Mega)", - "types": [ - "dragon", - "psychic" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10062.png" - }, { "pokeapi_id": 381, "national_dex": 381, @@ -4832,16 +3608,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/381.png" }, - { - "pokeapi_id": 10063, - "national_dex": 381, - "name": "Latios (Mega)", - "types": [ - "dragon", - "psychic" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10063.png" - }, { "pokeapi_id": 382, "national_dex": 382, @@ -4851,15 +3617,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/382.png" }, - { - "pokeapi_id": 10077, - "national_dex": 382, - "name": "Kyogre (Primal)", - "types": [ - "water" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10077.png" - }, { "pokeapi_id": 383, "national_dex": 383, @@ -4869,16 +3626,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/383.png" }, - { - "pokeapi_id": 10078, - "national_dex": 383, - "name": "Groudon (Primal)", - "types": [ - "ground", - "fire" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10078.png" - }, { "pokeapi_id": 384, "national_dex": 384, @@ -4889,16 +3636,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/384.png" }, - { - "pokeapi_id": 10079, - "national_dex": 384, - "name": "Rayquaza (Mega)", - "types": [ - "dragon", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10079.png" - }, { "pokeapi_id": 385, "national_dex": 385, @@ -4918,33 +3655,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/386.png" }, - { - "pokeapi_id": 10001, - "national_dex": 386, - "name": "Deoxys (Attack)", - "types": [ - "psychic" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10001.png" - }, - { - "pokeapi_id": 10002, - "national_dex": 386, - "name": "Deoxys (Defense)", - "types": [ - "psychic" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10002.png" - }, - { - "pokeapi_id": 10003, - "national_dex": 386, - "name": "Deoxys (Speed)", - "types": [ - "psychic" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10003.png" - }, { "pokeapi_id": 387, "national_dex": 387, @@ -5060,16 +3770,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/398.png" }, - { - "pokeapi_id": 10308, - "national_dex": 398, - "name": "Staraptor (Mega)", - "types": [ - "fighting", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10308.png" - }, { "pokeapi_id": 399, "national_dex": 399, @@ -5211,26 +3911,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/413.png" }, - { - "pokeapi_id": 10004, - "national_dex": 413, - "name": "Wormadam (Sandy)", - "types": [ - "bug", - "ground" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10004.png" - }, - { - "pokeapi_id": 10005, - "national_dex": 413, - "name": "Wormadam (Trash)", - "types": [ - "bug", - "steel" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10005.png" - }, { "pokeapi_id": 414, "national_dex": 414, @@ -5372,16 +4052,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/428.png" }, - { - "pokeapi_id": 10088, - "national_dex": 428, - "name": "Lopunny (Mega)", - "types": [ - "normal", - "fighting" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10088.png" - }, { "pokeapi_id": 429, "national_dex": 429, @@ -5546,25 +4216,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/445.png" }, - { - "pokeapi_id": 10058, - "national_dex": 445, - "name": "Garchomp (Mega)", - "types": [ - "dragon", - "ground" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10058.png" - }, - { - "pokeapi_id": 10309, - "national_dex": 445, - "name": "Garchomp (Mega Z)", - "types": [ - "dragon" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10309.png" - }, { "pokeapi_id": 446, "national_dex": 446, @@ -5593,26 +4244,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/448.png" }, - { - "pokeapi_id": 10059, - "national_dex": 448, - "name": "Lucario (Mega)", - "types": [ - "fighting", - "steel" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10059.png" - }, - { - "pokeapi_id": 10310, - "national_dex": 448, - "name": "Lucario (Mega Z)", - "types": [ - "fighting", - "steel" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10310.png" - }, { "pokeapi_id": 449, "national_dex": 449, @@ -5728,16 +4359,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/460.png" }, - { - "pokeapi_id": 10060, - "national_dex": 460, - "name": "Abomasnow (Mega)", - "types": [ - "grass", - "ice" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10060.png" - }, { "pokeapi_id": 461, "national_dex": 461, @@ -5881,16 +4502,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/475.png" }, - { - "pokeapi_id": 10068, - "national_dex": 475, - "name": "Gallade (Mega)", - "types": [ - "psychic", - "fighting" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10068.png" - }, { "pokeapi_id": 476, "national_dex": 476, @@ -5920,16 +4531,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/478.png" }, - { - "pokeapi_id": 10285, - "national_dex": 478, - "name": "Froslass (Mega)", - "types": [ - "ice", - "ghost" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10285.png" - }, { "pokeapi_id": 479, "national_dex": 479, @@ -5940,56 +4541,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/479.png" }, - { - "pokeapi_id": 10008, - "national_dex": 479, - "name": "Rotom (Heat)", - "types": [ - "electric", - "fire" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10008.png" - }, - { - "pokeapi_id": 10009, - "national_dex": 479, - "name": "Rotom (Wash)", - "types": [ - "electric", - "water" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10009.png" - }, - { - "pokeapi_id": 10010, - "national_dex": 479, - "name": "Rotom (Frost)", - "types": [ - "electric", - "ice" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10010.png" - }, - { - "pokeapi_id": 10011, - "national_dex": 479, - "name": "Rotom (Fan)", - "types": [ - "electric", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10011.png" - }, - { - "pokeapi_id": 10012, - "national_dex": 479, - "name": "Rotom (Mow)", - "types": [ - "electric", - "grass" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10012.png" - }, { "pokeapi_id": 480, "national_dex": 480, @@ -6027,16 +4578,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/483.png" }, - { - "pokeapi_id": 10245, - "national_dex": 483, - "name": "Dialga (Origin)", - "types": [ - "steel", - "dragon" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10245.png" - }, { "pokeapi_id": 484, "national_dex": 484, @@ -6047,16 +4588,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/484.png" }, - { - "pokeapi_id": 10246, - "national_dex": 484, - "name": "Palkia (Origin)", - "types": [ - "water", - "dragon" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10246.png" - }, { "pokeapi_id": 485, "national_dex": 485, @@ -6067,16 +4598,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/485.png" }, - { - "pokeapi_id": 10311, - "national_dex": 485, - "name": "Heatran (Mega)", - "types": [ - "fire", - "steel" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10311.png" - }, { "pokeapi_id": 486, "national_dex": 486, @@ -6096,16 +4617,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/487.png" }, - { - "pokeapi_id": 10007, - "national_dex": 487, - "name": "Giratina (Origin)", - "types": [ - "ghost", - "dragon" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10007.png" - }, { "pokeapi_id": 488, "national_dex": 488, @@ -6142,15 +4653,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/491.png" }, - { - "pokeapi_id": 10312, - "national_dex": 491, - "name": "Darkrai (Mega)", - "types": [ - "dark" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10312.png" - }, { "pokeapi_id": 492, "national_dex": 492, @@ -6160,16 +4662,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/492.png" }, - { - "pokeapi_id": 10006, - "national_dex": 492, - "name": "Shaymin (Sky)", - "types": [ - "grass", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10006.png" - }, { "pokeapi_id": 493, "national_dex": 493, @@ -6245,16 +4737,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/500.png" }, - { - "pokeapi_id": 10286, - "national_dex": 500, - "name": "Emboar (Mega)", - "types": [ - "fire", - "fighting" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10286.png" - }, { "pokeapi_id": 501, "national_dex": 501, @@ -6282,16 +4764,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/503.png" }, - { - "pokeapi_id": 10236, - "national_dex": 503, - "name": "Samurott (Hisui)", - "types": [ - "water", - "dark" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10236.png" - }, { "pokeapi_id": 504, "national_dex": 504, @@ -6541,16 +5013,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/530.png" }, - { - "pokeapi_id": 10287, - "national_dex": 530, - "name": "Excadrill (Mega)", - "types": [ - "ground", - "steel" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10287.png" - }, { "pokeapi_id": 531, "national_dex": 531, @@ -6560,16 +5022,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/531.png" }, - { - "pokeapi_id": 10069, - "national_dex": 531, - "name": "Audino (Mega)", - "types": [ - "normal", - "fairy" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10069.png" - }, { "pokeapi_id": 532, "national_dex": 532, @@ -6704,16 +5156,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/545.png" }, - { - "pokeapi_id": 10288, - "national_dex": 545, - "name": "Scolipede (Mega)", - "types": [ - "bug", - "poison" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10288.png" - }, { "pokeapi_id": 546, "national_dex": 546, @@ -6752,16 +5194,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/549.png" }, - { - "pokeapi_id": 10237, - "national_dex": 549, - "name": "Lilligant (Hisui)", - "types": [ - "grass", - "fighting" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10237.png" - }, { "pokeapi_id": 550, "national_dex": 550, @@ -6771,24 +5203,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/550.png" }, - { - "pokeapi_id": 10016, - "national_dex": 550, - "name": "Basculin (Blue Striped)", - "types": [ - "water" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10016.png" - }, - { - "pokeapi_id": 10247, - "national_dex": 550, - "name": "Basculin (White Striped)", - "types": [ - "water" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10247.png" - }, { "pokeapi_id": 551, "national_dex": 551, @@ -6828,15 +5242,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/554.png" }, - { - "pokeapi_id": 10176, - "national_dex": 554, - "name": "Darumaka (Galar)", - "types": [ - "ice" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10176.png" - }, { "pokeapi_id": 555, "national_dex": 555, @@ -6846,35 +5251,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/555.png" }, - { - "pokeapi_id": 10017, - "national_dex": 555, - "name": "Darmanitan (Zen)", - "types": [ - "fire", - "psychic" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10017.png" - }, - { - "pokeapi_id": 10177, - "national_dex": 555, - "name": "Darmanitan (Galar Standard)", - "types": [ - "ice" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10177.png" - }, - { - "pokeapi_id": 10178, - "national_dex": 555, - "name": "Darmanitan (Galar Zen)", - "types": [ - "ice", - "fire" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10178.png" - }, { "pokeapi_id": 556, "national_dex": 556, @@ -6924,16 +5300,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/560.png" }, - { - "pokeapi_id": 10289, - "national_dex": 560, - "name": "Scrafty (Mega)", - "types": [ - "dark", - "fighting" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10289.png" - }, { "pokeapi_id": 561, "national_dex": 561, @@ -6953,16 +5319,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/562.png" }, - { - "pokeapi_id": 10179, - "national_dex": 562, - "name": "Yamask (Galar)", - "types": [ - "ground", - "ghost" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10179.png" - }, { "pokeapi_id": 563, "national_dex": 563, @@ -7030,15 +5386,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/569.png" }, - { - "pokeapi_id": 10207, - "national_dex": 569, - "name": "Garbodor (Gmax)", - "types": [ - "poison" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10207.png" - }, { "pokeapi_id": 570, "national_dex": 570, @@ -7048,16 +5395,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/570.png" }, - { - "pokeapi_id": 10238, - "national_dex": 570, - "name": "Zorua (Hisui)", - "types": [ - "normal", - "ghost" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10238.png" - }, { "pokeapi_id": 571, "national_dex": 571, @@ -7067,16 +5404,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/571.png" }, - { - "pokeapi_id": 10239, - "national_dex": 571, - "name": "Zoroark (Hisui)", - "types": [ - "normal", - "ghost" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10239.png" - }, { "pokeapi_id": 572, "national_dex": 572, @@ -7388,15 +5715,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/604.png" }, - { - "pokeapi_id": 10290, - "national_dex": 604, - "name": "Eelektross (Mega)", - "types": [ - "electric" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10290.png" - }, { "pokeapi_id": 605, "national_dex": 605, @@ -7445,16 +5763,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/609.png" }, - { - "pokeapi_id": 10291, - "national_dex": 609, - "name": "Chandelure (Mega)", - "types": [ - "ghost", - "fire" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10291.png" - }, { "pokeapi_id": 610, "national_dex": 610, @@ -7537,16 +5845,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/618.png" }, - { - "pokeapi_id": 10180, - "national_dex": 618, - "name": "Stunfisk (Galar)", - "types": [ - "ground", - "steel" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10180.png" - }, { "pokeapi_id": 619, "national_dex": 619, @@ -7594,16 +5892,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/623.png" }, - { - "pokeapi_id": 10313, - "national_dex": 623, - "name": "Golurk (Mega)", - "types": [ - "ground", - "ghost" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10313.png" - }, { "pokeapi_id": 624, "national_dex": 624, @@ -7653,16 +5941,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/628.png" }, - { - "pokeapi_id": 10240, - "national_dex": 628, - "name": "Braviary (Hisui)", - "types": [ - "psychic", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10240.png" - }, { "pokeapi_id": 629, "national_dex": 629, @@ -7791,15 +6069,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/641.png" }, - { - "pokeapi_id": 10019, - "national_dex": 641, - "name": "Tornadus (Therian)", - "types": [ - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10019.png" - }, { "pokeapi_id": 642, "national_dex": 642, @@ -7810,16 +6079,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/642.png" }, - { - "pokeapi_id": 10020, - "national_dex": 642, - "name": "Thundurus (Therian)", - "types": [ - "electric", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10020.png" - }, { "pokeapi_id": 643, "national_dex": 643, @@ -7850,16 +6109,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/645.png" }, - { - "pokeapi_id": 10021, - "national_dex": 645, - "name": "Landorus (Therian)", - "types": [ - "ground", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10021.png" - }, { "pokeapi_id": 646, "national_dex": 646, @@ -7870,26 +6119,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/646.png" }, - { - "pokeapi_id": 10022, - "national_dex": 646, - "name": "Kyurem (Black)", - "types": [ - "dragon", - "ice" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10022.png" - }, - { - "pokeapi_id": 10023, - "national_dex": 646, - "name": "Kyurem (White)", - "types": [ - "dragon", - "ice" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10023.png" - }, { "pokeapi_id": 647, "national_dex": 647, @@ -7900,16 +6129,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/647.png" }, - { - "pokeapi_id": 10024, - "national_dex": 647, - "name": "Keldeo (Resolute)", - "types": [ - "water", - "fighting" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10024.png" - }, { "pokeapi_id": 648, "national_dex": 648, @@ -7920,16 +6139,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/648.png" }, - { - "pokeapi_id": 10018, - "national_dex": 648, - "name": "Meloetta (Pirouette)", - "types": [ - "normal", - "fighting" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10018.png" - }, { "pokeapi_id": 649, "national_dex": 649, @@ -7968,16 +6177,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/652.png" }, - { - "pokeapi_id": 10292, - "national_dex": 652, - "name": "Chesnaught (Mega)", - "types": [ - "grass", - "fighting" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10292.png" - }, { "pokeapi_id": 653, "national_dex": 653, @@ -8006,16 +6205,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/655.png" }, - { - "pokeapi_id": 10293, - "national_dex": 655, - "name": "Delphox (Mega)", - "types": [ - "fire", - "psychic" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10293.png" - }, { "pokeapi_id": 656, "national_dex": 656, @@ -8044,36 +6233,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/658.png" }, - { - "pokeapi_id": 10116, - "national_dex": 658, - "name": "Greninja (Battle Bond)", - "types": [ - "water", - "dark" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10116.png" - }, - { - "pokeapi_id": 10117, - "national_dex": 658, - "name": "Greninja (Ash)", - "types": [ - "water", - "dark" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10117.png" - }, - { - "pokeapi_id": 10294, - "national_dex": 658, - "name": "Greninja (Mega)", - "types": [ - "water", - "dark" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10294.png" - }, { "pokeapi_id": 659, "national_dex": 659, @@ -8171,16 +6330,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/668.png" }, - { - "pokeapi_id": 10295, - "national_dex": 668, - "name": "Pyroar (Mega)", - "types": [ - "fire", - "normal" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10295.png" - }, { "pokeapi_id": 669, "national_dex": 669, @@ -8199,24 +6348,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/670.png" }, - { - "pokeapi_id": 10061, - "national_dex": 670, - "name": "Floette (Eternal)", - "types": [ - "fairy" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10061.png" - }, - { - "pokeapi_id": 10296, - "national_dex": 670, - "name": "Floette (Mega)", - "types": [ - "fairy" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10296.png" - }, { "pokeapi_id": 671, "national_dex": 671, @@ -8290,24 +6421,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/678.png" }, - { - "pokeapi_id": 10025, - "national_dex": 678, - "name": "Meowstic (Female)", - "types": [ - "psychic" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10025.png" - }, - { - "pokeapi_id": 10314, - "national_dex": 678, - "name": "Meowstic (Mega)", - "types": [ - "psychic" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10314.png" - }, { "pokeapi_id": 679, "national_dex": 679, @@ -8338,16 +6451,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/681.png" }, - { - "pokeapi_id": 10026, - "national_dex": 681, - "name": "Aegislash (Blade)", - "types": [ - "steel", - "ghost" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10026.png" - }, { "pokeapi_id": 682, "national_dex": 682, @@ -8404,16 +6507,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/687.png" }, - { - "pokeapi_id": 10297, - "national_dex": 687, - "name": "Malamar (Mega)", - "types": [ - "dark", - "psychic" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10297.png" - }, { "pokeapi_id": 688, "national_dex": 688, @@ -8434,16 +6527,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/689.png" }, - { - "pokeapi_id": 10298, - "national_dex": 689, - "name": "Barbaracle (Mega)", - "types": [ - "rock", - "fighting" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10298.png" - }, { "pokeapi_id": 690, "national_dex": 690, @@ -8464,16 +6547,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/691.png" }, - { - "pokeapi_id": 10299, - "national_dex": 691, - "name": "Dragalge (Mega)", - "types": [ - "poison", - "dragon" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10299.png" - }, { "pokeapi_id": 692, "national_dex": 692, @@ -8571,16 +6644,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/701.png" }, - { - "pokeapi_id": 10300, - "national_dex": 701, - "name": "Hawlucha (Mega)", - "types": [ - "fighting", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10300.png" - }, { "pokeapi_id": 702, "national_dex": 702, @@ -8619,16 +6682,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/705.png" }, - { - "pokeapi_id": 10241, - "national_dex": 705, - "name": "Sliggoo (Hisui)", - "types": [ - "steel", - "dragon" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10241.png" - }, { "pokeapi_id": 706, "national_dex": 706, @@ -8638,16 +6691,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/706.png" }, - { - "pokeapi_id": 10242, - "national_dex": 706, - "name": "Goodra (Hisui)", - "types": [ - "steel", - "dragon" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10242.png" - }, { "pokeapi_id": 707, "national_dex": 707, @@ -8688,36 +6731,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/710.png" }, - { - "pokeapi_id": 10027, - "national_dex": 710, - "name": "Pumpkaboo (Small)", - "types": [ - "ghost", - "grass" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10027.png" - }, - { - "pokeapi_id": 10028, - "national_dex": 710, - "name": "Pumpkaboo (Large)", - "types": [ - "ghost", - "grass" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10028.png" - }, - { - "pokeapi_id": 10029, - "national_dex": 710, - "name": "Pumpkaboo (Super)", - "types": [ - "ghost", - "grass" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10029.png" - }, { "pokeapi_id": 711, "national_dex": 711, @@ -8728,36 +6741,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/711.png" }, - { - "pokeapi_id": 10030, - "national_dex": 711, - "name": "Gourgeist (Small)", - "types": [ - "ghost", - "grass" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10030.png" - }, - { - "pokeapi_id": 10031, - "national_dex": 711, - "name": "Gourgeist (Large)", - "types": [ - "ghost", - "grass" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10031.png" - }, - { - "pokeapi_id": 10032, - "national_dex": 711, - "name": "Gourgeist (Super)", - "types": [ - "ghost", - "grass" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10032.png" - }, { "pokeapi_id": 712, "national_dex": 712, @@ -8776,16 +6759,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/713.png" }, - { - "pokeapi_id": 10243, - "national_dex": 713, - "name": "Avalugg (Hisui)", - "types": [ - "ice", - "rock" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10243.png" - }, { "pokeapi_id": 714, "national_dex": 714, @@ -8835,56 +6808,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/718.png" }, - { - "pokeapi_id": 10118, - "national_dex": 718, - "name": "Zygarde (10 Power Construct)", - "types": [ - "dragon", - "ground" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10118.png" - }, - { - "pokeapi_id": 10119, - "national_dex": 718, - "name": "Zygarde (50 Power Construct)", - "types": [ - "dragon", - "ground" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10119.png" - }, - { - "pokeapi_id": 10120, - "national_dex": 718, - "name": "Zygarde (Complete)", - "types": [ - "dragon", - "ground" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10120.png" - }, - { - "pokeapi_id": 10181, - "national_dex": 718, - "name": "Zygarde (10)", - "types": [ - "dragon", - "ground" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10181.png" - }, - { - "pokeapi_id": 10301, - "national_dex": 718, - "name": "Zygarde (Mega)", - "types": [ - "dragon", - "ground" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10301.png" - }, { "pokeapi_id": 719, "national_dex": 719, @@ -8895,16 +6818,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/719.png" }, - { - "pokeapi_id": 10075, - "national_dex": 719, - "name": "Diancie (Mega)", - "types": [ - "rock", - "fairy" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10075.png" - }, { "pokeapi_id": 720, "national_dex": 720, @@ -8915,16 +6828,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/720.png" }, - { - "pokeapi_id": 10086, - "national_dex": 720, - "name": "Hoopa (Unbound)", - "types": [ - "psychic", - "dark" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10086.png" - }, { "pokeapi_id": 721, "national_dex": 721, @@ -8965,16 +6868,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/724.png" }, - { - "pokeapi_id": 10244, - "national_dex": 724, - "name": "Decidueye (Hisui)", - "types": [ - "grass", - "fighting" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10244.png" - }, { "pokeapi_id": 725, "national_dex": 725, @@ -9079,15 +6972,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/735.png" }, - { - "pokeapi_id": 10121, - "national_dex": 735, - "name": "Gumshoos (Totem)", - "types": [ - "normal" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10121.png" - }, { "pokeapi_id": 736, "national_dex": 736, @@ -9117,16 +7001,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/738.png" }, - { - "pokeapi_id": 10122, - "national_dex": 738, - "name": "Vikavolt (Totem)", - "types": [ - "bug", - "electric" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10122.png" - }, { "pokeapi_id": 739, "national_dex": 739, @@ -9146,16 +7020,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/740.png" }, - { - "pokeapi_id": 10315, - "national_dex": 740, - "name": "Crabominable (Mega)", - "types": [ - "fighting", - "ice" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10315.png" - }, { "pokeapi_id": 741, "national_dex": 741, @@ -9166,36 +7030,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/741.png" }, - { - "pokeapi_id": 10123, - "national_dex": 741, - "name": "Oricorio (Pom Pom)", - "types": [ - "electric", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10123.png" - }, - { - "pokeapi_id": 10124, - "national_dex": 741, - "name": "Oricorio (Pau)", - "types": [ - "psychic", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10124.png" - }, - { - "pokeapi_id": 10125, - "national_dex": 741, - "name": "Oricorio (Sensu)", - "types": [ - "ghost", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10125.png" - }, { "pokeapi_id": 742, "national_dex": 742, @@ -9216,16 +7050,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/743.png" }, - { - "pokeapi_id": 10150, - "national_dex": 743, - "name": "Ribombee (Totem)", - "types": [ - "bug", - "fairy" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10150.png" - }, { "pokeapi_id": 744, "national_dex": 744, @@ -9235,15 +7059,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/744.png" }, - { - "pokeapi_id": 10151, - "national_dex": 744, - "name": "Rockruff (Own Tempo)", - "types": [ - "rock" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10151.png" - }, { "pokeapi_id": 745, "national_dex": 745, @@ -9253,24 +7068,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/745.png" }, - { - "pokeapi_id": 10126, - "national_dex": 745, - "name": "Lycanroc (Midnight)", - "types": [ - "rock" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10126.png" - }, - { - "pokeapi_id": 10152, - "national_dex": 745, - "name": "Lycanroc (Dusk)", - "types": [ - "rock" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10152.png" - }, { "pokeapi_id": 746, "national_dex": 746, @@ -9280,15 +7077,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/746.png" }, - { - "pokeapi_id": 10127, - "national_dex": 746, - "name": "Wishiwashi (School)", - "types": [ - "water" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10127.png" - }, { "pokeapi_id": 747, "national_dex": 747, @@ -9347,16 +7135,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/752.png" }, - { - "pokeapi_id": 10153, - "national_dex": 752, - "name": "Araquanid (Totem)", - "types": [ - "water", - "bug" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10153.png" - }, { "pokeapi_id": 753, "national_dex": 753, @@ -9375,15 +7153,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/754.png" }, - { - "pokeapi_id": 10128, - "national_dex": 754, - "name": "Lurantis (Totem)", - "types": [ - "grass" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10128.png" - }, { "pokeapi_id": 755, "national_dex": 755, @@ -9424,16 +7193,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/758.png" }, - { - "pokeapi_id": 10129, - "national_dex": 758, - "name": "Salazzle (Totem)", - "types": [ - "poison", - "fire" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10129.png" - }, { "pokeapi_id": 759, "national_dex": 759, @@ -9529,16 +7288,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/768.png" }, - { - "pokeapi_id": 10316, - "national_dex": 768, - "name": "Golisopod (Mega)", - "types": [ - "bug", - "steel" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10316.png" - }, { "pokeapi_id": 769, "national_dex": 769, @@ -9596,136 +7345,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/774.png" }, - { - "pokeapi_id": 10130, - "national_dex": 774, - "name": "Minior (Orange Meteor)", - "types": [ - "rock", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10130.png" - }, - { - "pokeapi_id": 10131, - "national_dex": 774, - "name": "Minior (Yellow Meteor)", - "types": [ - "rock", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10131.png" - }, - { - "pokeapi_id": 10132, - "national_dex": 774, - "name": "Minior (Green Meteor)", - "types": [ - "rock", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10132.png" - }, - { - "pokeapi_id": 10133, - "national_dex": 774, - "name": "Minior (Blue Meteor)", - "types": [ - "rock", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10133.png" - }, - { - "pokeapi_id": 10134, - "national_dex": 774, - "name": "Minior (Indigo Meteor)", - "types": [ - "rock", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10134.png" - }, - { - "pokeapi_id": 10135, - "national_dex": 774, - "name": "Minior (Violet Meteor)", - "types": [ - "rock", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10135.png" - }, - { - "pokeapi_id": 10136, - "national_dex": 774, - "name": "Minior (Red)", - "types": [ - "rock", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10136.png" - }, - { - "pokeapi_id": 10137, - "national_dex": 774, - "name": "Minior (Orange)", - "types": [ - "rock", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10137.png" - }, - { - "pokeapi_id": 10138, - "national_dex": 774, - "name": "Minior (Yellow)", - "types": [ - "rock", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10138.png" - }, - { - "pokeapi_id": 10139, - "national_dex": 774, - "name": "Minior (Green)", - "types": [ - "rock", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10139.png" - }, - { - "pokeapi_id": 10140, - "national_dex": 774, - "name": "Minior (Blue)", - "types": [ - "rock", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10140.png" - }, - { - "pokeapi_id": 10141, - "national_dex": 774, - "name": "Minior (Indigo)", - "types": [ - "rock", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10141.png" - }, - { - "pokeapi_id": 10142, - "national_dex": 774, - "name": "Minior (Violet)", - "types": [ - "rock", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10142.png" - }, { "pokeapi_id": 775, "national_dex": 775, @@ -9755,16 +7374,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/777.png" }, - { - "pokeapi_id": 10154, - "national_dex": 777, - "name": "Togedemaru (Totem)", - "types": [ - "electric", - "steel" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10154.png" - }, { "pokeapi_id": 778, "national_dex": 778, @@ -9775,36 +7384,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/778.png" }, - { - "pokeapi_id": 10143, - "national_dex": 778, - "name": "Mimikyu (Busted)", - "types": [ - "ghost", - "fairy" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10143.png" - }, - { - "pokeapi_id": 10144, - "national_dex": 778, - "name": "Mimikyu (Totem Disguised)", - "types": [ - "ghost", - "fairy" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10144.png" - }, - { - "pokeapi_id": 10145, - "national_dex": 778, - "name": "Mimikyu (Totem Busted)", - "types": [ - "ghost", - "fairy" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10145.png" - }, { "pokeapi_id": 779, "national_dex": 779, @@ -9825,16 +7404,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/780.png" }, - { - "pokeapi_id": 10302, - "national_dex": 780, - "name": "Drampa (Mega)", - "types": [ - "normal", - "dragon" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10302.png" - }, { "pokeapi_id": 781, "national_dex": 781, @@ -9874,16 +7443,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/784.png" }, - { - "pokeapi_id": 10146, - "national_dex": 784, - "name": "Kommo O (Totem)", - "types": [ - "dragon", - "fighting" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10146.png" - }, { "pokeapi_id": 785, "national_dex": 785, @@ -10040,36 +7599,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/800.png" }, - { - "pokeapi_id": 10155, - "national_dex": 800, - "name": "Necrozma (Dusk)", - "types": [ - "psychic", - "steel" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10155.png" - }, - { - "pokeapi_id": 10156, - "national_dex": 800, - "name": "Necrozma (Dawn)", - "types": [ - "psychic", - "ghost" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10156.png" - }, - { - "pokeapi_id": 10157, - "national_dex": 800, - "name": "Necrozma (Ultra)", - "types": [ - "psychic", - "dragon" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10157.png" - }, { "pokeapi_id": 801, "national_dex": 801, @@ -10080,36 +7609,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/801.png" }, - { - "pokeapi_id": 10147, - "national_dex": 801, - "name": "Magearna (Original)", - "types": [ - "steel", - "fairy" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10147.png" - }, - { - "pokeapi_id": 10317, - "national_dex": 801, - "name": "Magearna (Mega)", - "types": [ - "steel", - "fairy" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10317.png" - }, - { - "pokeapi_id": 10318, - "national_dex": 801, - "name": "Magearna (Original Mega)", - "types": [ - "steel", - "fairy" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10318.png" - }, { "pokeapi_id": 802, "national_dex": 802, @@ -10168,15 +7667,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/807.png" }, - { - "pokeapi_id": 10319, - "national_dex": 807, - "name": "Zeraora (Mega)", - "types": [ - "electric" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10319.png" - }, { "pokeapi_id": 808, "national_dex": 808, @@ -10195,15 +7685,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/809.png" }, - { - "pokeapi_id": 10208, - "national_dex": 809, - "name": "Melmetal (Gmax)", - "types": [ - "steel" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10208.png" - }, { "pokeapi_id": 810, "national_dex": 810, @@ -10231,15 +7712,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/812.png" }, - { - "pokeapi_id": 10209, - "national_dex": 812, - "name": "Rillaboom (Gmax)", - "types": [ - "grass" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10209.png" - }, { "pokeapi_id": 813, "national_dex": 813, @@ -10267,15 +7739,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/815.png" }, - { - "pokeapi_id": 10210, - "national_dex": 815, - "name": "Cinderace (Gmax)", - "types": [ - "fire" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10210.png" - }, { "pokeapi_id": 816, "national_dex": 816, @@ -10303,15 +7766,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/818.png" }, - { - "pokeapi_id": 10211, - "national_dex": 818, - "name": "Inteleon (Gmax)", - "types": [ - "water" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10211.png" - }, { "pokeapi_id": 819, "national_dex": 819, @@ -10358,16 +7812,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/823.png" }, - { - "pokeapi_id": 10212, - "national_dex": 823, - "name": "Corviknight (Gmax)", - "types": [ - "flying", - "steel" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10212.png" - }, { "pokeapi_id": 824, "national_dex": 824, @@ -10397,16 +7841,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/826.png" }, - { - "pokeapi_id": 10213, - "national_dex": 826, - "name": "Orbeetle (Gmax)", - "types": [ - "bug", - "psychic" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10213.png" - }, { "pokeapi_id": 827, "national_dex": 827, @@ -10480,16 +7914,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/834.png" }, - { - "pokeapi_id": 10214, - "national_dex": 834, - "name": "Drednaw (Gmax)", - "types": [ - "water", - "rock" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10214.png" - }, { "pokeapi_id": 835, "national_dex": 835, @@ -10537,16 +7961,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/839.png" }, - { - "pokeapi_id": 10215, - "national_dex": 839, - "name": "Coalossal (Gmax)", - "types": [ - "rock", - "fire" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10215.png" - }, { "pokeapi_id": 840, "national_dex": 840, @@ -10567,16 +7981,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/841.png" }, - { - "pokeapi_id": 10216, - "national_dex": 841, - "name": "Flapple (Gmax)", - "types": [ - "grass", - "dragon" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10216.png" - }, { "pokeapi_id": 842, "national_dex": 842, @@ -10587,16 +7991,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/842.png" }, - { - "pokeapi_id": 10217, - "national_dex": 842, - "name": "Appletun (Gmax)", - "types": [ - "grass", - "dragon" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10217.png" - }, { "pokeapi_id": 843, "national_dex": 843, @@ -10615,15 +8009,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/844.png" }, - { - "pokeapi_id": 10218, - "national_dex": 844, - "name": "Sandaconda (Gmax)", - "types": [ - "ground" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10218.png" - }, { "pokeapi_id": 845, "national_dex": 845, @@ -10634,26 +8019,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/845.png" }, - { - "pokeapi_id": 10182, - "national_dex": 845, - "name": "Cramorant (Gulping)", - "types": [ - "flying", - "water" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10182.png" - }, - { - "pokeapi_id": 10183, - "national_dex": 845, - "name": "Cramorant (Gorging)", - "types": [ - "flying", - "water" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10183.png" - }, { "pokeapi_id": 846, "national_dex": 846, @@ -10692,36 +8057,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/849.png" }, - { - "pokeapi_id": 10184, - "national_dex": 849, - "name": "Toxtricity (Low Key)", - "types": [ - "electric", - "poison" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10184.png" - }, - { - "pokeapi_id": 10219, - "national_dex": 849, - "name": "Toxtricity (Amped Gmax)", - "types": [ - "electric", - "poison" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10219.png" - }, - { - "pokeapi_id": 10228, - "national_dex": 849, - "name": "Toxtricity (Low Key Gmax)", - "types": [ - "electric", - "poison" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10228.png" - }, { "pokeapi_id": 850, "national_dex": 850, @@ -10742,16 +8077,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/851.png" }, - { - "pokeapi_id": 10220, - "national_dex": 851, - "name": "Centiskorch (Gmax)", - "types": [ - "fire", - "bug" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10220.png" - }, { "pokeapi_id": 852, "national_dex": 852, @@ -10816,16 +8141,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/858.png" }, - { - "pokeapi_id": 10221, - "national_dex": 858, - "name": "Hatterene (Gmax)", - "types": [ - "psychic", - "fairy" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10221.png" - }, { "pokeapi_id": 859, "national_dex": 859, @@ -10856,16 +8171,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/861.png" }, - { - "pokeapi_id": 10222, - "national_dex": 861, - "name": "Grimmsnarl (Gmax)", - "types": [ - "dark", - "fairy" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10222.png" - }, { "pokeapi_id": 862, "national_dex": 862, @@ -10941,15 +8246,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/869.png" }, - { - "pokeapi_id": 10223, - "national_dex": 869, - "name": "Alcremie (Gmax)", - "types": [ - "fairy" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10223.png" - }, { "pokeapi_id": 870, "national_dex": 870, @@ -10959,15 +8255,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/870.png" }, - { - "pokeapi_id": 10303, - "national_dex": 870, - "name": "Falinks (Mega)", - "types": [ - "fighting" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10303.png" - }, { "pokeapi_id": 871, "national_dex": 871, @@ -11015,15 +8302,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/875.png" }, - { - "pokeapi_id": 10185, - "national_dex": 875, - "name": "Eiscue (Noice)", - "types": [ - "ice" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10185.png" - }, { "pokeapi_id": 876, "national_dex": 876, @@ -11034,16 +8312,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/876.png" }, - { - "pokeapi_id": 10186, - "national_dex": 876, - "name": "Indeedee (Female)", - "types": [ - "psychic", - "normal" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10186.png" - }, { "pokeapi_id": 877, "national_dex": 877, @@ -11054,16 +8322,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/877.png" }, - { - "pokeapi_id": 10187, - "national_dex": 877, - "name": "Morpeko (Hangry)", - "types": [ - "electric", - "dark" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10187.png" - }, { "pokeapi_id": 878, "national_dex": 878, @@ -11082,15 +8340,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/879.png" }, - { - "pokeapi_id": 10224, - "national_dex": 879, - "name": "Copperajah (Gmax)", - "types": [ - "steel" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10224.png" - }, { "pokeapi_id": 880, "national_dex": 880, @@ -11141,16 +8390,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/884.png" }, - { - "pokeapi_id": 10225, - "national_dex": 884, - "name": "Duraludon (Gmax)", - "types": [ - "steel", - "dragon" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10225.png" - }, { "pokeapi_id": 885, "national_dex": 885, @@ -11190,16 +8429,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/888.png" }, - { - "pokeapi_id": 10188, - "national_dex": 888, - "name": "Zacian (Crowned)", - "types": [ - "fairy", - "steel" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10188.png" - }, { "pokeapi_id": 889, "national_dex": 889, @@ -11209,16 +8438,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/889.png" }, - { - "pokeapi_id": 10189, - "national_dex": 889, - "name": "Zamazenta (Crowned)", - "types": [ - "fighting", - "steel" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10189.png" - }, { "pokeapi_id": 890, "national_dex": 890, @@ -11229,16 +8448,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/890.png" }, - { - "pokeapi_id": 10190, - "national_dex": 890, - "name": "Eternatus (Eternamax)", - "types": [ - "poison", - "dragon" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10190.png" - }, { "pokeapi_id": 891, "national_dex": 891, @@ -11258,36 +8467,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/892.png" }, - { - "pokeapi_id": 10191, - "national_dex": 892, - "name": "Urshifu (Rapid Strike)", - "types": [ - "fighting", - "water" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10191.png" - }, - { - "pokeapi_id": 10226, - "national_dex": 892, - "name": "Urshifu (Single Strike Gmax)", - "types": [ - "fighting", - "dark" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10226.png" - }, - { - "pokeapi_id": 10227, - "national_dex": 892, - "name": "Urshifu (Rapid Strike Gmax)", - "types": [ - "fighting", - "water" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10227.png" - }, { "pokeapi_id": 893, "national_dex": 893, @@ -11298,16 +8477,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/893.png" }, - { - "pokeapi_id": 10192, - "national_dex": 893, - "name": "Zarude (Dada)", - "types": [ - "dark", - "grass" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10192.png" - }, { "pokeapi_id": 894, "national_dex": 894, @@ -11354,26 +8523,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/898.png" }, - { - "pokeapi_id": 10193, - "national_dex": 898, - "name": "Calyrex (Ice)", - "types": [ - "psychic", - "ice" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10193.png" - }, - { - "pokeapi_id": 10194, - "national_dex": 898, - "name": "Calyrex (Shadow)", - "types": [ - "psychic", - "ghost" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10194.png" - }, { "pokeapi_id": 899, "national_dex": 899, @@ -11404,16 +8553,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/901.png" }, - { - "pokeapi_id": 10272, - "national_dex": 901, - "name": "Ursaluna (Bloodmoon)", - "types": [ - "ground", - "normal" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10272.png" - }, { "pokeapi_id": 902, "national_dex": 902, @@ -11424,16 +8563,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/902.png" }, - { - "pokeapi_id": 10248, - "national_dex": 902, - "name": "Basculegion (Female)", - "types": [ - "water", - "ghost" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10248.png" - }, { "pokeapi_id": 903, "national_dex": 903, @@ -11464,16 +8593,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/905.png" }, - { - "pokeapi_id": 10249, - "national_dex": 905, - "name": "Enamorus (Therian)", - "types": [ - "fairy", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10249.png" - }, { "pokeapi_id": 906, "national_dex": 906, @@ -11576,15 +8695,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/916.png" }, - { - "pokeapi_id": 10254, - "national_dex": 916, - "name": "Oinkologne (Female)", - "types": [ - "normal" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10254.png" - }, { "pokeapi_id": 917, "national_dex": 917, @@ -11669,15 +8779,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/925.png" }, - { - "pokeapi_id": 10257, - "national_dex": 925, - "name": "Maushold (Family Of Three)", - "types": [ - "normal" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10257.png" - }, { "pokeapi_id": 926, "national_dex": 926, @@ -11736,36 +8837,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/931.png" }, - { - "pokeapi_id": 10260, - "national_dex": 931, - "name": "Squawkabilly (Blue Plumage)", - "types": [ - "normal", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10260.png" - }, - { - "pokeapi_id": 10261, - "national_dex": 931, - "name": "Squawkabilly (Yellow Plumage)", - "types": [ - "normal", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10261.png" - }, - { - "pokeapi_id": 10262, - "national_dex": 931, - "name": "Squawkabilly (White Plumage)", - "types": [ - "normal", - "flying" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10262.png" - }, { "pokeapi_id": 932, "national_dex": 932, @@ -11966,16 +9037,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/952.png" }, - { - "pokeapi_id": 10320, - "national_dex": 952, - "name": "Scovillain (Mega)", - "types": [ - "grass", - "fire" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10320.png" - }, { "pokeapi_id": 953, "national_dex": 953, @@ -12089,15 +9150,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/964.png" }, - { - "pokeapi_id": 10256, - "national_dex": 964, - "name": "Palafin (Hero)", - "types": [ - "water" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10256.png" - }, { "pokeapi_id": 965, "national_dex": 965, @@ -12157,16 +9209,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/970.png" }, - { - "pokeapi_id": 10321, - "national_dex": 970, - "name": "Glimmora (Mega)", - "types": [ - "rock", - "poison" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10321.png" - }, { "pokeapi_id": 971, "national_dex": 971, @@ -12242,56 +9284,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/978.png" }, - { - "pokeapi_id": 10258, - "national_dex": 978, - "name": "Tatsugiri (Droopy)", - "types": [ - "dragon", - "water" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10258.png" - }, - { - "pokeapi_id": 10259, - "national_dex": 978, - "name": "Tatsugiri (Stretchy)", - "types": [ - "dragon", - "water" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10259.png" - }, - { - "pokeapi_id": 10322, - "national_dex": 978, - "name": "Tatsugiri (Curly Mega)", - "types": [ - "dragon", - "water" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10322.png" - }, - { - "pokeapi_id": 10323, - "national_dex": 978, - "name": "Tatsugiri (Droopy Mega)", - "types": [ - "dragon", - "water" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10323.png" - }, - { - "pokeapi_id": 10324, - "national_dex": 978, - "name": "Tatsugiri (Stretchy Mega)", - "types": [ - "dragon", - "water" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10324.png" - }, { "pokeapi_id": 979, "national_dex": 979, @@ -12331,15 +9323,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/982.png" }, - { - "pokeapi_id": 10255, - "national_dex": 982, - "name": "Dudunsparce (Three Segment)", - "types": [ - "normal" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10255.png" - }, { "pokeapi_id": 983, "national_dex": 983, @@ -12500,16 +9483,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/998.png" }, - { - "pokeapi_id": 10325, - "national_dex": 998, - "name": "Baxcalibur (Mega)", - "types": [ - "dragon", - "ice" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10325.png" - }, { "pokeapi_id": 999, "national_dex": 999, @@ -12519,15 +9492,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/999.png" }, - { - "pokeapi_id": 10263, - "national_dex": 999, - "name": "Gimmighoul (Roaming)", - "types": [ - "ghost" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10263.png" - }, { "pokeapi_id": 1000, "national_dex": 1000, @@ -12608,46 +9572,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/1007.png" }, - { - "pokeapi_id": 10264, - "national_dex": 1007, - "name": "Koraidon (Limited Build)", - "types": [ - "fighting", - "dragon" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10264.png" - }, - { - "pokeapi_id": 10265, - "national_dex": 1007, - "name": "Koraidon (Sprinting Build)", - "types": [ - "fighting", - "dragon" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10265.png" - }, - { - "pokeapi_id": 10266, - "national_dex": 1007, - "name": "Koraidon (Swimming Build)", - "types": [ - "fighting", - "dragon" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10266.png" - }, - { - "pokeapi_id": 10267, - "national_dex": 1007, - "name": "Koraidon (Gliding Build)", - "types": [ - "fighting", - "dragon" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10267.png" - }, { "pokeapi_id": 1008, "national_dex": 1008, @@ -12658,46 +9582,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/1008.png" }, - { - "pokeapi_id": 10268, - "national_dex": 1008, - "name": "Miraidon (Low Power Mode)", - "types": [ - "electric", - "dragon" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10268.png" - }, - { - "pokeapi_id": 10269, - "national_dex": 1008, - "name": "Miraidon (Drive Mode)", - "types": [ - "electric", - "dragon" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10269.png" - }, - { - "pokeapi_id": 10270, - "national_dex": 1008, - "name": "Miraidon (Aquatic Mode)", - "types": [ - "electric", - "dragon" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10270.png" - }, - { - "pokeapi_id": 10271, - "national_dex": 1008, - "name": "Miraidon (Glide Mode)", - "types": [ - "electric", - "dragon" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10271.png" - }, { "pokeapi_id": 1009, "national_dex": 1009, @@ -12787,36 +9671,6 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/1017.png" }, - { - "pokeapi_id": 10273, - "national_dex": 1017, - "name": "Ogerpon (Wellspring Mask)", - "types": [ - "grass", - "water" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10273.png" - }, - { - "pokeapi_id": 10274, - "national_dex": 1017, - "name": "Ogerpon (Hearthflame Mask)", - "types": [ - "grass", - "fire" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10274.png" - }, - { - "pokeapi_id": 10275, - "national_dex": 1017, - "name": "Ogerpon (Cornerstone Mask)", - "types": [ - "grass", - "rock" - ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10275.png" - }, { "pokeapi_id": 1018, "national_dex": 1018, @@ -12886,6 +9740,2691 @@ ], "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/1024.png" }, + { + "pokeapi_id": 1025, + "national_dex": 1025, + "name": "Pecharunt", + "types": [ + "poison", + "ghost" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/1025.png" + }, + { + "pokeapi_id": 10001, + "national_dex": 386, + "name": "Deoxys (Attack)", + "types": [ + "psychic" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10001.png" + }, + { + "pokeapi_id": 10002, + "national_dex": 386, + "name": "Deoxys (Defense)", + "types": [ + "psychic" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10002.png" + }, + { + "pokeapi_id": 10003, + "national_dex": 386, + "name": "Deoxys (Speed)", + "types": [ + "psychic" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10003.png" + }, + { + "pokeapi_id": 10004, + "national_dex": 413, + "name": "Wormadam (Sandy)", + "types": [ + "bug", + "ground" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10004.png" + }, + { + "pokeapi_id": 10005, + "national_dex": 413, + "name": "Wormadam (Trash)", + "types": [ + "bug", + "steel" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10005.png" + }, + { + "pokeapi_id": 10006, + "national_dex": 492, + "name": "Shaymin (Sky)", + "types": [ + "grass", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10006.png" + }, + { + "pokeapi_id": 10007, + "national_dex": 487, + "name": "Giratina (Origin)", + "types": [ + "ghost", + "dragon" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10007.png" + }, + { + "pokeapi_id": 10008, + "national_dex": 479, + "name": "Rotom (Heat)", + "types": [ + "electric", + "fire" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10008.png" + }, + { + "pokeapi_id": 10009, + "national_dex": 479, + "name": "Rotom (Wash)", + "types": [ + "electric", + "water" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10009.png" + }, + { + "pokeapi_id": 10010, + "national_dex": 479, + "name": "Rotom (Frost)", + "types": [ + "electric", + "ice" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10010.png" + }, + { + "pokeapi_id": 10011, + "national_dex": 479, + "name": "Rotom (Fan)", + "types": [ + "electric", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10011.png" + }, + { + "pokeapi_id": 10012, + "national_dex": 479, + "name": "Rotom (Mow)", + "types": [ + "electric", + "grass" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10012.png" + }, + { + "pokeapi_id": 10013, + "national_dex": 351, + "name": "Castform (Sunny)", + "types": [ + "fire" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10013.png" + }, + { + "pokeapi_id": 10014, + "national_dex": 351, + "name": "Castform (Rainy)", + "types": [ + "water" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10014.png" + }, + { + "pokeapi_id": 10015, + "national_dex": 351, + "name": "Castform (Snowy)", + "types": [ + "ice" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10015.png" + }, + { + "pokeapi_id": 10016, + "national_dex": 550, + "name": "Basculin (Blue Striped)", + "types": [ + "water" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10016.png" + }, + { + "pokeapi_id": 10017, + "national_dex": 555, + "name": "Darmanitan (Zen)", + "types": [ + "fire", + "psychic" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10017.png" + }, + { + "pokeapi_id": 10018, + "national_dex": 648, + "name": "Meloetta (Pirouette)", + "types": [ + "normal", + "fighting" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10018.png" + }, + { + "pokeapi_id": 10019, + "national_dex": 641, + "name": "Tornadus (Therian)", + "types": [ + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10019.png" + }, + { + "pokeapi_id": 10020, + "national_dex": 642, + "name": "Thundurus (Therian)", + "types": [ + "electric", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10020.png" + }, + { + "pokeapi_id": 10021, + "national_dex": 645, + "name": "Landorus (Therian)", + "types": [ + "ground", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10021.png" + }, + { + "pokeapi_id": 10022, + "national_dex": 646, + "name": "Kyurem (Black)", + "types": [ + "dragon", + "ice" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10022.png" + }, + { + "pokeapi_id": 10023, + "national_dex": 646, + "name": "Kyurem (White)", + "types": [ + "dragon", + "ice" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10023.png" + }, + { + "pokeapi_id": 10024, + "national_dex": 647, + "name": "Keldeo (Resolute)", + "types": [ + "water", + "fighting" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10024.png" + }, + { + "pokeapi_id": 10025, + "national_dex": 678, + "name": "Meowstic (Female)", + "types": [ + "psychic" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10025.png" + }, + { + "pokeapi_id": 10026, + "national_dex": 681, + "name": "Aegislash (Blade)", + "types": [ + "steel", + "ghost" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10026.png" + }, + { + "pokeapi_id": 10027, + "national_dex": 710, + "name": "Pumpkaboo (Small)", + "types": [ + "ghost", + "grass" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10027.png" + }, + { + "pokeapi_id": 10028, + "national_dex": 710, + "name": "Pumpkaboo (Large)", + "types": [ + "ghost", + "grass" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10028.png" + }, + { + "pokeapi_id": 10029, + "national_dex": 710, + "name": "Pumpkaboo (Super)", + "types": [ + "ghost", + "grass" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10029.png" + }, + { + "pokeapi_id": 10030, + "national_dex": 711, + "name": "Gourgeist (Small)", + "types": [ + "ghost", + "grass" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10030.png" + }, + { + "pokeapi_id": 10031, + "national_dex": 711, + "name": "Gourgeist (Large)", + "types": [ + "ghost", + "grass" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10031.png" + }, + { + "pokeapi_id": 10032, + "national_dex": 711, + "name": "Gourgeist (Super)", + "types": [ + "ghost", + "grass" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10032.png" + }, + { + "pokeapi_id": 10033, + "national_dex": 3, + "name": "Venusaur (Mega)", + "types": [ + "grass", + "poison" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10033.png" + }, + { + "pokeapi_id": 10034, + "national_dex": 6, + "name": "Charizard (Mega X)", + "types": [ + "fire", + "dragon" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10034.png" + }, + { + "pokeapi_id": 10035, + "national_dex": 6, + "name": "Charizard (Mega Y)", + "types": [ + "fire", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10035.png" + }, + { + "pokeapi_id": 10036, + "national_dex": 9, + "name": "Blastoise (Mega)", + "types": [ + "water" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10036.png" + }, + { + "pokeapi_id": 10037, + "national_dex": 65, + "name": "Alakazam (Mega)", + "types": [ + "psychic" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10037.png" + }, + { + "pokeapi_id": 10038, + "national_dex": 94, + "name": "Gengar (Mega)", + "types": [ + "ghost", + "poison" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10038.png" + }, + { + "pokeapi_id": 10039, + "national_dex": 115, + "name": "Kangaskhan (Mega)", + "types": [ + "normal" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10039.png" + }, + { + "pokeapi_id": 10040, + "national_dex": 127, + "name": "Pinsir (Mega)", + "types": [ + "bug", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10040.png" + }, + { + "pokeapi_id": 10041, + "national_dex": 130, + "name": "Gyarados (Mega)", + "types": [ + "water", + "dark" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10041.png" + }, + { + "pokeapi_id": 10042, + "national_dex": 142, + "name": "Aerodactyl (Mega)", + "types": [ + "rock", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10042.png" + }, + { + "pokeapi_id": 10043, + "national_dex": 150, + "name": "Mewtwo (Mega X)", + "types": [ + "psychic", + "fighting" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10043.png" + }, + { + "pokeapi_id": 10044, + "national_dex": 150, + "name": "Mewtwo (Mega Y)", + "types": [ + "psychic" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10044.png" + }, + { + "pokeapi_id": 10045, + "national_dex": 181, + "name": "Ampharos (Mega)", + "types": [ + "electric", + "dragon" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10045.png" + }, + { + "pokeapi_id": 10046, + "national_dex": 212, + "name": "Scizor (Mega)", + "types": [ + "bug", + "steel" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10046.png" + }, + { + "pokeapi_id": 10047, + "national_dex": 214, + "name": "Heracross (Mega)", + "types": [ + "bug", + "fighting" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10047.png" + }, + { + "pokeapi_id": 10048, + "national_dex": 229, + "name": "Houndoom (Mega)", + "types": [ + "dark", + "fire" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10048.png" + }, + { + "pokeapi_id": 10049, + "national_dex": 248, + "name": "Tyranitar (Mega)", + "types": [ + "rock", + "dark" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10049.png" + }, + { + "pokeapi_id": 10050, + "national_dex": 257, + "name": "Blaziken (Mega)", + "types": [ + "fire", + "fighting" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10050.png" + }, + { + "pokeapi_id": 10051, + "national_dex": 282, + "name": "Gardevoir (Mega)", + "types": [ + "psychic", + "fairy" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10051.png" + }, + { + "pokeapi_id": 10052, + "national_dex": 303, + "name": "Mawile (Mega)", + "types": [ + "steel", + "fairy" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10052.png" + }, + { + "pokeapi_id": 10053, + "national_dex": 306, + "name": "Aggron (Mega)", + "types": [ + "steel" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10053.png" + }, + { + "pokeapi_id": 10054, + "national_dex": 308, + "name": "Medicham (Mega)", + "types": [ + "fighting", + "psychic" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10054.png" + }, + { + "pokeapi_id": 10055, + "national_dex": 310, + "name": "Manectric (Mega)", + "types": [ + "electric" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10055.png" + }, + { + "pokeapi_id": 10056, + "national_dex": 354, + "name": "Banette (Mega)", + "types": [ + "ghost" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10056.png" + }, + { + "pokeapi_id": 10057, + "national_dex": 359, + "name": "Absol (Mega)", + "types": [ + "dark" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10057.png" + }, + { + "pokeapi_id": 10058, + "national_dex": 445, + "name": "Garchomp (Mega)", + "types": [ + "dragon", + "ground" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10058.png" + }, + { + "pokeapi_id": 10059, + "national_dex": 448, + "name": "Lucario (Mega)", + "types": [ + "fighting", + "steel" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10059.png" + }, + { + "pokeapi_id": 10060, + "national_dex": 460, + "name": "Abomasnow (Mega)", + "types": [ + "grass", + "ice" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10060.png" + }, + { + "pokeapi_id": 10061, + "national_dex": 670, + "name": "Floette (Eternal)", + "types": [ + "fairy" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10061.png" + }, + { + "pokeapi_id": 10062, + "national_dex": 380, + "name": "Latias (Mega)", + "types": [ + "dragon", + "psychic" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10062.png" + }, + { + "pokeapi_id": 10063, + "national_dex": 381, + "name": "Latios (Mega)", + "types": [ + "dragon", + "psychic" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10063.png" + }, + { + "pokeapi_id": 10064, + "national_dex": 260, + "name": "Swampert (Mega)", + "types": [ + "water", + "ground" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10064.png" + }, + { + "pokeapi_id": 10065, + "national_dex": 254, + "name": "Sceptile (Mega)", + "types": [ + "grass", + "dragon" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10065.png" + }, + { + "pokeapi_id": 10066, + "national_dex": 302, + "name": "Sableye (Mega)", + "types": [ + "dark", + "ghost" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10066.png" + }, + { + "pokeapi_id": 10067, + "national_dex": 334, + "name": "Altaria (Mega)", + "types": [ + "dragon", + "fairy" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10067.png" + }, + { + "pokeapi_id": 10068, + "national_dex": 475, + "name": "Gallade (Mega)", + "types": [ + "psychic", + "fighting" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10068.png" + }, + { + "pokeapi_id": 10069, + "national_dex": 531, + "name": "Audino (Mega)", + "types": [ + "normal", + "fairy" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10069.png" + }, + { + "pokeapi_id": 10070, + "national_dex": 319, + "name": "Sharpedo (Mega)", + "types": [ + "water", + "dark" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10070.png" + }, + { + "pokeapi_id": 10071, + "national_dex": 80, + "name": "Slowbro (Mega)", + "types": [ + "water", + "psychic" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10071.png" + }, + { + "pokeapi_id": 10072, + "national_dex": 208, + "name": "Steelix (Mega)", + "types": [ + "steel", + "ground" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10072.png" + }, + { + "pokeapi_id": 10073, + "national_dex": 18, + "name": "Pidgeot (Mega)", + "types": [ + "normal", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10073.png" + }, + { + "pokeapi_id": 10074, + "national_dex": 362, + "name": "Glalie (Mega)", + "types": [ + "ice" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10074.png" + }, + { + "pokeapi_id": 10075, + "national_dex": 719, + "name": "Diancie (Mega)", + "types": [ + "rock", + "fairy" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10075.png" + }, + { + "pokeapi_id": 10076, + "national_dex": 376, + "name": "Metagross (Mega)", + "types": [ + "steel", + "psychic" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10076.png" + }, + { + "pokeapi_id": 10077, + "national_dex": 382, + "name": "Kyogre (Primal)", + "types": [ + "water" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10077.png" + }, + { + "pokeapi_id": 10078, + "national_dex": 383, + "name": "Groudon (Primal)", + "types": [ + "ground", + "fire" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10078.png" + }, + { + "pokeapi_id": 10079, + "national_dex": 384, + "name": "Rayquaza (Mega)", + "types": [ + "dragon", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10079.png" + }, + { + "pokeapi_id": 10080, + "national_dex": 25, + "name": "Pikachu (Rock Star)", + "types": [ + "electric" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10080.png" + }, + { + "pokeapi_id": 10081, + "national_dex": 25, + "name": "Pikachu (Belle)", + "types": [ + "electric" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10081.png" + }, + { + "pokeapi_id": 10082, + "national_dex": 25, + "name": "Pikachu (Pop Star)", + "types": [ + "electric" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10082.png" + }, + { + "pokeapi_id": 10083, + "national_dex": 25, + "name": "Pikachu (Phd)", + "types": [ + "electric" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10083.png" + }, + { + "pokeapi_id": 10084, + "national_dex": 25, + "name": "Pikachu (Libre)", + "types": [ + "electric" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10084.png" + }, + { + "pokeapi_id": 10085, + "national_dex": 25, + "name": "Pikachu (Cosplay)", + "types": [ + "electric" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10085.png" + }, + { + "pokeapi_id": 10086, + "national_dex": 720, + "name": "Hoopa (Unbound)", + "types": [ + "psychic", + "dark" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10086.png" + }, + { + "pokeapi_id": 10087, + "national_dex": 323, + "name": "Camerupt (Mega)", + "types": [ + "fire", + "ground" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10087.png" + }, + { + "pokeapi_id": 10088, + "national_dex": 428, + "name": "Lopunny (Mega)", + "types": [ + "normal", + "fighting" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10088.png" + }, + { + "pokeapi_id": 10089, + "national_dex": 373, + "name": "Salamence (Mega)", + "types": [ + "dragon", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10089.png" + }, + { + "pokeapi_id": 10090, + "national_dex": 15, + "name": "Beedrill (Mega)", + "types": [ + "bug", + "poison" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10090.png" + }, + { + "pokeapi_id": 10091, + "national_dex": 19, + "name": "Rattata (Alola)", + "types": [ + "dark", + "normal" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10091.png" + }, + { + "pokeapi_id": 10092, + "national_dex": 20, + "name": "Raticate (Alola)", + "types": [ + "dark", + "normal" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10092.png" + }, + { + "pokeapi_id": 10093, + "national_dex": 20, + "name": "Raticate (Totem Alola)", + "types": [ + "dark", + "normal" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10093.png" + }, + { + "pokeapi_id": 10094, + "national_dex": 25, + "name": "Pikachu (Original Cap)", + "types": [ + "electric" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10094.png" + }, + { + "pokeapi_id": 10095, + "national_dex": 25, + "name": "Pikachu (Hoenn Cap)", + "types": [ + "electric" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10095.png" + }, + { + "pokeapi_id": 10096, + "national_dex": 25, + "name": "Pikachu (Sinnoh Cap)", + "types": [ + "electric" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10096.png" + }, + { + "pokeapi_id": 10097, + "national_dex": 25, + "name": "Pikachu (Unova Cap)", + "types": [ + "electric" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10097.png" + }, + { + "pokeapi_id": 10098, + "national_dex": 25, + "name": "Pikachu (Kalos Cap)", + "types": [ + "electric" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10098.png" + }, + { + "pokeapi_id": 10099, + "national_dex": 25, + "name": "Pikachu (Alola Cap)", + "types": [ + "electric" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10099.png" + }, + { + "pokeapi_id": 10100, + "national_dex": 26, + "name": "Raichu (Alola)", + "types": [ + "electric", + "psychic" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10100.png" + }, + { + "pokeapi_id": 10101, + "national_dex": 27, + "name": "Sandshrew (Alola)", + "types": [ + "ice", + "steel" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10101.png" + }, + { + "pokeapi_id": 10102, + "national_dex": 28, + "name": "Sandslash (Alola)", + "types": [ + "ice", + "steel" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10102.png" + }, + { + "pokeapi_id": 10103, + "national_dex": 37, + "name": "Vulpix (Alola)", + "types": [ + "ice" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10103.png" + }, + { + "pokeapi_id": 10104, + "national_dex": 38, + "name": "Ninetales (Alola)", + "types": [ + "ice", + "fairy" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10104.png" + }, + { + "pokeapi_id": 10105, + "national_dex": 50, + "name": "Diglett (Alola)", + "types": [ + "ground", + "steel" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10105.png" + }, + { + "pokeapi_id": 10106, + "national_dex": 51, + "name": "Dugtrio (Alola)", + "types": [ + "ground", + "steel" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10106.png" + }, + { + "pokeapi_id": 10107, + "national_dex": 52, + "name": "Meowth (Alola)", + "types": [ + "dark" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10107.png" + }, + { + "pokeapi_id": 10108, + "national_dex": 53, + "name": "Persian (Alola)", + "types": [ + "dark" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10108.png" + }, + { + "pokeapi_id": 10109, + "national_dex": 74, + "name": "Geodude (Alola)", + "types": [ + "rock", + "electric" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10109.png" + }, + { + "pokeapi_id": 10110, + "national_dex": 75, + "name": "Graveler (Alola)", + "types": [ + "rock", + "electric" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10110.png" + }, + { + "pokeapi_id": 10111, + "national_dex": 76, + "name": "Golem (Alola)", + "types": [ + "rock", + "electric" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10111.png" + }, + { + "pokeapi_id": 10112, + "national_dex": 88, + "name": "Grimer (Alola)", + "types": [ + "poison", + "dark" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10112.png" + }, + { + "pokeapi_id": 10113, + "national_dex": 89, + "name": "Muk (Alola)", + "types": [ + "poison", + "dark" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10113.png" + }, + { + "pokeapi_id": 10114, + "national_dex": 103, + "name": "Exeggutor (Alola)", + "types": [ + "grass", + "dragon" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10114.png" + }, + { + "pokeapi_id": 10115, + "national_dex": 105, + "name": "Marowak (Alola)", + "types": [ + "fire", + "ghost" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10115.png" + }, + { + "pokeapi_id": 10116, + "national_dex": 658, + "name": "Greninja (Battle Bond)", + "types": [ + "water", + "dark" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10116.png" + }, + { + "pokeapi_id": 10117, + "national_dex": 658, + "name": "Greninja (Ash)", + "types": [ + "water", + "dark" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10117.png" + }, + { + "pokeapi_id": 10118, + "national_dex": 718, + "name": "Zygarde (10 Power Construct)", + "types": [ + "dragon", + "ground" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10118.png" + }, + { + "pokeapi_id": 10119, + "national_dex": 718, + "name": "Zygarde (50 Power Construct)", + "types": [ + "dragon", + "ground" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10119.png" + }, + { + "pokeapi_id": 10120, + "national_dex": 718, + "name": "Zygarde (Complete)", + "types": [ + "dragon", + "ground" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10120.png" + }, + { + "pokeapi_id": 10121, + "national_dex": 735, + "name": "Gumshoos (Totem)", + "types": [ + "normal" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10121.png" + }, + { + "pokeapi_id": 10122, + "national_dex": 738, + "name": "Vikavolt (Totem)", + "types": [ + "bug", + "electric" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10122.png" + }, + { + "pokeapi_id": 10123, + "national_dex": 741, + "name": "Oricorio (Pom Pom)", + "types": [ + "electric", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10123.png" + }, + { + "pokeapi_id": 10124, + "national_dex": 741, + "name": "Oricorio (Pau)", + "types": [ + "psychic", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10124.png" + }, + { + "pokeapi_id": 10125, + "national_dex": 741, + "name": "Oricorio (Sensu)", + "types": [ + "ghost", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10125.png" + }, + { + "pokeapi_id": 10126, + "national_dex": 745, + "name": "Lycanroc (Midnight)", + "types": [ + "rock" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10126.png" + }, + { + "pokeapi_id": 10127, + "national_dex": 746, + "name": "Wishiwashi (School)", + "types": [ + "water" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10127.png" + }, + { + "pokeapi_id": 10128, + "national_dex": 754, + "name": "Lurantis (Totem)", + "types": [ + "grass" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10128.png" + }, + { + "pokeapi_id": 10129, + "national_dex": 758, + "name": "Salazzle (Totem)", + "types": [ + "poison", + "fire" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10129.png" + }, + { + "pokeapi_id": 10130, + "national_dex": 774, + "name": "Minior (Orange Meteor)", + "types": [ + "rock", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10130.png" + }, + { + "pokeapi_id": 10131, + "national_dex": 774, + "name": "Minior (Yellow Meteor)", + "types": [ + "rock", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10131.png" + }, + { + "pokeapi_id": 10132, + "national_dex": 774, + "name": "Minior (Green Meteor)", + "types": [ + "rock", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10132.png" + }, + { + "pokeapi_id": 10133, + "national_dex": 774, + "name": "Minior (Blue Meteor)", + "types": [ + "rock", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10133.png" + }, + { + "pokeapi_id": 10134, + "national_dex": 774, + "name": "Minior (Indigo Meteor)", + "types": [ + "rock", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10134.png" + }, + { + "pokeapi_id": 10135, + "national_dex": 774, + "name": "Minior (Violet Meteor)", + "types": [ + "rock", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10135.png" + }, + { + "pokeapi_id": 10136, + "national_dex": 774, + "name": "Minior (Red)", + "types": [ + "rock", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10136.png" + }, + { + "pokeapi_id": 10137, + "national_dex": 774, + "name": "Minior (Orange)", + "types": [ + "rock", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10137.png" + }, + { + "pokeapi_id": 10138, + "national_dex": 774, + "name": "Minior (Yellow)", + "types": [ + "rock", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10138.png" + }, + { + "pokeapi_id": 10139, + "national_dex": 774, + "name": "Minior (Green)", + "types": [ + "rock", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10139.png" + }, + { + "pokeapi_id": 10140, + "national_dex": 774, + "name": "Minior (Blue)", + "types": [ + "rock", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10140.png" + }, + { + "pokeapi_id": 10141, + "national_dex": 774, + "name": "Minior (Indigo)", + "types": [ + "rock", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10141.png" + }, + { + "pokeapi_id": 10142, + "national_dex": 774, + "name": "Minior (Violet)", + "types": [ + "rock", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10142.png" + }, + { + "pokeapi_id": 10143, + "national_dex": 778, + "name": "Mimikyu (Busted)", + "types": [ + "ghost", + "fairy" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10143.png" + }, + { + "pokeapi_id": 10144, + "national_dex": 778, + "name": "Mimikyu (Totem Disguised)", + "types": [ + "ghost", + "fairy" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10144.png" + }, + { + "pokeapi_id": 10145, + "national_dex": 778, + "name": "Mimikyu (Totem Busted)", + "types": [ + "ghost", + "fairy" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10145.png" + }, + { + "pokeapi_id": 10146, + "national_dex": 784, + "name": "Kommo O (Totem)", + "types": [ + "dragon", + "fighting" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10146.png" + }, + { + "pokeapi_id": 10147, + "national_dex": 801, + "name": "Magearna (Original)", + "types": [ + "steel", + "fairy" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10147.png" + }, + { + "pokeapi_id": 10148, + "national_dex": 25, + "name": "Pikachu (Partner Cap)", + "types": [ + "electric" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10148.png" + }, + { + "pokeapi_id": 10149, + "national_dex": 105, + "name": "Marowak (Totem)", + "types": [ + "fire", + "ghost" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10149.png" + }, + { + "pokeapi_id": 10150, + "national_dex": 743, + "name": "Ribombee (Totem)", + "types": [ + "bug", + "fairy" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10150.png" + }, + { + "pokeapi_id": 10151, + "national_dex": 744, + "name": "Rockruff (Own Tempo)", + "types": [ + "rock" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10151.png" + }, + { + "pokeapi_id": 10152, + "national_dex": 745, + "name": "Lycanroc (Dusk)", + "types": [ + "rock" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10152.png" + }, + { + "pokeapi_id": 10153, + "national_dex": 752, + "name": "Araquanid (Totem)", + "types": [ + "water", + "bug" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10153.png" + }, + { + "pokeapi_id": 10154, + "national_dex": 777, + "name": "Togedemaru (Totem)", + "types": [ + "electric", + "steel" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10154.png" + }, + { + "pokeapi_id": 10155, + "national_dex": 800, + "name": "Necrozma (Dusk)", + "types": [ + "psychic", + "steel" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10155.png" + }, + { + "pokeapi_id": 10156, + "national_dex": 800, + "name": "Necrozma (Dawn)", + "types": [ + "psychic", + "ghost" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10156.png" + }, + { + "pokeapi_id": 10157, + "national_dex": 800, + "name": "Necrozma (Ultra)", + "types": [ + "psychic", + "dragon" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10157.png" + }, + { + "pokeapi_id": 10158, + "national_dex": 25, + "name": "Pikachu (Starter)", + "types": [ + "electric" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10158.png" + }, + { + "pokeapi_id": 10159, + "national_dex": 133, + "name": "Eevee (Starter)", + "types": [ + "normal" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10159.png" + }, + { + "pokeapi_id": 10160, + "national_dex": 25, + "name": "Pikachu (World Cap)", + "types": [ + "electric" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10160.png" + }, + { + "pokeapi_id": 10161, + "national_dex": 52, + "name": "Meowth (Galar)", + "types": [ + "steel" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10161.png" + }, + { + "pokeapi_id": 10162, + "national_dex": 77, + "name": "Ponyta (Galar)", + "types": [ + "psychic" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10162.png" + }, + { + "pokeapi_id": 10163, + "national_dex": 78, + "name": "Rapidash (Galar)", + "types": [ + "psychic", + "fairy" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10163.png" + }, + { + "pokeapi_id": 10164, + "national_dex": 79, + "name": "Slowpoke (Galar)", + "types": [ + "psychic" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10164.png" + }, + { + "pokeapi_id": 10165, + "national_dex": 80, + "name": "Slowbro (Galar)", + "types": [ + "poison", + "psychic" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10165.png" + }, + { + "pokeapi_id": 10166, + "national_dex": 83, + "name": "Farfetchd (Galar)", + "types": [ + "fighting" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10166.png" + }, + { + "pokeapi_id": 10167, + "national_dex": 110, + "name": "Weezing (Galar)", + "types": [ + "poison", + "fairy" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10167.png" + }, + { + "pokeapi_id": 10168, + "national_dex": 122, + "name": "Mr Mime (Galar)", + "types": [ + "ice", + "psychic" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10168.png" + }, + { + "pokeapi_id": 10169, + "national_dex": 144, + "name": "Articuno (Galar)", + "types": [ + "psychic", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10169.png" + }, + { + "pokeapi_id": 10170, + "national_dex": 145, + "name": "Zapdos (Galar)", + "types": [ + "fighting", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10170.png" + }, + { + "pokeapi_id": 10171, + "national_dex": 146, + "name": "Moltres (Galar)", + "types": [ + "dark", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10171.png" + }, + { + "pokeapi_id": 10172, + "national_dex": 199, + "name": "Slowking (Galar)", + "types": [ + "poison", + "psychic" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10172.png" + }, + { + "pokeapi_id": 10173, + "national_dex": 222, + "name": "Corsola (Galar)", + "types": [ + "ghost" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10173.png" + }, + { + "pokeapi_id": 10174, + "national_dex": 263, + "name": "Zigzagoon (Galar)", + "types": [ + "dark", + "normal" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10174.png" + }, + { + "pokeapi_id": 10175, + "national_dex": 264, + "name": "Linoone (Galar)", + "types": [ + "dark", + "normal" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10175.png" + }, + { + "pokeapi_id": 10176, + "national_dex": 554, + "name": "Darumaka (Galar)", + "types": [ + "ice" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10176.png" + }, + { + "pokeapi_id": 10177, + "national_dex": 555, + "name": "Darmanitan (Galar Standard)", + "types": [ + "ice" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10177.png" + }, + { + "pokeapi_id": 10178, + "national_dex": 555, + "name": "Darmanitan (Galar Zen)", + "types": [ + "ice", + "fire" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10178.png" + }, + { + "pokeapi_id": 10179, + "national_dex": 562, + "name": "Yamask (Galar)", + "types": [ + "ground", + "ghost" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10179.png" + }, + { + "pokeapi_id": 10180, + "national_dex": 618, + "name": "Stunfisk (Galar)", + "types": [ + "ground", + "steel" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10180.png" + }, + { + "pokeapi_id": 10181, + "national_dex": 718, + "name": "Zygarde (10)", + "types": [ + "dragon", + "ground" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10181.png" + }, + { + "pokeapi_id": 10182, + "national_dex": 845, + "name": "Cramorant (Gulping)", + "types": [ + "flying", + "water" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10182.png" + }, + { + "pokeapi_id": 10183, + "national_dex": 845, + "name": "Cramorant (Gorging)", + "types": [ + "flying", + "water" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10183.png" + }, + { + "pokeapi_id": 10184, + "national_dex": 849, + "name": "Toxtricity (Low Key)", + "types": [ + "electric", + "poison" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10184.png" + }, + { + "pokeapi_id": 10185, + "national_dex": 875, + "name": "Eiscue (Noice)", + "types": [ + "ice" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10185.png" + }, + { + "pokeapi_id": 10186, + "national_dex": 876, + "name": "Indeedee (Female)", + "types": [ + "psychic", + "normal" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10186.png" + }, + { + "pokeapi_id": 10187, + "national_dex": 877, + "name": "Morpeko (Hangry)", + "types": [ + "electric", + "dark" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10187.png" + }, + { + "pokeapi_id": 10188, + "national_dex": 888, + "name": "Zacian (Crowned)", + "types": [ + "fairy", + "steel" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10188.png" + }, + { + "pokeapi_id": 10189, + "national_dex": 889, + "name": "Zamazenta (Crowned)", + "types": [ + "fighting", + "steel" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10189.png" + }, + { + "pokeapi_id": 10190, + "national_dex": 890, + "name": "Eternatus (Eternamax)", + "types": [ + "poison", + "dragon" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10190.png" + }, + { + "pokeapi_id": 10191, + "national_dex": 892, + "name": "Urshifu (Rapid Strike)", + "types": [ + "fighting", + "water" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10191.png" + }, + { + "pokeapi_id": 10192, + "national_dex": 893, + "name": "Zarude (Dada)", + "types": [ + "dark", + "grass" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10192.png" + }, + { + "pokeapi_id": 10193, + "national_dex": 898, + "name": "Calyrex (Ice)", + "types": [ + "psychic", + "ice" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10193.png" + }, + { + "pokeapi_id": 10194, + "national_dex": 898, + "name": "Calyrex (Shadow)", + "types": [ + "psychic", + "ghost" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10194.png" + }, + { + "pokeapi_id": 10195, + "national_dex": 3, + "name": "Venusaur (Gmax)", + "types": [ + "grass", + "poison" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10195.png" + }, + { + "pokeapi_id": 10196, + "national_dex": 6, + "name": "Charizard (Gmax)", + "types": [ + "fire", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10196.png" + }, + { + "pokeapi_id": 10197, + "national_dex": 9, + "name": "Blastoise (Gmax)", + "types": [ + "water" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10197.png" + }, + { + "pokeapi_id": 10198, + "national_dex": 12, + "name": "Butterfree (Gmax)", + "types": [ + "bug", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10198.png" + }, + { + "pokeapi_id": 10199, + "national_dex": 25, + "name": "Pikachu (Gmax)", + "types": [ + "electric" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10199.png" + }, + { + "pokeapi_id": 10200, + "national_dex": 52, + "name": "Meowth (Gmax)", + "types": [ + "normal" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10200.png" + }, + { + "pokeapi_id": 10201, + "national_dex": 68, + "name": "Machamp (Gmax)", + "types": [ + "fighting" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10201.png" + }, + { + "pokeapi_id": 10202, + "national_dex": 94, + "name": "Gengar (Gmax)", + "types": [ + "ghost", + "poison" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10202.png" + }, + { + "pokeapi_id": 10203, + "national_dex": 99, + "name": "Kingler (Gmax)", + "types": [ + "water" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10203.png" + }, + { + "pokeapi_id": 10204, + "national_dex": 131, + "name": "Lapras (Gmax)", + "types": [ + "water", + "ice" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10204.png" + }, + { + "pokeapi_id": 10205, + "national_dex": 133, + "name": "Eevee (Gmax)", + "types": [ + "normal" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10205.png" + }, + { + "pokeapi_id": 10206, + "national_dex": 143, + "name": "Snorlax (Gmax)", + "types": [ + "normal" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10206.png" + }, + { + "pokeapi_id": 10207, + "national_dex": 569, + "name": "Garbodor (Gmax)", + "types": [ + "poison" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10207.png" + }, + { + "pokeapi_id": 10208, + "national_dex": 809, + "name": "Melmetal (Gmax)", + "types": [ + "steel" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10208.png" + }, + { + "pokeapi_id": 10209, + "national_dex": 812, + "name": "Rillaboom (Gmax)", + "types": [ + "grass" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10209.png" + }, + { + "pokeapi_id": 10210, + "national_dex": 815, + "name": "Cinderace (Gmax)", + "types": [ + "fire" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10210.png" + }, + { + "pokeapi_id": 10211, + "national_dex": 818, + "name": "Inteleon (Gmax)", + "types": [ + "water" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10211.png" + }, + { + "pokeapi_id": 10212, + "national_dex": 823, + "name": "Corviknight (Gmax)", + "types": [ + "flying", + "steel" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10212.png" + }, + { + "pokeapi_id": 10213, + "national_dex": 826, + "name": "Orbeetle (Gmax)", + "types": [ + "bug", + "psychic" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10213.png" + }, + { + "pokeapi_id": 10214, + "national_dex": 834, + "name": "Drednaw (Gmax)", + "types": [ + "water", + "rock" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10214.png" + }, + { + "pokeapi_id": 10215, + "national_dex": 839, + "name": "Coalossal (Gmax)", + "types": [ + "rock", + "fire" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10215.png" + }, + { + "pokeapi_id": 10216, + "national_dex": 841, + "name": "Flapple (Gmax)", + "types": [ + "grass", + "dragon" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10216.png" + }, + { + "pokeapi_id": 10217, + "national_dex": 842, + "name": "Appletun (Gmax)", + "types": [ + "grass", + "dragon" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10217.png" + }, + { + "pokeapi_id": 10218, + "national_dex": 844, + "name": "Sandaconda (Gmax)", + "types": [ + "ground" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10218.png" + }, + { + "pokeapi_id": 10219, + "national_dex": 849, + "name": "Toxtricity (Amped Gmax)", + "types": [ + "electric", + "poison" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10219.png" + }, + { + "pokeapi_id": 10220, + "national_dex": 851, + "name": "Centiskorch (Gmax)", + "types": [ + "fire", + "bug" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10220.png" + }, + { + "pokeapi_id": 10221, + "national_dex": 858, + "name": "Hatterene (Gmax)", + "types": [ + "psychic", + "fairy" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10221.png" + }, + { + "pokeapi_id": 10222, + "national_dex": 861, + "name": "Grimmsnarl (Gmax)", + "types": [ + "dark", + "fairy" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10222.png" + }, + { + "pokeapi_id": 10223, + "national_dex": 869, + "name": "Alcremie (Gmax)", + "types": [ + "fairy" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10223.png" + }, + { + "pokeapi_id": 10224, + "national_dex": 879, + "name": "Copperajah (Gmax)", + "types": [ + "steel" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10224.png" + }, + { + "pokeapi_id": 10225, + "national_dex": 884, + "name": "Duraludon (Gmax)", + "types": [ + "steel", + "dragon" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10225.png" + }, + { + "pokeapi_id": 10226, + "national_dex": 892, + "name": "Urshifu (Single Strike Gmax)", + "types": [ + "fighting", + "dark" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10226.png" + }, + { + "pokeapi_id": 10227, + "national_dex": 892, + "name": "Urshifu (Rapid Strike Gmax)", + "types": [ + "fighting", + "water" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10227.png" + }, + { + "pokeapi_id": 10228, + "national_dex": 849, + "name": "Toxtricity (Low Key Gmax)", + "types": [ + "electric", + "poison" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10228.png" + }, + { + "pokeapi_id": 10229, + "national_dex": 58, + "name": "Growlithe (Hisui)", + "types": [ + "fire", + "rock" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10229.png" + }, + { + "pokeapi_id": 10230, + "national_dex": 59, + "name": "Arcanine (Hisui)", + "types": [ + "fire", + "rock" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10230.png" + }, + { + "pokeapi_id": 10231, + "national_dex": 100, + "name": "Voltorb (Hisui)", + "types": [ + "electric", + "grass" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10231.png" + }, + { + "pokeapi_id": 10232, + "national_dex": 101, + "name": "Electrode (Hisui)", + "types": [ + "electric", + "grass" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10232.png" + }, + { + "pokeapi_id": 10233, + "national_dex": 157, + "name": "Typhlosion (Hisui)", + "types": [ + "fire", + "ghost" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10233.png" + }, + { + "pokeapi_id": 10234, + "national_dex": 211, + "name": "Qwilfish (Hisui)", + "types": [ + "dark", + "poison" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10234.png" + }, + { + "pokeapi_id": 10235, + "national_dex": 215, + "name": "Sneasel (Hisui)", + "types": [ + "fighting", + "poison" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10235.png" + }, + { + "pokeapi_id": 10236, + "national_dex": 503, + "name": "Samurott (Hisui)", + "types": [ + "water", + "dark" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10236.png" + }, + { + "pokeapi_id": 10237, + "national_dex": 549, + "name": "Lilligant (Hisui)", + "types": [ + "grass", + "fighting" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10237.png" + }, + { + "pokeapi_id": 10238, + "national_dex": 570, + "name": "Zorua (Hisui)", + "types": [ + "normal", + "ghost" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10238.png" + }, + { + "pokeapi_id": 10239, + "national_dex": 571, + "name": "Zoroark (Hisui)", + "types": [ + "normal", + "ghost" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10239.png" + }, + { + "pokeapi_id": 10240, + "national_dex": 628, + "name": "Braviary (Hisui)", + "types": [ + "psychic", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10240.png" + }, + { + "pokeapi_id": 10241, + "national_dex": 705, + "name": "Sliggoo (Hisui)", + "types": [ + "steel", + "dragon" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10241.png" + }, + { + "pokeapi_id": 10242, + "national_dex": 706, + "name": "Goodra (Hisui)", + "types": [ + "steel", + "dragon" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10242.png" + }, + { + "pokeapi_id": 10243, + "national_dex": 713, + "name": "Avalugg (Hisui)", + "types": [ + "ice", + "rock" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10243.png" + }, + { + "pokeapi_id": 10244, + "national_dex": 724, + "name": "Decidueye (Hisui)", + "types": [ + "grass", + "fighting" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10244.png" + }, + { + "pokeapi_id": 10245, + "national_dex": 483, + "name": "Dialga (Origin)", + "types": [ + "steel", + "dragon" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10245.png" + }, + { + "pokeapi_id": 10246, + "national_dex": 484, + "name": "Palkia (Origin)", + "types": [ + "water", + "dragon" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10246.png" + }, + { + "pokeapi_id": 10247, + "national_dex": 550, + "name": "Basculin (White Striped)", + "types": [ + "water" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10247.png" + }, + { + "pokeapi_id": 10248, + "national_dex": 902, + "name": "Basculegion (Female)", + "types": [ + "water", + "ghost" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10248.png" + }, + { + "pokeapi_id": 10249, + "national_dex": 905, + "name": "Enamorus (Therian)", + "types": [ + "fairy", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10249.png" + }, + { + "pokeapi_id": 10250, + "national_dex": 128, + "name": "Tauros (Paldea Combat Breed)", + "types": [ + "fighting" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10250.png" + }, + { + "pokeapi_id": 10251, + "national_dex": 128, + "name": "Tauros (Paldea Blaze Breed)", + "types": [ + "fighting", + "fire" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10251.png" + }, + { + "pokeapi_id": 10252, + "national_dex": 128, + "name": "Tauros (Paldea Aqua Breed)", + "types": [ + "fighting", + "water" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10252.png" + }, + { + "pokeapi_id": 10253, + "national_dex": 194, + "name": "Wooper (Paldea)", + "types": [ + "poison", + "ground" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10253.png" + }, + { + "pokeapi_id": 10254, + "national_dex": 916, + "name": "Oinkologne (Female)", + "types": [ + "normal" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10254.png" + }, + { + "pokeapi_id": 10255, + "national_dex": 982, + "name": "Dudunsparce (Three Segment)", + "types": [ + "normal" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10255.png" + }, + { + "pokeapi_id": 10256, + "national_dex": 964, + "name": "Palafin (Hero)", + "types": [ + "water" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10256.png" + }, + { + "pokeapi_id": 10257, + "national_dex": 925, + "name": "Maushold (Family Of Three)", + "types": [ + "normal" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10257.png" + }, + { + "pokeapi_id": 10258, + "national_dex": 978, + "name": "Tatsugiri (Droopy)", + "types": [ + "dragon", + "water" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10258.png" + }, + { + "pokeapi_id": 10259, + "national_dex": 978, + "name": "Tatsugiri (Stretchy)", + "types": [ + "dragon", + "water" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10259.png" + }, + { + "pokeapi_id": 10260, + "national_dex": 931, + "name": "Squawkabilly (Blue Plumage)", + "types": [ + "normal", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10260.png" + }, + { + "pokeapi_id": 10261, + "national_dex": 931, + "name": "Squawkabilly (Yellow Plumage)", + "types": [ + "normal", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10261.png" + }, + { + "pokeapi_id": 10262, + "national_dex": 931, + "name": "Squawkabilly (White Plumage)", + "types": [ + "normal", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10262.png" + }, + { + "pokeapi_id": 10263, + "national_dex": 999, + "name": "Gimmighoul (Roaming)", + "types": [ + "ghost" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10263.png" + }, + { + "pokeapi_id": 10264, + "national_dex": 1007, + "name": "Koraidon (Limited Build)", + "types": [ + "fighting", + "dragon" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10264.png" + }, + { + "pokeapi_id": 10265, + "national_dex": 1007, + "name": "Koraidon (Sprinting Build)", + "types": [ + "fighting", + "dragon" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10265.png" + }, + { + "pokeapi_id": 10266, + "national_dex": 1007, + "name": "Koraidon (Swimming Build)", + "types": [ + "fighting", + "dragon" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10266.png" + }, + { + "pokeapi_id": 10267, + "national_dex": 1007, + "name": "Koraidon (Gliding Build)", + "types": [ + "fighting", + "dragon" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10267.png" + }, + { + "pokeapi_id": 10268, + "national_dex": 1008, + "name": "Miraidon (Low Power Mode)", + "types": [ + "electric", + "dragon" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10268.png" + }, + { + "pokeapi_id": 10269, + "national_dex": 1008, + "name": "Miraidon (Drive Mode)", + "types": [ + "electric", + "dragon" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10269.png" + }, + { + "pokeapi_id": 10270, + "national_dex": 1008, + "name": "Miraidon (Aquatic Mode)", + "types": [ + "electric", + "dragon" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10270.png" + }, + { + "pokeapi_id": 10271, + "national_dex": 1008, + "name": "Miraidon (Glide Mode)", + "types": [ + "electric", + "dragon" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10271.png" + }, + { + "pokeapi_id": 10272, + "national_dex": 901, + "name": "Ursaluna (Bloodmoon)", + "types": [ + "ground", + "normal" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10272.png" + }, + { + "pokeapi_id": 10273, + "national_dex": 1017, + "name": "Ogerpon (Wellspring Mask)", + "types": [ + "grass", + "water" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10273.png" + }, + { + "pokeapi_id": 10274, + "national_dex": 1017, + "name": "Ogerpon (Hearthflame Mask)", + "types": [ + "grass", + "fire" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10274.png" + }, + { + "pokeapi_id": 10275, + "national_dex": 1017, + "name": "Ogerpon (Cornerstone Mask)", + "types": [ + "grass", + "rock" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10275.png" + }, { "pokeapi_id": 10276, "national_dex": 1024, @@ -12905,13 +12444,474 @@ "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10277.png" }, { - "pokeapi_id": 1025, - "national_dex": 1025, - "name": "Pecharunt", + "pokeapi_id": 10278, + "national_dex": 36, + "name": "Clefable (Mega)", "types": [ - "poison", + "fairy", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10278.png" + }, + { + "pokeapi_id": 10279, + "national_dex": 71, + "name": "Victreebel (Mega)", + "types": [ + "grass", + "poison" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10279.png" + }, + { + "pokeapi_id": 10280, + "national_dex": 121, + "name": "Starmie (Mega)", + "types": [ + "water", + "psychic" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10280.png" + }, + { + "pokeapi_id": 10281, + "national_dex": 149, + "name": "Dragonite (Mega)", + "types": [ + "dragon", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10281.png" + }, + { + "pokeapi_id": 10282, + "national_dex": 154, + "name": "Meganium (Mega)", + "types": [ + "grass", + "fairy" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10282.png" + }, + { + "pokeapi_id": 10283, + "national_dex": 160, + "name": "Feraligatr (Mega)", + "types": [ + "water", + "dragon" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10283.png" + }, + { + "pokeapi_id": 10284, + "national_dex": 227, + "name": "Skarmory (Mega)", + "types": [ + "steel", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10284.png" + }, + { + "pokeapi_id": 10285, + "national_dex": 478, + "name": "Froslass (Mega)", + "types": [ + "ice", "ghost" ], - "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/1025.png" + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10285.png" + }, + { + "pokeapi_id": 10286, + "national_dex": 500, + "name": "Emboar (Mega)", + "types": [ + "fire", + "fighting" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10286.png" + }, + { + "pokeapi_id": 10287, + "national_dex": 530, + "name": "Excadrill (Mega)", + "types": [ + "ground", + "steel" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10287.png" + }, + { + "pokeapi_id": 10288, + "national_dex": 545, + "name": "Scolipede (Mega)", + "types": [ + "bug", + "poison" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10288.png" + }, + { + "pokeapi_id": 10289, + "national_dex": 560, + "name": "Scrafty (Mega)", + "types": [ + "dark", + "fighting" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10289.png" + }, + { + "pokeapi_id": 10290, + "national_dex": 604, + "name": "Eelektross (Mega)", + "types": [ + "electric" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10290.png" + }, + { + "pokeapi_id": 10291, + "national_dex": 609, + "name": "Chandelure (Mega)", + "types": [ + "ghost", + "fire" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10291.png" + }, + { + "pokeapi_id": 10292, + "national_dex": 652, + "name": "Chesnaught (Mega)", + "types": [ + "grass", + "fighting" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10292.png" + }, + { + "pokeapi_id": 10293, + "national_dex": 655, + "name": "Delphox (Mega)", + "types": [ + "fire", + "psychic" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10293.png" + }, + { + "pokeapi_id": 10294, + "national_dex": 658, + "name": "Greninja (Mega)", + "types": [ + "water", + "dark" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10294.png" + }, + { + "pokeapi_id": 10295, + "national_dex": 668, + "name": "Pyroar (Mega)", + "types": [ + "fire", + "normal" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10295.png" + }, + { + "pokeapi_id": 10296, + "national_dex": 670, + "name": "Floette (Mega)", + "types": [ + "fairy" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10296.png" + }, + { + "pokeapi_id": 10297, + "national_dex": 687, + "name": "Malamar (Mega)", + "types": [ + "dark", + "psychic" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10297.png" + }, + { + "pokeapi_id": 10298, + "national_dex": 689, + "name": "Barbaracle (Mega)", + "types": [ + "rock", + "fighting" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10298.png" + }, + { + "pokeapi_id": 10299, + "national_dex": 691, + "name": "Dragalge (Mega)", + "types": [ + "poison", + "dragon" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10299.png" + }, + { + "pokeapi_id": 10300, + "national_dex": 701, + "name": "Hawlucha (Mega)", + "types": [ + "fighting", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10300.png" + }, + { + "pokeapi_id": 10301, + "national_dex": 718, + "name": "Zygarde (Mega)", + "types": [ + "dragon", + "ground" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10301.png" + }, + { + "pokeapi_id": 10302, + "national_dex": 780, + "name": "Drampa (Mega)", + "types": [ + "normal", + "dragon" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10302.png" + }, + { + "pokeapi_id": 10303, + "national_dex": 870, + "name": "Falinks (Mega)", + "types": [ + "fighting" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10303.png" + }, + { + "pokeapi_id": 10304, + "national_dex": 26, + "name": "Raichu (Mega X)", + "types": [ + "electric" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10304.png" + }, + { + "pokeapi_id": 10305, + "national_dex": 26, + "name": "Raichu (Mega Y)", + "types": [ + "electric" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10305.png" + }, + { + "pokeapi_id": 10306, + "national_dex": 358, + "name": "Chimecho (Mega)", + "types": [ + "psychic", + "steel" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10306.png" + }, + { + "pokeapi_id": 10307, + "national_dex": 359, + "name": "Absol (Mega Z)", + "types": [ + "dark", + "ghost" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10307.png" + }, + { + "pokeapi_id": 10308, + "national_dex": 398, + "name": "Staraptor (Mega)", + "types": [ + "fighting", + "flying" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10308.png" + }, + { + "pokeapi_id": 10309, + "national_dex": 445, + "name": "Garchomp (Mega Z)", + "types": [ + "dragon" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10309.png" + }, + { + "pokeapi_id": 10310, + "national_dex": 448, + "name": "Lucario (Mega Z)", + "types": [ + "fighting", + "steel" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10310.png" + }, + { + "pokeapi_id": 10311, + "national_dex": 485, + "name": "Heatran (Mega)", + "types": [ + "fire", + "steel" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10311.png" + }, + { + "pokeapi_id": 10312, + "national_dex": 491, + "name": "Darkrai (Mega)", + "types": [ + "dark" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10312.png" + }, + { + "pokeapi_id": 10313, + "national_dex": 623, + "name": "Golurk (Mega)", + "types": [ + "ground", + "ghost" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10313.png" + }, + { + "pokeapi_id": 10314, + "national_dex": 678, + "name": "Meowstic (Mega)", + "types": [ + "psychic" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10314.png" + }, + { + "pokeapi_id": 10315, + "national_dex": 740, + "name": "Crabominable (Mega)", + "types": [ + "fighting", + "ice" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10315.png" + }, + { + "pokeapi_id": 10316, + "national_dex": 768, + "name": "Golisopod (Mega)", + "types": [ + "bug", + "steel" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10316.png" + }, + { + "pokeapi_id": 10317, + "national_dex": 801, + "name": "Magearna (Mega)", + "types": [ + "steel", + "fairy" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10317.png" + }, + { + "pokeapi_id": 10318, + "national_dex": 801, + "name": "Magearna (Original Mega)", + "types": [ + "steel", + "fairy" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10318.png" + }, + { + "pokeapi_id": 10319, + "national_dex": 807, + "name": "Zeraora (Mega)", + "types": [ + "electric" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10319.png" + }, + { + "pokeapi_id": 10320, + "national_dex": 952, + "name": "Scovillain (Mega)", + "types": [ + "grass", + "fire" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10320.png" + }, + { + "pokeapi_id": 10321, + "national_dex": 970, + "name": "Glimmora (Mega)", + "types": [ + "rock", + "poison" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10321.png" + }, + { + "pokeapi_id": 10322, + "national_dex": 978, + "name": "Tatsugiri (Curly Mega)", + "types": [ + "dragon", + "water" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10322.png" + }, + { + "pokeapi_id": 10323, + "national_dex": 978, + "name": "Tatsugiri (Droopy Mega)", + "types": [ + "dragon", + "water" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10323.png" + }, + { + "pokeapi_id": 10324, + "national_dex": 978, + "name": "Tatsugiri (Stretchy Mega)", + "types": [ + "dragon", + "water" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10324.png" + }, + { + "pokeapi_id": 10325, + "national_dex": 998, + "name": "Baxcalibur (Mega)", + "types": [ + "dragon", + "ice" + ], + "sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10325.png" } ] diff --git a/backend/src/app/seeds/data/red.json b/backend/src/app/seeds/data/red.json index 3536ca5..a4ed415 100644 --- a/backend/src/app/seeds/data/red.json +++ b/backend/src/app/seeds/data/red.json @@ -3,9 +3,17 @@ "name": "Starter", "order": 1, "encounters": [ + { + "pokeapi_id": 7, + "pokemon_name": "Squirtle", + "method": "starter", + "encounter_rate": 100, + "min_level": 5, + "max_level": 5 + }, { "pokeapi_id": 1, - "pokemon_name": "bulbasaur", + "pokemon_name": "Bulbasaur", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -13,15 +21,7 @@ }, { "pokeapi_id": 4, - "pokemon_name": "charmander", - "method": "starter", - "encounter_rate": 100, - "min_level": 5, - "max_level": 5 - }, - { - "pokeapi_id": 7, - "pokemon_name": "squirtle", + "pokemon_name": "Charmander", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -35,7 +35,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -43,7 +43,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -51,7 +51,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -59,7 +59,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 50, "min_level": 15, @@ -67,7 +67,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 50, "min_level": 15, @@ -81,7 +81,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 50, "min_level": 2, @@ -89,7 +89,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 50, "min_level": 2, @@ -103,7 +103,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -111,7 +111,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -119,7 +119,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -127,7 +127,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 50, "min_level": 15, @@ -135,7 +135,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 50, "min_level": 15, @@ -149,7 +149,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -157,7 +157,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -165,7 +165,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 50, "min_level": 15, @@ -173,7 +173,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -181,7 +181,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 50, "min_level": 15, @@ -189,7 +189,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 45, "min_level": 2, @@ -197,7 +197,7 @@ }, { "pokeapi_id": 32, - "pokemon_name": "nidoran-m", + "pokemon_name": "Nidoran M", "method": "walk", "encounter_rate": 40, "min_level": 2, @@ -205,7 +205,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 10, "min_level": 3, @@ -213,7 +213,7 @@ }, { "pokeapi_id": 29, - "pokemon_name": "nidoran-f", + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 5, "min_level": 3, @@ -227,7 +227,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 45, "min_level": 3, @@ -235,7 +235,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 40, "min_level": 2, @@ -243,7 +243,7 @@ }, { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 15, "min_level": 3, @@ -257,7 +257,7 @@ "encounters": [ { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 45, "min_level": 3, @@ -265,7 +265,7 @@ }, { "pokeapi_id": 14, - "pokemon_name": "kakuna", + "pokemon_name": "Kakuna", "method": "walk", "encounter_rate": 40, "min_level": 4, @@ -273,7 +273,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 5, "min_level": 3, @@ -281,7 +281,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 5, "min_level": 4, @@ -289,7 +289,7 @@ }, { "pokeapi_id": 25, - "pokemon_name": "pikachu", + "pokemon_name": "Pikachu", "method": "walk", "encounter_rate": 5, "min_level": 3, @@ -303,7 +303,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 45, "min_level": 6, @@ -311,7 +311,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 45, "min_level": 5, @@ -319,7 +319,7 @@ }, { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 10, "min_level": 3, @@ -338,7 +338,7 @@ "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 79, "min_level": 6, @@ -346,7 +346,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 15, "min_level": 8, @@ -354,7 +354,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 5, "min_level": 8, @@ -362,7 +362,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 1, "min_level": 8, @@ -370,13 +370,89 @@ } ] }, + { + "name": "Mt Moon (1F)", + "order": 10, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 79, + "min_level": 6, + "max_level": 11 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 15, + "min_level": 8, + "max_level": 10 + }, + { + "pokeapi_id": 46, + "pokemon_name": "Paras", + "method": "walk", + "encounter_rate": 5, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 1, + "min_level": 8, + "max_level": 8 + } + ] + }, + { + "name": "Mt Moon (B1F)", + "order": 11, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 60, + "min_level": 7, + "max_level": 11 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 26, + "min_level": 7, + "max_level": 9 + }, + { + "pokeapi_id": 46, + "pokemon_name": "Paras", + "method": "walk", + "encounter_rate": 10, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 4, + "min_level": 9, + "max_level": 9 + } + ] + }, { "name": "Mt Moon (B1f)", "order": 11, "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 60, "min_level": 7, @@ -384,7 +460,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 26, "min_level": 7, @@ -392,7 +468,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -400,7 +476,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 4, "min_level": 9, @@ -414,7 +490,7 @@ "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 49, "min_level": 9, @@ -422,7 +498,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 30, "min_level": 9, @@ -430,7 +506,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 15, "min_level": 10, @@ -438,7 +514,45 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 6, + "min_level": 10, + "max_level": 12 + } + ] + }, + { + "name": "Mt Moon (B2F)", + "order": 12, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 49, + "min_level": 9, + "max_level": 12 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 30, + "min_level": 9, + "max_level": 10 + }, + { + "pokeapi_id": 46, + "pokemon_name": "Paras", + "method": "walk", + "encounter_rate": 15, + "min_level": 10, + "max_level": 12 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 6, "min_level": 10, @@ -452,9 +566,17 @@ "name": "Route 4", "order": 13, "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "gift", + "encounter_rate": 100, + "min_level": 5, + "max_level": 5 + }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 40, "min_level": 8, @@ -462,7 +584,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 35, "min_level": 8, @@ -470,19 +592,11 @@ }, { "pokeapi_id": 23, - "pokemon_name": "ekans", + "pokemon_name": "Ekans", "method": "walk", "encounter_rate": 25, "min_level": 6, "max_level": 12 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "gift", - "encounter_rate": 100, - "min_level": 5, - "max_level": 5 } ] }, @@ -492,7 +606,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -500,7 +614,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -508,7 +622,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -516,7 +630,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 34, "min_level": 15, @@ -524,7 +638,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 33, "min_level": 15, @@ -532,7 +646,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 33, "min_level": 15, @@ -546,7 +660,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -554,7 +668,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -562,7 +676,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -570,7 +684,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 34, "min_level": 15, @@ -578,7 +692,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 33, "min_level": 15, @@ -586,7 +700,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 33, "min_level": 15, @@ -594,7 +708,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 25, "min_level": 12, @@ -602,7 +716,7 @@ }, { "pokeapi_id": 14, - "pokemon_name": "kakuna", + "pokemon_name": "Kakuna", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -610,7 +724,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 20, "min_level": 12, @@ -618,7 +732,7 @@ }, { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 20, "min_level": 7, @@ -626,7 +740,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 15, "min_level": 8, @@ -640,7 +754,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -648,7 +762,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -656,7 +770,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -664,7 +778,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 34, "min_level": 15, @@ -672,7 +786,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 33, "min_level": 15, @@ -680,7 +794,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 33, "min_level": 15, @@ -688,7 +802,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 25, "min_level": 12, @@ -696,7 +810,7 @@ }, { "pokeapi_id": 14, - "pokemon_name": "kakuna", + "pokemon_name": "Kakuna", "method": "walk", "encounter_rate": 20, "min_level": 9, @@ -704,7 +818,7 @@ }, { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -712,7 +826,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 15, "min_level": 10, @@ -720,7 +834,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 15, "min_level": 13, @@ -728,7 +842,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 4, "min_level": 7, @@ -736,7 +850,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 1, "min_level": 8, @@ -750,7 +864,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 40, "min_level": 13, @@ -758,7 +872,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 35, "min_level": 13, @@ -766,7 +880,7 @@ }, { "pokeapi_id": 56, - "pokemon_name": "mankey", + "pokemon_name": "Mankey", "method": "walk", "encounter_rate": 25, "min_level": 10, @@ -780,7 +894,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -788,7 +902,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -796,7 +910,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 50, "min_level": 15, @@ -804,7 +918,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -812,7 +926,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 50, "min_level": 15, @@ -820,7 +934,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 40, "min_level": 13, @@ -828,7 +942,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 35, "min_level": 13, @@ -836,7 +950,7 @@ }, { "pokeapi_id": 56, - "pokemon_name": "mankey", + "pokemon_name": "Mankey", "method": "walk", "encounter_rate": 25, "min_level": 10, @@ -850,7 +964,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -858,7 +972,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -866,7 +980,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 50, "min_level": 15, @@ -874,7 +988,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -882,7 +996,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 50, "min_level": 15, @@ -896,7 +1010,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -904,7 +1018,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -912,7 +1026,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 50, "min_level": 15, @@ -920,7 +1034,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -928,7 +1042,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 50, "min_level": 15, @@ -942,7 +1056,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -950,7 +1064,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -958,7 +1072,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 50, "min_level": 15, @@ -966,7 +1080,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -974,7 +1088,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 50, "min_level": 15, @@ -982,7 +1096,7 @@ }, { "pokeapi_id": 23, - "pokemon_name": "ekans", + "pokemon_name": "Ekans", "method": "walk", "encounter_rate": 40, "min_level": 12, @@ -990,7 +1104,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 35, "min_level": 13, @@ -998,7 +1112,7 @@ }, { "pokeapi_id": 96, - "pokemon_name": "drowzee", + "pokemon_name": "Drowzee", "method": "walk", "encounter_rate": 25, "min_level": 9, @@ -1012,7 +1126,7 @@ "encounters": [ { "pokeapi_id": 50, - "pokemon_name": "diglett", + "pokemon_name": "Diglett", "method": "walk", "encounter_rate": 95, "min_level": 15, @@ -1020,7 +1134,7 @@ }, { "pokeapi_id": 51, - "pokemon_name": "dugtrio", + "pokemon_name": "Dugtrio", "method": "walk", "encounter_rate": 5, "min_level": 29, @@ -1034,7 +1148,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 40, "min_level": 14, @@ -1042,7 +1156,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 35, "min_level": 13, @@ -1050,7 +1164,7 @@ }, { "pokeapi_id": 23, - "pokemon_name": "ekans", + "pokemon_name": "Ekans", "method": "walk", "encounter_rate": 25, "min_level": 11, @@ -1064,7 +1178,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -1072,7 +1186,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1080,7 +1194,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1088,7 +1202,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 50, "min_level": 23, @@ -1096,7 +1210,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 50, "min_level": 15, @@ -1104,7 +1218,7 @@ }, { "pokeapi_id": 100, - "pokemon_name": "voltorb", + "pokemon_name": "Voltorb", "method": "walk", "encounter_rate": 40, "min_level": 14, @@ -1112,7 +1226,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 35, "min_level": 13, @@ -1120,7 +1234,7 @@ }, { "pokeapi_id": 23, - "pokemon_name": "ekans", + "pokemon_name": "Ekans", "method": "walk", "encounter_rate": 25, "min_level": 11, @@ -1139,7 +1253,7 @@ "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 55, "min_level": 15, @@ -1147,7 +1261,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 25, "min_level": 16, @@ -1155,7 +1269,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 15, "min_level": 15, @@ -1163,7 +1277,45 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 5, + "min_level": 13, + "max_level": 15 + } + ] + }, + { + "name": "Rock Tunnel (B1F)", + "order": 26, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 55, + "min_level": 15, + "max_level": 18 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 25, + "min_level": 16, + "max_level": 17 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 15, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 13, @@ -1177,7 +1329,7 @@ "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 50, "min_level": 16, @@ -1185,7 +1337,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 26, "min_level": 16, @@ -1193,7 +1345,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 15, "min_level": 15, @@ -1201,7 +1353,45 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 9, + "min_level": 13, + "max_level": 17 + } + ] + }, + { + "name": "Rock Tunnel (B2F)", + "order": 27, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 50, + "min_level": 16, + "max_level": 18 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 26, + "min_level": 16, + "max_level": 18 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 15, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 9, "min_level": 13, @@ -1217,7 +1407,7 @@ "encounters": [ { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 30, "min_level": 21, @@ -1225,7 +1415,7 @@ }, { "pokeapi_id": 100, - "pokemon_name": "voltorb", + "pokemon_name": "Voltorb", "method": "walk", "encounter_rate": 30, "min_level": 21, @@ -1233,7 +1423,7 @@ }, { "pokeapi_id": 25, - "pokemon_name": "pikachu", + "pokemon_name": "Pikachu", "method": "walk", "encounter_rate": 25, "min_level": 20, @@ -1241,7 +1431,7 @@ }, { "pokeapi_id": 82, - "pokemon_name": "magneton", + "pokemon_name": "Magneton", "method": "walk", "encounter_rate": 10, "min_level": 32, @@ -1249,7 +1439,7 @@ }, { "pokeapi_id": 125, - "pokemon_name": "electabuzz", + "pokemon_name": "Electabuzz", "method": "walk", "encounter_rate": 5, "min_level": 33, @@ -1263,7 +1453,7 @@ "encounters": [ { "pokeapi_id": 56, - "pokemon_name": "mankey", + "pokemon_name": "Mankey", "method": "walk", "encounter_rate": 30, "min_level": 18, @@ -1271,7 +1461,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 30, "min_level": 18, @@ -1279,7 +1469,7 @@ }, { "pokeapi_id": 23, - "pokemon_name": "ekans", + "pokemon_name": "Ekans", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -1287,7 +1477,7 @@ }, { "pokeapi_id": 58, - "pokemon_name": "growlithe", + "pokemon_name": "Growlithe", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -1301,7 +1491,7 @@ "encounters": [ { "pokeapi_id": 56, - "pokemon_name": "mankey", + "pokemon_name": "Mankey", "method": "walk", "encounter_rate": 30, "min_level": 17, @@ -1309,7 +1499,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 30, "min_level": 19, @@ -1317,7 +1507,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 30, "min_level": 19, @@ -1325,7 +1515,7 @@ }, { "pokeapi_id": 58, - "pokemon_name": "growlithe", + "pokemon_name": "Growlithe", "method": "walk", "encounter_rate": 10, "min_level": 18, @@ -1339,15 +1529,23 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, "max_level": 5 }, + { + "pokeapi_id": 133, + "pokemon_name": "Eevee", + "method": "gift", + "encounter_rate": 100, + "min_level": 25, + "max_level": 25 + }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1355,7 +1553,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1363,7 +1561,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 50, "min_level": 23, @@ -1371,19 +1569,11 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 50, "min_level": 15, "max_level": 15 - }, - { - "pokeapi_id": 133, - "pokemon_name": "eevee", - "method": "gift", - "encounter_rate": 100, - "min_level": 25, - "max_level": 25 } ] }, @@ -1393,7 +1583,7 @@ "encounters": [ { "pokeapi_id": 131, - "pokemon_name": "lapras", + "pokemon_name": "Lapras", "method": "gift", "encounter_rate": 100, "min_level": 25, @@ -1401,7 +1591,7 @@ }, { "pokeapi_id": 106, - "pokemon_name": "hitmonlee", + "pokemon_name": "Hitmonlee", "method": "gift", "encounter_rate": 100, "min_level": 25, @@ -1409,7 +1599,7 @@ }, { "pokeapi_id": 107, - "pokemon_name": "hitmonchan", + "pokemon_name": "Hitmonchan", "method": "gift", "encounter_rate": 100, "min_level": 25, @@ -1423,7 +1613,7 @@ "encounters": [ { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 40, "min_level": 20, @@ -1431,7 +1621,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 30, "min_level": 18, @@ -1439,7 +1629,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 25, "min_level": 18, @@ -1447,7 +1637,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 5, "min_level": 23, @@ -1461,7 +1651,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -1469,7 +1659,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1477,7 +1667,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1485,7 +1675,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 40, "min_level": 20, @@ -1493,7 +1683,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 30, "min_level": 25, @@ -1501,7 +1691,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 25, "min_level": 24, @@ -1509,7 +1699,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -1517,7 +1707,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -1525,7 +1715,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -1533,7 +1723,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 25, "min_level": 5, @@ -1541,7 +1731,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -1555,7 +1745,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -1563,7 +1753,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1571,7 +1761,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1579,7 +1769,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 40, "min_level": 20, @@ -1587,7 +1777,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 25, "min_level": 24, @@ -1595,7 +1785,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -1603,7 +1793,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -1611,7 +1801,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -1619,7 +1809,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 25, "min_level": 5, @@ -1627,7 +1817,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -1635,7 +1825,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 15, "min_level": 25, @@ -1649,7 +1839,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -1657,7 +1847,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1665,7 +1855,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1673,7 +1863,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -1681,7 +1871,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -1689,7 +1879,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -1697,7 +1887,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 25, "min_level": 23, @@ -1716,7 +1906,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -1724,7 +1914,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1732,7 +1922,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1740,7 +1930,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -1748,7 +1938,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -1756,7 +1946,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -1764,7 +1954,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -1772,7 +1962,7 @@ }, { "pokeapi_id": 102, - "pokemon_name": "exeggcute", + "pokemon_name": "Exeggcute", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -1780,7 +1970,7 @@ }, { "pokeapi_id": 32, - "pokemon_name": "nidoran-m", + "pokemon_name": "Nidoran M", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -1788,7 +1978,7 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -1796,7 +1986,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 15, "min_level": 22, @@ -1804,7 +1994,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 10, "min_level": 31, @@ -1812,7 +2002,7 @@ }, { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 5, "min_level": 31, @@ -1820,7 +2010,7 @@ }, { "pokeapi_id": 47, - "pokemon_name": "parasect", + "pokemon_name": "Parasect", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -1828,7 +2018,7 @@ }, { "pokeapi_id": 123, - "pokemon_name": "scyther", + "pokemon_name": "Scyther", "method": "walk", "encounter_rate": 4, "min_level": 23, @@ -1836,7 +2026,7 @@ }, { "pokeapi_id": 113, - "pokemon_name": "chansey", + "pokemon_name": "Chansey", "method": "walk", "encounter_rate": 1, "min_level": 23, @@ -1850,7 +2040,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -1858,7 +2048,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1866,7 +2056,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1874,7 +2064,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -1882,7 +2072,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -1890,7 +2080,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -1898,7 +2088,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -1906,7 +2096,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -1914,7 +2104,7 @@ }, { "pokeapi_id": 102, - "pokemon_name": "exeggcute", + "pokemon_name": "Exeggcute", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -1922,7 +2112,7 @@ }, { "pokeapi_id": 32, - "pokemon_name": "nidoran-m", + "pokemon_name": "Nidoran M", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -1930,7 +2120,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 15, "min_level": 22, @@ -1938,7 +2128,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -1946,7 +2136,7 @@ }, { "pokeapi_id": 29, - "pokemon_name": "nidoran-f", + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 5, "min_level": 24, @@ -1954,7 +2144,7 @@ }, { "pokeapi_id": 47, - "pokemon_name": "parasect", + "pokemon_name": "Parasect", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -1962,7 +2152,7 @@ }, { "pokeapi_id": 115, - "pokemon_name": "kangaskhan", + "pokemon_name": "Kangaskhan", "method": "walk", "encounter_rate": 4, "min_level": 25, @@ -1970,7 +2160,7 @@ }, { "pokeapi_id": 123, - "pokemon_name": "scyther", + "pokemon_name": "Scyther", "method": "walk", "encounter_rate": 1, "min_level": 28, @@ -1984,7 +2174,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -1992,7 +2182,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -2000,7 +2190,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -2008,7 +2198,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2016,7 +2206,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2024,7 +2214,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2032,7 +2222,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2040,7 +2230,7 @@ }, { "pokeapi_id": 102, - "pokemon_name": "exeggcute", + "pokemon_name": "Exeggcute", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -2048,7 +2238,7 @@ }, { "pokeapi_id": 32, - "pokemon_name": "nidoran-m", + "pokemon_name": "Nidoran M", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -2056,7 +2246,7 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2064,7 +2254,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 15, "min_level": 23, @@ -2072,7 +2262,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -2080,7 +2270,7 @@ }, { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -2088,7 +2278,7 @@ }, { "pokeapi_id": 49, - "pokemon_name": "venomoth", + "pokemon_name": "Venomoth", "method": "walk", "encounter_rate": 5, "min_level": 32, @@ -2096,7 +2286,7 @@ }, { "pokeapi_id": 113, - "pokemon_name": "chansey", + "pokemon_name": "Chansey", "method": "walk", "encounter_rate": 4, "min_level": 26, @@ -2104,7 +2294,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 1, "min_level": 28, @@ -2118,7 +2308,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -2126,7 +2316,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -2134,7 +2324,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -2142,7 +2332,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2150,7 +2340,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2158,7 +2348,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2166,7 +2356,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2174,7 +2364,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2182,7 +2372,7 @@ }, { "pokeapi_id": 102, - "pokemon_name": "exeggcute", + "pokemon_name": "Exeggcute", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -2190,7 +2380,7 @@ }, { "pokeapi_id": 32, - "pokemon_name": "nidoran-m", + "pokemon_name": "Nidoran M", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -2198,7 +2388,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 15, "min_level": 23, @@ -2206,7 +2396,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -2214,7 +2404,7 @@ }, { "pokeapi_id": 29, - "pokemon_name": "nidoran-f", + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -2222,7 +2412,7 @@ }, { "pokeapi_id": 49, - "pokemon_name": "venomoth", + "pokemon_name": "Venomoth", "method": "walk", "encounter_rate": 5, "min_level": 31, @@ -2230,7 +2420,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 4, "min_level": 26, @@ -2238,7 +2428,7 @@ }, { "pokeapi_id": 115, - "pokemon_name": "kangaskhan", + "pokemon_name": "Kangaskhan", "method": "walk", "encounter_rate": 1, "min_level": 28, @@ -2254,7 +2444,7 @@ "encounters": [ { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 35, "min_level": 22, @@ -2262,7 +2452,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2270,7 +2460,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2278,7 +2468,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 15, "min_level": 23, @@ -2286,7 +2476,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -2294,7 +2484,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -2308,7 +2498,7 @@ "encounters": [ { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 35, "min_level": 22, @@ -2316,7 +2506,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2324,7 +2514,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -2332,7 +2522,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 15, "min_level": 23, @@ -2340,7 +2530,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -2348,7 +2538,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -2362,7 +2552,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -2370,7 +2560,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -2378,7 +2568,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -2386,7 +2576,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 35, "min_level": 22, @@ -2394,7 +2584,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 35, "min_level": 25, @@ -2402,7 +2592,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2410,7 +2600,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2418,7 +2608,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2426,7 +2616,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 25, "min_level": 5, @@ -2434,7 +2624,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -2442,7 +2632,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -2450,7 +2640,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -2464,7 +2654,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -2472,7 +2662,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -2480,7 +2670,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -2488,7 +2678,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 40, "min_level": 23, @@ -2496,7 +2686,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 35, "min_level": 22, @@ -2504,7 +2694,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2512,7 +2702,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2520,7 +2710,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2528,7 +2718,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 25, "min_level": 5, @@ -2536,7 +2726,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -2544,7 +2734,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -2563,7 +2753,7 @@ "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 86, "min_level": 18, @@ -2571,7 +2761,7 @@ }, { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 9, "min_level": 20, @@ -2579,7 +2769,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -2587,13 +2777,43 @@ } ] }, + { + "name": "Pokemon Tower (3F)", + "order": 47, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 90, + "min_level": 18, + "max_level": 24 + }, + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 9, + "min_level": 20, + "max_level": 22 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 1, + "min_level": 25, + "max_level": 25 + } + ] + }, { "name": "Pokemon Tower (5f)", "order": 48, "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 86, "min_level": 18, @@ -2601,7 +2821,7 @@ }, { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 9, "min_level": 20, @@ -2609,7 +2829,67 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 5, + "min_level": 25, + "max_level": 25 + } + ] + }, + { + "name": "Pokemon Tower (4F)", + "order": 48, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 86, + "min_level": 18, + "max_level": 24 + }, + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 9, + "min_level": 20, + "max_level": 22 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 5, + "min_level": 25, + "max_level": 25 + } + ] + }, + { + "name": "Pokemon Tower (5F)", + "order": 49, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 86, + "min_level": 18, + "max_level": 24 + }, + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 9, + "min_level": 20, + "max_level": 22 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -2623,7 +2903,7 @@ "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 85, "min_level": 19, @@ -2631,7 +2911,7 @@ }, { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 9, "min_level": 22, @@ -2639,7 +2919,37 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 6, + "min_level": 26, + "max_level": 28 + } + ] + }, + { + "name": "Pokemon Tower (6F)", + "order": 50, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 85, + "min_level": 19, + "max_level": 24 + }, + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 9, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 6, "min_level": 26, @@ -2653,7 +2963,7 @@ "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 75, "min_level": 20, @@ -2661,7 +2971,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 15, "min_level": 28, @@ -2669,7 +2979,7 @@ }, { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 10, "min_level": 22, @@ -2683,7 +2993,7 @@ "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 90, "min_level": 18, @@ -2691,7 +3001,7 @@ }, { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 9, "min_level": 20, @@ -2699,13 +3009,43 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 1, "min_level": 25, "max_level": 25 } ] + }, + { + "name": "Pokemon Tower (7F)", + "order": 51, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 75, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 15, + "min_level": 28, + "max_level": 30 + }, + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 10, + "min_level": 22, + "max_level": 24 + } + ] } ] }, @@ -2715,7 +3055,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -2723,7 +3063,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -2731,7 +3071,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -2739,7 +3079,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -2747,7 +3087,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2755,7 +3095,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2763,7 +3103,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2771,7 +3111,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2785,7 +3125,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -2793,7 +3133,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -2801,7 +3141,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -2809,7 +3149,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -2817,7 +3157,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2825,7 +3165,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2833,7 +3173,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2841,7 +3181,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -2855,12 +3195,12 @@ "encounters": [], "children": [ { - "name": "Seafoam Islands (1f)", + "name": "Seafoam Islands (1F)", "order": 55, "encounters": [ { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -2868,7 +3208,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -2876,7 +3216,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -2884,7 +3224,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "walk", "encounter_rate": 19, "min_level": 28, @@ -2892,7 +3232,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 21, @@ -2900,7 +3240,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 29, @@ -2908,7 +3248,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -2916,7 +3256,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 1, "min_level": 38, @@ -2924,13 +3264,145 @@ } ] }, + { + "name": "Seafoam Islands (1f)", + "order": 55, + "encounters": [ + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "walk", + "encounter_rate": 20, + "min_level": 28, + "max_level": 30 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 20, + "min_level": 30, + "max_level": 30 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "walk", + "encounter_rate": 20, + "min_level": 30, + "max_level": 30 + }, + { + "pokeapi_id": 90, + "pokemon_name": "Shellder", + "method": "walk", + "encounter_rate": 19, + "min_level": 28, + "max_level": 30 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 21, + "max_level": 21 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 29, + "max_level": 29 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "walk", + "encounter_rate": 5, + "min_level": 28, + "max_level": 28 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "walk", + "encounter_rate": 1, + "min_level": 38, + "max_level": 38 + } + ] + }, + { + "name": "Seafoam Islands (B1F)", + "order": 56, + "encounters": [ + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "walk", + "encounter_rate": 30, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 120, + "pokemon_name": "Staryu", + "method": "walk", + "encounter_rate": 20, + "min_level": 30, + "max_level": 30 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 15, + "min_level": 28, + "max_level": 30 + }, + { + "pokeapi_id": 90, + "pokemon_name": "Shellder", + "method": "walk", + "encounter_rate": 15, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "walk", + "encounter_rate": 15, + "min_level": 28, + "max_level": 30 + }, + { + "pokeapi_id": 87, + "pokemon_name": "Dewgong", + "method": "walk", + "encounter_rate": 4, + "min_level": 38, + "max_level": 38 + }, + { + "pokeapi_id": 117, + "pokemon_name": "Seadra", + "method": "walk", + "encounter_rate": 1, + "min_level": 37, + "max_level": 37 + } + ] + }, { "name": "Seafoam Islands (B1f)", "order": 56, "encounters": [ { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -2938,7 +3410,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -2946,7 +3418,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 15, "min_level": 28, @@ -2954,7 +3426,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "walk", "encounter_rate": 15, "min_level": 32, @@ -2962,7 +3434,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 15, "min_level": 28, @@ -2970,7 +3442,7 @@ }, { "pokeapi_id": 87, - "pokemon_name": "dewgong", + "pokemon_name": "Dewgong", "method": "walk", "encounter_rate": 4, "min_level": 38, @@ -2978,7 +3450,69 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", + "method": "walk", + "encounter_rate": 1, + "min_level": 37, + "max_level": 37 + } + ] + }, + { + "name": "Seafoam Islands (B2F)", + "order": 57, + "encounters": [ + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 35, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "walk", + "encounter_rate": 30, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "walk", + "encounter_rate": 15, + "min_level": 28, + "max_level": 30 + }, + { + "pokeapi_id": 120, + "pokemon_name": "Staryu", + "method": "walk", + "encounter_rate": 10, + "min_level": 30, + "max_level": 30 + }, + { + "pokeapi_id": 90, + "pokemon_name": "Shellder", + "method": "walk", + "encounter_rate": 5, + "min_level": 28, + "max_level": 28 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 4, + "min_level": 30, + "max_level": 30 + }, + { + "pokeapi_id": 80, + "pokemon_name": "Slowbro", "method": "walk", "encounter_rate": 1, "min_level": 37, @@ -2992,7 +3526,7 @@ "encounters": [ { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 35, "min_level": 30, @@ -3000,7 +3534,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -3008,7 +3542,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "walk", "encounter_rate": 15, "min_level": 28, @@ -3016,7 +3550,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -3024,7 +3558,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -3032,7 +3566,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 4, "min_level": 30, @@ -3040,7 +3574,117 @@ }, { "pokeapi_id": 80, - "pokemon_name": "slowbro", + "pokemon_name": "Slowbro", + "method": "walk", + "encounter_rate": 1, + "min_level": 37, + "max_level": 37 + } + ] + }, + { + "name": "Seafoam Islands (B3F)", + "order": 58, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 5, + "max_level": 5 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "walk", + "encounter_rate": 35, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 30, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 15, + "max_level": 15 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 15, + "max_level": 15 + }, + { + "pokeapi_id": 90, + "pokemon_name": "Shellder", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 15, + "max_level": 15 + }, + { + "pokeapi_id": 120, + "pokemon_name": "Staryu", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 15, + "max_level": 15 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "walk", + "encounter_rate": 15, + "min_level": 29, + "max_level": 31 + }, + { + "pokeapi_id": 90, + "pokemon_name": "Shellder", + "method": "walk", + "encounter_rate": 15, + "min_level": 29, + "max_level": 31 + }, + { + "pokeapi_id": 117, + "pokemon_name": "Seadra", + "method": "walk", + "encounter_rate": 4, + "min_level": 39, + "max_level": 39 + }, + { + "pokeapi_id": 87, + "pokemon_name": "Dewgong", "method": "walk", "encounter_rate": 1, "min_level": 37, @@ -3054,7 +3698,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -3062,7 +3706,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -3070,7 +3714,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -3078,7 +3722,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 35, "min_level": 31, @@ -3086,7 +3730,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -3094,7 +3738,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -3102,7 +3746,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -3110,7 +3754,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -3118,7 +3762,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -3126,7 +3770,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "walk", "encounter_rate": 15, "min_level": 29, @@ -3134,7 +3778,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "walk", "encounter_rate": 15, "min_level": 29, @@ -3142,7 +3786,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "walk", "encounter_rate": 4, "min_level": 39, @@ -3150,7 +3794,7 @@ }, { "pokeapi_id": 87, - "pokemon_name": "dewgong", + "pokemon_name": "Dewgong", "method": "walk", "encounter_rate": 1, "min_level": 37, @@ -3158,13 +3802,123 @@ } ] }, + { + "name": "Seafoam Islands (B4F)", + "order": 59, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 5, + "max_level": 5 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "walk", + "encounter_rate": 35, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 90, + "pokemon_name": "Shellder", + "method": "walk", + "encounter_rate": 30, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 15, + "max_level": 15 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 15, + "max_level": 15 + }, + { + "pokeapi_id": 90, + "pokemon_name": "Shellder", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 15, + "max_level": 15 + }, + { + "pokeapi_id": 120, + "pokemon_name": "Staryu", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 15, + "max_level": 15 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 15, + "min_level": 29, + "max_level": 31 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "walk", + "encounter_rate": 15, + "min_level": 29, + "max_level": 31 + }, + { + "pokeapi_id": 80, + "pokemon_name": "Slowbro", + "method": "walk", + "encounter_rate": 4, + "min_level": 39, + "max_level": 39 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 1, + "min_level": 32, + "max_level": 32 + } + ] + }, { "name": "Seafoam Islands (B4f)", "order": 59, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -3172,7 +3926,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -3180,7 +3934,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -3188,7 +3942,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "walk", "encounter_rate": 35, "min_level": 31, @@ -3196,7 +3950,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -3204,7 +3958,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -3212,7 +3966,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -3220,7 +3974,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -3228,23 +3982,23 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 25, "min_level": 15, "max_level": 15 }, { - "pokeapi_id": 86, - "pokemon_name": "seel", + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 15, "min_level": 29, "max_level": 31 }, { - "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokeapi_id": 86, + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 15, "min_level": 29, @@ -3252,7 +4006,7 @@ }, { "pokeapi_id": 80, - "pokemon_name": "slowbro", + "pokemon_name": "Slowbro", "method": "walk", "encounter_rate": 4, "min_level": 39, @@ -3260,7 +4014,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 1, "min_level": 32, @@ -3276,63 +4030,15 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, "max_level": 5 }, - { - "pokeapi_id": 118, - "pokemon_name": "goldeen", - "method": "good-rod", - "encounter_rate": 50, - "min_level": 10, - "max_level": 10 - }, - { - "pokeapi_id": 60, - "pokemon_name": "poliwag", - "method": "good-rod", - "encounter_rate": 50, - "min_level": 10, - "max_level": 10 - }, - { - "pokeapi_id": 118, - "pokemon_name": "goldeen", - "method": "super-rod", - "encounter_rate": 25, - "min_level": 15, - "max_level": 15 - }, - { - "pokeapi_id": 116, - "pokemon_name": "horsea", - "method": "super-rod", - "encounter_rate": 25, - "min_level": 15, - "max_level": 15 - }, - { - "pokeapi_id": 90, - "pokemon_name": "shellder", - "method": "super-rod", - "encounter_rate": 25, - "min_level": 15, - "max_level": 15 - }, - { - "pokeapi_id": 120, - "pokemon_name": "staryu", - "method": "super-rod", - "encounter_rate": 25, - "min_level": 15, - "max_level": 15 - }, { "pokeapi_id": 138, - "pokemon_name": "omanyte", + "pokemon_name": "Omanyte", "method": "fossil", "encounter_rate": 100, "min_level": 5, @@ -3340,7 +4046,7 @@ }, { "pokeapi_id": 140, - "pokemon_name": "kabuto", + "pokemon_name": "Kabuto", "method": "fossil", "encounter_rate": 100, "min_level": 5, @@ -3348,11 +4054,59 @@ }, { "pokeapi_id": 142, - "pokemon_name": "aerodactyl", + "pokemon_name": "Aerodactyl", "method": "fossil", "encounter_rate": 100, "min_level": 5, "max_level": 5 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 15, + "max_level": 15 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 15, + "max_level": 15 + }, + { + "pokeapi_id": 90, + "pokemon_name": "Shellder", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 15, + "max_level": 15 + }, + { + "pokeapi_id": 120, + "pokemon_name": "Staryu", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 15, + "max_level": 15 } ] }, @@ -3367,7 +4121,7 @@ "encounters": [ { "pokeapi_id": 109, - "pokemon_name": "koffing", + "pokemon_name": "Koffing", "method": "walk", "encounter_rate": 40, "min_level": 30, @@ -3375,7 +4129,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 40, "min_level": 28, @@ -3383,7 +4137,7 @@ }, { "pokeapi_id": 58, - "pokemon_name": "growlithe", + "pokemon_name": "Growlithe", "method": "walk", "encounter_rate": 10, "min_level": 34, @@ -3391,7 +4145,7 @@ }, { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -3399,7 +4153,7 @@ }, { "pokeapi_id": 110, - "pokemon_name": "weezing", + "pokemon_name": "Weezing", "method": "walk", "encounter_rate": 4, "min_level": 37, @@ -3407,7 +4161,61 @@ }, { "pokeapi_id": 89, - "pokemon_name": "muk", + "pokemon_name": "Muk", + "method": "walk", + "encounter_rate": 1, + "min_level": 39, + "max_level": 39 + } + ] + }, + { + "name": "Pokemon Mansion (1F)", + "order": 62, + "encounters": [ + { + "pokeapi_id": 109, + "pokemon_name": "Koffing", + "method": "walk", + "encounter_rate": 40, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 77, + "pokemon_name": "Ponyta", + "method": "walk", + "encounter_rate": 40, + "min_level": 28, + "max_level": 34 + }, + { + "pokeapi_id": 58, + "pokemon_name": "Growlithe", + "method": "walk", + "encounter_rate": 10, + "min_level": 34, + "max_level": 34 + }, + { + "pokeapi_id": 88, + "pokemon_name": "Grimer", + "method": "walk", + "encounter_rate": 5, + "min_level": 30, + "max_level": 30 + }, + { + "pokeapi_id": 110, + "pokemon_name": "Weezing", + "method": "walk", + "encounter_rate": 4, + "min_level": 37, + "max_level": 37 + }, + { + "pokeapi_id": 89, + "pokemon_name": "Muk", "method": "walk", "encounter_rate": 1, "min_level": 39, @@ -3421,7 +4229,7 @@ "encounters": [ { "pokeapi_id": 109, - "pokemon_name": "koffing", + "pokemon_name": "Koffing", "method": "walk", "encounter_rate": 45, "min_level": 30, @@ -3429,7 +4237,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 25, "min_level": 28, @@ -3437,7 +4245,7 @@ }, { "pokeapi_id": 58, - "pokemon_name": "growlithe", + "pokemon_name": "Growlithe", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -3445,7 +4253,7 @@ }, { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -3453,7 +4261,7 @@ }, { "pokeapi_id": 110, - "pokemon_name": "weezing", + "pokemon_name": "Weezing", "method": "walk", "encounter_rate": 4, "min_level": 39, @@ -3461,7 +4269,7 @@ }, { "pokeapi_id": 89, - "pokemon_name": "muk", + "pokemon_name": "Muk", "method": "walk", "encounter_rate": 1, "min_level": 37, @@ -3469,13 +4277,121 @@ } ] }, + { + "name": "Pokemon Mansion (2F)", + "order": 63, + "encounters": [ + { + "pokeapi_id": 109, + "pokemon_name": "Koffing", + "method": "walk", + "encounter_rate": 45, + "min_level": 30, + "max_level": 34 + }, + { + "pokeapi_id": 77, + "pokemon_name": "Ponyta", + "method": "walk", + "encounter_rate": 25, + "min_level": 28, + "max_level": 32 + }, + { + "pokeapi_id": 58, + "pokemon_name": "Growlithe", + "method": "walk", + "encounter_rate": 20, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 88, + "pokemon_name": "Grimer", + "method": "walk", + "encounter_rate": 5, + "min_level": 30, + "max_level": 30 + }, + { + "pokeapi_id": 110, + "pokemon_name": "Weezing", + "method": "walk", + "encounter_rate": 4, + "min_level": 39, + "max_level": 39 + }, + { + "pokeapi_id": 89, + "pokemon_name": "Muk", + "method": "walk", + "encounter_rate": 1, + "min_level": 37, + "max_level": 37 + } + ] + }, + { + "name": "Pokemon Mansion (3F)", + "order": 64, + "encounters": [ + { + "pokeapi_id": 109, + "pokemon_name": "Koffing", + "method": "walk", + "encounter_rate": 35, + "min_level": 31, + "max_level": 35 + }, + { + "pokeapi_id": 77, + "pokemon_name": "Ponyta", + "method": "walk", + "encounter_rate": 24, + "min_level": 32, + "max_level": 36 + }, + { + "pokeapi_id": 58, + "pokemon_name": "Growlithe", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 33 + }, + { + "pokeapi_id": 110, + "pokemon_name": "Weezing", + "method": "walk", + "encounter_rate": 15, + "min_level": 38, + "max_level": 40 + }, + { + "pokeapi_id": 88, + "pokemon_name": "Grimer", + "method": "walk", + "encounter_rate": 5, + "min_level": 34, + "max_level": 34 + }, + { + "pokeapi_id": 89, + "pokemon_name": "Muk", + "method": "walk", + "encounter_rate": 1, + "min_level": 42, + "max_level": 42 + } + ] + }, { "name": "Pokemon Mansion (3f)", "order": 64, "encounters": [ { "pokeapi_id": 109, - "pokemon_name": "koffing", + "pokemon_name": "Koffing", "method": "walk", "encounter_rate": 35, "min_level": 31, @@ -3483,7 +4399,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 24, "min_level": 32, @@ -3491,7 +4407,7 @@ }, { "pokeapi_id": 58, - "pokemon_name": "growlithe", + "pokemon_name": "Growlithe", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -3499,7 +4415,7 @@ }, { "pokeapi_id": 110, - "pokemon_name": "weezing", + "pokemon_name": "Weezing", "method": "walk", "encounter_rate": 15, "min_level": 38, @@ -3507,7 +4423,7 @@ }, { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 5, "min_level": 34, @@ -3515,7 +4431,61 @@ }, { "pokeapi_id": 89, - "pokemon_name": "muk", + "pokemon_name": "Muk", + "method": "walk", + "encounter_rate": 1, + "min_level": 42, + "max_level": 42 + } + ] + }, + { + "name": "Pokemon Mansion (B1F)", + "order": 65, + "encounters": [ + { + "pokeapi_id": 109, + "pokemon_name": "Koffing", + "method": "walk", + "encounter_rate": 50, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 58, + "pokemon_name": "Growlithe", + "method": "walk", + "encounter_rate": 15, + "min_level": 35, + "max_level": 35 + }, + { + "pokeapi_id": 77, + "pokemon_name": "Ponyta", + "method": "walk", + "encounter_rate": 15, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 110, + "pokemon_name": "Weezing", + "method": "walk", + "encounter_rate": 14, + "min_level": 40, + "max_level": 42 + }, + { + "pokeapi_id": 88, + "pokemon_name": "Grimer", + "method": "walk", + "encounter_rate": 5, + "min_level": 35, + "max_level": 35 + }, + { + "pokeapi_id": 89, + "pokemon_name": "Muk", "method": "walk", "encounter_rate": 1, "min_level": 42, @@ -3529,7 +4499,7 @@ "encounters": [ { "pokeapi_id": 109, - "pokemon_name": "koffing", + "pokemon_name": "Koffing", "method": "walk", "encounter_rate": 50, "min_level": 31, @@ -3537,7 +4507,7 @@ }, { "pokeapi_id": 58, - "pokemon_name": "growlithe", + "pokemon_name": "Growlithe", "method": "walk", "encounter_rate": 15, "min_level": 35, @@ -3545,7 +4515,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 15, "min_level": 32, @@ -3553,7 +4523,7 @@ }, { "pokeapi_id": 110, - "pokemon_name": "weezing", + "pokemon_name": "Weezing", "method": "walk", "encounter_rate": 14, "min_level": 40, @@ -3561,7 +4531,7 @@ }, { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 5, "min_level": 35, @@ -3569,7 +4539,7 @@ }, { "pokeapi_id": 89, - "pokemon_name": "muk", + "pokemon_name": "Muk", "method": "walk", "encounter_rate": 1, "min_level": 42, @@ -3585,7 +4555,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -3593,7 +4563,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -3601,7 +4571,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -3609,7 +4579,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -3617,7 +4587,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 30, "min_level": 21, @@ -3625,7 +4595,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 30, "min_level": 21, @@ -3633,7 +4603,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -3641,7 +4611,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -3649,7 +4619,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -3657,7 +4627,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 25, "min_level": 15, @@ -3665,7 +4635,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 15, "min_level": 30, @@ -3673,7 +4643,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 15, "min_level": 30, @@ -3681,7 +4651,7 @@ }, { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 10, "min_level": 28, @@ -3695,7 +4665,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -3703,7 +4673,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -3711,7 +4681,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -3719,7 +4689,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 35, "min_level": 33, @@ -3727,7 +4697,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 25, "min_level": 38, @@ -3735,7 +4705,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 25, "min_level": 23, @@ -3743,7 +4713,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 25, "min_level": 23, @@ -3751,7 +4721,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 25, "min_level": 23, @@ -3759,7 +4729,7 @@ }, { "pokeapi_id": 80, - "pokemon_name": "slowbro", + "pokemon_name": "Slowbro", "method": "super-rod", "encounter_rate": 25, "min_level": 23, @@ -3767,7 +4737,7 @@ }, { "pokeapi_id": 23, - "pokemon_name": "ekans", + "pokemon_name": "Ekans", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -3775,7 +4745,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 15, "min_level": 26, @@ -3783,7 +4753,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 5, "min_level": 41, @@ -3797,12 +4767,12 @@ "encounters": [], "children": [ { - "name": "Victory Road 2 (1f)", + "name": "Victory Road 2 (1F)", "order": 69, "encounters": [ { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 30, "min_level": 36, @@ -3810,7 +4780,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -3818,7 +4788,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -3826,7 +4796,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 15, "min_level": 22, @@ -3834,7 +4804,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 41, @@ -3842,7 +4812,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 5, "min_level": 41, @@ -3850,7 +4820,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 4, "min_level": 42, @@ -3858,7 +4828,77 @@ }, { "pokeapi_id": 105, - "pokemon_name": "marowak", + "pokemon_name": "Marowak", + "method": "walk", + "encounter_rate": 1, + "min_level": 43, + "max_level": 43 + } + ] + }, + { + "name": "Victory Road 2 (1f)", + "order": 69, + "encounters": [ + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 30, + "min_level": 36, + "max_level": 42 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 20, + "min_level": 26, + "max_level": 26 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 20, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 15, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 41, + "max_level": 41 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 5, + "min_level": 41, + "max_level": 41 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 4, + "min_level": 42, + "max_level": 42 + }, + { + "pokeapi_id": 105, + "pokemon_name": "Marowak", "method": "walk", "encounter_rate": 1, "min_level": 43, @@ -3872,7 +4912,7 @@ "encounters": [ { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 30, "min_level": 36, @@ -3880,7 +4920,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -3888,7 +4928,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -3896,7 +4936,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 15, "min_level": 26, @@ -3904,7 +4944,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 40, @@ -3912,7 +4952,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 5, "min_level": 41, @@ -3920,7 +4960,7 @@ }, { "pokeapi_id": 105, - "pokemon_name": "marowak", + "pokemon_name": "Marowak", "method": "walk", "encounter_rate": 4, "min_level": 40, @@ -3928,7 +4968,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 1, "min_level": 43, @@ -3936,13 +4976,153 @@ } ] }, + { + "name": "Victory Road 2 (2F)", + "order": 70, + "encounters": [ + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 30, + "min_level": 36, + "max_level": 42 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 20, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 15, + "min_level": 26, + "max_level": 26 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 5, + "min_level": 41, + "max_level": 41 + }, + { + "pokeapi_id": 105, + "pokemon_name": "Marowak", + "method": "walk", + "encounter_rate": 4, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 1, + "min_level": 43, + "max_level": 43 + } + ] + }, + { + "name": "Victory Road 2 (3F)", + "order": 71, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 20, + "min_level": 26, + "max_level": 26 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 20, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 20, + "min_level": 42, + "max_level": 45 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 15, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 49, + "pokemon_name": "Venomoth", + "method": "walk", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 41, + "max_level": 41 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 5, + "min_level": 43, + "max_level": 43 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 5, + "min_level": 42, + "max_level": 45 + } + ] + }, { "name": "Victory Road 2 (3f)", "order": 71, "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -3950,7 +5130,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -3958,7 +5138,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 20, "min_level": 42, @@ -3966,7 +5146,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 15, "min_level": 22, @@ -3974,7 +5154,7 @@ }, { "pokeapi_id": 49, - "pokemon_name": "venomoth", + "pokemon_name": "Venomoth", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -3982,7 +5162,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 41, @@ -3990,7 +5170,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 5, "min_level": 43, @@ -3998,7 +5178,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 5, "min_level": 42, @@ -4019,7 +5199,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -4027,7 +5207,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -4035,7 +5215,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -4043,7 +5223,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 25, "min_level": 23, @@ -4051,7 +5231,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 25, "min_level": 23, @@ -4059,7 +5239,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 25, "min_level": 23, @@ -4067,7 +5247,7 @@ }, { "pokeapi_id": 80, - "pokemon_name": "slowbro", + "pokemon_name": "Slowbro", "method": "super-rod", "encounter_rate": 25, "min_level": 23, @@ -4075,7 +5255,7 @@ }, { "pokeapi_id": 105, - "pokemon_name": "marowak", + "pokemon_name": "Marowak", "method": "walk", "encounter_rate": 20, "min_level": 55, @@ -4083,7 +5263,7 @@ }, { "pokeapi_id": 112, - "pokemon_name": "rhydon", + "pokemon_name": "Rhydon", "method": "walk", "encounter_rate": 20, "min_level": 55, @@ -4091,7 +5271,7 @@ }, { "pokeapi_id": 101, - "pokemon_name": "electrode", + "pokemon_name": "Electrode", "method": "walk", "encounter_rate": 15, "min_level": 55, @@ -4099,7 +5279,7 @@ }, { "pokeapi_id": 113, - "pokemon_name": "chansey", + "pokemon_name": "Chansey", "method": "walk", "encounter_rate": 10, "min_level": 64, @@ -4107,7 +5287,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 10, "min_level": 63, @@ -4115,7 +5295,7 @@ }, { "pokeapi_id": 47, - "pokemon_name": "parasect", + "pokemon_name": "Parasect", "method": "walk", "encounter_rate": 10, "min_level": 64, @@ -4123,7 +5303,7 @@ }, { "pokeapi_id": 26, - "pokemon_name": "raichu", + "pokemon_name": "Raichu", "method": "walk", "encounter_rate": 10, "min_level": 64, @@ -4131,7 +5311,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 5, "min_level": 57, @@ -4139,13 +5319,155 @@ } ] }, + { + "name": "Cerulean Cave (1F)", + "order": 73, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 5, + "max_level": 5 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 99, + "pokemon_name": "Kingler", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 117, + "pokemon_name": "Seadra", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 80, + "pokemon_name": "Slowbro", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 46, + "max_level": 46 + }, + { + "pokeapi_id": 97, + "pokemon_name": "Hypno", + "method": "walk", + "encounter_rate": 20, + "min_level": 46, + "max_level": 46 + }, + { + "pokeapi_id": 82, + "pokemon_name": "Magneton", + "method": "walk", + "encounter_rate": 15, + "min_level": 46, + "max_level": 46 + }, + { + "pokeapi_id": 24, + "pokemon_name": "Arbok", + "method": "walk", + "encounter_rate": 10, + "min_level": 52, + "max_level": 52 + }, + { + "pokeapi_id": 85, + "pokemon_name": "Dodrio", + "method": "walk", + "encounter_rate": 10, + "min_level": 49, + "max_level": 49 + }, + { + "pokeapi_id": 49, + "pokemon_name": "Venomoth", + "method": "walk", + "encounter_rate": 10, + "min_level": 49, + "max_level": 49 + }, + { + "pokeapi_id": 64, + "pokemon_name": "Kadabra", + "method": "walk", + "encounter_rate": 5, + "min_level": 49, + "max_level": 49 + }, + { + "pokeapi_id": 47, + "pokemon_name": "Parasect", + "method": "walk", + "encounter_rate": 5, + "min_level": 52, + "max_level": 52 + }, + { + "pokeapi_id": 26, + "pokemon_name": "Raichu", + "method": "walk", + "encounter_rate": 4, + "min_level": 53, + "max_level": 53 + }, + { + "pokeapi_id": 132, + "pokemon_name": "Ditto", + "method": "walk", + "encounter_rate": 1, + "min_level": 53, + "max_level": 53 + } + ] + }, { "name": "Cerulean Cave (1f)", "order": 74, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -4153,7 +5475,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -4161,7 +5483,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -4169,7 +5491,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 25, "min_level": 23, @@ -4177,7 +5499,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 25, "min_level": 23, @@ -4185,7 +5507,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 25, "min_level": 23, @@ -4193,7 +5515,7 @@ }, { "pokeapi_id": 80, - "pokemon_name": "slowbro", + "pokemon_name": "Slowbro", "method": "super-rod", "encounter_rate": 25, "min_level": 23, @@ -4201,7 +5523,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 46, @@ -4209,7 +5531,7 @@ }, { "pokeapi_id": 97, - "pokemon_name": "hypno", + "pokemon_name": "Hypno", "method": "walk", "encounter_rate": 20, "min_level": 46, @@ -4217,7 +5539,7 @@ }, { "pokeapi_id": 82, - "pokemon_name": "magneton", + "pokemon_name": "Magneton", "method": "walk", "encounter_rate": 15, "min_level": 46, @@ -4225,7 +5547,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 10, "min_level": 52, @@ -4233,7 +5555,7 @@ }, { "pokeapi_id": 85, - "pokemon_name": "dodrio", + "pokemon_name": "Dodrio", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -4241,7 +5563,7 @@ }, { "pokeapi_id": 49, - "pokemon_name": "venomoth", + "pokemon_name": "Venomoth", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -4249,7 +5571,7 @@ }, { "pokeapi_id": 64, - "pokemon_name": "kadabra", + "pokemon_name": "Kadabra", "method": "walk", "encounter_rate": 5, "min_level": 49, @@ -4257,7 +5579,7 @@ }, { "pokeapi_id": 47, - "pokemon_name": "parasect", + "pokemon_name": "Parasect", "method": "walk", "encounter_rate": 5, "min_level": 52, @@ -4265,7 +5587,7 @@ }, { "pokeapi_id": 26, - "pokemon_name": "raichu", + "pokemon_name": "Raichu", "method": "walk", "encounter_rate": 4, "min_level": 53, @@ -4273,7 +5595,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 1, "min_level": 53, @@ -4281,13 +5603,91 @@ } ] }, + { + "name": "Cerulean Cave (2F)", + "order": 74, + "encounters": [ + { + "pokeapi_id": 85, + "pokemon_name": "Dodrio", + "method": "walk", + "encounter_rate": 20, + "min_level": 51, + "max_level": 51 + }, + { + "pokeapi_id": 49, + "pokemon_name": "Venomoth", + "method": "walk", + "encounter_rate": 20, + "min_level": 51, + "max_level": 51 + }, + { + "pokeapi_id": 64, + "pokemon_name": "Kadabra", + "method": "walk", + "encounter_rate": 15, + "min_level": 51, + "max_level": 51 + }, + { + "pokeapi_id": 101, + "pokemon_name": "Electrode", + "method": "walk", + "encounter_rate": 10, + "min_level": 52, + "max_level": 52 + }, + { + "pokeapi_id": 105, + "pokemon_name": "Marowak", + "method": "walk", + "encounter_rate": 10, + "min_level": 52, + "max_level": 52 + }, + { + "pokeapi_id": 112, + "pokemon_name": "Rhydon", + "method": "walk", + "encounter_rate": 10, + "min_level": 52, + "max_level": 52 + }, + { + "pokeapi_id": 113, + "pokemon_name": "Chansey", + "method": "walk", + "encounter_rate": 5, + "min_level": 56, + "max_level": 56 + }, + { + "pokeapi_id": 132, + "pokemon_name": "Ditto", + "method": "walk", + "encounter_rate": 5, + "min_level": 55, + "max_level": 60 + }, + { + "pokeapi_id": 40, + "pokemon_name": "Wigglytuff", + "method": "walk", + "encounter_rate": 5, + "min_level": 54, + "max_level": 54 + } + ] + }, { "name": "Cerulean Cave (2f)", "order": 75, "encounters": [ { "pokeapi_id": 85, - "pokemon_name": "dodrio", + "pokemon_name": "Dodrio", "method": "walk", "encounter_rate": 20, "min_level": 51, @@ -4295,7 +5695,7 @@ }, { "pokeapi_id": 49, - "pokemon_name": "venomoth", + "pokemon_name": "Venomoth", "method": "walk", "encounter_rate": 20, "min_level": 51, @@ -4303,7 +5703,7 @@ }, { "pokeapi_id": 64, - "pokemon_name": "kadabra", + "pokemon_name": "Kadabra", "method": "walk", "encounter_rate": 15, "min_level": 51, @@ -4311,7 +5711,7 @@ }, { "pokeapi_id": 101, - "pokemon_name": "electrode", + "pokemon_name": "Electrode", "method": "walk", "encounter_rate": 10, "min_level": 52, @@ -4319,7 +5719,7 @@ }, { "pokeapi_id": 105, - "pokemon_name": "marowak", + "pokemon_name": "Marowak", "method": "walk", "encounter_rate": 10, "min_level": 52, @@ -4327,7 +5727,7 @@ }, { "pokeapi_id": 112, - "pokemon_name": "rhydon", + "pokemon_name": "Rhydon", "method": "walk", "encounter_rate": 10, "min_level": 52, @@ -4335,7 +5735,7 @@ }, { "pokeapi_id": 113, - "pokemon_name": "chansey", + "pokemon_name": "Chansey", "method": "walk", "encounter_rate": 5, "min_level": 56, @@ -4343,7 +5743,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 5, "min_level": 55, @@ -4351,13 +5751,139 @@ }, { "pokeapi_id": 40, - "pokemon_name": "wigglytuff", + "pokemon_name": "Wigglytuff", "method": "walk", "encounter_rate": 5, "min_level": 54, "max_level": 54 } ] + }, + { + "name": "Cerulean Cave (B1F)", + "order": 75, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 5, + "max_level": 5 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 99, + "pokemon_name": "Kingler", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 117, + "pokemon_name": "Seadra", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 80, + "pokemon_name": "Slowbro", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 105, + "pokemon_name": "Marowak", + "method": "walk", + "encounter_rate": 20, + "min_level": 55, + "max_level": 55 + }, + { + "pokeapi_id": 112, + "pokemon_name": "Rhydon", + "method": "walk", + "encounter_rate": 20, + "min_level": 55, + "max_level": 55 + }, + { + "pokeapi_id": 101, + "pokemon_name": "Electrode", + "method": "walk", + "encounter_rate": 15, + "min_level": 55, + "max_level": 55 + }, + { + "pokeapi_id": 113, + "pokemon_name": "Chansey", + "method": "walk", + "encounter_rate": 10, + "min_level": 64, + "max_level": 64 + }, + { + "pokeapi_id": 132, + "pokemon_name": "Ditto", + "method": "walk", + "encounter_rate": 10, + "min_level": 63, + "max_level": 67 + }, + { + "pokeapi_id": 47, + "pokemon_name": "Parasect", + "method": "walk", + "encounter_rate": 10, + "min_level": 64, + "max_level": 64 + }, + { + "pokeapi_id": 26, + "pokemon_name": "Raichu", + "method": "walk", + "encounter_rate": 10, + "min_level": 64, + "max_level": 64 + }, + { + "pokeapi_id": 24, + "pokemon_name": "Arbok", + "method": "walk", + "encounter_rate": 5, + "min_level": 57, + "max_level": 57 + } + ] } ] }, @@ -4367,7 +5893,7 @@ "encounters": [ { "pokeapi_id": 175, - "pokemon_name": "togepi", + "pokemon_name": "Togepi", "method": "gift", "encounter_rate": 100, "min_level": 5, diff --git a/backend/src/app/seeds/data/ruby.json b/backend/src/app/seeds/data/ruby.json index acdbca6..fd75a08 100644 --- a/backend/src/app/seeds/data/ruby.json +++ b/backend/src/app/seeds/data/ruby.json @@ -5,7 +5,7 @@ "encounters": [ { "pokeapi_id": 252, - "pokemon_name": "treecko", + "pokemon_name": "Treecko", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -13,7 +13,7 @@ }, { "pokeapi_id": 255, - "pokemon_name": "torchic", + "pokemon_name": "Torchic", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -21,7 +21,7 @@ }, { "pokeapi_id": 258, - "pokemon_name": "mudkip", + "pokemon_name": "Mudkip", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -35,7 +35,7 @@ "encounters": [ { "pokeapi_id": 265, - "pokemon_name": "wurmple", + "pokemon_name": "Wurmple", "method": "walk", "encounter_rate": 45, "min_level": 2, @@ -43,7 +43,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 45, "min_level": 2, @@ -51,7 +51,7 @@ }, { "pokeapi_id": 261, - "pokemon_name": "poochyena", + "pokemon_name": "Poochyena", "method": "walk", "encounter_rate": 10, "min_level": 2, @@ -65,7 +65,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -73,7 +73,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -81,7 +81,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -89,7 +89,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 60, "min_level": 25, @@ -97,7 +97,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 60, "min_level": 2, @@ -105,7 +105,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -113,7 +113,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -121,7 +121,7 @@ }, { "pokeapi_id": 261, - "pokemon_name": "poochyena", + "pokemon_name": "Poochyena", "method": "walk", "encounter_rate": 30, "min_level": 2, @@ -129,7 +129,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -137,7 +137,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -145,7 +145,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -153,7 +153,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 10, "min_level": 2, @@ -161,7 +161,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -175,7 +175,7 @@ "encounters": [ { "pokeapi_id": 341, - "pokemon_name": "corphish", + "pokemon_name": "Corphish", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -183,7 +183,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 99, "min_level": 5, @@ -191,7 +191,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -199,7 +199,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -207,7 +207,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -215,7 +215,7 @@ }, { "pokeapi_id": 265, - "pokemon_name": "wurmple", + "pokemon_name": "Wurmple", "method": "walk", "encounter_rate": 30, "min_level": 3, @@ -223,7 +223,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 30, "min_level": 3, @@ -231,7 +231,7 @@ }, { "pokeapi_id": 341, - "pokemon_name": "corphish", + "pokemon_name": "Corphish", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -239,7 +239,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -247,7 +247,7 @@ }, { "pokeapi_id": 273, - "pokemon_name": "seedot", + "pokemon_name": "Seedot", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -255,7 +255,7 @@ }, { "pokeapi_id": 261, - "pokemon_name": "poochyena", + "pokemon_name": "Poochyena", "method": "walk", "encounter_rate": 15, "min_level": 3, @@ -263,7 +263,7 @@ }, { "pokeapi_id": 280, - "pokemon_name": "ralts", + "pokemon_name": "Ralts", "method": "walk", "encounter_rate": 4, "min_level": 4, @@ -271,7 +271,7 @@ }, { "pokeapi_id": 283, - "pokemon_name": "surskit", + "pokemon_name": "Surskit", "method": "surf", "encounter_rate": 1, "min_level": 20, @@ -279,7 +279,7 @@ }, { "pokeapi_id": 283, - "pokemon_name": "surskit", + "pokemon_name": "Surskit", "method": "walk", "encounter_rate": 1, "min_level": 3, @@ -293,7 +293,7 @@ "encounters": [ { "pokeapi_id": 341, - "pokemon_name": "corphish", + "pokemon_name": "Corphish", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -301,7 +301,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -309,7 +309,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -317,7 +317,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -325,7 +325,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -333,7 +333,7 @@ }, { "pokeapi_id": 341, - "pokemon_name": "corphish", + "pokemon_name": "Corphish", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -341,7 +341,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -355,7 +355,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 100, "min_level": 10, @@ -363,7 +363,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -371,7 +371,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -379,7 +379,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 95, "min_level": 10, @@ -387,7 +387,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 50, "min_level": 4, @@ -395,7 +395,7 @@ }, { "pokeapi_id": 265, - "pokemon_name": "wurmple", + "pokemon_name": "Wurmple", "method": "walk", "encounter_rate": 30, "min_level": 4, @@ -403,7 +403,7 @@ }, { "pokeapi_id": 276, - "pokemon_name": "taillow", + "pokemon_name": "Taillow", "method": "walk", "encounter_rate": 10, "min_level": 4, @@ -411,7 +411,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 10, "min_level": 3, @@ -419,7 +419,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -433,7 +433,7 @@ "encounters": [ { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 30, "min_level": 5, @@ -441,7 +441,7 @@ }, { "pokeapi_id": 265, - "pokemon_name": "wurmple", + "pokemon_name": "Wurmple", "method": "walk", "encounter_rate": 25, "min_level": 5, @@ -449,7 +449,7 @@ }, { "pokeapi_id": 285, - "pokemon_name": "shroomish", + "pokemon_name": "Shroomish", "method": "walk", "encounter_rate": 15, "min_level": 5, @@ -457,7 +457,7 @@ }, { "pokeapi_id": 268, - "pokemon_name": "cascoon", + "pokemon_name": "Cascoon", "method": "walk", "encounter_rate": 10, "min_level": 5, @@ -465,7 +465,7 @@ }, { "pokeapi_id": 266, - "pokemon_name": "silcoon", + "pokemon_name": "Silcoon", "method": "walk", "encounter_rate": 10, "min_level": 5, @@ -473,7 +473,7 @@ }, { "pokeapi_id": 287, - "pokemon_name": "slakoth", + "pokemon_name": "Slakoth", "method": "walk", "encounter_rate": 5, "min_level": 5, @@ -481,7 +481,7 @@ }, { "pokeapi_id": 276, - "pokemon_name": "taillow", + "pokemon_name": "Taillow", "method": "walk", "encounter_rate": 5, "min_level": 5, @@ -495,7 +495,7 @@ "encounters": [ { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -509,7 +509,7 @@ "encounters": [ { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 30, "min_level": 6, @@ -517,7 +517,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 28, "min_level": 6, @@ -525,7 +525,7 @@ }, { "pokeapi_id": 290, - "pokemon_name": "nincada", + "pokemon_name": "Nincada", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -533,7 +533,7 @@ }, { "pokeapi_id": 276, - "pokemon_name": "taillow", + "pokemon_name": "Taillow", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -541,7 +541,7 @@ }, { "pokeapi_id": 300, - "pokemon_name": "skitty", + "pokemon_name": "Skitty", "method": "walk", "encounter_rate": 2, "min_level": 7, @@ -555,7 +555,7 @@ "encounters": [ { "pokeapi_id": 345, - "pokemon_name": "lileep", + "pokemon_name": "Lileep", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -563,7 +563,7 @@ }, { "pokeapi_id": 347, - "pokemon_name": "anorith", + "pokemon_name": "Anorith", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -577,7 +577,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -585,7 +585,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -593,7 +593,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -601,7 +601,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -609,7 +609,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -617,7 +617,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -625,7 +625,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -633,7 +633,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -641,7 +641,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -655,7 +655,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -663,7 +663,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -671,7 +671,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -679,7 +679,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -687,7 +687,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -695,7 +695,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -703,7 +703,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -711,7 +711,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -719,7 +719,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -733,7 +733,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -741,7 +741,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -749,7 +749,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -757,7 +757,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -765,7 +765,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -773,7 +773,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -781,7 +781,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -789,7 +789,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -797,7 +797,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -811,12 +811,12 @@ "encounters": [], "children": [ { - "name": "Granite Cave (1f)", + "name": "Granite Cave (1F)", "order": 15, "encounters": [ { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 50, "min_level": 6, @@ -824,7 +824,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 7, @@ -832,7 +832,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 10, "min_level": 8, @@ -840,7 +840,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -848,13 +848,97 @@ } ] }, + { + "name": "Granite Cave (1f)", + "order": 15, + "encounters": [ + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 50, + "min_level": 6, + "max_level": 10 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 7, + "max_level": 8 + }, + { + "pokeapi_id": 63, + "pokemon_name": "Abra", + "method": "walk", + "encounter_rate": 10, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 10, + "min_level": 6, + "max_level": 9 + } + ] + }, + { + "name": "Granite Cave (B1F)", + "order": 16, + "encounters": [ + { + "pokeapi_id": 304, + "pokemon_name": "Aron", + "method": "walk", + "encounter_rate": 40, + "min_level": 9, + "max_level": 11 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 9, + "max_level": 10 + }, + { + "pokeapi_id": 63, + "pokemon_name": "Abra", + "method": "walk", + "encounter_rate": 10, + "min_level": 9, + "max_level": 9 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 10, + "min_level": 10, + "max_level": 11 + }, + { + "pokeapi_id": 303, + "pokemon_name": "Mawile", + "method": "walk", + "encounter_rate": 10, + "min_level": 9, + "max_level": 11 + } + ] + }, { "name": "Granite Cave (B1f)", "order": 16, "encounters": [ { "pokeapi_id": 304, - "pokemon_name": "aron", + "pokemon_name": "Aron", "method": "walk", "encounter_rate": 40, "min_level": 9, @@ -862,7 +946,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 9, @@ -870,7 +954,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -878,7 +962,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -886,7 +970,7 @@ }, { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -900,7 +984,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 70, "min_level": 5, @@ -908,7 +992,7 @@ }, { "pokeapi_id": 304, - "pokemon_name": "aron", + "pokemon_name": "Aron", "method": "walk", "encounter_rate": 40, "min_level": 10, @@ -916,7 +1000,7 @@ }, { "pokeapi_id": 299, - "pokemon_name": "nosepass", + "pokemon_name": "Nosepass", "method": "rock-smash", "encounter_rate": 30, "min_level": 10, @@ -924,7 +1008,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -932,7 +1016,7 @@ }, { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -940,7 +1024,61 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", + "method": "walk", + "encounter_rate": 10, + "min_level": 10, + "max_level": 10 + } + ] + }, + { + "name": "Granite Cave (B2F)", + "order": 17, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "rock-smash", + "encounter_rate": 70, + "min_level": 5, + "max_level": 20 + }, + { + "pokeapi_id": 304, + "pokemon_name": "Aron", + "method": "walk", + "encounter_rate": 40, + "min_level": 10, + "max_level": 12 + }, + { + "pokeapi_id": 299, + "pokemon_name": "Nosepass", + "method": "rock-smash", + "encounter_rate": 30, + "min_level": 10, + "max_level": 20 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 10, + "max_level": 11 + }, + { + "pokeapi_id": 303, + "pokemon_name": "Mawile", + "method": "walk", + "encounter_rate": 20, + "min_level": 10, + "max_level": 12 + }, + { + "pokeapi_id": 63, + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -954,7 +1092,7 @@ "encounters": [ { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 50, "min_level": 6, @@ -962,7 +1100,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 7, @@ -970,7 +1108,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 10, "min_level": 8, @@ -978,7 +1116,45 @@ }, { "pokeapi_id": 304, - "pokemon_name": "aron", + "pokemon_name": "Aron", + "method": "walk", + "encounter_rate": 10, + "min_level": 7, + "max_level": 8 + } + ] + }, + { + "name": "Granite Cave (1Fsmall Room)", + "order": 18, + "encounters": [ + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 50, + "min_level": 6, + "max_level": 10 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 7, + "max_level": 8 + }, + { + "pokeapi_id": 63, + "pokemon_name": "Abra", + "method": "walk", + "encounter_rate": 10, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 304, + "pokemon_name": "Aron", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -994,7 +1170,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -1002,7 +1178,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -1010,7 +1186,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -1018,7 +1194,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -1026,7 +1202,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -1034,7 +1210,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -1042,7 +1218,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1050,7 +1226,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1058,7 +1234,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -1072,7 +1248,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -1080,7 +1256,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -1088,7 +1264,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -1096,7 +1272,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -1104,7 +1280,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -1112,7 +1288,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -1120,7 +1296,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1128,7 +1304,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1136,7 +1312,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -1150,7 +1326,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -1158,7 +1334,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -1166,7 +1342,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -1174,7 +1350,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -1182,7 +1358,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -1190,7 +1366,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -1198,7 +1374,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1206,7 +1382,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1214,7 +1390,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -1228,7 +1404,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -1236,7 +1412,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -1244,7 +1420,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -1252,7 +1428,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -1260,7 +1436,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -1268,7 +1444,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -1276,7 +1452,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1284,7 +1460,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1292,7 +1468,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -1306,7 +1482,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -1314,7 +1490,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -1322,7 +1498,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -1330,7 +1506,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -1338,7 +1514,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -1346,7 +1522,7 @@ }, { "pokeapi_id": 309, - "pokemon_name": "electrike", + "pokemon_name": "Electrike", "method": "walk", "encounter_rate": 30, "min_level": 12, @@ -1354,7 +1530,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -1362,7 +1538,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1370,7 +1546,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1378,7 +1554,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 20, "min_level": 12, @@ -1386,7 +1562,7 @@ }, { "pokeapi_id": 316, - "pokemon_name": "gulpin", + "pokemon_name": "Gulpin", "method": "walk", "encounter_rate": 15, "min_level": 12, @@ -1394,7 +1570,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 15, "min_level": 13, @@ -1402,7 +1578,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 10, "min_level": 13, @@ -1410,7 +1586,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 8, "min_level": 12, @@ -1418,7 +1594,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -1426,7 +1602,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 2, "min_level": 12, @@ -1440,7 +1616,7 @@ "encounters": [ { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 49, "min_level": 22, @@ -1448,7 +1624,7 @@ }, { "pokeapi_id": 100, - "pokemon_name": "voltorb", + "pokemon_name": "Voltorb", "method": "walk", "encounter_rate": 49, "min_level": 22, @@ -1456,7 +1632,7 @@ }, { "pokeapi_id": 101, - "pokemon_name": "electrode", + "pokemon_name": "Electrode", "method": "walk", "encounter_rate": 1, "min_level": 26, @@ -1464,7 +1640,7 @@ }, { "pokeapi_id": 82, - "pokemon_name": "magneton", + "pokemon_name": "Magneton", "method": "walk", "encounter_rate": 1, "min_level": 26, @@ -1478,7 +1654,7 @@ "encounters": [ { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 50, "min_level": 22, @@ -1486,7 +1662,7 @@ }, { "pokeapi_id": 100, - "pokemon_name": "voltorb", + "pokemon_name": "Voltorb", "method": "walk", "encounter_rate": 50, "min_level": 22, @@ -1500,7 +1676,7 @@ "encounters": [ { "pokeapi_id": 341, - "pokemon_name": "corphish", + "pokemon_name": "Corphish", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -1508,7 +1684,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 99, "min_level": 5, @@ -1516,7 +1692,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -1524,7 +1700,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -1532,7 +1708,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -1540,7 +1716,7 @@ }, { "pokeapi_id": 315, - "pokemon_name": "roselia", + "pokemon_name": "Roselia", "method": "walk", "encounter_rate": 30, "min_level": 13, @@ -1548,7 +1724,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 30, "min_level": 13, @@ -1556,7 +1732,7 @@ }, { "pokeapi_id": 341, - "pokemon_name": "corphish", + "pokemon_name": "Corphish", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1564,7 +1740,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1572,7 +1748,7 @@ }, { "pokeapi_id": 314, - "pokemon_name": "illumise", + "pokemon_name": "Illumise", "method": "walk", "encounter_rate": 18, "min_level": 13, @@ -1580,7 +1756,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 10, "min_level": 13, @@ -1588,7 +1764,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 10, "min_level": 13, @@ -1596,7 +1772,7 @@ }, { "pokeapi_id": 283, - "pokemon_name": "surskit", + "pokemon_name": "Surskit", "method": "walk", "encounter_rate": 1, "min_level": 13, @@ -1604,7 +1780,7 @@ }, { "pokeapi_id": 283, - "pokemon_name": "surskit", + "pokemon_name": "Surskit", "method": "surf", "encounter_rate": 1, "min_level": 20, @@ -1612,7 +1788,7 @@ }, { "pokeapi_id": 313, - "pokemon_name": "volbeat", + "pokemon_name": "Volbeat", "method": "walk", "encounter_rate": 1, "min_level": 13, @@ -1626,7 +1802,7 @@ "encounters": [ { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -1634,7 +1810,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 100, "min_level": 5, @@ -1642,7 +1818,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 99, "min_level": 5, @@ -1650,7 +1826,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -1658,7 +1834,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -1666,7 +1842,7 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 35, "min_level": 19, @@ -1674,7 +1850,7 @@ }, { "pokeapi_id": 328, - "pokemon_name": "trapinch", + "pokemon_name": "Trapinch", "method": "walk", "encounter_rate": 35, "min_level": 19, @@ -1682,7 +1858,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -1690,7 +1866,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1698,7 +1874,7 @@ }, { "pokeapi_id": 331, - "pokemon_name": "cacnea", + "pokemon_name": "Cacnea", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -1706,7 +1882,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1714,7 +1890,7 @@ }, { "pokeapi_id": 343, - "pokemon_name": "baltoy", + "pokemon_name": "Baltoy", "method": "walk", "encounter_rate": 10, "min_level": 20, @@ -1722,7 +1898,7 @@ }, { "pokeapi_id": 283, - "pokemon_name": "surskit", + "pokemon_name": "Surskit", "method": "surf", "encounter_rate": 1, "min_level": 20, @@ -1736,7 +1912,7 @@ "encounters": [ { "pokeapi_id": 322, - "pokemon_name": "numel", + "pokemon_name": "Numel", "method": "walk", "encounter_rate": 75, "min_level": 14, @@ -1744,7 +1920,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 25, "min_level": 14, @@ -1758,7 +1934,7 @@ "encounters": [ { "pokeapi_id": 322, - "pokemon_name": "numel", + "pokemon_name": "Numel", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -1766,7 +1942,7 @@ }, { "pokeapi_id": 109, - "pokemon_name": "koffing", + "pokemon_name": "Koffing", "method": "walk", "encounter_rate": 25, "min_level": 15, @@ -1774,7 +1950,7 @@ }, { "pokeapi_id": 324, - "pokemon_name": "torkoal", + "pokemon_name": "Torkoal", "method": "walk", "encounter_rate": 18, "min_level": 14, @@ -1782,7 +1958,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 15, "min_level": 15, @@ -1790,7 +1966,7 @@ }, { "pokeapi_id": 218, - "pokemon_name": "slugma", + "pokemon_name": "Slugma", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -1798,7 +1974,7 @@ }, { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 2, "min_level": 14, @@ -1812,7 +1988,7 @@ "encounters": [ { "pokeapi_id": 322, - "pokemon_name": "numel", + "pokemon_name": "Numel", "method": "walk", "encounter_rate": 55, "min_level": 18, @@ -1820,7 +1996,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 25, "min_level": 18, @@ -1828,7 +2004,7 @@ }, { "pokeapi_id": 325, - "pokemon_name": "spoink", + "pokemon_name": "Spoink", "method": "walk", "encounter_rate": 20, "min_level": 18, @@ -1842,7 +2018,7 @@ "encounters": [ { "pokeapi_id": 360, - "pokemon_name": "wynaut", + "pokemon_name": "Wynaut", "method": "gift", "encounter_rate": 100, "min_level": 5, @@ -1856,7 +2032,7 @@ "encounters": [ { "pokeapi_id": 327, - "pokemon_name": "spinda", + "pokemon_name": "Spinda", "method": "walk", "encounter_rate": 70, "min_level": 14, @@ -1864,7 +2040,7 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 25, "min_level": 14, @@ -1872,7 +2048,7 @@ }, { "pokeapi_id": 227, - "pokemon_name": "skarmory", + "pokemon_name": "Skarmory", "method": "walk", "encounter_rate": 5, "min_level": 16, @@ -1886,7 +2062,7 @@ "encounters": [ { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -1894,7 +2070,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 100, "min_level": 5, @@ -1902,7 +2078,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 99, "min_level": 5, @@ -1910,7 +2086,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -1918,7 +2094,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -1926,7 +2102,7 @@ }, { "pokeapi_id": 333, - "pokemon_name": "swablu", + "pokemon_name": "Swablu", "method": "walk", "encounter_rate": 40, "min_level": 15, @@ -1934,7 +2110,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -1942,7 +2118,7 @@ }, { "pokeapi_id": 273, - "pokemon_name": "seedot", + "pokemon_name": "Seedot", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -1950,7 +2126,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1958,7 +2134,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1966,7 +2142,7 @@ }, { "pokeapi_id": 335, - "pokemon_name": "zangoose", + "pokemon_name": "Zangoose", "method": "walk", "encounter_rate": 19, "min_level": 15, @@ -1974,7 +2150,7 @@ }, { "pokeapi_id": 274, - "pokemon_name": "nuzleaf", + "pokemon_name": "Nuzleaf", "method": "walk", "encounter_rate": 10, "min_level": 16, @@ -1982,7 +2158,7 @@ }, { "pokeapi_id": 283, - "pokemon_name": "surskit", + "pokemon_name": "Surskit", "method": "surf", "encounter_rate": 1, "min_level": 20, @@ -1990,7 +2166,7 @@ }, { "pokeapi_id": 283, - "pokemon_name": "surskit", + "pokemon_name": "Surskit", "method": "walk", "encounter_rate": 1, "min_level": 15, @@ -2000,8 +2176,89 @@ }, { "name": "Meteor Falls", - "order": 34, - "encounters": [], + "order": 38, + "encounters": [ + { + "pokeapi_id": 339, + "pokemon_name": "Barboach", + "method": "super-rod", + "encounter_rate": 100, + "min_level": 20, + "max_level": 45 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "surf", + "encounter_rate": 90, + "min_level": 5, + "max_level": 35 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 80, + "min_level": 14, + "max_level": 20 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 70, + "min_level": 5, + "max_level": 10 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 10, + "max_level": 30 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 30, + "min_level": 5, + "max_level": 10 + }, + { + "pokeapi_id": 339, + "pokemon_name": "Barboach", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 10, + "max_level": 30 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 10, + "max_level": 30 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", + "method": "walk", + "encounter_rate": 20, + "min_level": 14, + "max_level": 18 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", + "method": "surf", + "encounter_rate": 10, + "min_level": 5, + "max_level": 35 + } + ], "children": [ { "name": "Meteor Falls (Back)", @@ -2009,7 +2266,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -2017,7 +2274,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 80, "min_level": 25, @@ -2025,7 +2282,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -2033,7 +2290,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 65, "min_level": 33, @@ -2041,7 +2298,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -2049,7 +2306,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 35, "min_level": 33, @@ -2057,7 +2314,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -2065,7 +2322,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2073,7 +2330,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2081,7 +2338,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 20, "min_level": 30, @@ -2089,7 +2346,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "surf", "encounter_rate": 10, "min_level": 5, @@ -2103,7 +2360,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -2111,7 +2368,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 80, "min_level": 25, @@ -2119,7 +2376,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -2127,7 +2384,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 65, "min_level": 33, @@ -2135,7 +2392,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -2143,7 +2400,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 35, "min_level": 33, @@ -2151,7 +2408,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -2159,7 +2416,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2167,7 +2424,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2175,7 +2432,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 20, "min_level": 30, @@ -2183,7 +2440,101 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", + "method": "surf", + "encounter_rate": 10, + "min_level": 5, + "max_level": 35 + } + ] + }, + { + "name": "Meteor Falls (B1F)", + "order": 36, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "surf", + "encounter_rate": 90, + "min_level": 30, + "max_level": 35 + }, + { + "pokeapi_id": 339, + "pokemon_name": "Barboach", + "method": "super-rod", + "encounter_rate": 80, + "min_level": 25, + "max_level": 35 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 70, + "min_level": 5, + "max_level": 10 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 65, + "min_level": 33, + "max_level": 40 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 10, + "max_level": 30 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", + "method": "walk", + "encounter_rate": 35, + "min_level": 33, + "max_level": 39 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 30, + "min_level": 5, + "max_level": 10 + }, + { + "pokeapi_id": 339, + "pokemon_name": "Barboach", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 10, + "max_level": 30 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 10, + "max_level": 30 + }, + { + "pokeapi_id": 340, + "pokemon_name": "Whiscash", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 30, + "max_level": 45 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", "method": "surf", "encounter_rate": 10, "min_level": 5, @@ -2197,7 +2548,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -2205,7 +2556,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 80, "min_level": 25, @@ -2213,7 +2564,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -2221,7 +2572,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -2229,7 +2580,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 50, "min_level": 33, @@ -2237,7 +2588,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -2245,7 +2596,7 @@ }, { "pokeapi_id": 371, - "pokemon_name": "bagon", + "pokemon_name": "Bagon", "method": "walk", "encounter_rate": 25, "min_level": 25, @@ -2253,7 +2604,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 25, "min_level": 35, @@ -2261,7 +2612,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2269,7 +2620,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2277,7 +2628,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 20, "min_level": 30, @@ -2285,7 +2636,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "surf", "encounter_rate": 10, "min_level": 5, @@ -2295,99 +2646,13 @@ } ] }, - { - "name": "Meteor Falls", - "order": 38, - "encounters": [ - { - "pokeapi_id": 339, - "pokemon_name": "barboach", - "method": "super-rod", - "encounter_rate": 100, - "min_level": 20, - "max_level": 45 - }, - { - "pokeapi_id": 41, - "pokemon_name": "zubat", - "method": "surf", - "encounter_rate": 90, - "min_level": 5, - "max_level": 35 - }, - { - "pokeapi_id": 41, - "pokemon_name": "zubat", - "method": "walk", - "encounter_rate": 80, - "min_level": 14, - "max_level": 20 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "old-rod", - "encounter_rate": 70, - "min_level": 5, - "max_level": 10 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "good-rod", - "encounter_rate": 60, - "min_level": 10, - "max_level": 30 - }, - { - "pokeapi_id": 118, - "pokemon_name": "goldeen", - "method": "old-rod", - "encounter_rate": 30, - "min_level": 5, - "max_level": 10 - }, - { - "pokeapi_id": 339, - "pokemon_name": "barboach", - "method": "good-rod", - "encounter_rate": 20, - "min_level": 10, - "max_level": 30 - }, - { - "pokeapi_id": 118, - "pokemon_name": "goldeen", - "method": "good-rod", - "encounter_rate": 20, - "min_level": 10, - "max_level": 30 - }, - { - "pokeapi_id": 338, - "pokemon_name": "solrock", - "method": "walk", - "encounter_rate": 20, - "min_level": 14, - "max_level": 18 - }, - { - "pokeapi_id": 338, - "pokemon_name": "solrock", - "method": "surf", - "encounter_rate": 10, - "min_level": 5, - "max_level": 35 - } - ] - }, { "name": "Route 115", "order": 39, "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -2395,7 +2660,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -2403,7 +2668,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -2411,7 +2676,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -2419,7 +2684,7 @@ }, { "pokeapi_id": 276, - "pokemon_name": "taillow", + "pokemon_name": "Taillow", "method": "walk", "encounter_rate": 40, "min_level": 23, @@ -2427,7 +2692,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -2435,7 +2700,7 @@ }, { "pokeapi_id": 333, - "pokemon_name": "swablu", + "pokemon_name": "Swablu", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -2443,7 +2708,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -2451,7 +2716,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2459,7 +2724,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2467,7 +2732,7 @@ }, { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -2475,7 +2740,7 @@ }, { "pokeapi_id": 277, - "pokemon_name": "swellow", + "pokemon_name": "Swellow", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -2483,7 +2748,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -2491,7 +2756,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -2505,7 +2770,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -2513,7 +2778,7 @@ }, { "pokeapi_id": 318, - "pokemon_name": "carvanha", + "pokemon_name": "Carvanha", "method": "super-rod", "encounter_rate": 60, "min_level": 20, @@ -2521,7 +2786,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -2529,7 +2794,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -2537,7 +2802,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -2545,7 +2810,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -2553,7 +2818,7 @@ }, { "pokeapi_id": 309, - "pokemon_name": "electrike", + "pokemon_name": "Electrike", "method": "walk", "encounter_rate": 30, "min_level": 24, @@ -2561,7 +2826,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -2569,7 +2834,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 30, "min_level": 24, @@ -2577,7 +2842,7 @@ }, { "pokeapi_id": 318, - "pokemon_name": "carvanha", + "pokemon_name": "Carvanha", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2585,7 +2850,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2593,7 +2858,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 19, "min_level": 25, @@ -2601,7 +2866,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -2609,7 +2874,7 @@ }, { "pokeapi_id": 310, - "pokemon_name": "manectric", + "pokemon_name": "Manectric", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -2617,7 +2882,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -2625,7 +2890,7 @@ }, { "pokeapi_id": 352, - "pokemon_name": "kecleon", + "pokemon_name": "Kecleon", "method": "walk", "encounter_rate": 1, "min_level": 25, @@ -2639,15 +2904,23 @@ "encounters": [ { "pokeapi_id": 318, - "pokemon_name": "carvanha", + "pokemon_name": "Carvanha", "method": "super-rod", "encounter_rate": 100, "min_level": 20, "max_level": 45 }, + { + "pokeapi_id": 351, + "pokemon_name": "Castform", + "method": "gift", + "encounter_rate": 100, + "min_level": 25, + "max_level": 25 + }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -2655,7 +2928,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -2663,7 +2936,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -2671,7 +2944,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -2679,7 +2952,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 30, "min_level": 25, @@ -2687,7 +2960,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 30, "min_level": 24, @@ -2695,7 +2968,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -2703,7 +2976,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 30, "min_level": 25, @@ -2711,7 +2984,7 @@ }, { "pokeapi_id": 318, - "pokemon_name": "carvanha", + "pokemon_name": "Carvanha", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2719,7 +2992,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2727,7 +3000,7 @@ }, { "pokeapi_id": 357, - "pokemon_name": "tropius", + "pokemon_name": "Tropius", "method": "walk", "encounter_rate": 9, "min_level": 25, @@ -2735,7 +3008,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -2743,19 +3016,11 @@ }, { "pokeapi_id": 352, - "pokemon_name": "kecleon", + "pokemon_name": "Kecleon", "method": "walk", "encounter_rate": 1, "min_level": 25, "max_level": 25 - }, - { - "pokeapi_id": 351, - "pokemon_name": "castform", - "method": "gift", - "encounter_rate": 100, - "min_level": 25, - "max_level": 25 } ] }, @@ -2765,7 +3030,7 @@ "encounters": [ { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -2773,7 +3038,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 99, "min_level": 5, @@ -2781,7 +3046,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -2789,7 +3054,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -2797,7 +3062,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -2805,7 +3070,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 30, "min_level": 25, @@ -2813,7 +3078,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 25, "min_level": 25, @@ -2821,7 +3086,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2829,7 +3094,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2837,7 +3102,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -2845,7 +3110,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 15, "min_level": 25, @@ -2853,7 +3118,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 8, "min_level": 25, @@ -2861,7 +3126,7 @@ }, { "pokeapi_id": 352, - "pokemon_name": "kecleon", + "pokemon_name": "Kecleon", "method": "walk", "encounter_rate": 1, "min_level": 25, @@ -2869,7 +3134,7 @@ }, { "pokeapi_id": 283, - "pokemon_name": "surskit", + "pokemon_name": "Surskit", "method": "walk", "encounter_rate": 1, "min_level": 25, @@ -2877,7 +3142,7 @@ }, { "pokeapi_id": 283, - "pokemon_name": "surskit", + "pokemon_name": "Surskit", "method": "surf", "encounter_rate": 1, "min_level": 20, @@ -2891,7 +3156,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -2899,7 +3164,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -2907,7 +3172,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -2915,7 +3180,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -2923,7 +3188,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -2931,7 +3196,7 @@ }, { "pokeapi_id": 355, - "pokemon_name": "duskull", + "pokemon_name": "Duskull", "method": "walk", "encounter_rate": 30, "min_level": 26, @@ -2939,7 +3204,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -2947,7 +3212,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2955,7 +3220,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2963,7 +3228,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2971,7 +3236,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2979,7 +3244,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 15, "min_level": 26, @@ -2987,7 +3252,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 9, "min_level": 26, @@ -2995,7 +3260,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -3003,7 +3268,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -3011,7 +3276,7 @@ }, { "pokeapi_id": 352, - "pokemon_name": "kecleon", + "pokemon_name": "Kecleon", "method": "walk", "encounter_rate": 1, "min_level": 25, @@ -3030,7 +3295,7 @@ "encounters": [ { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 95, "min_level": 20, @@ -3038,7 +3303,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 80, "min_level": 25, @@ -3046,7 +3311,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -3054,7 +3319,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -3062,7 +3327,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 40, "min_level": 10, @@ -3070,7 +3335,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -3078,7 +3343,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 30, "min_level": 27, @@ -3086,7 +3351,7 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 30, "min_level": 27, @@ -3094,31 +3359,31 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 20, "min_level": 25, "max_level": 40 }, - { - "pokeapi_id": 84, - "pokemon_name": "doduo", - "method": "walk", - "encounter_rate": 15, - "min_level": 27, - "max_level": 29 - }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 15, "min_level": 29, "max_level": 31 }, + { + "pokeapi_id": 84, + "pokemon_name": "Doduo", + "method": "walk", + "encounter_rate": 15, + "min_level": 27, + "max_level": 29 + }, { "pokeapi_id": 85, - "pokemon_name": "dodrio", + "pokemon_name": "Dodrio", "method": "walk", "encounter_rate": 5, "min_level": 29, @@ -3126,7 +3391,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -3134,7 +3399,7 @@ }, { "pokeapi_id": 127, - "pokemon_name": "pinsir", + "pokemon_name": "Pinsir", "method": "walk", "encounter_rate": 5, "min_level": 27, @@ -3148,7 +3413,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 100, "min_level": 5, @@ -3156,7 +3421,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 30, "min_level": 27, @@ -3164,7 +3429,7 @@ }, { "pokeapi_id": 231, - "pokemon_name": "phanpy", + "pokemon_name": "Phanpy", "method": "walk", "encounter_rate": 30, "min_level": 27, @@ -3172,7 +3437,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 15, "min_level": 29, @@ -3180,7 +3445,7 @@ }, { "pokeapi_id": 177, - "pokemon_name": "natu", + "pokemon_name": "Natu", "method": "walk", "encounter_rate": 15, "min_level": 27, @@ -3188,7 +3453,7 @@ }, { "pokeapi_id": 214, - "pokemon_name": "heracross", + "pokemon_name": "Heracross", "method": "walk", "encounter_rate": 5, "min_level": 27, @@ -3196,7 +3461,7 @@ }, { "pokeapi_id": 178, - "pokemon_name": "xatu", + "pokemon_name": "Xatu", "method": "walk", "encounter_rate": 5, "min_level": 29, @@ -3210,7 +3475,7 @@ "encounters": [ { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 100, "min_level": 20, @@ -3218,7 +3483,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 80, "min_level": 25, @@ -3226,7 +3491,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -3234,7 +3499,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -3242,7 +3507,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 40, "min_level": 10, @@ -3250,7 +3515,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 40, "min_level": 25, @@ -3258,7 +3523,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -3266,7 +3531,7 @@ }, { "pokeapi_id": 203, - "pokemon_name": "girafarig", + "pokemon_name": "Girafarig", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -3274,7 +3539,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 20, "min_level": 25, @@ -3282,7 +3547,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -3290,7 +3555,7 @@ }, { "pokeapi_id": 177, - "pokemon_name": "natu", + "pokemon_name": "Natu", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -3298,7 +3563,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 10, "min_level": 27, @@ -3306,7 +3571,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -3314,7 +3579,7 @@ }, { "pokeapi_id": 25, - "pokemon_name": "pikachu", + "pokemon_name": "Pikachu", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -3328,7 +3593,7 @@ "encounters": [ { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 40, "min_level": 25, @@ -3336,7 +3601,7 @@ }, { "pokeapi_id": 203, - "pokemon_name": "girafarig", + "pokemon_name": "Girafarig", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -3344,7 +3609,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -3352,7 +3617,7 @@ }, { "pokeapi_id": 177, - "pokemon_name": "natu", + "pokemon_name": "Natu", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -3360,7 +3625,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 10, "min_level": 27, @@ -3368,7 +3633,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -3376,7 +3641,7 @@ }, { "pokeapi_id": 25, - "pokemon_name": "pikachu", + "pokemon_name": "Pikachu", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -3392,7 +3657,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 85, "min_level": 25, @@ -3400,7 +3665,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -3408,7 +3673,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -3416,7 +3681,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -3424,7 +3689,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -3432,7 +3697,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -3440,7 +3705,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -3448,7 +3713,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -3456,7 +3721,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 15, "min_level": 25, @@ -3464,7 +3729,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -3478,7 +3743,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -3486,7 +3751,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -3494,7 +3759,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -3502,7 +3767,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 60, "min_level": 25, @@ -3510,7 +3775,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -3518,7 +3783,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -3526,7 +3791,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -3534,7 +3799,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -3542,7 +3807,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -3550,7 +3815,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -3563,13 +3828,27 @@ "order": 51, "encounters": [], "children": [ + { + "name": "Mt Pyre (1F)", + "order": 52, + "encounters": [ + { + "pokeapi_id": 355, + "pokemon_name": "Duskull", + "method": "walk", + "encounter_rate": 100, + "min_level": 22, + "max_level": 29 + } + ] + }, { "name": "Mt Pyre (6f)", "order": 52, "encounters": [ { "pokeapi_id": 355, - "pokemon_name": "duskull", + "pokemon_name": "Duskull", "method": "walk", "encounter_rate": 90, "min_level": 22, @@ -3577,7 +3856,7 @@ }, { "pokeapi_id": 353, - "pokemon_name": "shuppet", + "pokemon_name": "Shuppet", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -3585,13 +3864,27 @@ } ] }, + { + "name": "Mt Pyre (2F)", + "order": 53, + "encounters": [ + { + "pokeapi_id": 355, + "pokemon_name": "Duskull", + "method": "walk", + "encounter_rate": 100, + "min_level": 22, + "max_level": 29 + } + ] + }, { "name": "Mt Pyre (Outside)", "order": 53, "encounters": [ { "pokeapi_id": 355, - "pokemon_name": "duskull", + "pokemon_name": "Duskull", "method": "walk", "encounter_rate": 40, "min_level": 27, @@ -3599,7 +3892,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 30, "min_level": 27, @@ -3607,7 +3900,7 @@ }, { "pokeapi_id": 37, - "pokemon_name": "vulpix", + "pokemon_name": "Vulpix", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -3615,7 +3908,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -3629,7 +3922,7 @@ "encounters": [ { "pokeapi_id": 355, - "pokemon_name": "duskull", + "pokemon_name": "Duskull", "method": "walk", "encounter_rate": 85, "min_level": 24, @@ -3637,7 +3930,7 @@ }, { "pokeapi_id": 353, - "pokemon_name": "shuppet", + "pokemon_name": "Shuppet", "method": "walk", "encounter_rate": 13, "min_level": 26, @@ -3645,7 +3938,7 @@ }, { "pokeapi_id": 358, - "pokemon_name": "chimecho", + "pokemon_name": "Chimecho", "method": "walk", "encounter_rate": 2, "min_level": 28, @@ -3653,13 +3946,27 @@ } ] }, + { + "name": "Mt Pyre (3F)", + "order": 54, + "encounters": [ + { + "pokeapi_id": 355, + "pokemon_name": "Duskull", + "method": "walk", + "encounter_rate": 100, + "min_level": 22, + "max_level": 29 + } + ] + }, { "name": "Mt Pyre (1f)", "order": 55, "encounters": [ { "pokeapi_id": 355, - "pokemon_name": "duskull", + "pokemon_name": "Duskull", "method": "walk", "encounter_rate": 100, "min_level": 22, @@ -3667,13 +3974,57 @@ } ] }, + { + "name": "Mt Pyre (4F)", + "order": 55, + "encounters": [ + { + "pokeapi_id": 355, + "pokemon_name": "Duskull", + "method": "walk", + "encounter_rate": 90, + "min_level": 22, + "max_level": 29 + }, + { + "pokeapi_id": 353, + "pokemon_name": "Shuppet", + "method": "walk", + "encounter_rate": 10, + "min_level": 25, + "max_level": 29 + } + ] + }, + { + "name": "Mt Pyre (5F)", + "order": 56, + "encounters": [ + { + "pokeapi_id": 355, + "pokemon_name": "Duskull", + "method": "walk", + "encounter_rate": 90, + "min_level": 22, + "max_level": 29 + }, + { + "pokeapi_id": 353, + "pokemon_name": "Shuppet", + "method": "walk", + "encounter_rate": 10, + "min_level": 25, + "max_level": 29 + } + ] + }, { "name": "Mt Pyre (2f)", "order": 56, "encounters": [ { "pokeapi_id": 355, - "pokemon_name": "duskull", + "pokemon_name": "Duskull", "method": "walk", "encounter_rate": 100, "min_level": 22, @@ -3681,13 +4032,35 @@ } ] }, + { + "name": "Mt Pyre (6F)", + "order": 57, + "encounters": [ + { + "pokeapi_id": 355, + "pokemon_name": "Duskull", + "method": "walk", + "encounter_rate": 90, + "min_level": 22, + "max_level": 29 + }, + { + "pokeapi_id": 353, + "pokemon_name": "Shuppet", + "method": "walk", + "encounter_rate": 10, + "min_level": 25, + "max_level": 29 + } + ] + }, { "name": "Mt Pyre (3f)", "order": 57, "encounters": [ { "pokeapi_id": 355, - "pokemon_name": "duskull", + "pokemon_name": "Duskull", "method": "walk", "encounter_rate": 100, "min_level": 22, @@ -3701,7 +4074,7 @@ "encounters": [ { "pokeapi_id": 355, - "pokemon_name": "duskull", + "pokemon_name": "Duskull", "method": "walk", "encounter_rate": 90, "min_level": 22, @@ -3709,7 +4082,7 @@ }, { "pokeapi_id": 353, - "pokemon_name": "shuppet", + "pokemon_name": "Shuppet", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -3723,7 +4096,7 @@ "encounters": [ { "pokeapi_id": 355, - "pokemon_name": "duskull", + "pokemon_name": "Duskull", "method": "walk", "encounter_rate": 90, "min_level": 22, @@ -3731,7 +4104,7 @@ }, { "pokeapi_id": 353, - "pokemon_name": "shuppet", + "pokemon_name": "Shuppet", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -3747,7 +4120,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -3755,7 +4128,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -3763,7 +4136,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -3771,7 +4144,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -3779,7 +4152,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -3787,7 +4160,7 @@ }, { "pokeapi_id": 355, - "pokemon_name": "duskull", + "pokemon_name": "Duskull", "method": "walk", "encounter_rate": 30, "min_level": 26, @@ -3795,7 +4168,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -3803,7 +4176,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -3811,7 +4184,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -3819,7 +4192,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -3827,7 +4200,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -3835,7 +4208,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 15, "min_level": 26, @@ -3843,7 +4216,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 9, "min_level": 26, @@ -3851,7 +4224,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -3859,7 +4232,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -3867,7 +4240,7 @@ }, { "pokeapi_id": 352, - "pokemon_name": "kecleon", + "pokemon_name": "Kecleon", "method": "walk", "encounter_rate": 1, "min_level": 25, @@ -3881,7 +4254,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -3889,7 +4262,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -3897,7 +4270,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -3905,7 +4278,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 60, "min_level": 25, @@ -3913,7 +4286,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -3921,7 +4294,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -3929,7 +4302,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -3937,7 +4310,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -3945,7 +4318,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -3953,7 +4326,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -3965,9 +4338,17 @@ "name": "Mossdeep City", "order": 62, "encounters": [ + { + "pokeapi_id": 374, + "pokemon_name": "Beldum", + "method": "gift", + "encounter_rate": 100, + "min_level": 5, + "max_level": 5 + }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -3975,7 +4356,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -3983,7 +4364,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -3991,7 +4372,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 60, "min_level": 25, @@ -3999,7 +4380,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -4007,7 +4388,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -4015,7 +4396,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -4023,7 +4404,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4031,7 +4412,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4039,19 +4420,11 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, "max_level": 30 - }, - { - "pokeapi_id": 374, - "pokemon_name": "beldum", - "method": "gift", - "encounter_rate": 100, - "min_level": 5, - "max_level": 5 } ] }, @@ -4061,7 +4434,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -4069,7 +4442,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -4077,7 +4450,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -4085,7 +4458,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 60, "min_level": 25, @@ -4093,7 +4466,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -4101,7 +4474,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -4109,7 +4482,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -4117,7 +4490,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4125,7 +4498,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4133,7 +4506,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -4147,7 +4520,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -4155,7 +4528,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -4163,7 +4536,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -4171,7 +4544,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -4179,7 +4552,7 @@ }, { "pokeapi_id": 363, - "pokemon_name": "spheal", + "pokemon_name": "Spheal", "method": "walk", "encounter_rate": 50, "min_level": 26, @@ -4187,7 +4560,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 45, "min_level": 26, @@ -4195,7 +4568,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -4203,7 +4576,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "surf", "encounter_rate": 30, "min_level": 5, @@ -4211,7 +4584,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4219,7 +4592,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4227,7 +4600,7 @@ }, { "pokeapi_id": 363, - "pokemon_name": "spheal", + "pokemon_name": "Spheal", "method": "surf", "encounter_rate": 10, "min_level": 25, @@ -4235,7 +4608,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 32, @@ -4243,13 +4616,51 @@ } ] }, + { + "name": "Shoal Cave (B1F)", + "order": 65, + "encounters": [ + { + "pokeapi_id": 363, + "pokemon_name": "Spheal", + "method": "walk", + "encounter_rate": 45, + "min_level": 26, + "max_level": 32 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 40, + "min_level": 26, + "max_level": 30 + }, + { + "pokeapi_id": 361, + "pokemon_name": "Snorunt", + "method": "walk", + "encounter_rate": 10, + "min_level": 26, + "max_level": 30 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 30, + "max_level": 32 + } + ] + }, { "name": "Shoal Cave (B1f)", "order": 65, "encounters": [ { "pokeapi_id": 363, - "pokemon_name": "spheal", + "pokemon_name": "Spheal", "method": "walk", "encounter_rate": 45, "min_level": 26, @@ -4257,7 +4668,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 40, "min_level": 26, @@ -4265,7 +4676,7 @@ }, { "pokeapi_id": 361, - "pokemon_name": "snorunt", + "pokemon_name": "Snorunt", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -4273,7 +4684,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -4287,7 +4698,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -4295,7 +4706,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -4303,7 +4714,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -4311,7 +4722,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 60, "min_level": 25, @@ -4319,7 +4730,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -4327,7 +4738,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -4335,7 +4746,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -4343,7 +4754,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4351,7 +4762,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4359,7 +4770,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -4373,7 +4784,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 100, "min_level": 10, @@ -4381,7 +4792,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -4389,7 +4800,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -4397,7 +4808,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 80, "min_level": 30, @@ -4405,7 +4816,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 20, "min_level": 5, @@ -4424,7 +4835,7 @@ "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 90, "min_level": 28, @@ -4432,7 +4843,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -4446,7 +4857,7 @@ "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 60, "min_level": 30, @@ -4454,7 +4865,7 @@ }, { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -4462,7 +4873,67 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 33, + "max_level": 36 + } + ] + }, + { + "name": "Cave Of Origin (1F)", + "order": 70, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 60, + "min_level": 30, + "max_level": 34 + }, + { + "pokeapi_id": 303, + "pokemon_name": "Mawile", + "method": "walk", + "encounter_rate": 30, + "min_level": 30, + "max_level": 34 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 33, + "max_level": 36 + } + ] + }, + { + "name": "Cave Of Origin (B1F)", + "order": 71, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 60, + "min_level": 30, + "max_level": 34 + }, + { + "pokeapi_id": 303, + "pokemon_name": "Mawile", + "method": "walk", + "encounter_rate": 30, + "min_level": 30, + "max_level": 34 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -4476,7 +4947,7 @@ "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 60, "min_level": 30, @@ -4484,7 +4955,7 @@ }, { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -4492,7 +4963,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -4506,7 +4977,7 @@ "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 60, "min_level": 30, @@ -4514,7 +4985,7 @@ }, { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -4522,7 +4993,67 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 33, + "max_level": 36 + } + ] + }, + { + "name": "Cave Of Origin (B2F)", + "order": 72, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 60, + "min_level": 30, + "max_level": 34 + }, + { + "pokeapi_id": 303, + "pokemon_name": "Mawile", + "method": "walk", + "encounter_rate": 30, + "min_level": 30, + "max_level": 34 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 33, + "max_level": 36 + } + ] + }, + { + "name": "Cave Of Origin (B3F)", + "order": 73, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 60, + "min_level": 30, + "max_level": 34 + }, + { + "pokeapi_id": 303, + "pokemon_name": "Mawile", + "method": "walk", + "encounter_rate": 30, + "min_level": 30, + "max_level": 34 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -4536,7 +5067,7 @@ "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 60, "min_level": 30, @@ -4544,7 +5075,7 @@ }, { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -4552,7 +5083,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -4568,7 +5099,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -4576,7 +5107,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -4584,7 +5115,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -4592,7 +5123,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 60, "min_level": 25, @@ -4600,7 +5131,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -4608,7 +5139,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -4616,7 +5147,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -4624,7 +5155,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4632,7 +5163,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4640,7 +5171,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -4654,7 +5185,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -4662,7 +5193,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -4670,7 +5201,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -4678,7 +5209,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -4686,7 +5217,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -4694,7 +5225,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -4702,7 +5233,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -4710,7 +5241,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4718,7 +5249,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4726,7 +5257,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 15, "min_level": 30, @@ -4734,7 +5265,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -4748,7 +5279,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -4756,7 +5287,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 90, "min_level": 28, @@ -4764,7 +5295,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -4772,7 +5303,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -4780,7 +5311,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -4788,7 +5319,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "surf", "encounter_rate": 35, "min_level": 5, @@ -4796,7 +5327,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -4804,7 +5335,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4812,7 +5343,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4820,7 +5351,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -4828,7 +5359,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 5, "min_level": 30, @@ -4842,7 +5373,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -4850,7 +5381,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -4858,7 +5389,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -4866,7 +5397,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 60, "min_level": 25, @@ -4874,7 +5405,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -4882,7 +5413,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -4890,7 +5421,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -4898,7 +5429,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4906,7 +5437,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4914,7 +5445,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 4, "min_level": 25, @@ -4922,7 +5453,7 @@ }, { "pokeapi_id": 321, - "pokemon_name": "wailord", + "pokemon_name": "Wailord", "method": "surf", "encounter_rate": 1, "min_level": 35, @@ -4936,7 +5467,7 @@ "encounters": [ { "pokeapi_id": 360, - "pokemon_name": "wynaut", + "pokemon_name": "Wynaut", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -4944,7 +5475,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -4952,7 +5483,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -4960,7 +5491,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -4968,7 +5499,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 60, "min_level": 25, @@ -4976,7 +5507,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -4984,7 +5515,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -4992,7 +5523,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -5000,7 +5531,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5008,7 +5539,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5016,7 +5547,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -5030,7 +5561,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -5038,7 +5569,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -5046,7 +5577,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -5054,7 +5585,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 60, "min_level": 25, @@ -5062,7 +5593,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -5070,7 +5601,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -5078,7 +5609,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -5086,7 +5617,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5094,7 +5625,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5102,7 +5633,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -5116,7 +5647,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -5124,7 +5655,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -5132,7 +5663,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -5140,7 +5671,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 60, "min_level": 25, @@ -5148,7 +5679,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -5156,7 +5687,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -5164,7 +5695,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -5172,7 +5703,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5180,7 +5711,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5188,7 +5719,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -5202,7 +5733,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -5210,7 +5741,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -5218,7 +5749,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -5226,7 +5757,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -5234,7 +5765,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -5242,7 +5773,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -5250,7 +5781,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -5258,7 +5789,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5266,7 +5797,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5274,7 +5805,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 15, "min_level": 25, @@ -5282,7 +5813,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -5296,7 +5827,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -5304,7 +5835,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -5312,7 +5843,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -5320,7 +5851,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -5328,7 +5859,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -5336,7 +5867,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -5344,7 +5875,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -5352,7 +5883,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5360,7 +5891,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5368,7 +5899,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 15, "min_level": 25, @@ -5376,7 +5907,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -5390,7 +5921,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -5398,7 +5929,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -5406,7 +5937,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -5414,7 +5945,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -5422,7 +5953,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -5430,7 +5961,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -5438,7 +5969,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -5446,7 +5977,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5454,7 +5985,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5462,7 +5993,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 15, "min_level": 25, @@ -5470,7 +6001,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -5484,7 +6015,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -5492,7 +6023,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -5500,7 +6031,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -5508,7 +6039,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -5516,7 +6047,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -5524,7 +6055,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -5532,7 +6063,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -5540,7 +6071,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5548,7 +6079,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5556,7 +6087,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 15, "min_level": 30, @@ -5564,7 +6095,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -5577,13 +6108,83 @@ "order": 85, "encounters": [], "children": [ + { + "name": "Victory Road (1F)", + "order": 86, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 25, + "min_level": 38, + "max_level": 40 + }, + { + "pokeapi_id": 297, + "pokemon_name": "Hariyama", + "method": "walk", + "encounter_rate": 25, + "min_level": 38, + "max_level": 40 + }, + { + "pokeapi_id": 305, + "pokemon_name": "Lairon", + "method": "walk", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 294, + "pokemon_name": "Loudred", + "method": "walk", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 10, + "min_level": 36, + "max_level": 36 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 36, + "max_level": 36 + }, + { + "pokeapi_id": 304, + "pokemon_name": "Aron", + "method": "walk", + "encounter_rate": 5, + "min_level": 36, + "max_level": 36 + }, + { + "pokeapi_id": 293, + "pokemon_name": "Whismur", + "method": "walk", + "encounter_rate": 5, + "min_level": 36, + "max_level": 36 + } + ] + }, { "name": "Victory Road (B2f)", "order": 86, "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 100, "min_level": 25, @@ -5591,7 +6192,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 80, "min_level": 25, @@ -5599,7 +6200,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -5607,7 +6208,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -5615,7 +6216,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 35, "min_level": 40, @@ -5623,7 +6224,7 @@ }, { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 35, "min_level": 40, @@ -5631,7 +6232,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -5639,7 +6240,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5647,7 +6248,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5655,7 +6256,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 20, "min_level": 30, @@ -5663,7 +6264,7 @@ }, { "pokeapi_id": 305, - "pokemon_name": "lairon", + "pokemon_name": "Lairon", "method": "walk", "encounter_rate": 15, "min_level": 40, @@ -5671,7 +6272,7 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 15, "min_level": 40, @@ -5685,7 +6286,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 25, "min_level": 38, @@ -5693,7 +6294,7 @@ }, { "pokeapi_id": 297, - "pokemon_name": "hariyama", + "pokemon_name": "Hariyama", "method": "walk", "encounter_rate": 25, "min_level": 38, @@ -5701,7 +6302,7 @@ }, { "pokeapi_id": 305, - "pokemon_name": "lairon", + "pokemon_name": "Lairon", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -5709,7 +6310,7 @@ }, { "pokeapi_id": 294, - "pokemon_name": "loudred", + "pokemon_name": "Loudred", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -5717,7 +6318,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 10, "min_level": 36, @@ -5725,7 +6326,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 36, @@ -5733,7 +6334,7 @@ }, { "pokeapi_id": 304, - "pokemon_name": "aron", + "pokemon_name": "Aron", "method": "walk", "encounter_rate": 5, "min_level": 36, @@ -5741,7 +6342,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 5, "min_level": 36, @@ -5749,13 +6350,177 @@ } ] }, + { + "name": "Victory Road (B1F)", + "order": 87, + "encounters": [ + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "rock-smash", + "encounter_rate": 70, + "min_level": 30, + "max_level": 40 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 35, + "min_level": 38, + "max_level": 42 + }, + { + "pokeapi_id": 297, + "pokemon_name": "Hariyama", + "method": "walk", + "encounter_rate": 35, + "min_level": 38, + "max_level": 42 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "rock-smash", + "encounter_rate": 30, + "min_level": 30, + "max_level": 40 + }, + { + "pokeapi_id": 305, + "pokemon_name": "Lairon", + "method": "walk", + "encounter_rate": 15, + "min_level": 40, + "max_level": 42 + }, + { + "pokeapi_id": 308, + "pokemon_name": "Medicham", + "method": "walk", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 5, + "min_level": 38, + "max_level": 38 + } + ] + }, + { + "name": "Victory Road (B2F)", + "order": 88, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "surf", + "encounter_rate": 100, + "min_level": 25, + "max_level": 40 + }, + { + "pokeapi_id": 339, + "pokemon_name": "Barboach", + "method": "super-rod", + "encounter_rate": 80, + "min_level": 25, + "max_level": 35 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 70, + "min_level": 5, + "max_level": 10 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 10, + "max_level": 30 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 35, + "min_level": 40, + "max_level": 44 + }, + { + "pokeapi_id": 303, + "pokemon_name": "Mawile", + "method": "walk", + "encounter_rate": 35, + "min_level": 40, + "max_level": 44 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 30, + "min_level": 5, + "max_level": 10 + }, + { + "pokeapi_id": 339, + "pokemon_name": "Barboach", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 10, + "max_level": 30 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 10, + "max_level": 30 + }, + { + "pokeapi_id": 340, + "pokemon_name": "Whiscash", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 30, + "max_level": 45 + }, + { + "pokeapi_id": 305, + "pokemon_name": "Lairon", + "method": "walk", + "encounter_rate": 15, + "min_level": 40, + "max_level": 44 + }, + { + "pokeapi_id": 308, + "pokemon_name": "Medicham", + "method": "walk", + "encounter_rate": 15, + "min_level": 40, + "max_level": 44 + } + ] + }, { "name": "Victory Road (B1f)", "order": 88, "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 70, "min_level": 30, @@ -5763,7 +6528,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 35, "min_level": 38, @@ -5771,7 +6536,7 @@ }, { "pokeapi_id": 297, - "pokemon_name": "hariyama", + "pokemon_name": "Hariyama", "method": "walk", "encounter_rate": 35, "min_level": 38, @@ -5779,7 +6544,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 30, "min_level": 30, @@ -5787,7 +6552,7 @@ }, { "pokeapi_id": 305, - "pokemon_name": "lairon", + "pokemon_name": "Lairon", "method": "walk", "encounter_rate": 15, "min_level": 40, @@ -5795,7 +6560,7 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -5803,7 +6568,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 5, "min_level": 38, @@ -5824,7 +6589,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 48, @@ -5832,7 +6597,7 @@ }, { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 30, "min_level": 48, @@ -5840,7 +6605,7 @@ }, { "pokeapi_id": 344, - "pokemon_name": "claydol", + "pokemon_name": "Claydol", "method": "walk", "encounter_rate": 25, "min_level": 47, @@ -5848,7 +6613,45 @@ }, { "pokeapi_id": 356, - "pokemon_name": "dusclops", + "pokemon_name": "Dusclops", + "method": "walk", + "encounter_rate": 15, + "min_level": 48, + "max_level": 50 + } + ] + }, + { + "name": "Sky Pillar (1F)", + "order": 90, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 48, + "max_level": 50 + }, + { + "pokeapi_id": 303, + "pokemon_name": "Mawile", + "method": "walk", + "encounter_rate": 30, + "min_level": 48, + "max_level": 50 + }, + { + "pokeapi_id": 344, + "pokemon_name": "Claydol", + "method": "walk", + "encounter_rate": 25, + "min_level": 47, + "max_level": 50 + }, + { + "pokeapi_id": 356, + "pokemon_name": "Dusclops", "method": "walk", "encounter_rate": 15, "min_level": 48, @@ -5862,7 +6665,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 51, @@ -5870,7 +6673,7 @@ }, { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 30, "min_level": 51, @@ -5878,7 +6681,7 @@ }, { "pokeapi_id": 344, - "pokemon_name": "claydol", + "pokemon_name": "Claydol", "method": "walk", "encounter_rate": 25, "min_level": 50, @@ -5886,7 +6689,45 @@ }, { "pokeapi_id": 356, - "pokemon_name": "dusclops", + "pokemon_name": "Dusclops", + "method": "walk", + "encounter_rate": 15, + "min_level": 51, + "max_level": 53 + } + ] + }, + { + "name": "Sky Pillar (3F)", + "order": 91, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 51, + "max_level": 53 + }, + { + "pokeapi_id": 303, + "pokemon_name": "Mawile", + "method": "walk", + "encounter_rate": 30, + "min_level": 51, + "max_level": 53 + }, + { + "pokeapi_id": 344, + "pokemon_name": "Claydol", + "method": "walk", + "encounter_rate": 25, + "min_level": 50, + "max_level": 53 + }, + { + "pokeapi_id": 356, + "pokemon_name": "Dusclops", "method": "walk", "encounter_rate": 15, "min_level": 51, @@ -5900,7 +6741,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -5908,7 +6749,7 @@ }, { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -5916,7 +6757,7 @@ }, { "pokeapi_id": 344, - "pokemon_name": "claydol", + "pokemon_name": "Claydol", "method": "walk", "encounter_rate": 19, "min_level": 54, @@ -5924,7 +6765,7 @@ }, { "pokeapi_id": 356, - "pokemon_name": "dusclops", + "pokemon_name": "Dusclops", "method": "walk", "encounter_rate": 15, "min_level": 54, @@ -5932,7 +6773,53 @@ }, { "pokeapi_id": 334, - "pokemon_name": "altaria", + "pokemon_name": "Altaria", + "method": "walk", + "encounter_rate": 6, + "min_level": 54, + "max_level": 60 + } + ] + }, + { + "name": "Sky Pillar (5F)", + "order": 92, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 54, + "max_level": 56 + }, + { + "pokeapi_id": 303, + "pokemon_name": "Mawile", + "method": "walk", + "encounter_rate": 30, + "min_level": 54, + "max_level": 56 + }, + { + "pokeapi_id": 344, + "pokemon_name": "Claydol", + "method": "walk", + "encounter_rate": 19, + "min_level": 54, + "max_level": 56 + }, + { + "pokeapi_id": 356, + "pokemon_name": "Dusclops", + "method": "walk", + "encounter_rate": 15, + "min_level": 54, + "max_level": 56 + }, + { + "pokeapi_id": 334, + "pokemon_name": "Altaria", "method": "walk", "encounter_rate": 6, "min_level": 54, @@ -5948,7 +6835,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 99, "min_level": 5, @@ -5956,7 +6843,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 80, "min_level": 25, @@ -5964,7 +6851,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -5972,7 +6859,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -5980,7 +6867,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 40, "min_level": 10, @@ -5988,7 +6875,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -5996,7 +6883,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 20, @@ -6004,7 +6891,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 1, "min_level": 30, diff --git a/backend/src/app/seeds/data/sapphire.json b/backend/src/app/seeds/data/sapphire.json index e5c0f62..c8b2cfe 100644 --- a/backend/src/app/seeds/data/sapphire.json +++ b/backend/src/app/seeds/data/sapphire.json @@ -5,7 +5,7 @@ "encounters": [ { "pokeapi_id": 252, - "pokemon_name": "treecko", + "pokemon_name": "Treecko", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -13,7 +13,7 @@ }, { "pokeapi_id": 255, - "pokemon_name": "torchic", + "pokemon_name": "Torchic", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -21,7 +21,7 @@ }, { "pokeapi_id": 258, - "pokemon_name": "mudkip", + "pokemon_name": "Mudkip", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -35,7 +35,7 @@ "encounters": [ { "pokeapi_id": 265, - "pokemon_name": "wurmple", + "pokemon_name": "Wurmple", "method": "walk", "encounter_rate": 45, "min_level": 2, @@ -43,7 +43,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 45, "min_level": 2, @@ -51,7 +51,7 @@ }, { "pokeapi_id": 261, - "pokemon_name": "poochyena", + "pokemon_name": "Poochyena", "method": "walk", "encounter_rate": 10, "min_level": 2, @@ -65,7 +65,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -73,7 +73,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -81,7 +81,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -89,7 +89,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 60, "min_level": 25, @@ -97,7 +97,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 60, "min_level": 2, @@ -105,7 +105,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -113,7 +113,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -121,7 +121,7 @@ }, { "pokeapi_id": 261, - "pokemon_name": "poochyena", + "pokemon_name": "Poochyena", "method": "walk", "encounter_rate": 30, "min_level": 2, @@ -129,7 +129,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -137,7 +137,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -145,7 +145,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -153,7 +153,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 10, "min_level": 2, @@ -161,7 +161,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -175,7 +175,7 @@ "encounters": [ { "pokeapi_id": 341, - "pokemon_name": "corphish", + "pokemon_name": "Corphish", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -183,7 +183,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 99, "min_level": 5, @@ -191,7 +191,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -199,7 +199,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -207,7 +207,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -215,7 +215,7 @@ }, { "pokeapi_id": 265, - "pokemon_name": "wurmple", + "pokemon_name": "Wurmple", "method": "walk", "encounter_rate": 30, "min_level": 3, @@ -223,7 +223,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 30, "min_level": 3, @@ -231,7 +231,7 @@ }, { "pokeapi_id": 341, - "pokemon_name": "corphish", + "pokemon_name": "Corphish", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -239,7 +239,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -247,7 +247,7 @@ }, { "pokeapi_id": 270, - "pokemon_name": "lotad", + "pokemon_name": "Lotad", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -255,7 +255,7 @@ }, { "pokeapi_id": 261, - "pokemon_name": "poochyena", + "pokemon_name": "Poochyena", "method": "walk", "encounter_rate": 15, "min_level": 3, @@ -263,7 +263,7 @@ }, { "pokeapi_id": 280, - "pokemon_name": "ralts", + "pokemon_name": "Ralts", "method": "walk", "encounter_rate": 4, "min_level": 4, @@ -271,7 +271,7 @@ }, { "pokeapi_id": 283, - "pokemon_name": "surskit", + "pokemon_name": "Surskit", "method": "surf", "encounter_rate": 1, "min_level": 20, @@ -279,7 +279,7 @@ }, { "pokeapi_id": 283, - "pokemon_name": "surskit", + "pokemon_name": "Surskit", "method": "walk", "encounter_rate": 1, "min_level": 3, @@ -293,7 +293,7 @@ "encounters": [ { "pokeapi_id": 341, - "pokemon_name": "corphish", + "pokemon_name": "Corphish", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -301,7 +301,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -309,7 +309,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -317,7 +317,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -325,7 +325,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -333,7 +333,7 @@ }, { "pokeapi_id": 341, - "pokemon_name": "corphish", + "pokemon_name": "Corphish", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -341,7 +341,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -355,7 +355,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 100, "min_level": 10, @@ -363,7 +363,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -371,7 +371,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -379,7 +379,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 95, "min_level": 10, @@ -387,7 +387,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 50, "min_level": 4, @@ -395,7 +395,7 @@ }, { "pokeapi_id": 265, - "pokemon_name": "wurmple", + "pokemon_name": "Wurmple", "method": "walk", "encounter_rate": 30, "min_level": 4, @@ -403,7 +403,7 @@ }, { "pokeapi_id": 276, - "pokemon_name": "taillow", + "pokemon_name": "Taillow", "method": "walk", "encounter_rate": 10, "min_level": 4, @@ -411,7 +411,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 10, "min_level": 3, @@ -419,7 +419,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -433,7 +433,7 @@ "encounters": [ { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 30, "min_level": 5, @@ -441,7 +441,7 @@ }, { "pokeapi_id": 265, - "pokemon_name": "wurmple", + "pokemon_name": "Wurmple", "method": "walk", "encounter_rate": 25, "min_level": 5, @@ -449,7 +449,7 @@ }, { "pokeapi_id": 285, - "pokemon_name": "shroomish", + "pokemon_name": "Shroomish", "method": "walk", "encounter_rate": 15, "min_level": 5, @@ -457,7 +457,7 @@ }, { "pokeapi_id": 268, - "pokemon_name": "cascoon", + "pokemon_name": "Cascoon", "method": "walk", "encounter_rate": 10, "min_level": 5, @@ -465,7 +465,7 @@ }, { "pokeapi_id": 266, - "pokemon_name": "silcoon", + "pokemon_name": "Silcoon", "method": "walk", "encounter_rate": 10, "min_level": 5, @@ -473,7 +473,7 @@ }, { "pokeapi_id": 287, - "pokemon_name": "slakoth", + "pokemon_name": "Slakoth", "method": "walk", "encounter_rate": 5, "min_level": 5, @@ -481,7 +481,7 @@ }, { "pokeapi_id": 276, - "pokemon_name": "taillow", + "pokemon_name": "Taillow", "method": "walk", "encounter_rate": 5, "min_level": 5, @@ -495,7 +495,7 @@ "encounters": [ { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -509,7 +509,7 @@ "encounters": [ { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 30, "min_level": 6, @@ -517,7 +517,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 28, "min_level": 6, @@ -525,7 +525,7 @@ }, { "pokeapi_id": 290, - "pokemon_name": "nincada", + "pokemon_name": "Nincada", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -533,7 +533,7 @@ }, { "pokeapi_id": 276, - "pokemon_name": "taillow", + "pokemon_name": "Taillow", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -541,7 +541,7 @@ }, { "pokeapi_id": 300, - "pokemon_name": "skitty", + "pokemon_name": "Skitty", "method": "walk", "encounter_rate": 2, "min_level": 7, @@ -555,7 +555,7 @@ "encounters": [ { "pokeapi_id": 345, - "pokemon_name": "lileep", + "pokemon_name": "Lileep", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -563,7 +563,7 @@ }, { "pokeapi_id": 347, - "pokemon_name": "anorith", + "pokemon_name": "Anorith", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -577,7 +577,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -585,7 +585,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -593,7 +593,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -601,7 +601,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -609,7 +609,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -617,7 +617,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -625,7 +625,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -633,7 +633,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -641,7 +641,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -655,7 +655,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -663,7 +663,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -671,7 +671,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -679,7 +679,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -687,7 +687,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -695,7 +695,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -703,7 +703,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -711,7 +711,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -719,7 +719,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -733,7 +733,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -741,7 +741,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -749,7 +749,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -757,7 +757,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -765,7 +765,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -773,7 +773,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -781,7 +781,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -789,7 +789,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -797,7 +797,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -811,12 +811,12 @@ "encounters": [], "children": [ { - "name": "Granite Cave (1f)", + "name": "Granite Cave (1F)", "order": 15, "encounters": [ { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 50, "min_level": 6, @@ -824,7 +824,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 7, @@ -832,7 +832,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 10, "min_level": 8, @@ -840,7 +840,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -848,13 +848,97 @@ } ] }, + { + "name": "Granite Cave (1f)", + "order": 15, + "encounters": [ + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 50, + "min_level": 6, + "max_level": 10 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 7, + "max_level": 8 + }, + { + "pokeapi_id": 63, + "pokemon_name": "Abra", + "method": "walk", + "encounter_rate": 10, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 10, + "min_level": 6, + "max_level": 9 + } + ] + }, + { + "name": "Granite Cave (B1F)", + "order": 16, + "encounters": [ + { + "pokeapi_id": 304, + "pokemon_name": "Aron", + "method": "walk", + "encounter_rate": 40, + "min_level": 9, + "max_level": 11 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 9, + "max_level": 10 + }, + { + "pokeapi_id": 63, + "pokemon_name": "Abra", + "method": "walk", + "encounter_rate": 10, + "min_level": 9, + "max_level": 9 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 10, + "min_level": 10, + "max_level": 11 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 10, + "min_level": 9, + "max_level": 11 + } + ] + }, { "name": "Granite Cave (B1f)", "order": 16, "encounters": [ { "pokeapi_id": 304, - "pokemon_name": "aron", + "pokemon_name": "Aron", "method": "walk", "encounter_rate": 40, "min_level": 9, @@ -862,7 +946,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 9, @@ -870,7 +954,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -878,7 +962,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -886,7 +970,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -900,7 +984,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 70, "min_level": 5, @@ -908,7 +992,7 @@ }, { "pokeapi_id": 304, - "pokemon_name": "aron", + "pokemon_name": "Aron", "method": "walk", "encounter_rate": 40, "min_level": 10, @@ -916,7 +1000,7 @@ }, { "pokeapi_id": 299, - "pokemon_name": "nosepass", + "pokemon_name": "Nosepass", "method": "rock-smash", "encounter_rate": 30, "min_level": 10, @@ -924,7 +1008,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -932,7 +1016,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -940,7 +1024,61 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", + "method": "walk", + "encounter_rate": 10, + "min_level": 10, + "max_level": 10 + } + ] + }, + { + "name": "Granite Cave (B2F)", + "order": 17, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "rock-smash", + "encounter_rate": 70, + "min_level": 5, + "max_level": 20 + }, + { + "pokeapi_id": 304, + "pokemon_name": "Aron", + "method": "walk", + "encounter_rate": 40, + "min_level": 10, + "max_level": 12 + }, + { + "pokeapi_id": 299, + "pokemon_name": "Nosepass", + "method": "rock-smash", + "encounter_rate": 30, + "min_level": 10, + "max_level": 20 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 10, + "max_level": 11 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 20, + "min_level": 10, + "max_level": 12 + }, + { + "pokeapi_id": 63, + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -954,7 +1092,7 @@ "encounters": [ { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 50, "min_level": 6, @@ -962,7 +1100,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 7, @@ -970,7 +1108,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 10, "min_level": 8, @@ -978,7 +1116,45 @@ }, { "pokeapi_id": 304, - "pokemon_name": "aron", + "pokemon_name": "Aron", + "method": "walk", + "encounter_rate": 10, + "min_level": 7, + "max_level": 8 + } + ] + }, + { + "name": "Granite Cave (1Fsmall Room)", + "order": 18, + "encounters": [ + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 50, + "min_level": 6, + "max_level": 10 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 7, + "max_level": 8 + }, + { + "pokeapi_id": 63, + "pokemon_name": "Abra", + "method": "walk", + "encounter_rate": 10, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 304, + "pokemon_name": "Aron", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -994,7 +1170,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -1002,7 +1178,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -1010,7 +1186,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -1018,7 +1194,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -1026,7 +1202,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -1034,7 +1210,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -1042,7 +1218,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1050,7 +1226,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1058,7 +1234,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -1072,7 +1248,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -1080,7 +1256,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -1088,7 +1264,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -1096,7 +1272,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -1104,7 +1280,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -1112,7 +1288,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -1120,7 +1296,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1128,7 +1304,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1136,7 +1312,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -1150,7 +1326,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -1158,7 +1334,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -1166,7 +1342,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -1174,7 +1350,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -1182,7 +1358,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -1190,7 +1366,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -1198,7 +1374,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1206,7 +1382,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1214,7 +1390,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -1228,7 +1404,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -1236,7 +1412,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -1244,7 +1420,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -1252,7 +1428,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -1260,7 +1436,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -1268,7 +1444,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -1276,7 +1452,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1284,7 +1460,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1292,7 +1468,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -1306,7 +1482,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -1314,7 +1490,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -1322,7 +1498,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -1330,7 +1506,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -1338,7 +1514,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -1346,7 +1522,7 @@ }, { "pokeapi_id": 309, - "pokemon_name": "electrike", + "pokemon_name": "Electrike", "method": "walk", "encounter_rate": 30, "min_level": 12, @@ -1354,7 +1530,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -1362,7 +1538,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1370,7 +1546,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1378,7 +1554,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 20, "min_level": 12, @@ -1386,7 +1562,7 @@ }, { "pokeapi_id": 316, - "pokemon_name": "gulpin", + "pokemon_name": "Gulpin", "method": "walk", "encounter_rate": 15, "min_level": 12, @@ -1394,7 +1570,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 15, "min_level": 13, @@ -1402,7 +1578,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 10, "min_level": 13, @@ -1410,7 +1586,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 8, "min_level": 12, @@ -1418,7 +1594,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -1426,7 +1602,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 2, "min_level": 12, @@ -1440,7 +1616,7 @@ "encounters": [ { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 49, "min_level": 22, @@ -1448,7 +1624,7 @@ }, { "pokeapi_id": 100, - "pokemon_name": "voltorb", + "pokemon_name": "Voltorb", "method": "walk", "encounter_rate": 49, "min_level": 22, @@ -1456,7 +1632,7 @@ }, { "pokeapi_id": 101, - "pokemon_name": "electrode", + "pokemon_name": "Electrode", "method": "walk", "encounter_rate": 1, "min_level": 26, @@ -1464,7 +1640,7 @@ }, { "pokeapi_id": 82, - "pokemon_name": "magneton", + "pokemon_name": "Magneton", "method": "walk", "encounter_rate": 1, "min_level": 26, @@ -1478,7 +1654,7 @@ "encounters": [ { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 50, "min_level": 22, @@ -1486,7 +1662,7 @@ }, { "pokeapi_id": 100, - "pokemon_name": "voltorb", + "pokemon_name": "Voltorb", "method": "walk", "encounter_rate": 50, "min_level": 22, @@ -1500,7 +1676,7 @@ "encounters": [ { "pokeapi_id": 341, - "pokemon_name": "corphish", + "pokemon_name": "Corphish", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -1508,7 +1684,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 99, "min_level": 5, @@ -1516,7 +1692,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -1524,7 +1700,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -1532,7 +1708,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -1540,7 +1716,7 @@ }, { "pokeapi_id": 315, - "pokemon_name": "roselia", + "pokemon_name": "Roselia", "method": "walk", "encounter_rate": 30, "min_level": 13, @@ -1548,7 +1724,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 30, "min_level": 13, @@ -1556,7 +1732,7 @@ }, { "pokeapi_id": 341, - "pokemon_name": "corphish", + "pokemon_name": "Corphish", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1564,7 +1740,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1572,7 +1748,7 @@ }, { "pokeapi_id": 313, - "pokemon_name": "volbeat", + "pokemon_name": "Volbeat", "method": "walk", "encounter_rate": 18, "min_level": 13, @@ -1580,7 +1756,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 10, "min_level": 13, @@ -1588,7 +1764,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 10, "min_level": 13, @@ -1596,7 +1772,7 @@ }, { "pokeapi_id": 314, - "pokemon_name": "illumise", + "pokemon_name": "Illumise", "method": "walk", "encounter_rate": 1, "min_level": 13, @@ -1604,7 +1780,7 @@ }, { "pokeapi_id": 283, - "pokemon_name": "surskit", + "pokemon_name": "Surskit", "method": "walk", "encounter_rate": 1, "min_level": 13, @@ -1612,7 +1788,7 @@ }, { "pokeapi_id": 283, - "pokemon_name": "surskit", + "pokemon_name": "Surskit", "method": "surf", "encounter_rate": 1, "min_level": 20, @@ -1626,7 +1802,7 @@ "encounters": [ { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -1634,7 +1810,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 100, "min_level": 5, @@ -1642,7 +1818,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 99, "min_level": 5, @@ -1650,7 +1826,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -1658,7 +1834,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -1666,7 +1842,7 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 35, "min_level": 19, @@ -1674,7 +1850,7 @@ }, { "pokeapi_id": 328, - "pokemon_name": "trapinch", + "pokemon_name": "Trapinch", "method": "walk", "encounter_rate": 35, "min_level": 19, @@ -1682,7 +1858,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -1690,7 +1866,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1698,7 +1874,7 @@ }, { "pokeapi_id": 331, - "pokemon_name": "cacnea", + "pokemon_name": "Cacnea", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -1706,7 +1882,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1714,7 +1890,7 @@ }, { "pokeapi_id": 343, - "pokemon_name": "baltoy", + "pokemon_name": "Baltoy", "method": "walk", "encounter_rate": 10, "min_level": 20, @@ -1722,7 +1898,7 @@ }, { "pokeapi_id": 283, - "pokemon_name": "surskit", + "pokemon_name": "Surskit", "method": "surf", "encounter_rate": 1, "min_level": 20, @@ -1736,7 +1912,7 @@ "encounters": [ { "pokeapi_id": 322, - "pokemon_name": "numel", + "pokemon_name": "Numel", "method": "walk", "encounter_rate": 75, "min_level": 14, @@ -1744,7 +1920,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 25, "min_level": 14, @@ -1758,7 +1934,7 @@ "encounters": [ { "pokeapi_id": 322, - "pokemon_name": "numel", + "pokemon_name": "Numel", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -1766,7 +1942,7 @@ }, { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 25, "min_level": 15, @@ -1774,7 +1950,7 @@ }, { "pokeapi_id": 324, - "pokemon_name": "torkoal", + "pokemon_name": "Torkoal", "method": "walk", "encounter_rate": 18, "min_level": 14, @@ -1782,7 +1958,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 15, "min_level": 15, @@ -1790,7 +1966,7 @@ }, { "pokeapi_id": 218, - "pokemon_name": "slugma", + "pokemon_name": "Slugma", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -1798,7 +1974,7 @@ }, { "pokeapi_id": 109, - "pokemon_name": "koffing", + "pokemon_name": "Koffing", "method": "walk", "encounter_rate": 2, "min_level": 14, @@ -1812,7 +1988,7 @@ "encounters": [ { "pokeapi_id": 322, - "pokemon_name": "numel", + "pokemon_name": "Numel", "method": "walk", "encounter_rate": 55, "min_level": 20, @@ -1820,7 +1996,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 25, "min_level": 20, @@ -1828,7 +2004,7 @@ }, { "pokeapi_id": 325, - "pokemon_name": "spoink", + "pokemon_name": "Spoink", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -1842,7 +2018,7 @@ "encounters": [ { "pokeapi_id": 360, - "pokemon_name": "wynaut", + "pokemon_name": "Wynaut", "method": "gift", "encounter_rate": 100, "min_level": 5, @@ -1856,7 +2032,7 @@ "encounters": [ { "pokeapi_id": 327, - "pokemon_name": "spinda", + "pokemon_name": "Spinda", "method": "walk", "encounter_rate": 70, "min_level": 14, @@ -1864,7 +2040,7 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 25, "min_level": 14, @@ -1872,7 +2048,7 @@ }, { "pokeapi_id": 227, - "pokemon_name": "skarmory", + "pokemon_name": "Skarmory", "method": "walk", "encounter_rate": 5, "min_level": 16, @@ -1886,7 +2062,7 @@ "encounters": [ { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -1894,7 +2070,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 100, "min_level": 5, @@ -1902,7 +2078,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 99, "min_level": 5, @@ -1910,7 +2086,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -1918,7 +2094,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -1926,7 +2102,7 @@ }, { "pokeapi_id": 333, - "pokemon_name": "swablu", + "pokemon_name": "Swablu", "method": "walk", "encounter_rate": 40, "min_level": 15, @@ -1934,7 +2110,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -1942,7 +2118,7 @@ }, { "pokeapi_id": 270, - "pokemon_name": "lotad", + "pokemon_name": "Lotad", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -1950,7 +2126,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1958,7 +2134,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -1966,7 +2142,7 @@ }, { "pokeapi_id": 336, - "pokemon_name": "seviper", + "pokemon_name": "Seviper", "method": "walk", "encounter_rate": 19, "min_level": 15, @@ -1974,7 +2150,7 @@ }, { "pokeapi_id": 271, - "pokemon_name": "lombre", + "pokemon_name": "Lombre", "method": "walk", "encounter_rate": 10, "min_level": 16, @@ -1982,7 +2158,7 @@ }, { "pokeapi_id": 283, - "pokemon_name": "surskit", + "pokemon_name": "Surskit", "method": "surf", "encounter_rate": 1, "min_level": 20, @@ -1990,7 +2166,7 @@ }, { "pokeapi_id": 283, - "pokemon_name": "surskit", + "pokemon_name": "Surskit", "method": "walk", "encounter_rate": 1, "min_level": 15, @@ -2000,8 +2176,89 @@ }, { "name": "Meteor Falls", - "order": 34, - "encounters": [], + "order": 38, + "encounters": [ + { + "pokeapi_id": 339, + "pokemon_name": "Barboach", + "method": "super-rod", + "encounter_rate": 100, + "min_level": 20, + "max_level": 45 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "surf", + "encounter_rate": 90, + "min_level": 5, + "max_level": 35 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 80, + "min_level": 14, + "max_level": 20 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 70, + "min_level": 5, + "max_level": 10 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 10, + "max_level": 30 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 30, + "min_level": 5, + "max_level": 10 + }, + { + "pokeapi_id": 339, + "pokemon_name": "Barboach", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 10, + "max_level": 30 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 10, + "max_level": 30 + }, + { + "pokeapi_id": 337, + "pokemon_name": "Lunatone", + "method": "walk", + "encounter_rate": 20, + "min_level": 14, + "max_level": 18 + }, + { + "pokeapi_id": 337, + "pokemon_name": "Lunatone", + "method": "surf", + "encounter_rate": 10, + "min_level": 5, + "max_level": 35 + } + ], "children": [ { "name": "Meteor Falls (Back)", @@ -2009,7 +2266,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -2017,7 +2274,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 80, "min_level": 25, @@ -2025,7 +2282,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -2033,7 +2290,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 65, "min_level": 33, @@ -2041,7 +2298,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -2049,7 +2306,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 35, "min_level": 33, @@ -2057,7 +2314,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -2065,7 +2322,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2073,7 +2330,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2081,7 +2338,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 20, "min_level": 30, @@ -2089,7 +2346,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "surf", "encounter_rate": 10, "min_level": 5, @@ -2103,7 +2360,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -2111,7 +2368,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 80, "min_level": 25, @@ -2119,7 +2376,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -2127,7 +2384,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 65, "min_level": 33, @@ -2135,7 +2392,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -2143,7 +2400,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 35, "min_level": 33, @@ -2151,7 +2408,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -2159,7 +2416,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2167,7 +2424,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2175,7 +2432,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 20, "min_level": 30, @@ -2183,7 +2440,101 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", + "method": "surf", + "encounter_rate": 10, + "min_level": 5, + "max_level": 35 + } + ] + }, + { + "name": "Meteor Falls (B1F)", + "order": 36, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "surf", + "encounter_rate": 90, + "min_level": 30, + "max_level": 35 + }, + { + "pokeapi_id": 339, + "pokemon_name": "Barboach", + "method": "super-rod", + "encounter_rate": 80, + "min_level": 25, + "max_level": 35 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 70, + "min_level": 5, + "max_level": 10 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 65, + "min_level": 33, + "max_level": 40 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 10, + "max_level": 30 + }, + { + "pokeapi_id": 337, + "pokemon_name": "Lunatone", + "method": "walk", + "encounter_rate": 35, + "min_level": 33, + "max_level": 39 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 30, + "min_level": 5, + "max_level": 10 + }, + { + "pokeapi_id": 339, + "pokemon_name": "Barboach", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 10, + "max_level": 30 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 10, + "max_level": 30 + }, + { + "pokeapi_id": 340, + "pokemon_name": "Whiscash", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 30, + "max_level": 45 + }, + { + "pokeapi_id": 337, + "pokemon_name": "Lunatone", "method": "surf", "encounter_rate": 10, "min_level": 5, @@ -2197,7 +2548,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -2205,7 +2556,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 80, "min_level": 25, @@ -2213,7 +2564,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -2221,7 +2572,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -2229,7 +2580,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 50, "min_level": 33, @@ -2237,7 +2588,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -2245,7 +2596,7 @@ }, { "pokeapi_id": 371, - "pokemon_name": "bagon", + "pokemon_name": "Bagon", "method": "walk", "encounter_rate": 25, "min_level": 25, @@ -2253,7 +2604,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 25, "min_level": 35, @@ -2261,7 +2612,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2269,7 +2620,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2277,7 +2628,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 20, "min_level": 30, @@ -2285,7 +2636,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "surf", "encounter_rate": 10, "min_level": 5, @@ -2295,99 +2646,13 @@ } ] }, - { - "name": "Meteor Falls", - "order": 38, - "encounters": [ - { - "pokeapi_id": 339, - "pokemon_name": "barboach", - "method": "super-rod", - "encounter_rate": 100, - "min_level": 20, - "max_level": 45 - }, - { - "pokeapi_id": 41, - "pokemon_name": "zubat", - "method": "surf", - "encounter_rate": 90, - "min_level": 5, - "max_level": 35 - }, - { - "pokeapi_id": 41, - "pokemon_name": "zubat", - "method": "walk", - "encounter_rate": 80, - "min_level": 14, - "max_level": 20 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "old-rod", - "encounter_rate": 70, - "min_level": 5, - "max_level": 10 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "good-rod", - "encounter_rate": 60, - "min_level": 10, - "max_level": 30 - }, - { - "pokeapi_id": 118, - "pokemon_name": "goldeen", - "method": "old-rod", - "encounter_rate": 30, - "min_level": 5, - "max_level": 10 - }, - { - "pokeapi_id": 339, - "pokemon_name": "barboach", - "method": "good-rod", - "encounter_rate": 20, - "min_level": 10, - "max_level": 30 - }, - { - "pokeapi_id": 118, - "pokemon_name": "goldeen", - "method": "good-rod", - "encounter_rate": 20, - "min_level": 10, - "max_level": 30 - }, - { - "pokeapi_id": 337, - "pokemon_name": "lunatone", - "method": "walk", - "encounter_rate": 20, - "min_level": 14, - "max_level": 18 - }, - { - "pokeapi_id": 337, - "pokemon_name": "lunatone", - "method": "surf", - "encounter_rate": 10, - "min_level": 5, - "max_level": 35 - } - ] - }, { "name": "Route 115", "order": 39, "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -2395,7 +2660,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -2403,7 +2668,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -2411,7 +2676,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -2419,7 +2684,7 @@ }, { "pokeapi_id": 276, - "pokemon_name": "taillow", + "pokemon_name": "Taillow", "method": "walk", "encounter_rate": 40, "min_level": 23, @@ -2427,7 +2692,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -2435,7 +2700,7 @@ }, { "pokeapi_id": 333, - "pokemon_name": "swablu", + "pokemon_name": "Swablu", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -2443,7 +2708,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -2451,7 +2716,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2459,7 +2724,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2467,7 +2732,7 @@ }, { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -2475,7 +2740,7 @@ }, { "pokeapi_id": 277, - "pokemon_name": "swellow", + "pokemon_name": "Swellow", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -2483,7 +2748,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -2491,7 +2756,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -2505,7 +2770,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -2513,7 +2778,7 @@ }, { "pokeapi_id": 318, - "pokemon_name": "carvanha", + "pokemon_name": "Carvanha", "method": "super-rod", "encounter_rate": 60, "min_level": 20, @@ -2521,7 +2786,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -2529,7 +2794,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -2537,7 +2802,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -2545,7 +2810,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -2553,7 +2818,7 @@ }, { "pokeapi_id": 309, - "pokemon_name": "electrike", + "pokemon_name": "Electrike", "method": "walk", "encounter_rate": 30, "min_level": 24, @@ -2561,7 +2826,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -2569,7 +2834,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 30, "min_level": 24, @@ -2577,7 +2842,7 @@ }, { "pokeapi_id": 318, - "pokemon_name": "carvanha", + "pokemon_name": "Carvanha", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2585,7 +2850,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2593,7 +2858,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 19, "min_level": 25, @@ -2601,7 +2866,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -2609,7 +2874,7 @@ }, { "pokeapi_id": 310, - "pokemon_name": "manectric", + "pokemon_name": "Manectric", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -2617,7 +2882,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -2625,7 +2890,7 @@ }, { "pokeapi_id": 352, - "pokemon_name": "kecleon", + "pokemon_name": "Kecleon", "method": "walk", "encounter_rate": 1, "min_level": 25, @@ -2639,15 +2904,23 @@ "encounters": [ { "pokeapi_id": 318, - "pokemon_name": "carvanha", + "pokemon_name": "Carvanha", "method": "super-rod", "encounter_rate": 100, "min_level": 20, "max_level": 45 }, + { + "pokeapi_id": 351, + "pokemon_name": "Castform", + "method": "gift", + "encounter_rate": 100, + "min_level": 25, + "max_level": 25 + }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -2655,7 +2928,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -2663,7 +2936,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -2671,7 +2944,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -2679,7 +2952,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 30, "min_level": 25, @@ -2687,7 +2960,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 30, "min_level": 24, @@ -2695,7 +2968,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -2703,7 +2976,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 30, "min_level": 25, @@ -2711,7 +2984,7 @@ }, { "pokeapi_id": 318, - "pokemon_name": "carvanha", + "pokemon_name": "Carvanha", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2719,7 +2992,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2727,7 +3000,7 @@ }, { "pokeapi_id": 357, - "pokemon_name": "tropius", + "pokemon_name": "Tropius", "method": "walk", "encounter_rate": 9, "min_level": 25, @@ -2735,7 +3008,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -2743,19 +3016,11 @@ }, { "pokeapi_id": 352, - "pokemon_name": "kecleon", + "pokemon_name": "Kecleon", "method": "walk", "encounter_rate": 1, "min_level": 25, "max_level": 25 - }, - { - "pokeapi_id": 351, - "pokemon_name": "castform", - "method": "gift", - "encounter_rate": 100, - "min_level": 25, - "max_level": 25 } ] }, @@ -2765,7 +3030,7 @@ "encounters": [ { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -2773,7 +3038,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 99, "min_level": 5, @@ -2781,7 +3046,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -2789,7 +3054,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -2797,7 +3062,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -2805,7 +3070,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 30, "min_level": 25, @@ -2813,7 +3078,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 25, "min_level": 25, @@ -2821,7 +3086,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2829,7 +3094,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2837,7 +3102,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -2845,7 +3110,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 15, "min_level": 25, @@ -2853,7 +3118,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 8, "min_level": 25, @@ -2861,7 +3126,7 @@ }, { "pokeapi_id": 352, - "pokemon_name": "kecleon", + "pokemon_name": "Kecleon", "method": "walk", "encounter_rate": 1, "min_level": 25, @@ -2869,7 +3134,7 @@ }, { "pokeapi_id": 283, - "pokemon_name": "surskit", + "pokemon_name": "Surskit", "method": "walk", "encounter_rate": 1, "min_level": 25, @@ -2877,7 +3142,7 @@ }, { "pokeapi_id": 283, - "pokemon_name": "surskit", + "pokemon_name": "Surskit", "method": "surf", "encounter_rate": 1, "min_level": 20, @@ -2891,7 +3156,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -2899,7 +3164,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -2907,7 +3172,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -2915,7 +3180,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -2923,7 +3188,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -2931,7 +3196,7 @@ }, { "pokeapi_id": 353, - "pokemon_name": "shuppet", + "pokemon_name": "Shuppet", "method": "walk", "encounter_rate": 30, "min_level": 26, @@ -2939,7 +3204,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -2947,7 +3212,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2955,7 +3220,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2963,7 +3228,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -2971,7 +3236,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2979,7 +3244,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 15, "min_level": 26, @@ -2987,7 +3252,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 9, "min_level": 26, @@ -2995,7 +3260,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -3003,7 +3268,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -3011,7 +3276,7 @@ }, { "pokeapi_id": 352, - "pokemon_name": "kecleon", + "pokemon_name": "Kecleon", "method": "walk", "encounter_rate": 1, "min_level": 25, @@ -3030,7 +3295,7 @@ "encounters": [ { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 95, "min_level": 20, @@ -3038,7 +3303,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 80, "min_level": 25, @@ -3046,7 +3311,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -3054,7 +3319,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -3062,7 +3327,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 40, "min_level": 10, @@ -3070,7 +3335,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -3078,7 +3343,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 30, "min_level": 27, @@ -3086,7 +3351,7 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 30, "min_level": 27, @@ -3094,7 +3359,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 20, "min_level": 25, @@ -3102,7 +3367,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 15, "min_level": 27, @@ -3110,7 +3375,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 15, "min_level": 29, @@ -3118,7 +3383,7 @@ }, { "pokeapi_id": 85, - "pokemon_name": "dodrio", + "pokemon_name": "Dodrio", "method": "walk", "encounter_rate": 5, "min_level": 29, @@ -3126,7 +3391,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -3134,7 +3399,7 @@ }, { "pokeapi_id": 127, - "pokemon_name": "pinsir", + "pokemon_name": "Pinsir", "method": "walk", "encounter_rate": 5, "min_level": 27, @@ -3148,7 +3413,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 100, "min_level": 5, @@ -3156,7 +3421,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 30, "min_level": 27, @@ -3164,7 +3429,7 @@ }, { "pokeapi_id": 231, - "pokemon_name": "phanpy", + "pokemon_name": "Phanpy", "method": "walk", "encounter_rate": 30, "min_level": 27, @@ -3172,7 +3437,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 15, "min_level": 29, @@ -3180,7 +3445,7 @@ }, { "pokeapi_id": 177, - "pokemon_name": "natu", + "pokemon_name": "Natu", "method": "walk", "encounter_rate": 15, "min_level": 27, @@ -3188,7 +3453,7 @@ }, { "pokeapi_id": 214, - "pokemon_name": "heracross", + "pokemon_name": "Heracross", "method": "walk", "encounter_rate": 5, "min_level": 27, @@ -3196,7 +3461,7 @@ }, { "pokeapi_id": 178, - "pokemon_name": "xatu", + "pokemon_name": "Xatu", "method": "walk", "encounter_rate": 5, "min_level": 29, @@ -3210,7 +3475,7 @@ "encounters": [ { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 100, "min_level": 20, @@ -3218,7 +3483,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 80, "min_level": 25, @@ -3226,7 +3491,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -3234,7 +3499,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -3242,7 +3507,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 40, "min_level": 10, @@ -3250,7 +3515,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 40, "min_level": 25, @@ -3258,7 +3523,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -3266,7 +3531,7 @@ }, { "pokeapi_id": 203, - "pokemon_name": "girafarig", + "pokemon_name": "Girafarig", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -3274,7 +3539,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 20, "min_level": 25, @@ -3282,7 +3547,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 10, "min_level": 27, @@ -3290,7 +3555,7 @@ }, { "pokeapi_id": 177, - "pokemon_name": "natu", + "pokemon_name": "Natu", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -3298,7 +3563,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 10, "min_level": 27, @@ -3306,7 +3571,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -3314,7 +3579,7 @@ }, { "pokeapi_id": 25, - "pokemon_name": "pikachu", + "pokemon_name": "Pikachu", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -3328,7 +3593,7 @@ "encounters": [ { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 40, "min_level": 25, @@ -3336,7 +3601,7 @@ }, { "pokeapi_id": 203, - "pokemon_name": "girafarig", + "pokemon_name": "Girafarig", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -3344,7 +3609,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -3352,7 +3617,7 @@ }, { "pokeapi_id": 177, - "pokemon_name": "natu", + "pokemon_name": "Natu", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -3360,7 +3625,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 10, "min_level": 27, @@ -3368,7 +3633,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -3376,7 +3641,7 @@ }, { "pokeapi_id": 25, - "pokemon_name": "pikachu", + "pokemon_name": "Pikachu", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -3392,7 +3657,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 85, "min_level": 25, @@ -3400,7 +3665,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -3408,7 +3673,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -3416,7 +3681,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -3424,7 +3689,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -3432,7 +3697,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -3440,7 +3705,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -3448,7 +3713,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -3456,7 +3721,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 15, "min_level": 25, @@ -3464,7 +3729,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -3478,7 +3743,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -3486,7 +3751,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -3494,7 +3759,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -3502,7 +3767,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 60, "min_level": 25, @@ -3510,7 +3775,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -3518,7 +3783,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -3526,7 +3791,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -3534,7 +3799,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -3542,7 +3807,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -3550,7 +3815,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -3564,12 +3829,12 @@ "encounters": [], "children": [ { - "name": "Mt Pyre (3f)", + "name": "Mt Pyre (1F)", "order": 52, "encounters": [ { "pokeapi_id": 353, - "pokemon_name": "shuppet", + "pokemon_name": "Shuppet", "method": "walk", "encounter_rate": 100, "min_level": 22, @@ -3578,78 +3843,48 @@ ] }, { - "name": "Mt Pyre (4f)", + "name": "Mt Pyre (6f)", + "order": 52, + "encounters": [ + { + "pokeapi_id": 353, + "pokemon_name": "Shuppet", + "method": "walk", + "encounter_rate": 90, + "min_level": 22, + "max_level": 29 + }, + { + "pokeapi_id": 355, + "pokemon_name": "Duskull", + "method": "walk", + "encounter_rate": 10, + "min_level": 25, + "max_level": 29 + } + ] + }, + { + "name": "Mt Pyre (2F)", "order": 53, "encounters": [ { "pokeapi_id": 353, - "pokemon_name": "shuppet", + "pokemon_name": "Shuppet", "method": "walk", - "encounter_rate": 90, + "encounter_rate": 100, "min_level": 22, "max_level": 29 - }, - { - "pokeapi_id": 355, - "pokemon_name": "duskull", - "method": "walk", - "encounter_rate": 10, - "min_level": 25, - "max_level": 29 - } - ] - }, - { - "name": "Mt Pyre (5f)", - "order": 54, - "encounters": [ - { - "pokeapi_id": 353, - "pokemon_name": "shuppet", - "method": "walk", - "encounter_rate": 90, - "min_level": 22, - "max_level": 29 - }, - { - "pokeapi_id": 355, - "pokemon_name": "duskull", - "method": "walk", - "encounter_rate": 10, - "min_level": 25, - "max_level": 29 - } - ] - }, - { - "name": "Mt Pyre (6f)", - "order": 55, - "encounters": [ - { - "pokeapi_id": 353, - "pokemon_name": "shuppet", - "method": "walk", - "encounter_rate": 90, - "min_level": 22, - "max_level": 29 - }, - { - "pokeapi_id": 355, - "pokemon_name": "duskull", - "method": "walk", - "encounter_rate": 10, - "min_level": 25, - "max_level": 29 } ] }, { "name": "Mt Pyre (Outside)", - "order": 56, + "order": 53, "encounters": [ { "pokeapi_id": 353, - "pokemon_name": "shuppet", + "pokemon_name": "Shuppet", "method": "walk", "encounter_rate": 40, "min_level": 27, @@ -3657,7 +3892,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 30, "min_level": 27, @@ -3665,7 +3900,7 @@ }, { "pokeapi_id": 37, - "pokemon_name": "vulpix", + "pokemon_name": "Vulpix", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -3673,7 +3908,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -3683,11 +3918,11 @@ }, { "name": "Mt Pyre (Summit)", - "order": 57, + "order": 54, "encounters": [ { "pokeapi_id": 353, - "pokemon_name": "shuppet", + "pokemon_name": "Shuppet", "method": "walk", "encounter_rate": 85, "min_level": 24, @@ -3695,7 +3930,7 @@ }, { "pokeapi_id": 355, - "pokemon_name": "duskull", + "pokemon_name": "Duskull", "method": "walk", "encounter_rate": 13, "min_level": 26, @@ -3703,7 +3938,7 @@ }, { "pokeapi_id": 358, - "pokemon_name": "chimecho", + "pokemon_name": "Chimecho", "method": "walk", "encounter_rate": 2, "min_level": 28, @@ -3712,12 +3947,12 @@ ] }, { - "name": "Mt Pyre (1f)", - "order": 58, + "name": "Mt Pyre (3F)", + "order": 54, "encounters": [ { "pokeapi_id": 353, - "pokemon_name": "shuppet", + "pokemon_name": "Shuppet", "method": "walk", "encounter_rate": 100, "min_level": 22, @@ -3725,17 +3960,155 @@ } ] }, + { + "name": "Mt Pyre (1f)", + "order": 55, + "encounters": [ + { + "pokeapi_id": 353, + "pokemon_name": "Shuppet", + "method": "walk", + "encounter_rate": 100, + "min_level": 22, + "max_level": 29 + } + ] + }, + { + "name": "Mt Pyre (4F)", + "order": 55, + "encounters": [ + { + "pokeapi_id": 353, + "pokemon_name": "Shuppet", + "method": "walk", + "encounter_rate": 90, + "min_level": 22, + "max_level": 29 + }, + { + "pokeapi_id": 355, + "pokemon_name": "Duskull", + "method": "walk", + "encounter_rate": 10, + "min_level": 25, + "max_level": 29 + } + ] + }, + { + "name": "Mt Pyre (5F)", + "order": 56, + "encounters": [ + { + "pokeapi_id": 353, + "pokemon_name": "Shuppet", + "method": "walk", + "encounter_rate": 90, + "min_level": 22, + "max_level": 29 + }, + { + "pokeapi_id": 355, + "pokemon_name": "Duskull", + "method": "walk", + "encounter_rate": 10, + "min_level": 25, + "max_level": 29 + } + ] + }, { "name": "Mt Pyre (2f)", + "order": 56, + "encounters": [ + { + "pokeapi_id": 353, + "pokemon_name": "Shuppet", + "method": "walk", + "encounter_rate": 100, + "min_level": 22, + "max_level": 29 + } + ] + }, + { + "name": "Mt Pyre (6F)", + "order": 57, + "encounters": [ + { + "pokeapi_id": 353, + "pokemon_name": "Shuppet", + "method": "walk", + "encounter_rate": 90, + "min_level": 22, + "max_level": 29 + }, + { + "pokeapi_id": 355, + "pokemon_name": "Duskull", + "method": "walk", + "encounter_rate": 10, + "min_level": 25, + "max_level": 29 + } + ] + }, + { + "name": "Mt Pyre (3f)", + "order": 57, + "encounters": [ + { + "pokeapi_id": 353, + "pokemon_name": "Shuppet", + "method": "walk", + "encounter_rate": 100, + "min_level": 22, + "max_level": 29 + } + ] + }, + { + "name": "Mt Pyre (4f)", + "order": 58, + "encounters": [ + { + "pokeapi_id": 353, + "pokemon_name": "Shuppet", + "method": "walk", + "encounter_rate": 90, + "min_level": 22, + "max_level": 29 + }, + { + "pokeapi_id": 355, + "pokemon_name": "Duskull", + "method": "walk", + "encounter_rate": 10, + "min_level": 25, + "max_level": 29 + } + ] + }, + { + "name": "Mt Pyre (5f)", "order": 59, "encounters": [ { "pokeapi_id": 353, - "pokemon_name": "shuppet", + "pokemon_name": "Shuppet", "method": "walk", - "encounter_rate": 100, + "encounter_rate": 90, "min_level": 22, "max_level": 29 + }, + { + "pokeapi_id": 355, + "pokemon_name": "Duskull", + "method": "walk", + "encounter_rate": 10, + "min_level": 25, + "max_level": 29 } ] } @@ -3747,7 +4120,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -3755,7 +4128,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -3763,7 +4136,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -3771,7 +4144,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -3779,7 +4152,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -3787,7 +4160,7 @@ }, { "pokeapi_id": 353, - "pokemon_name": "shuppet", + "pokemon_name": "Shuppet", "method": "walk", "encounter_rate": 30, "min_level": 26, @@ -3795,7 +4168,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -3803,7 +4176,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -3811,7 +4184,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -3819,7 +4192,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -3827,7 +4200,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -3835,7 +4208,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 15, "min_level": 26, @@ -3843,7 +4216,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 9, "min_level": 26, @@ -3851,7 +4224,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -3859,7 +4232,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -3867,7 +4240,7 @@ }, { "pokeapi_id": 352, - "pokemon_name": "kecleon", + "pokemon_name": "Kecleon", "method": "walk", "encounter_rate": 1, "min_level": 25, @@ -3881,7 +4254,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -3889,7 +4262,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -3897,7 +4270,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -3905,7 +4278,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 60, "min_level": 25, @@ -3913,7 +4286,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -3921,7 +4294,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -3929,7 +4302,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -3937,7 +4310,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -3945,7 +4318,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -3953,7 +4326,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -3965,9 +4338,17 @@ "name": "Mossdeep City", "order": 62, "encounters": [ + { + "pokeapi_id": 374, + "pokemon_name": "Beldum", + "method": "gift", + "encounter_rate": 100, + "min_level": 5, + "max_level": 5 + }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -3975,7 +4356,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -3983,7 +4364,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -3991,7 +4372,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 60, "min_level": 25, @@ -3999,7 +4380,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -4007,7 +4388,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -4015,7 +4396,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -4023,7 +4404,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4031,7 +4412,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4039,19 +4420,11 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, "max_level": 30 - }, - { - "pokeapi_id": 374, - "pokemon_name": "beldum", - "method": "gift", - "encounter_rate": 100, - "min_level": 5, - "max_level": 5 } ] }, @@ -4061,7 +4434,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -4069,7 +4442,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -4077,7 +4450,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -4085,7 +4458,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 60, "min_level": 25, @@ -4093,7 +4466,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -4101,7 +4474,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -4109,7 +4482,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -4117,7 +4490,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4125,7 +4498,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4133,7 +4506,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -4147,7 +4520,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -4155,7 +4528,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -4163,7 +4536,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -4171,7 +4544,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -4179,7 +4552,7 @@ }, { "pokeapi_id": 363, - "pokemon_name": "spheal", + "pokemon_name": "Spheal", "method": "walk", "encounter_rate": 50, "min_level": 26, @@ -4187,7 +4560,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 45, "min_level": 26, @@ -4195,7 +4568,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -4203,7 +4576,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "surf", "encounter_rate": 30, "min_level": 5, @@ -4211,7 +4584,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4219,7 +4592,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4227,7 +4600,7 @@ }, { "pokeapi_id": 363, - "pokemon_name": "spheal", + "pokemon_name": "Spheal", "method": "surf", "encounter_rate": 10, "min_level": 25, @@ -4235,7 +4608,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 32, @@ -4243,13 +4616,51 @@ } ] }, + { + "name": "Shoal Cave (B1F)", + "order": 65, + "encounters": [ + { + "pokeapi_id": 363, + "pokemon_name": "Spheal", + "method": "walk", + "encounter_rate": 45, + "min_level": 26, + "max_level": 32 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 40, + "min_level": 26, + "max_level": 30 + }, + { + "pokeapi_id": 361, + "pokemon_name": "Snorunt", + "method": "walk", + "encounter_rate": 10, + "min_level": 26, + "max_level": 30 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 30, + "max_level": 32 + } + ] + }, { "name": "Shoal Cave (B1f)", "order": 65, "encounters": [ { "pokeapi_id": 363, - "pokemon_name": "spheal", + "pokemon_name": "Spheal", "method": "walk", "encounter_rate": 45, "min_level": 26, @@ -4257,7 +4668,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 40, "min_level": 26, @@ -4265,7 +4676,7 @@ }, { "pokeapi_id": 361, - "pokemon_name": "snorunt", + "pokemon_name": "Snorunt", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -4273,7 +4684,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -4287,7 +4698,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -4295,7 +4706,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -4303,7 +4714,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -4311,7 +4722,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 60, "min_level": 25, @@ -4319,7 +4730,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -4327,7 +4738,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -4335,7 +4746,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -4343,7 +4754,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4351,7 +4762,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4359,7 +4770,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -4373,7 +4784,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 100, "min_level": 10, @@ -4381,7 +4792,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -4389,7 +4800,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 80, "min_level": 30, @@ -4397,7 +4808,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -4405,7 +4816,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -4413,7 +4824,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 20, "min_level": 5, @@ -4427,12 +4838,34 @@ "encounters": [], "children": [ { - "name": "Cave Of Origin (1f)", + "name": "Cave Of Origin (Entrance)", "order": 69, "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 90, + "min_level": 28, + "max_level": 35 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 33, + "max_level": 36 + } + ] + }, + { + "name": "Cave Of Origin (1f)", + "order": 70, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 60, "min_level": 30, @@ -4440,7 +4873,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -4448,7 +4881,67 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 33, + "max_level": 36 + } + ] + }, + { + "name": "Cave Of Origin (1F)", + "order": 70, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 60, + "min_level": 30, + "max_level": 34 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 30, + "min_level": 30, + "max_level": 34 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 33, + "max_level": 36 + } + ] + }, + { + "name": "Cave Of Origin (B1F)", + "order": 71, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 60, + "min_level": 30, + "max_level": 34 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 30, + "min_level": 30, + "max_level": 34 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -4458,11 +4951,11 @@ }, { "name": "Cave Of Origin (B1f)", - "order": 70, + "order": 71, "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 60, "min_level": 30, @@ -4470,7 +4963,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -4478,7 +4971,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -4488,11 +4981,11 @@ }, { "name": "Cave Of Origin (B2f)", - "order": 71, + "order": 72, "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 60, "min_level": 30, @@ -4500,7 +4993,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -4508,7 +5001,67 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 33, + "max_level": 36 + } + ] + }, + { + "name": "Cave Of Origin (B2F)", + "order": 72, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 60, + "min_level": 30, + "max_level": 34 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 30, + "min_level": 30, + "max_level": 34 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 33, + "max_level": 36 + } + ] + }, + { + "name": "Cave Of Origin (B3F)", + "order": 73, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 60, + "min_level": 30, + "max_level": 34 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 30, + "min_level": 30, + "max_level": 34 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -4518,11 +5071,11 @@ }, { "name": "Cave Of Origin (B3f)", - "order": 72, + "order": 73, "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 60, "min_level": 30, @@ -4530,7 +5083,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -4538,29 +5091,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", - "method": "walk", - "encounter_rate": 10, - "min_level": 33, - "max_level": 36 - } - ] - }, - { - "name": "Cave Of Origin (Entrance)", - "order": 73, - "encounters": [ - { - "pokeapi_id": 41, - "pokemon_name": "zubat", - "method": "walk", - "encounter_rate": 90, - "min_level": 28, - "max_level": 35 - }, - { - "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -4576,7 +5107,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -4584,7 +5115,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -4592,7 +5123,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -4600,7 +5131,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 60, "min_level": 25, @@ -4608,7 +5139,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -4616,7 +5147,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -4624,7 +5155,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -4632,7 +5163,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4640,7 +5171,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4648,7 +5179,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -4662,7 +5193,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -4670,7 +5201,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -4678,7 +5209,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -4686,7 +5217,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -4694,7 +5225,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -4702,7 +5233,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -4710,7 +5241,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -4718,7 +5249,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4726,7 +5257,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4734,7 +5265,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 15, "min_level": 30, @@ -4742,7 +5273,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -4756,7 +5287,7 @@ "encounters": [ { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 100, "min_level": 20, @@ -4764,7 +5295,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 90, "min_level": 28, @@ -4772,7 +5303,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -4780,7 +5311,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -4788,7 +5319,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -4796,7 +5327,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "surf", "encounter_rate": 35, "min_level": 5, @@ -4804,7 +5335,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -4812,7 +5343,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4820,7 +5351,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4828,7 +5359,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -4836,7 +5367,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 5, "min_level": 30, @@ -4850,7 +5381,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -4858,7 +5389,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -4866,7 +5397,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -4874,7 +5405,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 60, "min_level": 25, @@ -4882,7 +5413,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -4890,7 +5421,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -4898,7 +5429,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -4906,7 +5437,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4914,7 +5445,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -4922,7 +5453,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 4, "min_level": 25, @@ -4930,7 +5461,7 @@ }, { "pokeapi_id": 321, - "pokemon_name": "wailord", + "pokemon_name": "Wailord", "method": "surf", "encounter_rate": 1, "min_level": 25, @@ -4944,7 +5475,7 @@ "encounters": [ { "pokeapi_id": 360, - "pokemon_name": "wynaut", + "pokemon_name": "Wynaut", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -4952,7 +5483,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -4960,7 +5491,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -4968,7 +5499,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -4976,7 +5507,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 60, "min_level": 25, @@ -4984,7 +5515,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -4992,7 +5523,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -5000,7 +5531,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -5008,7 +5539,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5016,7 +5547,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5024,7 +5555,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -5038,7 +5569,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -5046,7 +5577,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -5054,7 +5585,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -5062,7 +5593,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 60, "min_level": 25, @@ -5070,7 +5601,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -5078,7 +5609,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -5086,7 +5617,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -5094,7 +5625,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5102,7 +5633,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5110,7 +5641,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -5124,7 +5655,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -5132,7 +5663,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -5140,7 +5671,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -5148,7 +5679,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 60, "min_level": 25, @@ -5156,7 +5687,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -5164,7 +5695,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -5172,7 +5703,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -5180,7 +5711,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5188,7 +5719,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5196,7 +5727,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -5210,7 +5741,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -5218,7 +5749,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -5226,7 +5757,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -5234,7 +5765,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -5242,7 +5773,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -5250,7 +5781,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -5258,7 +5789,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -5266,7 +5797,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5274,7 +5805,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5282,7 +5813,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 15, "min_level": 25, @@ -5290,7 +5821,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -5304,7 +5835,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -5312,7 +5843,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -5320,7 +5851,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -5328,7 +5859,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -5336,7 +5867,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -5344,7 +5875,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -5352,7 +5883,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -5360,7 +5891,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5368,7 +5899,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5376,7 +5907,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 15, "min_level": 25, @@ -5384,7 +5915,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -5398,7 +5929,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -5406,7 +5937,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -5414,7 +5945,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -5422,7 +5953,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -5430,7 +5961,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -5438,7 +5969,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -5446,7 +5977,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -5454,7 +5985,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5462,7 +5993,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5470,7 +6001,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 15, "min_level": 25, @@ -5478,7 +6009,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -5492,7 +6023,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -5500,7 +6031,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -5508,7 +6039,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 5, @@ -5516,7 +6047,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 45, "min_level": 30, @@ -5524,7 +6055,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -5532,7 +6063,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 35, "min_level": 10, @@ -5540,7 +6071,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -5548,7 +6079,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5556,7 +6087,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5564,7 +6095,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 15, "min_level": 30, @@ -5572,7 +6103,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -5586,12 +6117,12 @@ "encounters": [], "children": [ { - "name": "Victory Road (1f)", + "name": "Victory Road (1F)", "order": 86, "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 25, "min_level": 38, @@ -5599,7 +6130,7 @@ }, { "pokeapi_id": 297, - "pokemon_name": "hariyama", + "pokemon_name": "Hariyama", "method": "walk", "encounter_rate": 25, "min_level": 38, @@ -5607,7 +6138,7 @@ }, { "pokeapi_id": 305, - "pokemon_name": "lairon", + "pokemon_name": "Lairon", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -5615,7 +6146,7 @@ }, { "pokeapi_id": 294, - "pokemon_name": "loudred", + "pokemon_name": "Loudred", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -5623,7 +6154,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 10, "min_level": 36, @@ -5631,7 +6162,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 36, @@ -5639,7 +6170,7 @@ }, { "pokeapi_id": 304, - "pokemon_name": "aron", + "pokemon_name": "Aron", "method": "walk", "encounter_rate": 5, "min_level": 36, @@ -5647,7 +6178,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 5, "min_level": 36, @@ -5656,12 +6187,184 @@ ] }, { - "name": "Victory Road (B1f)", + "name": "Victory Road (B2f)", + "order": 86, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "surf", + "encounter_rate": 100, + "min_level": 25, + "max_level": 40 + }, + { + "pokeapi_id": 339, + "pokemon_name": "Barboach", + "method": "super-rod", + "encounter_rate": 80, + "min_level": 25, + "max_level": 35 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 70, + "min_level": 5, + "max_level": 10 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 10, + "max_level": 30 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 35, + "min_level": 40, + "max_level": 44 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 35, + "min_level": 40, + "max_level": 44 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 30, + "min_level": 5, + "max_level": 10 + }, + { + "pokeapi_id": 339, + "pokemon_name": "Barboach", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 10, + "max_level": 30 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 10, + "max_level": 30 + }, + { + "pokeapi_id": 340, + "pokemon_name": "Whiscash", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 30, + "max_level": 45 + }, + { + "pokeapi_id": 305, + "pokemon_name": "Lairon", + "method": "walk", + "encounter_rate": 15, + "min_level": 40, + "max_level": 44 + }, + { + "pokeapi_id": 308, + "pokemon_name": "Medicham", + "method": "walk", + "encounter_rate": 15, + "min_level": 40, + "max_level": 44 + } + ] + }, + { + "name": "Victory Road (1f)", + "order": 87, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 25, + "min_level": 38, + "max_level": 40 + }, + { + "pokeapi_id": 297, + "pokemon_name": "Hariyama", + "method": "walk", + "encounter_rate": 25, + "min_level": 38, + "max_level": 40 + }, + { + "pokeapi_id": 305, + "pokemon_name": "Lairon", + "method": "walk", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 294, + "pokemon_name": "Loudred", + "method": "walk", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 10, + "min_level": 36, + "max_level": 36 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 36, + "max_level": 36 + }, + { + "pokeapi_id": 304, + "pokemon_name": "Aron", + "method": "walk", + "encounter_rate": 5, + "min_level": 36, + "max_level": 36 + }, + { + "pokeapi_id": 293, + "pokemon_name": "Whismur", + "method": "walk", + "encounter_rate": 5, + "min_level": 36, + "max_level": 36 + } + ] + }, + { + "name": "Victory Road (B1F)", "order": 87, "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 70, "min_level": 30, @@ -5669,7 +6372,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 35, "min_level": 38, @@ -5677,7 +6380,7 @@ }, { "pokeapi_id": 297, - "pokemon_name": "hariyama", + "pokemon_name": "Hariyama", "method": "walk", "encounter_rate": 35, "min_level": 38, @@ -5685,7 +6388,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 30, "min_level": 30, @@ -5693,7 +6396,7 @@ }, { "pokeapi_id": 305, - "pokemon_name": "lairon", + "pokemon_name": "Lairon", "method": "walk", "encounter_rate": 15, "min_level": 40, @@ -5701,7 +6404,7 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -5709,7 +6412,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 5, "min_level": 38, @@ -5718,12 +6421,12 @@ ] }, { - "name": "Victory Road (B2f)", + "name": "Victory Road (B2F)", "order": 88, "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 100, "min_level": 25, @@ -5731,7 +6434,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 80, "min_level": 25, @@ -5739,7 +6442,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -5747,7 +6450,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -5755,7 +6458,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 35, "min_level": 40, @@ -5763,7 +6466,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 35, "min_level": 40, @@ -5771,7 +6474,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -5779,7 +6482,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5787,7 +6490,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 20, "min_level": 10, @@ -5795,7 +6498,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 20, "min_level": 30, @@ -5803,7 +6506,7 @@ }, { "pokeapi_id": 305, - "pokemon_name": "lairon", + "pokemon_name": "Lairon", "method": "walk", "encounter_rate": 15, "min_level": 40, @@ -5811,13 +6514,75 @@ }, { "pokeapi_id": 308, - "pokemon_name": "medicham", + "pokemon_name": "Medicham", "method": "walk", "encounter_rate": 15, "min_level": 40, "max_level": 44 } ] + }, + { + "name": "Victory Road (B1f)", + "order": 88, + "encounters": [ + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "rock-smash", + "encounter_rate": 70, + "min_level": 30, + "max_level": 40 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 35, + "min_level": 38, + "max_level": 42 + }, + { + "pokeapi_id": 297, + "pokemon_name": "Hariyama", + "method": "walk", + "encounter_rate": 35, + "min_level": 38, + "max_level": 42 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "rock-smash", + "encounter_rate": 30, + "min_level": 30, + "max_level": 40 + }, + { + "pokeapi_id": 305, + "pokemon_name": "Lairon", + "method": "walk", + "encounter_rate": 15, + "min_level": 40, + "max_level": 42 + }, + { + "pokeapi_id": 308, + "pokemon_name": "Medicham", + "method": "walk", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 5, + "min_level": 38, + "max_level": 38 + } + ] } ] }, @@ -5827,12 +6592,88 @@ "encounters": [], "children": [ { - "name": "Sky Pillar (3f)", + "name": "Sky Pillar (1f)", "order": 90, "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 48, + "max_level": 50 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 30, + "min_level": 48, + "max_level": 50 + }, + { + "pokeapi_id": 344, + "pokemon_name": "Claydol", + "method": "walk", + "encounter_rate": 25, + "min_level": 47, + "max_level": 50 + }, + { + "pokeapi_id": 354, + "pokemon_name": "Banette", + "method": "walk", + "encounter_rate": 15, + "min_level": 48, + "max_level": 50 + } + ] + }, + { + "name": "Sky Pillar (1F)", + "order": 90, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 48, + "max_level": 50 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 30, + "min_level": 48, + "max_level": 50 + }, + { + "pokeapi_id": 344, + "pokemon_name": "Claydol", + "method": "walk", + "encounter_rate": 25, + "min_level": 47, + "max_level": 50 + }, + { + "pokeapi_id": 354, + "pokemon_name": "Banette", + "method": "walk", + "encounter_rate": 15, + "min_level": 48, + "max_level": 50 + } + ] + }, + { + "name": "Sky Pillar (3f)", + "order": 91, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 51, @@ -5840,7 +6681,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 30, "min_level": 51, @@ -5848,7 +6689,7 @@ }, { "pokeapi_id": 344, - "pokemon_name": "claydol", + "pokemon_name": "Claydol", "method": "walk", "encounter_rate": 25, "min_level": 50, @@ -5856,7 +6697,45 @@ }, { "pokeapi_id": 354, - "pokemon_name": "banette", + "pokemon_name": "Banette", + "method": "walk", + "encounter_rate": 15, + "min_level": 51, + "max_level": 53 + } + ] + }, + { + "name": "Sky Pillar (3F)", + "order": 91, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 51, + "max_level": 53 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 30, + "min_level": 51, + "max_level": 53 + }, + { + "pokeapi_id": 344, + "pokemon_name": "Claydol", + "method": "walk", + "encounter_rate": 25, + "min_level": 50, + "max_level": 53 + }, + { + "pokeapi_id": 354, + "pokemon_name": "Banette", "method": "walk", "encounter_rate": 15, "min_level": 51, @@ -5866,11 +6745,11 @@ }, { "name": "Sky Pillar (5f)", - "order": 91, + "order": 92, "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -5878,7 +6757,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -5886,7 +6765,7 @@ }, { "pokeapi_id": 344, - "pokemon_name": "claydol", + "pokemon_name": "Claydol", "method": "walk", "encounter_rate": 19, "min_level": 54, @@ -5894,7 +6773,7 @@ }, { "pokeapi_id": 354, - "pokemon_name": "banette", + "pokemon_name": "Banette", "method": "walk", "encounter_rate": 15, "min_level": 54, @@ -5902,7 +6781,7 @@ }, { "pokeapi_id": 334, - "pokemon_name": "altaria", + "pokemon_name": "Altaria", "method": "walk", "encounter_rate": 6, "min_level": 54, @@ -5911,40 +6790,48 @@ ] }, { - "name": "Sky Pillar (1f)", + "name": "Sky Pillar (5F)", "order": 92, "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, - "min_level": 48, - "max_level": 50 + "min_level": 54, + "max_level": 56 }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 30, - "min_level": 48, - "max_level": 50 + "min_level": 54, + "max_level": 56 }, { "pokeapi_id": 344, - "pokemon_name": "claydol", + "pokemon_name": "Claydol", "method": "walk", - "encounter_rate": 25, - "min_level": 47, - "max_level": 50 + "encounter_rate": 19, + "min_level": 54, + "max_level": 56 }, { "pokeapi_id": 354, - "pokemon_name": "banette", + "pokemon_name": "Banette", "method": "walk", "encounter_rate": 15, - "min_level": 48, - "max_level": 50 + "min_level": 54, + "max_level": 56 + }, + { + "pokeapi_id": 334, + "pokemon_name": "Altaria", + "method": "walk", + "encounter_rate": 6, + "min_level": 54, + "max_level": 60 } ] } @@ -5956,7 +6843,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 99, "min_level": 5, @@ -5964,7 +6851,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 80, "min_level": 25, @@ -5972,7 +6859,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 70, "min_level": 5, @@ -5980,7 +6867,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 10, @@ -5988,7 +6875,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 40, "min_level": 10, @@ -5996,7 +6883,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 30, "min_level": 5, @@ -6004,7 +6891,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 20, @@ -6012,7 +6899,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 1, "min_level": 30, diff --git a/backend/src/app/seeds/data/silver.json b/backend/src/app/seeds/data/silver.json index a4e5070..552bb22 100644 --- a/backend/src/app/seeds/data/silver.json +++ b/backend/src/app/seeds/data/silver.json @@ -5,7 +5,7 @@ "encounters": [ { "pokeapi_id": 152, - "pokemon_name": "chikorita", + "pokemon_name": "Chikorita", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -13,7 +13,7 @@ }, { "pokeapi_id": 155, - "pokemon_name": "cyndaquil", + "pokemon_name": "Cyndaquil", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -21,7 +21,7 @@ }, { "pokeapi_id": 158, - "pokemon_name": "totodile", + "pokemon_name": "Totodile", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -35,7 +35,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -43,7 +43,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -51,7 +51,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -59,7 +59,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -67,7 +67,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -75,7 +75,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -83,7 +83,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -91,7 +91,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -99,7 +99,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -107,7 +107,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -115,7 +115,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -123,7 +123,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -137,7 +137,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 100, "min_level": 2, @@ -145,7 +145,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 85, "min_level": 2, @@ -153,7 +153,7 @@ }, { "pokeapi_id": 161, - "pokemon_name": "sentret", + "pokemon_name": "Sentret", "method": "walk", "encounter_rate": 80, "min_level": 2, @@ -161,7 +161,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 25, "min_level": 2, @@ -175,7 +175,7 @@ "encounters": [ { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -183,7 +183,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -191,7 +191,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -199,7 +199,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -207,7 +207,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -215,7 +215,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -223,7 +223,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -231,7 +231,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -239,7 +239,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -247,7 +247,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -255,7 +255,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -263,7 +263,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -277,7 +277,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -285,7 +285,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -293,7 +293,7 @@ }, { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 85, "min_level": 3, @@ -301,7 +301,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -309,7 +309,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -317,7 +317,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 60, "min_level": 2, @@ -325,7 +325,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 60, "min_level": 2, @@ -333,7 +333,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 40, "min_level": 3, @@ -341,7 +341,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -349,7 +349,7 @@ }, { "pokeapi_id": 165, - "pokemon_name": "ledyba", + "pokemon_name": "Ledyba", "method": "walk", "encounter_rate": 30, "min_level": 3, @@ -357,7 +357,7 @@ }, { "pokeapi_id": 14, - "pokemon_name": "kakuna", + "pokemon_name": "Kakuna", "method": "walk", "encounter_rate": 25, "min_level": 4, @@ -365,7 +365,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -373,7 +373,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -381,7 +381,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -395,7 +395,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -403,7 +403,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -411,7 +411,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -419,7 +419,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -427,7 +427,7 @@ }, { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 65, "min_level": 4, @@ -435,7 +435,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 60, "min_level": 3, @@ -443,7 +443,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 40, "min_level": 3, @@ -451,7 +451,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 40, "min_level": 3, @@ -459,7 +459,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 40, "min_level": 4, @@ -467,7 +467,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -475,7 +475,7 @@ }, { "pokeapi_id": 165, - "pokemon_name": "ledyba", + "pokemon_name": "Ledyba", "method": "walk", "encounter_rate": 30, "min_level": 4, @@ -483,7 +483,7 @@ }, { "pokeapi_id": 14, - "pokemon_name": "kakuna", + "pokemon_name": "Kakuna", "method": "walk", "encounter_rate": 25, "min_level": 5, @@ -491,7 +491,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -499,7 +499,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -507,7 +507,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -526,7 +526,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 100, "min_level": 2, @@ -534,7 +534,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -542,7 +542,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "rock-smash", "encounter_rate": 90, "min_level": 15, @@ -550,7 +550,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -558,7 +558,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -566,7 +566,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -574,7 +574,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 59, "min_level": 2, @@ -582,7 +582,7 @@ }, { "pokeapi_id": 206, - "pokemon_name": "dunsparce", + "pokemon_name": "Dunsparce", "method": "walk", "encounter_rate": 41, "min_level": 2, @@ -590,7 +590,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -598,7 +598,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -606,7 +606,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -614,7 +614,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -622,7 +622,7 @@ }, { "pokeapi_id": 213, - "pokemon_name": "shuckle", + "pokemon_name": "Shuckle", "method": "rock-smash", "encounter_rate": 10, "min_level": 15, @@ -636,7 +636,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -644,7 +644,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -652,7 +652,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -660,7 +660,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -668,23 +668,23 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, "max_level": 20 }, { - "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokeapi_id": 41, + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 23, "max_level": 23 }, { - "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokeapi_id": 74, + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -692,7 +692,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -700,7 +700,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -708,7 +708,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -716,7 +716,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 15, "min_level": 20, @@ -724,7 +724,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -732,7 +732,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 23, @@ -746,9 +746,17 @@ "name": "Violet City", "order": 10, "encounters": [ + { + "pokeapi_id": 175, + "pokemon_name": "Togepi", + "method": "gift", + "encounter_rate": 100, + "min_level": 1, + "max_level": 1 + }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -756,7 +764,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -764,7 +772,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -772,7 +780,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -780,7 +788,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -788,7 +796,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -796,7 +804,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -804,19 +812,11 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 20, "max_level": 24 - }, - { - "pokeapi_id": 175, - "pokemon_name": "togepi", - "method": "gift", - "encounter_rate": 100, - "min_level": 1, - "max_level": 1 } ] }, @@ -826,12 +826,12 @@ "encounters": [], "children": [ { - "name": "Sprout Tower (3f)", + "name": "Sprout Tower (2F)", "order": 12, "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 3, @@ -839,7 +839,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 85, "min_level": 3, @@ -849,11 +849,11 @@ }, { "name": "Sprout Tower (2f)", - "order": 13, + "order": 12, "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 3, @@ -861,7 +861,51 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 85, + "min_level": 3, + "max_level": 6 + } + ] + }, + { + "name": "Sprout Tower (3F)", + "order": 13, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 3, + "max_level": 6 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 85, + "min_level": 3, + "max_level": 6 + } + ] + }, + { + "name": "Sprout Tower (3f)", + "order": 13, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 3, + "max_level": 6 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 85, "min_level": 3, @@ -877,7 +921,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -885,7 +929,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -893,7 +937,7 @@ }, { "pokeapi_id": 23, - "pokemon_name": "ekans", + "pokemon_name": "Ekans", "method": "walk", "encounter_rate": 90, "min_level": 4, @@ -901,7 +945,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 80, "min_level": 6, @@ -909,7 +953,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -917,7 +961,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -925,7 +969,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -933,7 +977,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 15, @@ -941,7 +985,7 @@ }, { "pokeapi_id": 179, - "pokemon_name": "mareep", + "pokemon_name": "Mareep", "method": "walk", "encounter_rate": 50, "min_level": 6, @@ -949,7 +993,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "walk", "encounter_rate": 39, "min_level": 4, @@ -957,7 +1001,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -965,7 +1009,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -973,7 +1017,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -981,7 +1025,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -989,7 +1033,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "old-rod", "encounter_rate": 15, "min_level": 5, @@ -997,7 +1041,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 15, "min_level": 6, @@ -1005,7 +1049,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -1013,7 +1057,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -1021,7 +1065,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 6, "min_level": 4, @@ -1040,7 +1084,7 @@ "encounters": [ { "pokeapi_id": 177, - "pokemon_name": "natu", + "pokemon_name": "Natu", "method": "walk", "encounter_rate": 90, "min_level": 18, @@ -1048,7 +1092,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -1056,7 +1100,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -1064,7 +1108,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -1072,7 +1116,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 60, "min_level": 15, @@ -1080,7 +1124,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 40, "min_level": 14, @@ -1088,7 +1132,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -1096,7 +1140,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -1104,7 +1148,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -1112,7 +1156,7 @@ }, { "pokeapi_id": 235, - "pokemon_name": "smeargle", + "pokemon_name": "Smeargle", "method": "walk", "encounter_rate": 10, "min_level": 20, @@ -1126,7 +1170,7 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -1140,7 +1184,7 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -1154,7 +1198,7 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -1168,7 +1212,7 @@ "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -1184,12 +1228,12 @@ "encounters": [], "children": [ { - "name": "Union Cave (1f)", + "name": "Union Cave (1F)", "order": 22, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -1197,7 +1241,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -1205,7 +1249,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -1213,7 +1257,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 60, "min_level": 15, @@ -1221,7 +1265,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 40, "min_level": 15, @@ -1229,7 +1273,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 40, "min_level": 4, @@ -1237,7 +1281,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -1245,7 +1289,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 30, "min_level": 6, @@ -1253,7 +1297,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 25, "min_level": 5, @@ -1261,7 +1305,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -1269,7 +1313,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -1277,7 +1321,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -1285,7 +1329,117 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 5, + "min_level": 6, + "max_level": 6 + } + ] + }, + { + "name": "Union Cave (1f)", + "order": 22, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 65, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 194, + "pokemon_name": "Wooper", + "method": "surf", + "encounter_rate": 60, + "min_level": 15, + "max_level": 19 + }, + { + "pokeapi_id": 195, + "pokemon_name": "Quagsire", + "method": "surf", + "encounter_rate": 40, + "min_level": 15, + "max_level": 24 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 40, + "min_level": 4, + "max_level": 6 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 35, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 30, + "min_level": 6, + "max_level": 6 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 25, + "min_level": 5, + "max_level": 7 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 6, @@ -1299,7 +1453,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -1307,7 +1461,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -1315,7 +1469,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -1323,7 +1477,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 60, "min_level": 15, @@ -1331,7 +1485,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 40, "min_level": 15, @@ -1339,7 +1493,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -1347,7 +1501,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 35, "min_level": 6, @@ -1355,7 +1509,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 30, "min_level": 8, @@ -1363,7 +1517,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 25, "min_level": 7, @@ -1371,7 +1525,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -1379,7 +1533,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -1387,7 +1541,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 10, "min_level": 8, @@ -1395,7 +1549,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -1403,13 +1557,281 @@ } ] }, + { + "name": "Union Cave (B1F)", + "order": 23, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 65, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 194, + "pokemon_name": "Wooper", + "method": "surf", + "encounter_rate": 60, + "min_level": 15, + "max_level": 19 + }, + { + "pokeapi_id": 195, + "pokemon_name": "Quagsire", + "method": "surf", + "encounter_rate": 40, + "min_level": 15, + "max_level": 24 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 35, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 35, + "min_level": 6, + "max_level": 8 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 30, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 25, + "min_level": 7, + "max_level": 9 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 10, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + } + ] + }, + { + "name": "Union Cave (B2F)", + "order": 24, + "encounters": [ + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "good-rod", + "encounter_rate": 100, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "super-rod", + "encounter_rate": 100, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 100, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 222, + "pokemon_name": "Corsola", + "method": "super-rod", + "encounter_rate": 60, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 72, + "pokemon_name": "Tentacool", + "method": "surf", + "encounter_rate": 60, + "min_level": 15, + "max_level": 19 + }, + { + "pokeapi_id": 99, + "pokemon_name": "Kingler", + "method": "super-rod", + "encounter_rate": 30, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 195, + "pokemon_name": "Quagsire", + "method": "surf", + "encounter_rate": 30, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 20, + "pokemon_name": "Raticate", + "method": "walk", + "encounter_rate": 30, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 120, + "pokemon_name": "Staryu", + "method": "super-rod", + "encounter_rate": 30, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 222, + "pokemon_name": "Corsola", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 10, + "min_level": 21, + "max_level": 21 + }, + { + "pokeapi_id": 120, + "pokemon_name": "Staryu", + "method": "good-rod", + "encounter_rate": 10, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 73, + "pokemon_name": "Tentacruel", + "method": "surf", + "encounter_rate": 10, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 5, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 5, + "min_level": 20, + "max_level": 20 + } + ] + }, { "name": "Union Cave (B2f)", "order": 24, "encounters": [ { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -1417,7 +1839,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -1425,7 +1847,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -1433,7 +1855,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -1441,7 +1863,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -1449,7 +1871,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 15, @@ -1457,7 +1879,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -1465,7 +1887,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -1473,7 +1895,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 30, "min_level": 22, @@ -1481,7 +1903,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -1489,7 +1911,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 22, @@ -1497,7 +1919,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -1505,7 +1927,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -1513,7 +1935,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -1521,7 +1943,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 10, "min_level": 21, @@ -1529,7 +1951,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -1537,7 +1959,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -1545,7 +1967,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 23, @@ -1553,7 +1975,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 5, "min_level": 20, @@ -1569,7 +1991,7 @@ "encounters": [ { "pokeapi_id": 23, - "pokemon_name": "ekans", + "pokemon_name": "Ekans", "method": "walk", "encounter_rate": 90, "min_level": 7, @@ -1577,7 +1999,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 70, "min_level": 6, @@ -1585,7 +2007,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 55, "min_level": 6, @@ -1593,7 +2015,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 45, "min_level": 4, @@ -1601,7 +2023,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 40, "min_level": 6, @@ -1615,20 +2037,20 @@ "encounters": [], "children": [ { - "name": "Slowpoke Well (B1f)", + "name": "Slowpoke Well (1f)", "order": 27, "encounters": [ { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "surf", - "encounter_rate": 90, - "min_level": 15, + "encounter_rate": 100, + "min_level": 10, "max_level": 24 }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -1636,15 +2058,15 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", - "encounter_rate": 80, - "min_level": 19, - "max_level": 23 + "encounter_rate": 85, + "min_level": 5, + "max_level": 8 }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -1652,7 +2074,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -1660,7 +2082,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -1668,7 +2090,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -1676,7 +2098,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -1684,7 +2106,179 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", + "method": "walk", + "encounter_rate": 15, + "min_level": 6, + "max_level": 8 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + } + ] + }, + { + "name": "Slowpoke Well (1F)", + "order": 27, + "encounters": [ + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "surf", + "encounter_rate": 100, + "min_level": 10, + "max_level": 24 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 85, + "min_level": 5, + "max_level": 8 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 65, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 35, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "walk", + "encounter_rate": 15, + "min_level": 6, + "max_level": 8 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + } + ] + }, + { + "name": "Slowpoke Well (B1f)", + "order": 28, + "encounters": [ + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "surf", + "encounter_rate": 90, + "min_level": 15, + "max_level": 24 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 80, + "min_level": 19, + "max_level": 23 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 65, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 35, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 15, "min_level": 21, @@ -1692,7 +2286,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -1700,7 +2294,7 @@ }, { "pokeapi_id": 80, - "pokemon_name": "slowbro", + "pokemon_name": "Slowbro", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -1708,7 +2302,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 23, @@ -1717,20 +2311,20 @@ ] }, { - "name": "Slowpoke Well (1f)", + "name": "Slowpoke Well (B1F)", "order": 28, "encounters": [ { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "surf", - "encounter_rate": 100, - "min_level": 10, + "encounter_rate": 90, + "min_level": 15, "max_level": 24 }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -1738,15 +2332,15 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", - "encounter_rate": 85, - "min_level": 5, - "max_level": 8 + "encounter_rate": 80, + "min_level": 19, + "max_level": 23 }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -1754,7 +2348,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -1762,7 +2356,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -1770,7 +2364,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -1778,7 +2372,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -1786,19 +2380,35 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 15, - "min_level": 6, - "max_level": 8 + "min_level": 21, + "max_level": 23 }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, "max_level": 40 + }, + { + "pokeapi_id": 80, + "pokemon_name": "Slowbro", + "method": "surf", + "encounter_rate": 10, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 23, + "max_level": 23 } ] } @@ -1810,7 +2420,7 @@ "encounters": [ { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -1818,7 +2428,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -1826,7 +2436,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -1834,7 +2444,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -1842,7 +2452,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -1850,7 +2460,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -1858,7 +2468,7 @@ }, { "pokeapi_id": 96, - "pokemon_name": "drowzee", + "pokemon_name": "Drowzee", "method": "walk", "encounter_rate": 50, "min_level": 10, @@ -1866,7 +2476,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 35, "min_level": 11, @@ -1874,7 +2484,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -1882,7 +2492,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -1890,7 +2500,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -1898,7 +2508,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -1906,7 +2516,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -1914,7 +2524,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -1922,7 +2532,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -1930,7 +2540,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 5, "min_level": 10, @@ -1944,7 +2554,7 @@ "encounters": [ { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -1952,7 +2562,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -1960,7 +2570,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -1968,7 +2578,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -1976,7 +2586,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -1984,7 +2594,7 @@ }, { "pokeapi_id": 14, - "pokemon_name": "kakuna", + "pokemon_name": "Kakuna", "method": "walk", "encounter_rate": 60, "min_level": 5, @@ -1992,7 +2602,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 60, "min_level": 5, @@ -2000,7 +2610,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -2008,7 +2618,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 35, "min_level": 5, @@ -2016,7 +2626,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 35, "min_level": 5, @@ -2024,7 +2634,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -2032,7 +2642,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -2040,7 +2650,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -2054,7 +2664,7 @@ "encounters": [ { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 100, "min_level": 10, @@ -2062,7 +2672,7 @@ }, { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 80, "min_level": 10, @@ -2070,7 +2680,7 @@ }, { "pokeapi_id": 14, - "pokemon_name": "kakuna", + "pokemon_name": "Kakuna", "method": "walk", "encounter_rate": 60, "min_level": 10, @@ -2078,7 +2688,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 35, "min_level": 10, @@ -2086,7 +2696,7 @@ }, { "pokeapi_id": 191, - "pokemon_name": "sunkern", + "pokemon_name": "Sunkern", "method": "walk", "encounter_rate": 25, "min_level": 12, @@ -2100,7 +2710,7 @@ "encounters": [ { "pokeapi_id": 29, - "pokemon_name": "nidoran-f", + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 100, "min_level": 12, @@ -2108,7 +2718,7 @@ }, { "pokeapi_id": 32, - "pokemon_name": "nidoran-m", + "pokemon_name": "Nidoran M", "method": "walk", "encounter_rate": 100, "min_level": 12, @@ -2116,7 +2726,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -2124,7 +2734,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -2132,7 +2742,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -2140,7 +2750,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -2148,7 +2758,7 @@ }, { "pokeapi_id": 96, - "pokemon_name": "drowzee", + "pokemon_name": "Drowzee", "method": "walk", "encounter_rate": 60, "min_level": 14, @@ -2156,7 +2766,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -2164,7 +2774,7 @@ }, { "pokeapi_id": 193, - "pokemon_name": "yanma", + "pokemon_name": "Yanma", "method": "walk", "encounter_rate": 33, "min_level": 12, @@ -2172,7 +2782,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -2180,7 +2790,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -2188,7 +2798,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 17, "min_level": 10, @@ -2196,7 +2806,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 15, "min_level": 14, @@ -2204,7 +2814,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -2212,7 +2822,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -2220,7 +2830,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 5, "min_level": 14, @@ -2234,7 +2844,7 @@ "encounters": [ { "pokeapi_id": 133, - "pokemon_name": "eevee", + "pokemon_name": "Eevee", "method": "gift", "encounter_rate": 100, "min_level": 5, @@ -2248,7 +2858,7 @@ "encounters": [ { "pokeapi_id": 29, - "pokemon_name": "nidoran-f", + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 90, "min_level": 12, @@ -2256,7 +2866,7 @@ }, { "pokeapi_id": 32, - "pokemon_name": "nidoran-m", + "pokemon_name": "Nidoran M", "method": "walk", "encounter_rate": 90, "min_level": 12, @@ -2264,7 +2874,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 45, "min_level": 13, @@ -2272,7 +2882,7 @@ }, { "pokeapi_id": 37, - "pokemon_name": "vulpix", + "pokemon_name": "Vulpix", "method": "walk", "encounter_rate": 35, "min_level": 13, @@ -2280,7 +2890,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 25, "min_level": 13, @@ -2288,7 +2898,7 @@ }, { "pokeapi_id": 234, - "pokemon_name": "stantler", + "pokemon_name": "Stantler", "method": "walk", "encounter_rate": 15, "min_level": 13, @@ -2302,7 +2912,7 @@ "encounters": [ { "pokeapi_id": 234, - "pokemon_name": "stantler", + "pokemon_name": "Stantler", "method": "walk", "encounter_rate": 90, "min_level": 15, @@ -2310,7 +2920,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 70, "min_level": 13, @@ -2318,7 +2928,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 60, "min_level": 13, @@ -2326,7 +2936,7 @@ }, { "pokeapi_id": 165, - "pokemon_name": "ledyba", + "pokemon_name": "Ledyba", "method": "walk", "encounter_rate": 40, "min_level": 13, @@ -2334,7 +2944,7 @@ }, { "pokeapi_id": 37, - "pokemon_name": "vulpix", + "pokemon_name": "Vulpix", "method": "walk", "encounter_rate": 35, "min_level": 14, @@ -2342,7 +2952,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -2356,7 +2966,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -2364,7 +2974,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -2372,7 +2982,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -2380,7 +2990,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -2388,7 +2998,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -2396,7 +3006,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -2404,7 +3014,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -2412,7 +3022,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -2431,7 +3041,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 50, "min_level": 13, @@ -2439,7 +3049,7 @@ }, { "pokeapi_id": 109, - "pokemon_name": "koffing", + "pokemon_name": "Koffing", "method": "walk", "encounter_rate": 35, "min_level": 14, @@ -2447,7 +3057,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -2455,7 +3065,45 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", + "method": "walk", + "encounter_rate": 5, + "min_level": 15, + "max_level": 15 + } + ] + }, + { + "name": "Burned Tower (1F)", + "order": 38, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 50, + "min_level": 13, + "max_level": 15 + }, + { + "pokeapi_id": 109, + "pokemon_name": "Koffing", + "method": "walk", + "encounter_rate": 35, + "min_level": 14, + "max_level": 16 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 14, + "max_level": 14 + }, + { + "pokeapi_id": 20, + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -2469,7 +3117,7 @@ "encounters": [ { "pokeapi_id": 109, - "pokemon_name": "koffing", + "pokemon_name": "Koffing", "method": "walk", "encounter_rate": 100, "min_level": 14, @@ -2477,7 +3125,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 14, @@ -2485,7 +3133,7 @@ }, { "pokeapi_id": 126, - "pokemon_name": "magmar", + "pokemon_name": "Magmar", "method": "walk", "encounter_rate": 25, "min_level": 14, @@ -2493,7 +3141,45 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 15, + "min_level": 15, + "max_level": 15 + } + ] + }, + { + "name": "Burned Tower (B1F)", + "order": 39, + "encounters": [ + { + "pokeapi_id": 109, + "pokemon_name": "Koffing", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 16 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 14, + "max_level": 16 + }, + { + "pokeapi_id": 126, + "pokemon_name": "Magmar", + "method": "walk", + "encounter_rate": 25, + "min_level": 14, + "max_level": 16 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 15, "min_level": 15, @@ -2509,12 +3195,12 @@ "encounters": [], "children": [ { - "name": "Bell Tower (7f)", + "name": "Bell Tower (2F)", "order": 41, "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -2522,29 +3208,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", - "method": "walk", - "encounter_rate": 80, - "min_level": 20, - "max_level": 22 - } - ] - }, - { - "name": "Bell Tower (8f)", - "order": 42, - "encounters": [ - { - "pokeapi_id": 19, - "pokemon_name": "rattata", - "method": "walk", - "encounter_rate": 100, - "min_level": 20, - "max_level": 24 - }, - { - "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -2554,11 +3218,11 @@ }, { "name": "Bell Tower (9f)", - "order": 43, + "order": 41, "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -2566,7 +3230,29 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + } + ] + }, + { + "name": "Bell Tower (3F)", + "order": 42, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -2576,11 +3262,11 @@ }, { "name": "Bell Tower (2f)", - "order": 44, + "order": 42, "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -2588,7 +3274,29 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + } + ] + }, + { + "name": "Bell Tower (4F)", + "order": 43, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -2598,11 +3306,11 @@ }, { "name": "Bell Tower (3f)", - "order": 45, + "order": 43, "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -2610,7 +3318,29 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + } + ] + }, + { + "name": "Bell Tower (5F)", + "order": 44, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -2620,11 +3350,11 @@ }, { "name": "Bell Tower (4f)", - "order": 46, + "order": 44, "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -2632,7 +3362,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -2642,11 +3372,11 @@ }, { "name": "Bell Tower (5f)", - "order": 47, + "order": 45, "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -2654,7 +3384,29 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + } + ] + }, + { + "name": "Bell Tower (6F)", + "order": 45, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -2664,11 +3416,11 @@ }, { "name": "Bell Tower (6f)", - "order": 48, + "order": 46, "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -2676,7 +3428,117 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + } + ] + }, + { + "name": "Bell Tower (7F)", + "order": 46, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + } + ] + }, + { + "name": "Bell Tower (8F)", + "order": 47, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + } + ] + }, + { + "name": "Bell Tower (7f)", + "order": 47, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + } + ] + }, + { + "name": "Bell Tower (8f)", + "order": 48, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + } + ] + }, + { + "name": "Bell Tower (9F)", + "order": 48, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -2692,7 +3554,7 @@ "encounters": [ { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 100, "min_level": 16, @@ -2700,7 +3562,7 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 80, "min_level": 16, @@ -2708,7 +3570,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 70, "min_level": 16, @@ -2716,7 +3578,7 @@ }, { "pokeapi_id": 209, - "pokemon_name": "snubbull", + "pokemon_name": "Snubbull", "method": "walk", "encounter_rate": 33, "min_level": 13, @@ -2724,7 +3586,7 @@ }, { "pokeapi_id": 83, - "pokemon_name": "farfetchd", + "pokemon_name": "Farfetchd", "method": "walk", "encounter_rate": 30, "min_level": 16, @@ -2732,7 +3594,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 30, "min_level": 16, @@ -2740,7 +3602,7 @@ }, { "pokeapi_id": 241, - "pokemon_name": "miltank", + "pokemon_name": "Miltank", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -2748,7 +3610,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 17, "min_level": 13, @@ -2762,7 +3624,7 @@ "encounters": [ { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 90, "min_level": 17, @@ -2770,7 +3632,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 70, "min_level": 16, @@ -2778,7 +3640,7 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 60, "min_level": 16, @@ -2786,7 +3648,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 30, "min_level": 16, @@ -2794,7 +3656,7 @@ }, { "pokeapi_id": 83, - "pokemon_name": "farfetchd", + "pokemon_name": "Farfetchd", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -2802,7 +3664,7 @@ }, { "pokeapi_id": 241, - "pokemon_name": "miltank", + "pokemon_name": "Miltank", "method": "walk", "encounter_rate": 15, "min_level": 15, @@ -2810,7 +3672,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 15, "min_level": 15, @@ -2824,7 +3686,7 @@ "encounters": [ { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -2832,7 +3694,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -2840,7 +3702,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -2848,7 +3710,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -2856,7 +3718,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -2864,7 +3726,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -2872,7 +3734,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -2880,7 +3742,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -2888,7 +3750,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -2896,7 +3758,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -2904,7 +3766,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -2912,7 +3774,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -2926,7 +3788,7 @@ "encounters": [ { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -2934,7 +3796,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -2942,7 +3804,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -2950,7 +3812,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "rock-smash", "encounter_rate": 90, "min_level": 15, @@ -2958,7 +3820,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -2966,7 +3828,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -2974,7 +3836,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -2982,7 +3844,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -2990,7 +3852,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -2998,7 +3860,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -3006,7 +3868,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -3014,7 +3876,7 @@ }, { "pokeapi_id": 213, - "pokemon_name": "shuckle", + "pokemon_name": "Shuckle", "method": "rock-smash", "encounter_rate": 10, "min_level": 15, @@ -3022,7 +3884,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -3030,7 +3892,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -3044,7 +3906,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -3052,7 +3914,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 70, "min_level": 15, @@ -3060,7 +3922,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -3068,7 +3930,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -3076,7 +3938,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -3084,7 +3946,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -3092,7 +3954,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -3100,7 +3962,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -3108,7 +3970,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -3116,7 +3978,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -3124,7 +3986,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -3132,7 +3994,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -3146,7 +4008,7 @@ "encounters": [ { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -3154,7 +4016,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -3162,15 +4024,23 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 100, "min_level": 20, "max_level": 20 }, + { + "pokeapi_id": 213, + "pokemon_name": "Shuckle", + "method": "gift", + "encounter_rate": 100, + "min_level": 20, + "max_level": 20 + }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "rock-smash", "encounter_rate": 90, "min_level": 15, @@ -3178,7 +4048,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -3186,7 +4056,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -3194,7 +4064,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -3202,7 +4072,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -3210,7 +4080,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -3218,7 +4088,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -3226,7 +4096,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -3234,7 +4104,7 @@ }, { "pokeapi_id": 213, - "pokemon_name": "shuckle", + "pokemon_name": "Shuckle", "method": "rock-smash", "encounter_rate": 10, "min_level": 15, @@ -3242,7 +4112,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -3250,19 +4120,11 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 20, "max_level": 24 - }, - { - "pokeapi_id": 213, - "pokemon_name": "shuckle", - "method": "gift", - "encounter_rate": 100, - "min_level": 20, - "max_level": 20 } ] }, @@ -3272,7 +4134,7 @@ "encounters": [ { "pokeapi_id": 179, - "pokemon_name": "mareep", + "pokemon_name": "Mareep", "method": "walk", "encounter_rate": 100, "min_level": 13, @@ -3280,7 +4142,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -3288,7 +4150,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -3296,7 +4158,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 80, "min_level": 14, @@ -3304,7 +4166,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -3312,7 +4174,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -3320,7 +4182,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 40, "min_level": 14, @@ -3328,7 +4190,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -3336,7 +4198,7 @@ }, { "pokeapi_id": 180, - "pokemon_name": "flaaffy", + "pokemon_name": "Flaaffy", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -3344,7 +4206,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -3352,7 +4214,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -3360,7 +4222,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -3368,7 +4230,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -3382,7 +4244,7 @@ "encounters": [ { "pokeapi_id": 236, - "pokemon_name": "tyrogue", + "pokemon_name": "Tyrogue", "method": "gift", "encounter_rate": 100, "min_level": 10, @@ -3396,7 +4258,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 50, "min_level": 13, @@ -3404,7 +4266,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 35, "min_level": 13, @@ -3412,7 +4274,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -3420,7 +4282,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 5, "min_level": 14, @@ -3428,13 +4290,139 @@ } ] }, + { + "name": "Mt Mortar (1F)", + "order": 57, + "encounters": [ + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "surf", + "encounter_rate": 100, + "min_level": 15, + "max_level": 24 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 90, + "min_level": 13, + "max_level": 15 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 65, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 183, + "pokemon_name": "Marill", + "method": "walk", + "encounter_rate": 41, + "min_level": 13, + "max_level": 15 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 40, + "min_level": 14, + "max_level": 14 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 35, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 183, + "pokemon_name": "Marill", + "method": "surf", + "encounter_rate": 30, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "surf", + "encounter_rate": 20, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 19, + "min_level": 14, + "max_level": 16 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 10, + "min_level": 14, + "max_level": 14 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + } + ] + }, { "name": "Mt Mortar (Upper Cave)", "order": 58, "encounters": [ { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -3442,7 +4430,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -3450,7 +4438,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -3458,7 +4446,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -3466,7 +4454,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -3474,7 +4462,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -3482,7 +4470,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -3490,7 +4478,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -3498,7 +4486,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -3506,7 +4494,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -3514,7 +4502,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -3522,7 +4510,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -3530,7 +4518,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 25, @@ -3538,7 +4526,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -3546,7 +4534,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -3560,7 +4548,7 @@ "encounters": [ { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -3568,7 +4556,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -3576,7 +4564,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -3584,7 +4572,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -3592,7 +4580,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 60, "min_level": 15, @@ -3600,7 +4588,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -3608,7 +4596,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -3616,7 +4604,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -3624,7 +4612,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -3632,7 +4620,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 10, "min_level": 16, @@ -3640,7 +4628,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -3648,7 +4636,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -3656,7 +4644,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 5, "min_level": 16, @@ -3664,7 +4652,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 5, "min_level": 16, @@ -3678,7 +4666,7 @@ "encounters": [ { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 100, "min_level": 15, @@ -3686,7 +4674,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 90, "min_level": 13, @@ -3694,7 +4682,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -3702,7 +4690,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -3710,7 +4698,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -3718,7 +4706,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 41, "min_level": 13, @@ -3726,7 +4714,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 40, "min_level": 14, @@ -3734,7 +4722,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -3742,7 +4730,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -3750,7 +4738,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -3758,7 +4746,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 20, "min_level": 20, @@ -3766,7 +4754,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 19, "min_level": 14, @@ -3774,7 +4762,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -3782,7 +4770,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -3790,13 +4778,131 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, "max_level": 40 } ] + }, + { + "name": "Mt Mortar (B1F)", + "order": 60, + "encounters": [ + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "surf", + "encounter_rate": 90, + "min_level": 15, + "max_level": 24 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 65, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 60, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 35, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 20, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 10, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "surf", + "encounter_rate": 10, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 5, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 20, + "pokemon_name": "Raticate", + "method": "walk", + "encounter_rate": 5, + "min_level": 16, + "max_level": 16 + } + ] } ] }, @@ -3806,7 +4912,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 10, @@ -3814,7 +4920,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 90, "min_level": 20, @@ -3822,7 +4928,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -3830,7 +4936,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -3838,7 +4944,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -3846,7 +4952,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -3854,7 +4960,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -3868,7 +4974,7 @@ "encounters": [ { "pokeapi_id": 180, - "pokemon_name": "flaaffy", + "pokemon_name": "Flaaffy", "method": "walk", "encounter_rate": 100, "min_level": 15, @@ -3876,7 +4982,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 100, "min_level": 10, @@ -3884,7 +4990,7 @@ }, { "pokeapi_id": 203, - "pokemon_name": "girafarig", + "pokemon_name": "Girafarig", "method": "walk", "encounter_rate": 90, "min_level": 15, @@ -3892,7 +4998,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -3900,7 +5006,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -3908,7 +5014,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -3916,7 +5022,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 45, "min_level": 17, @@ -3924,7 +5030,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -3932,7 +5038,7 @@ }, { "pokeapi_id": 179, - "pokemon_name": "mareep", + "pokemon_name": "Mareep", "method": "walk", "encounter_rate": 25, "min_level": 15, @@ -3940,7 +5046,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -3948,7 +5054,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -3956,7 +5062,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -3964,7 +5070,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -3978,7 +5084,7 @@ "encounters": [ { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -3986,7 +5092,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -3994,7 +5100,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -4002,7 +5108,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -4010,7 +5116,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -4018,7 +5124,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -4026,7 +5132,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -4034,7 +5140,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 35, "min_level": 22, @@ -4042,7 +5148,7 @@ }, { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -4050,7 +5156,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -4058,7 +5164,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -4066,7 +5172,7 @@ }, { "pokeapi_id": 108, - "pokemon_name": "lickitung", + "pokemon_name": "Lickitung", "method": "walk", "encounter_rate": 15, "min_level": 24, @@ -4074,7 +5180,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -4082,7 +5188,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -4090,7 +5196,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 25, @@ -4109,7 +5215,7 @@ "encounters": [ { "pokeapi_id": 220, - "pokemon_name": "swinub", + "pokemon_name": "Swinub", "method": "walk", "encounter_rate": 100, "min_level": 21, @@ -4117,7 +5223,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 90, "min_level": 22, @@ -4125,7 +5231,7 @@ }, { "pokeapi_id": 225, - "pokemon_name": "delibird", + "pokemon_name": "Delibird", "method": "walk", "encounter_rate": 60, "min_level": 22, @@ -4133,7 +5239,7 @@ }, { "pokeapi_id": 124, - "pokemon_name": "jynx", + "pokemon_name": "Jynx", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -4141,7 +5247,53 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 22, + "max_level": 22 + } + ] + }, + { + "name": "Ice Path (1F)", + "order": 65, + "encounters": [ + { + "pokeapi_id": 220, + "pokemon_name": "Swinub", + "method": "walk", + "encounter_rate": 100, + "min_level": 21, + "max_level": 23 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 90, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 225, + "pokemon_name": "Delibird", + "method": "walk", + "encounter_rate": 60, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 124, + "pokemon_name": "Jynx", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 22 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 22, @@ -4155,7 +5307,7 @@ "encounters": [ { "pokeapi_id": 220, - "pokemon_name": "swinub", + "pokemon_name": "Swinub", "method": "walk", "encounter_rate": 100, "min_level": 21, @@ -4163,7 +5315,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 90, "min_level": 22, @@ -4171,7 +5323,7 @@ }, { "pokeapi_id": 225, - "pokemon_name": "delibird", + "pokemon_name": "Delibird", "method": "walk", "encounter_rate": 60, "min_level": 22, @@ -4179,7 +5331,7 @@ }, { "pokeapi_id": 124, - "pokemon_name": "jynx", + "pokemon_name": "Jynx", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -4187,7 +5339,53 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 22, + "max_level": 22 + } + ] + }, + { + "name": "Ice Path (B1F)", + "order": 66, + "encounters": [ + { + "pokeapi_id": 220, + "pokemon_name": "Swinub", + "method": "walk", + "encounter_rate": 100, + "min_level": 21, + "max_level": 23 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 90, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 225, + "pokemon_name": "Delibird", + "method": "walk", + "encounter_rate": 60, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 124, + "pokemon_name": "Jynx", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 22 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 22, @@ -4201,7 +5399,7 @@ "encounters": [ { "pokeapi_id": 220, - "pokemon_name": "swinub", + "pokemon_name": "Swinub", "method": "walk", "encounter_rate": 100, "min_level": 22, @@ -4209,7 +5407,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 90, "min_level": 23, @@ -4217,7 +5415,7 @@ }, { "pokeapi_id": 225, - "pokemon_name": "delibird", + "pokemon_name": "Delibird", "method": "walk", "encounter_rate": 60, "min_level": 23, @@ -4225,7 +5423,7 @@ }, { "pokeapi_id": 124, - "pokemon_name": "jynx", + "pokemon_name": "Jynx", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -4233,7 +5431,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 23, @@ -4241,13 +5439,105 @@ } ] }, + { + "name": "Ice Path (B2F)", + "order": 67, + "encounters": [ + { + "pokeapi_id": 220, + "pokemon_name": "Swinub", + "method": "walk", + "encounter_rate": 100, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 90, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 225, + "pokemon_name": "Delibird", + "method": "walk", + "encounter_rate": 60, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 124, + "pokemon_name": "Jynx", + "method": "walk", + "encounter_rate": 20, + "min_level": 21, + "max_level": 23 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 23, + "max_level": 23 + } + ] + }, + { + "name": "Ice Path (B3F)", + "order": 68, + "encounters": [ + { + "pokeapi_id": 220, + "pokemon_name": "Swinub", + "method": "walk", + "encounter_rate": 100, + "min_level": 23, + "max_level": 25 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 90, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 225, + "pokemon_name": "Delibird", + "method": "walk", + "encounter_rate": 60, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 124, + "pokemon_name": "Jynx", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 24, + "max_level": 24 + } + ] + }, { "name": "Ice Path (B3f)", "order": 68, "encounters": [ { "pokeapi_id": 220, - "pokemon_name": "swinub", + "pokemon_name": "Swinub", "method": "walk", "encounter_rate": 100, "min_level": 23, @@ -4255,7 +5545,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 90, "min_level": 24, @@ -4263,7 +5553,7 @@ }, { "pokeapi_id": 225, - "pokemon_name": "delibird", + "pokemon_name": "Delibird", "method": "walk", "encounter_rate": 60, "min_level": 24, @@ -4271,7 +5561,7 @@ }, { "pokeapi_id": 124, - "pokemon_name": "jynx", + "pokemon_name": "Jynx", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -4279,7 +5569,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -4295,7 +5585,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -4303,7 +5593,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -4311,7 +5601,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -4319,7 +5609,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -4327,7 +5617,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -4335,7 +5625,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -4343,7 +5633,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -4357,15 +5647,23 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 10, "max_level": 10 }, + { + "pokeapi_id": 147, + "pokemon_name": "Dratini", + "method": "gift", + "encounter_rate": 100, + "min_level": 15, + "max_level": 15 + }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 90, "min_level": 20, @@ -4373,7 +5671,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -4381,7 +5679,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -4389,7 +5687,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -4397,7 +5695,7 @@ }, { "pokeapi_id": 148, - "pokemon_name": "dragonair", + "pokemon_name": "Dragonair", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -4405,7 +5703,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -4413,19 +5711,11 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "surf", "encounter_rate": 10, "min_level": 10, "max_level": 14 - }, - { - "pokeapi_id": 147, - "pokemon_name": "dratini", - "method": "gift", - "encounter_rate": 100, - "min_level": 15, - "max_level": 15 } ] }, @@ -4435,7 +5725,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 10, @@ -4443,7 +5733,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -4451,7 +5741,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 90, "min_level": 20, @@ -4459,7 +5749,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -4467,7 +5757,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 55, "min_level": 23, @@ -4475,7 +5765,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -4483,7 +5773,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -4491,7 +5781,7 @@ }, { "pokeapi_id": 148, - "pokemon_name": "dragonair", + "pokemon_name": "Dragonair", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -4499,7 +5789,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -4507,7 +5797,7 @@ }, { "pokeapi_id": 231, - "pokemon_name": "phanpy", + "pokemon_name": "Phanpy", "method": "walk", "encounter_rate": 10, "min_level": 20, @@ -4515,7 +5805,7 @@ }, { "pokeapi_id": 227, - "pokemon_name": "skarmory", + "pokemon_name": "Skarmory", "method": "walk", "encounter_rate": 5, "min_level": 27, @@ -4529,7 +5819,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 100, "min_level": 2, @@ -4537,7 +5827,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 90, "min_level": 2, @@ -4545,7 +5835,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 70, "min_level": 2, @@ -4553,7 +5843,7 @@ }, { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 15, "min_level": 3, @@ -4567,138 +5857,12 @@ "encounters": [], "children": [ { - "name": "Whirl Islands (B3f)", + "name": "Whirl Islands (1F)", "order": 74, "encounters": [ - { - "pokeapi_id": 116, - "pokemon_name": "horsea", - "method": "surf", - "encounter_rate": 90, - "min_level": 15, - "max_level": 24 - }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "old-rod", - "encounter_rate": 85, - "min_level": 10, - "max_level": 10 - }, - { - "pokeapi_id": 98, - "pokemon_name": "krabby", - "method": "good-rod", - "encounter_rate": 55, - "min_level": 20, - "max_level": 20 - }, - { - "pokeapi_id": 98, - "pokemon_name": "krabby", - "method": "walk", - "encounter_rate": 50, - "min_level": 24, - "max_level": 26 - }, - { - "pokeapi_id": 98, - "pokemon_name": "krabby", - "method": "super-rod", - "encounter_rate": 40, - "min_level": 40, - "max_level": 40 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "good-rod", - "encounter_rate": 35, - "min_level": 20, - "max_level": 20 - }, - { - "pokeapi_id": 116, - "pokemon_name": "horsea", - "method": "super-rod", - "encounter_rate": 30, - "min_level": 40, - "max_level": 40 - }, - { - "pokeapi_id": 41, - "pokemon_name": "zubat", - "method": "walk", - "encounter_rate": 30, - "min_level": 25, - "max_level": 25 - }, - { - "pokeapi_id": 99, - "pokemon_name": "kingler", - "method": "super-rod", - "encounter_rate": 20, - "min_level": 40, - "max_level": 40 - }, - { - "pokeapi_id": 98, - "pokemon_name": "krabby", - "method": "old-rod", - "encounter_rate": 15, - "min_level": 10, - "max_level": 10 - }, - { - "pokeapi_id": 86, - "pokemon_name": "seel", - "method": "walk", - "encounter_rate": 15, - "min_level": 24, - "max_level": 26 - }, - { - "pokeapi_id": 116, - "pokemon_name": "horsea", - "method": "good-rod", - "encounter_rate": 10, - "min_level": 20, - "max_level": 20 - }, - { - "pokeapi_id": 117, - "pokemon_name": "seadra", - "method": "super-rod", - "encounter_rate": 10, - "min_level": 40, - "max_level": 40 - }, - { - "pokeapi_id": 73, - "pokemon_name": "tentacruel", - "method": "surf", - "encounter_rate": 10, - "min_level": 20, - "max_level": 24 - }, - { - "pokeapi_id": 42, - "pokemon_name": "golbat", - "method": "walk", - "encounter_rate": 5, - "min_level": 25, - "max_level": 25 - } - ] - }, - { - "name": "Whirl Islands (1f)", - "order": 75, - "encounters": [ - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -4706,7 +5870,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -4714,7 +5878,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 55, "min_level": 20, @@ -4722,7 +5886,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "walk", "encounter_rate": 50, "min_level": 22, @@ -4730,7 +5894,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -4738,7 +5902,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -4746,23 +5910,23 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", - "method": "surf", - "encounter_rate": 30, - "min_level": 15, - "max_level": 19 - }, - { - "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 30, "min_level": 40, "max_level": 40 }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "surf", + "encounter_rate": 30, + "min_level": 15, + "max_level": 19 + }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -4770,7 +5934,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -4778,7 +5942,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -4786,7 +5950,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 15, "min_level": 22, @@ -4794,7 +5958,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -4802,7 +5966,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -4810,7 +5974,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -4818,7 +5982,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 23, @@ -4828,11 +5992,11 @@ }, { "name": "Whirl Islands (B1f)", - "order": 76, + "order": 74, "encounters": [ { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "walk", "encounter_rate": 50, "min_level": 23, @@ -4840,7 +6004,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 24, @@ -4848,7 +6012,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 15, "min_level": 23, @@ -4856,7 +6020,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 24, @@ -4866,11 +6030,11 @@ }, { "name": "Whirl Islands (B2f)", - "order": 77, + "order": 75, "encounters": [ { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -4878,7 +6042,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -4886,7 +6050,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 55, "min_level": 20, @@ -4894,7 +6058,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "walk", "encounter_rate": 50, "min_level": 23, @@ -4902,7 +6066,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -4910,7 +6074,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -4918,7 +6082,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -4926,7 +6090,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 24, @@ -4934,7 +6098,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -4942,7 +6106,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -4950,7 +6114,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 15, "min_level": 23, @@ -4958,7 +6122,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -4966,7 +6130,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -4974,7 +6138,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -4982,13 +6146,563 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 24, "max_level": 24 } ] + }, + { + "name": "Whirl Islands (B1F)", + "order": 75, + "encounters": [ + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "walk", + "encounter_rate": 50, + "min_level": 23, + "max_level": 25 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 15, + "min_level": 23, + "max_level": 25 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 24, + "max_level": 24 + } + ] + }, + { + "name": "Whirl Islands (B2F)", + "order": 76, + "encounters": [ + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "surf", + "encounter_rate": 90, + "min_level": 15, + "max_level": 24 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "good-rod", + "encounter_rate": 55, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "walk", + "encounter_rate": 50, + "min_level": 23, + "max_level": 25 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 35, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "super-rod", + "encounter_rate": 30, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 99, + "pokemon_name": "Kingler", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 15, + "min_level": 23, + "max_level": 25 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "good-rod", + "encounter_rate": 10, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 117, + "pokemon_name": "Seadra", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 73, + "pokemon_name": "Tentacruel", + "method": "surf", + "encounter_rate": 10, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 24, + "max_level": 24 + } + ] + }, + { + "name": "Whirl Islands (B3f)", + "order": 76, + "encounters": [ + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "surf", + "encounter_rate": 90, + "min_level": 15, + "max_level": 24 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "good-rod", + "encounter_rate": 55, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "walk", + "encounter_rate": 50, + "min_level": 24, + "max_level": 26 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 35, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "super-rod", + "encounter_rate": 30, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 25, + "max_level": 25 + }, + { + "pokeapi_id": 99, + "pokemon_name": "Kingler", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 15, + "min_level": 24, + "max_level": 26 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "good-rod", + "encounter_rate": 10, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 117, + "pokemon_name": "Seadra", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 73, + "pokemon_name": "Tentacruel", + "method": "surf", + "encounter_rate": 10, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 25, + "max_level": 25 + } + ] + }, + { + "name": "Whirl Islands (B3F)", + "order": 77, + "encounters": [ + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "surf", + "encounter_rate": 90, + "min_level": 15, + "max_level": 24 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "good-rod", + "encounter_rate": 55, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "walk", + "encounter_rate": 50, + "min_level": 24, + "max_level": 26 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 35, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "super-rod", + "encounter_rate": 30, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 25, + "max_level": 25 + }, + { + "pokeapi_id": 99, + "pokemon_name": "Kingler", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 15, + "min_level": 24, + "max_level": 26 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "good-rod", + "encounter_rate": 10, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 117, + "pokemon_name": "Seadra", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 73, + "pokemon_name": "Tentacruel", + "method": "surf", + "encounter_rate": 10, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 25, + "max_level": 25 + } + ] + }, + { + "name": "Whirl Islands (1f)", + "order": 77, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 72, + "pokemon_name": "Tentacool", + "method": "surf", + "encounter_rate": 60, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "good-rod", + "encounter_rate": 55, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "walk", + "encounter_rate": 50, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 35, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "surf", + "encounter_rate": 30, + "min_level": 15, + "max_level": 19 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "super-rod", + "encounter_rate": 30, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 99, + "pokemon_name": "Kingler", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 15, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "good-rod", + "encounter_rate": 10, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 117, + "pokemon_name": "Seadra", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 73, + "pokemon_name": "Tentacruel", + "method": "surf", + "encounter_rate": 10, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 23, + "max_level": 23 + } + ] } ] }, @@ -4998,7 +6712,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -5006,7 +6720,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -5014,7 +6728,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -5022,7 +6736,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -5030,7 +6744,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -5038,7 +6752,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 30, "min_level": 22, @@ -5046,7 +6760,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -5054,7 +6768,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 22, @@ -5062,7 +6776,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -5070,7 +6784,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -5078,7 +6792,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -5086,7 +6800,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 15, "min_level": 21, @@ -5094,7 +6808,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -5102,7 +6816,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -5110,7 +6824,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 5, "min_level": 20, @@ -5124,7 +6838,7 @@ "encounters": [ { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 100, "min_level": 28, @@ -5132,7 +6846,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 90, "min_level": 28, @@ -5140,7 +6854,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -5148,7 +6862,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -5156,7 +6870,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 65, "min_level": 28, @@ -5164,7 +6878,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -5172,7 +6886,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -5180,7 +6894,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -5188,7 +6902,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -5196,7 +6910,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -5204,7 +6918,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -5212,7 +6926,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -5220,7 +6934,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 15, "min_level": 32, @@ -5228,7 +6942,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -5236,7 +6950,7 @@ }, { "pokeapi_id": 85, - "pokemon_name": "dodrio", + "pokemon_name": "Dodrio", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -5244,7 +6958,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -5252,7 +6966,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -5260,7 +6974,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -5274,7 +6988,7 @@ "encounters": [ { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 100, "min_level": 28, @@ -5282,7 +6996,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 25, @@ -5290,7 +7004,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -5298,7 +7012,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 80, "min_level": 28, @@ -5306,7 +7020,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 60, "min_level": 32, @@ -5314,7 +7028,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -5322,7 +7036,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -5330,7 +7044,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -5338,7 +7052,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -5346,7 +7060,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -5354,7 +7068,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -5362,7 +7076,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 15, "min_level": 30, @@ -5370,7 +7084,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -5378,7 +7092,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -5386,7 +7100,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -5394,7 +7108,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 30, @@ -5402,7 +7116,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 6, "min_level": 30, @@ -5416,12 +7130,12 @@ "encounters": [], "children": [ { - "name": "Victory Road 1 (1f)", + "name": "Victory Road 1 (1F)", "order": 82, "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -5429,7 +7143,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -5437,7 +7151,7 @@ }, { "pokeapi_id": 232, - "pokemon_name": "donphan", + "pokemon_name": "Donphan", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -5445,7 +7159,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 15, "min_level": 34, @@ -5453,7 +7167,53 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", + "method": "walk", + "encounter_rate": 5, + "min_level": 35, + "max_level": 35 + } + ] + }, + { + "name": "Victory Road 1 (1f)", + "order": 82, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 232, + "pokemon_name": "Donphan", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 33 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 15, + "min_level": 34, + "max_level": 36 + }, + { + "pokeapi_id": 111, + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 5, "min_level": 35, @@ -5467,7 +7227,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -5475,7 +7235,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -5483,7 +7243,7 @@ }, { "pokeapi_id": 232, - "pokemon_name": "donphan", + "pokemon_name": "Donphan", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -5491,7 +7251,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 15, "min_level": 34, @@ -5499,7 +7259,99 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", + "method": "walk", + "encounter_rate": 5, + "min_level": 35, + "max_level": 35 + } + ] + }, + { + "name": "Victory Road 1 (2F)", + "order": 83, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 232, + "pokemon_name": "Donphan", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 33 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 15, + "min_level": 34, + "max_level": 36 + }, + { + "pokeapi_id": 111, + "pokemon_name": "Rhyhorn", + "method": "walk", + "encounter_rate": 5, + "min_level": 35, + "max_level": 35 + } + ] + }, + { + "name": "Victory Road 1 (3F)", + "order": 84, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 232, + "pokemon_name": "Donphan", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 33 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 15, + "min_level": 34, + "max_level": 36 + }, + { + "pokeapi_id": 111, + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 5, "min_level": 35, @@ -5513,7 +7365,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -5521,7 +7373,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -5529,7 +7381,7 @@ }, { "pokeapi_id": 232, - "pokemon_name": "donphan", + "pokemon_name": "Donphan", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -5537,7 +7389,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 15, "min_level": 34, @@ -5545,7 +7397,7 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 5, "min_level": 35, @@ -5561,7 +7413,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 35, @@ -5569,7 +7421,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 90, "min_level": 40, @@ -5577,7 +7429,7 @@ }, { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 90, "min_level": 39, @@ -5585,7 +7437,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -5593,7 +7445,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -5601,7 +7453,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -5609,7 +7461,7 @@ }, { "pokeapi_id": 232, - "pokemon_name": "donphan", + "pokemon_name": "Donphan", "method": "walk", "encounter_rate": 60, "min_level": 40, @@ -5617,7 +7469,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -5625,7 +7477,7 @@ }, { "pokeapi_id": 78, - "pokemon_name": "rapidash", + "pokemon_name": "Rapidash", "method": "walk", "encounter_rate": 30, "min_level": 42, @@ -5633,7 +7485,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -5641,7 +7493,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -5649,7 +7501,7 @@ }, { "pokeapi_id": 85, - "pokemon_name": "dodrio", + "pokemon_name": "Dodrio", "method": "walk", "encounter_rate": 10, "min_level": 43, @@ -5657,7 +7509,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -5665,7 +7517,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 40, @@ -5673,7 +7525,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -5687,104 +7539,12 @@ "encounters": [], "children": [ { - "name": "Mt Silver (1f)", + "name": "Mt Silver (2F)", "order": 87, - "encounters": [ - { - "pokeapi_id": 232, - "pokemon_name": "donphan", - "method": "walk", - "encounter_rate": 30, - "min_level": 44, - "max_level": 44 - }, - { - "pokeapi_id": 75, - "pokemon_name": "graveler", - "method": "walk", - "encounter_rate": 30, - "min_level": 43, - "max_level": 43 - }, - { - "pokeapi_id": 95, - "pokemon_name": "onix", - "method": "walk", - "encounter_rate": 30, - "min_level": 42, - "max_level": 42 - }, - { - "pokeapi_id": 42, - "pokemon_name": "golbat", - "method": "walk", - "encounter_rate": 5, - "min_level": 45, - "max_level": 45 - }, - { - "pokeapi_id": 246, - "pokemon_name": "larvitar", - "method": "walk", - "encounter_rate": 5, - "min_level": 15, - "max_level": 20 - } - ] - }, - { - "name": "Mt Silver (Top)", - "order": 88, - "encounters": [ - { - "pokeapi_id": 42, - "pokemon_name": "golbat", - "method": "walk", - "encounter_rate": 50, - "min_level": 48, - "max_level": 51 - }, - { - "pokeapi_id": 95, - "pokemon_name": "onix", - "method": "walk", - "encounter_rate": 30, - "min_level": 48, - "max_level": 48 - }, - { - "pokeapi_id": 232, - "pokemon_name": "donphan", - "method": "walk", - "encounter_rate": 10, - "min_level": 50, - "max_level": 50 - }, - { - "pokeapi_id": 55, - "pokemon_name": "golduck", - "method": "walk", - "encounter_rate": 5, - "min_level": 51, - "max_level": 51 - }, - { - "pokeapi_id": 246, - "pokemon_name": "larvitar", - "method": "walk", - "encounter_rate": 5, - "min_level": 15, - "max_level": 20 - } - ] - }, - { - "name": "Mt Silver (2f)", - "order": 89, "encounters": [ { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 100, "min_level": 45, @@ -5792,7 +7552,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 90, "min_level": 48, @@ -5800,7 +7560,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 90, "min_level": 35, @@ -5808,7 +7568,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -5816,7 +7576,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -5824,7 +7584,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -5832,7 +7592,7 @@ }, { "pokeapi_id": 232, - "pokemon_name": "donphan", + "pokemon_name": "Donphan", "method": "walk", "encounter_rate": 60, "min_level": 47, @@ -5840,7 +7600,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -5848,7 +7608,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -5856,7 +7616,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 15, "min_level": 48, @@ -5864,7 +7624,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -5872,7 +7632,7 @@ }, { "pokeapi_id": 246, - "pokemon_name": "larvitar", + "pokemon_name": "Larvitar", "method": "walk", "encounter_rate": 15, "min_level": 15, @@ -5880,7 +7640,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -5888,7 +7648,7 @@ }, { "pokeapi_id": 200, - "pokemon_name": "misdreavus", + "pokemon_name": "Misdreavus", "method": "walk", "encounter_rate": 10, "min_level": 45, @@ -5896,7 +7656,133 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + } + ] + }, + { + "name": "Mt Silver (2f)", + "order": 87, + "encounters": [ + { + "pokeapi_id": 195, + "pokemon_name": "Quagsire", + "method": "walk", + "encounter_rate": 100, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "walk", + "encounter_rate": 90, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "surf", + "encounter_rate": 90, + "min_level": 35, + "max_level": 44 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 65, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 232, + "pokemon_name": "Donphan", + "method": "walk", + "encounter_rate": 60, + "min_level": 47, + "max_level": 47 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 35, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 15, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 246, + "pokemon_name": "Larvitar", + "method": "walk", + "encounter_rate": 15, + "min_level": 15, + "max_level": 20 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "surf", + "encounter_rate": 10, + "min_level": 35, + "max_level": 39 + }, + { + "pokeapi_id": 200, + "pokemon_name": "Misdreavus", + "method": "walk", + "encounter_rate": 10, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -5906,11 +7792,11 @@ }, { "name": "Mt Silver (Outside)", - "order": 90, + "order": 88, "encounters": [ { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 90, "min_level": 35, @@ -5918,7 +7804,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 90, "min_level": 42, @@ -5926,7 +7812,7 @@ }, { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 90, "min_level": 41, @@ -5934,7 +7820,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -5942,7 +7828,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -5950,7 +7836,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -5958,7 +7844,7 @@ }, { "pokeapi_id": 232, - "pokemon_name": "donphan", + "pokemon_name": "Donphan", "method": "walk", "encounter_rate": 60, "min_level": 42, @@ -5966,7 +7852,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -5974,7 +7860,7 @@ }, { "pokeapi_id": 78, - "pokemon_name": "rapidash", + "pokemon_name": "Rapidash", "method": "walk", "encounter_rate": 30, "min_level": 44, @@ -5982,7 +7868,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -5990,7 +7876,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -5998,7 +7884,7 @@ }, { "pokeapi_id": 85, - "pokemon_name": "dodrio", + "pokemon_name": "Dodrio", "method": "walk", "encounter_rate": 10, "min_level": 43, @@ -6006,7 +7892,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -6014,7 +7900,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -6022,13 +7908,151 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 10, "min_level": 38, "max_level": 42 } ] + }, + { + "name": "Mt Silver (1F)", + "order": 89, + "encounters": [ + { + "pokeapi_id": 232, + "pokemon_name": "Donphan", + "method": "walk", + "encounter_rate": 30, + "min_level": 44, + "max_level": 44 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 30, + "min_level": 43, + "max_level": 43 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 30, + "min_level": 42, + "max_level": 42 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 246, + "pokemon_name": "Larvitar", + "method": "walk", + "encounter_rate": 5, + "min_level": 15, + "max_level": 20 + } + ] + }, + { + "name": "Mt Silver (1f)", + "order": 89, + "encounters": [ + { + "pokeapi_id": 232, + "pokemon_name": "Donphan", + "method": "walk", + "encounter_rate": 30, + "min_level": 44, + "max_level": 44 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 30, + "min_level": 43, + "max_level": 43 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 30, + "min_level": 42, + "max_level": 42 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 246, + "pokemon_name": "Larvitar", + "method": "walk", + "encounter_rate": 5, + "min_level": 15, + "max_level": 20 + } + ] + }, + { + "name": "Mt Silver (Top)", + "order": 90, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 50, + "min_level": 48, + "max_level": 51 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 30, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 232, + "pokemon_name": "Donphan", + "method": "walk", + "encounter_rate": 10, + "min_level": 50, + "max_level": 50 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "walk", + "encounter_rate": 5, + "min_level": 51, + "max_level": 51 + }, + { + "pokeapi_id": 246, + "pokemon_name": "Larvitar", + "method": "walk", + "encounter_rate": 5, + "min_level": 15, + "max_level": 20 + } + ] } ] }, @@ -6038,7 +8062,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -6046,7 +8070,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -6054,7 +8078,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -6062,7 +8086,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -6070,7 +8094,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -6078,7 +8102,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -6086,7 +8110,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -6094,7 +8118,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -6102,7 +8126,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -6110,7 +8134,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -6118,7 +8142,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -6126,7 +8150,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -6140,7 +8164,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 2, @@ -6148,7 +8172,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 90, "min_level": 2, @@ -6156,7 +8180,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 45, "min_level": 2, @@ -6164,7 +8188,7 @@ }, { "pokeapi_id": 161, - "pokemon_name": "sentret", + "pokemon_name": "Sentret", "method": "walk", "encounter_rate": 40, "min_level": 3, @@ -6172,7 +8196,7 @@ }, { "pokeapi_id": 162, - "pokemon_name": "furret", + "pokemon_name": "Furret", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -6186,7 +8210,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 5, @@ -6194,7 +8218,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 10, @@ -6208,7 +8232,7 @@ "encounters": [ { "pokeapi_id": 138, - "pokemon_name": "omanyte", + "pokemon_name": "Omanyte", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -6216,7 +8240,7 @@ }, { "pokeapi_id": 140, - "pokemon_name": "kabuto", + "pokemon_name": "Kabuto", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -6224,7 +8248,7 @@ }, { "pokeapi_id": 142, - "pokemon_name": "aerodactyl", + "pokemon_name": "Aerodactyl", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -6232,7 +8256,7 @@ }, { "pokeapi_id": 345, - "pokemon_name": "lileep", + "pokemon_name": "Lileep", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -6240,7 +8264,7 @@ }, { "pokeapi_id": 347, - "pokemon_name": "anorith", + "pokemon_name": "Anorith", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -6248,7 +8272,7 @@ }, { "pokeapi_id": 408, - "pokemon_name": "cranidos", + "pokemon_name": "Cranidos", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -6256,7 +8280,7 @@ }, { "pokeapi_id": 410, - "pokemon_name": "shieldon", + "pokemon_name": "Shieldon", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -6270,7 +8294,7 @@ "encounters": [ { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 80, "min_level": 3, @@ -6278,7 +8302,7 @@ }, { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 60, "min_level": 3, @@ -6286,7 +8310,7 @@ }, { "pokeapi_id": 14, - "pokemon_name": "kakuna", + "pokemon_name": "Kakuna", "method": "walk", "encounter_rate": 40, "min_level": 5, @@ -6294,7 +8318,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 40, "min_level": 3, @@ -6302,7 +8326,7 @@ }, { "pokeapi_id": 165, - "pokemon_name": "ledyba", + "pokemon_name": "Ledyba", "method": "walk", "encounter_rate": 30, "min_level": 3, @@ -6310,7 +8334,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 15, "min_level": 7, @@ -6318,7 +8342,7 @@ }, { "pokeapi_id": 25, - "pokemon_name": "pikachu", + "pokemon_name": "Pikachu", "method": "walk", "encounter_rate": 15, "min_level": 4, @@ -6326,7 +8350,7 @@ }, { "pokeapi_id": 15, - "pokemon_name": "beedrill", + "pokemon_name": "Beedrill", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -6334,7 +8358,7 @@ }, { "pokeapi_id": 166, - "pokemon_name": "ledian", + "pokemon_name": "Ledian", "method": "walk", "encounter_rate": 5, "min_level": 7, @@ -6342,7 +8366,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 5, "min_level": 7, @@ -6356,7 +8380,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 95, "min_level": 5, @@ -6364,7 +8388,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 70, "min_level": 5, @@ -6372,7 +8396,7 @@ }, { "pokeapi_id": 23, - "pokemon_name": "ekans", + "pokemon_name": "Ekans", "method": "walk", "encounter_rate": 60, "min_level": 8, @@ -6380,7 +8404,7 @@ }, { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 30, "min_level": 6, @@ -6388,7 +8412,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 5, @@ -6396,7 +8420,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 15, "min_level": 10, @@ -6410,7 +8434,7 @@ "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 50, "min_level": 6, @@ -6418,7 +8442,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 35, "min_level": 8, @@ -6426,7 +8450,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 10, "min_level": 12, @@ -6434,7 +8458,45 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 5, + "min_level": 8, + "max_level": 8 + } + ] + }, + { + "name": "Mt Moon (1F)", + "order": 97, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 50, + "min_level": 6, + "max_level": 8 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 35, + "min_level": 8, + "max_level": 10 + }, + { + "pokeapi_id": 46, + "pokemon_name": "Paras", + "method": "walk", + "encounter_rate": 10, + "min_level": 12, + "max_level": 12 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 5, "min_level": 8, @@ -6448,7 +8510,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 95, "min_level": 5, @@ -6456,7 +8518,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 5, @@ -6464,7 +8526,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 70, "min_level": 5, @@ -6472,7 +8534,7 @@ }, { "pokeapi_id": 23, - "pokemon_name": "ekans", + "pokemon_name": "Ekans", "method": "walk", "encounter_rate": 60, "min_level": 8, @@ -6480,7 +8542,7 @@ }, { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 30, "min_level": 6, @@ -6488,7 +8550,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 5, @@ -6496,7 +8558,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 15, "min_level": 10, @@ -6504,7 +8566,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 10, @@ -6518,7 +8580,7 @@ "encounters": [ { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 5, @@ -6526,7 +8588,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -6534,7 +8596,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -6542,7 +8604,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -6550,7 +8612,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -6558,7 +8620,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -6566,7 +8628,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -6574,7 +8636,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -6582,7 +8644,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 10, @@ -6596,7 +8658,7 @@ "encounters": [ { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 100, "min_level": 8, @@ -6604,7 +8666,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 4, @@ -6612,7 +8674,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -6620,7 +8682,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -6628,7 +8690,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -6636,7 +8698,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 60, "min_level": 9, @@ -6644,7 +8706,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 40, "min_level": 12, @@ -6652,7 +8714,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -6660,7 +8722,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 35, "min_level": 8, @@ -6668,7 +8730,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -6676,7 +8738,7 @@ }, { "pokeapi_id": 191, - "pokemon_name": "sunkern", + "pokemon_name": "Sunkern", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -6684,7 +8746,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -6692,7 +8754,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -6700,7 +8762,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -6708,7 +8770,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 10, @@ -6716,7 +8778,7 @@ }, { "pokeapi_id": 49, - "pokemon_name": "venomoth", + "pokemon_name": "Venomoth", "method": "walk", "encounter_rate": 5, "min_level": 10, @@ -6730,7 +8792,7 @@ "encounters": [ { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 4, @@ -6738,7 +8800,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -6746,7 +8808,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 80, "min_level": 8, @@ -6754,7 +8816,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -6762,7 +8824,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 65, "min_level": 10, @@ -6770,7 +8832,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -6778,7 +8840,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 50, "min_level": 8, @@ -6786,7 +8848,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -6794,7 +8856,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 30, "min_level": 9, @@ -6802,7 +8864,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -6810,7 +8872,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -6818,7 +8880,7 @@ }, { "pokeapi_id": 49, - "pokemon_name": "venomoth", + "pokemon_name": "Venomoth", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -6826,7 +8888,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -6834,7 +8896,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 15, "min_level": 14, @@ -6842,7 +8904,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -6850,7 +8912,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 10, @@ -6858,7 +8920,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -6872,7 +8934,7 @@ "encounters": [ { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 80, "min_level": 13, @@ -6880,7 +8942,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 80, "min_level": 13, @@ -6888,7 +8950,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 70, "min_level": 14, @@ -6896,7 +8958,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 30, "min_level": 12, @@ -6904,7 +8966,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 30, "min_level": 13, @@ -6912,7 +8974,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -6926,7 +8988,7 @@ "encounters": [ { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 5, @@ -6934,7 +8996,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -6942,7 +9004,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 80, "min_level": 13, @@ -6950,7 +9012,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -6958,7 +9020,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 70, "min_level": 14, @@ -6966,7 +9028,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -6974,7 +9036,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 60, "min_level": 13, @@ -6982,7 +9044,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -6990,7 +9052,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 30, "min_level": 12, @@ -6998,7 +9060,7 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -7006,7 +9068,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 30, "min_level": 13, @@ -7014,7 +9076,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -7022,7 +9084,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -7030,7 +9092,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 10, @@ -7044,7 +9106,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -7052,7 +9114,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -7060,7 +9122,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -7068,7 +9130,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -7076,7 +9138,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -7084,7 +9146,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -7092,7 +9154,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -7100,7 +9162,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -7108,7 +9170,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -7116,7 +9178,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -7124,7 +9186,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -7132,7 +9194,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -7146,7 +9208,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -7154,7 +9216,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -7162,7 +9224,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -7170,7 +9232,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -7178,7 +9240,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -7186,7 +9248,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -7194,7 +9256,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -7202,7 +9264,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -7210,7 +9272,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -7218,7 +9280,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -7226,7 +9288,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -7234,7 +9296,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -7248,7 +9310,7 @@ "encounters": [ { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 90, "min_level": 17, @@ -7256,7 +9318,7 @@ }, { "pokeapi_id": 37, - "pokemon_name": "vulpix", + "pokemon_name": "Vulpix", "method": "walk", "encounter_rate": 65, "min_level": 15, @@ -7264,7 +9326,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 60, "min_level": 17, @@ -7272,7 +9334,7 @@ }, { "pokeapi_id": 198, - "pokemon_name": "murkrow", + "pokemon_name": "Murkrow", "method": "walk", "encounter_rate": 30, "min_level": 17, @@ -7280,7 +9342,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 30, "min_level": 19, @@ -7288,7 +9350,7 @@ }, { "pokeapi_id": 53, - "pokemon_name": "persian", + "pokemon_name": "Persian", "method": "walk", "encounter_rate": 15, "min_level": 19, @@ -7296,7 +9358,7 @@ }, { "pokeapi_id": 228, - "pokemon_name": "houndour", + "pokemon_name": "Houndour", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -7304,7 +9366,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -7318,7 +9380,7 @@ "encounters": [ { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 90, "min_level": 17, @@ -7326,7 +9388,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 60, "min_level": 15, @@ -7334,7 +9396,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 60, "min_level": 19, @@ -7342,7 +9404,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 20, @@ -7350,7 +9412,7 @@ }, { "pokeapi_id": 37, - "pokemon_name": "vulpix", + "pokemon_name": "Vulpix", "method": "walk", "encounter_rate": 25, "min_level": 18, @@ -7358,7 +9420,7 @@ }, { "pokeapi_id": 64, - "pokemon_name": "kadabra", + "pokemon_name": "Kadabra", "method": "walk", "encounter_rate": 15, "min_level": 15, @@ -7366,7 +9428,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -7374,7 +9436,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 10, "min_level": 17, @@ -7388,7 +9450,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 13, @@ -7396,7 +9458,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -7404,7 +9466,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -7412,7 +9474,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -7420,7 +9482,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -7428,7 +9490,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 60, "min_level": 15, @@ -7436,7 +9498,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 40, "min_level": 13, @@ -7444,7 +9506,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -7452,7 +9514,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -7460,7 +9522,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -7468,7 +9530,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -7476,7 +9538,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -7484,7 +9546,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -7498,7 +9560,7 @@ "encounters": [ { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -7506,7 +9568,7 @@ }, { "pokeapi_id": 100, - "pokemon_name": "voltorb", + "pokemon_name": "Voltorb", "method": "walk", "encounter_rate": 90, "min_level": 17, @@ -7514,7 +9576,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -7522,7 +9584,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -7530,7 +9592,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -7538,7 +9600,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 65, "min_level": 16, @@ -7546,7 +9608,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 60, "min_level": 16, @@ -7554,7 +9616,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 45, "min_level": 16, @@ -7562,7 +9624,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -7570,7 +9632,7 @@ }, { "pokeapi_id": 125, - "pokemon_name": "electabuzz", + "pokemon_name": "Electabuzz", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -7578,7 +9640,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 20, "min_level": 18, @@ -7586,7 +9648,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -7594,7 +9656,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -7602,7 +9664,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -7610,7 +9672,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -7624,12 +9686,12 @@ "encounters": [], "children": [ { - "name": "Rock Tunnel (1f)", + "name": "Rock Tunnel (1F)", "order": 111, "encounters": [ { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 35, "min_level": 10, @@ -7637,7 +9699,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -7645,7 +9707,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 20, "min_level": 12, @@ -7653,7 +9715,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 8, @@ -7661,7 +9723,107 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 5, + "min_level": 14, + "max_level": 14 + } + ] + }, + { + "name": "Rock Tunnel (1f)", + "order": 111, + "encounters": [ + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 35, + "min_level": 10, + "max_level": 13 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 30, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 20, + "min_level": 12, + "max_level": 12 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 5, + "min_level": 14, + "max_level": 14 + } + ] + }, + { + "name": "Rock Tunnel (B1F)", + "order": 112, + "encounters": [ + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 30, + "min_level": 12, + "max_level": 12 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 30, + "min_level": 12, + "max_level": 12 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 20, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 115, + "pokemon_name": "Kangaskhan", + "method": "walk", + "encounter_rate": 5, + "min_level": 14, + "max_level": 14 + }, + { + "pokeapi_id": 105, + "pokemon_name": "Marowak", "method": "walk", "encounter_rate": 5, "min_level": 14, @@ -7675,7 +9837,7 @@ "encounters": [ { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 30, "min_level": 12, @@ -7683,7 +9845,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 30, "min_level": 12, @@ -7691,7 +9853,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -7699,7 +9861,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -7707,7 +9869,7 @@ }, { "pokeapi_id": 115, - "pokemon_name": "kangaskhan", + "pokemon_name": "Kangaskhan", "method": "walk", "encounter_rate": 5, "min_level": 14, @@ -7715,7 +9877,7 @@ }, { "pokeapi_id": 105, - "pokemon_name": "marowak", + "pokemon_name": "Marowak", "method": "walk", "encounter_rate": 5, "min_level": 14, @@ -7731,7 +9893,7 @@ "encounters": [ { "pokeapi_id": 96, - "pokemon_name": "drowzee", + "pokemon_name": "Drowzee", "method": "walk", "encounter_rate": 40, "min_level": 14, @@ -7739,7 +9901,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -7747,7 +9909,7 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -7755,7 +9917,7 @@ }, { "pokeapi_id": 97, - "pokemon_name": "hypno", + "pokemon_name": "Hypno", "method": "walk", "encounter_rate": 10, "min_level": 16, @@ -7769,7 +9931,7 @@ "encounters": [ { "pokeapi_id": 50, - "pokemon_name": "diglett", + "pokemon_name": "Diglett", "method": "walk", "encounter_rate": 90, "min_level": 13, @@ -7777,7 +9939,7 @@ }, { "pokeapi_id": 51, - "pokemon_name": "dugtrio", + "pokemon_name": "Dugtrio", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -7791,7 +9953,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -7799,7 +9961,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -7807,7 +9969,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -7815,7 +9977,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 25, @@ -7823,7 +9985,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -7831,7 +9993,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -7839,7 +10001,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -7847,7 +10009,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -7855,7 +10017,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -7863,7 +10025,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 25, @@ -7877,7 +10039,7 @@ "encounters": [ { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 90, "min_level": 23, @@ -7885,7 +10047,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 90, "min_level": 23, @@ -7893,7 +10055,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -7901,7 +10063,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -7909,7 +10071,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -7917,7 +10079,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 25, @@ -7925,7 +10087,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 40, "min_level": 25, @@ -7933,7 +10095,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -7941,7 +10103,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 34, "min_level": 22, @@ -7949,7 +10111,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -7957,7 +10119,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 23, "min_level": 22, @@ -7965,7 +10127,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -7973,7 +10135,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -7981,7 +10143,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -7989,7 +10151,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -7997,7 +10159,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 25, @@ -8005,7 +10167,7 @@ }, { "pokeapi_id": 113, - "pokemon_name": "chansey", + "pokemon_name": "Chansey", "method": "walk", "encounter_rate": 3, "min_level": 25, @@ -8019,7 +10181,7 @@ "encounters": [ { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 90, "min_level": 23, @@ -8027,7 +10189,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 90, "min_level": 23, @@ -8035,7 +10197,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 40, "min_level": 25, @@ -8043,7 +10205,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 23, "min_level": 22, @@ -8051,7 +10213,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -8059,7 +10221,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -8067,7 +10229,7 @@ }, { "pokeapi_id": 188, - "pokemon_name": "skiploom", + "pokemon_name": "Skiploom", "method": "walk", "encounter_rate": 14, "min_level": 26, @@ -8075,7 +10237,7 @@ }, { "pokeapi_id": 113, - "pokemon_name": "chansey", + "pokemon_name": "Chansey", "method": "walk", "encounter_rate": 3, "min_level": 25, @@ -8089,7 +10251,7 @@ "encounters": [ { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 90, "min_level": 23, @@ -8097,7 +10259,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 90, "min_level": 23, @@ -8105,7 +10267,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 40, "min_level": 25, @@ -8113,7 +10275,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 34, "min_level": 22, @@ -8121,7 +10283,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 23, "min_level": 22, @@ -8129,7 +10291,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -8137,7 +10299,7 @@ }, { "pokeapi_id": 113, - "pokemon_name": "chansey", + "pokemon_name": "Chansey", "method": "walk", "encounter_rate": 3, "min_level": 25, @@ -8151,7 +10313,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 10, @@ -8159,7 +10321,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 100, "min_level": 10, @@ -8167,7 +10329,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 90, "min_level": 20, @@ -8175,7 +10337,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -8183,7 +10345,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -8191,7 +10353,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -8205,7 +10367,7 @@ "encounters": [ { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 100, "min_level": 26, @@ -8213,7 +10375,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 80, "min_level": 27, @@ -8221,7 +10383,7 @@ }, { "pokeapi_id": 89, - "pokemon_name": "muk", + "pokemon_name": "Muk", "method": "walk", "encounter_rate": 15, "min_level": 30, @@ -8229,7 +10391,7 @@ }, { "pokeapi_id": 218, - "pokemon_name": "slugma", + "pokemon_name": "Slugma", "method": "walk", "encounter_rate": 15, "min_level": 27, @@ -8237,7 +10399,7 @@ }, { "pokeapi_id": 198, - "pokemon_name": "murkrow", + "pokemon_name": "Murkrow", "method": "walk", "encounter_rate": 10, "min_level": 28, @@ -8251,7 +10413,7 @@ "encounters": [ { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 100, "min_level": 27, @@ -8259,7 +10421,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 80, "min_level": 28, @@ -8267,7 +10429,7 @@ }, { "pokeapi_id": 218, - "pokemon_name": "slugma", + "pokemon_name": "Slugma", "method": "walk", "encounter_rate": 45, "min_level": 27, @@ -8275,7 +10437,7 @@ }, { "pokeapi_id": 89, - "pokemon_name": "muk", + "pokemon_name": "Muk", "method": "walk", "encounter_rate": 25, "min_level": 30, @@ -8289,7 +10451,7 @@ "encounters": [ { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 100, "min_level": 26, @@ -8297,7 +10459,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 80, "min_level": 27, @@ -8305,7 +10467,7 @@ }, { "pokeapi_id": 89, - "pokemon_name": "muk", + "pokemon_name": "Muk", "method": "walk", "encounter_rate": 15, "min_level": 30, @@ -8313,7 +10475,7 @@ }, { "pokeapi_id": 218, - "pokemon_name": "slugma", + "pokemon_name": "Slugma", "method": "walk", "encounter_rate": 15, "min_level": 27, @@ -8321,7 +10483,7 @@ }, { "pokeapi_id": 198, - "pokemon_name": "murkrow", + "pokemon_name": "Murkrow", "method": "walk", "encounter_rate": 10, "min_level": 28, @@ -8335,7 +10497,7 @@ "encounters": [ { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -8343,7 +10505,7 @@ }, { "pokeapi_id": 89, - "pokemon_name": "muk", + "pokemon_name": "Muk", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -8357,7 +10519,7 @@ "encounters": [ { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -8365,7 +10527,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -8373,7 +10535,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 100, "min_level": 20, @@ -8381,7 +10543,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -8389,7 +10551,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -8397,7 +10559,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -8405,7 +10567,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -8413,7 +10575,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -8421,7 +10583,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -8429,7 +10591,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -8437,7 +10599,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -8445,7 +10607,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -8459,7 +10621,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -8467,7 +10629,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -8475,7 +10637,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -8483,7 +10645,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -8491,7 +10653,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -8499,7 +10661,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -8507,7 +10669,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -8515,7 +10677,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -8523,7 +10685,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -8531,7 +10693,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -8539,7 +10701,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -8547,7 +10709,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -8561,7 +10723,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -8569,7 +10731,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -8577,7 +10739,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -8585,7 +10747,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -8593,7 +10755,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -8601,7 +10763,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -8609,7 +10771,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -8617,7 +10779,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -8625,7 +10787,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -8633,7 +10795,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -8641,7 +10803,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -8649,7 +10811,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -8663,7 +10825,7 @@ "encounters": [ { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -8671,7 +10833,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -8679,7 +10841,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -8687,23 +10849,23 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, "max_level": 40 }, { - "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokeapi_id": 72, + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 35, "min_level": 20, "max_level": 20 }, { - "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokeapi_id": 129, + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -8711,7 +10873,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -8719,7 +10881,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -8727,7 +10889,7 @@ }, { "pokeapi_id": 122, - "pokemon_name": "mr-mime", + "pokemon_name": "Mr Mime", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -8735,7 +10897,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -8743,7 +10905,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -8751,7 +10913,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -8759,7 +10921,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -8767,7 +10929,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -8781,7 +10943,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 3, @@ -8789,7 +10951,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 100, "min_level": 3, @@ -8797,7 +10959,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 4, @@ -8805,7 +10967,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -8813,7 +10975,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -8821,7 +10983,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -8829,7 +10991,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 35, "min_level": 20, @@ -8837,7 +10999,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 20, "min_level": 4, @@ -8845,7 +11007,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -8853,7 +11015,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -8861,7 +11023,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 15, "min_level": 6, @@ -8869,7 +11031,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -8877,7 +11039,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 10, diff --git a/backend/src/app/seeds/data/soulsilver.json b/backend/src/app/seeds/data/soulsilver.json index 3c2bb64..136950b 100644 --- a/backend/src/app/seeds/data/soulsilver.json +++ b/backend/src/app/seeds/data/soulsilver.json @@ -5,7 +5,7 @@ "encounters": [ { "pokeapi_id": 152, - "pokemon_name": "chikorita", + "pokemon_name": "Chikorita", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -13,7 +13,7 @@ }, { "pokeapi_id": 155, - "pokemon_name": "cyndaquil", + "pokemon_name": "Cyndaquil", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -21,7 +21,7 @@ }, { "pokeapi_id": 158, - "pokemon_name": "totodile", + "pokemon_name": "Totodile", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -35,7 +35,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -43,7 +43,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -51,7 +51,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -59,7 +59,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -67,7 +67,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -75,7 +75,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 30, "min_level": 20, @@ -83,7 +83,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -91,7 +91,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -99,7 +99,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -107,7 +107,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -115,7 +115,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -123,7 +123,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -137,7 +137,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 100, "min_level": 2, @@ -145,7 +145,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 85, "min_level": 2, @@ -153,7 +153,7 @@ }, { "pokeapi_id": 161, - "pokemon_name": "sentret", + "pokemon_name": "Sentret", "method": "walk", "encounter_rate": 80, "min_level": 2, @@ -161,7 +161,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 2, @@ -169,7 +169,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 25, "min_level": 2, @@ -177,7 +177,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -185,7 +185,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 2, @@ -199,7 +199,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -207,7 +207,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -215,7 +215,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -223,7 +223,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -231,7 +231,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 50, "min_level": 20, @@ -239,7 +239,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -247,7 +247,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -255,7 +255,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -263,7 +263,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -271,7 +271,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -279,7 +279,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -287,7 +287,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -301,7 +301,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -309,7 +309,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -317,7 +317,7 @@ }, { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 85, "min_level": 3, @@ -325,7 +325,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -333,7 +333,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 60, "min_level": 3, @@ -341,7 +341,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 60, "min_level": 3, @@ -349,7 +349,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -357,7 +357,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -365,7 +365,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 40, "min_level": 3, @@ -373,7 +373,7 @@ }, { "pokeapi_id": 165, - "pokemon_name": "ledyba", + "pokemon_name": "Ledyba", "method": "walk", "encounter_rate": 30, "min_level": 3, @@ -381,7 +381,7 @@ }, { "pokeapi_id": 14, - "pokemon_name": "kakuna", + "pokemon_name": "Kakuna", "method": "walk", "encounter_rate": 25, "min_level": 4, @@ -389,7 +389,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 4, @@ -397,7 +397,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -405,7 +405,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 4, @@ -413,7 +413,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -421,7 +421,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -429,7 +429,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -437,7 +437,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -451,7 +451,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -459,7 +459,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -467,7 +467,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -475,7 +475,7 @@ }, { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 65, "min_level": 4, @@ -483,7 +483,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -491,7 +491,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 40, "min_level": 4, @@ -499,7 +499,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -507,7 +507,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 40, "min_level": 4, @@ -515,7 +515,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 40, "min_level": 4, @@ -523,7 +523,7 @@ }, { "pokeapi_id": 165, - "pokemon_name": "ledyba", + "pokemon_name": "Ledyba", "method": "walk", "encounter_rate": 30, "min_level": 4, @@ -531,7 +531,7 @@ }, { "pokeapi_id": 14, - "pokemon_name": "kakuna", + "pokemon_name": "Kakuna", "method": "walk", "encounter_rate": 25, "min_level": 5, @@ -539,7 +539,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -547,7 +547,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -555,7 +555,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 4, @@ -563,7 +563,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -571,7 +571,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -579,7 +579,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 4, @@ -587,7 +587,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -595,7 +595,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -614,7 +614,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 100, "min_level": 2, @@ -622,7 +622,7 @@ }, { "pokeapi_id": 206, - "pokemon_name": "dunsparce", + "pokemon_name": "Dunsparce", "method": "rock-smash", "encounter_rate": 90, "min_level": 4, @@ -630,7 +630,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -638,7 +638,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -646,7 +646,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 60, "min_level": 2, @@ -654,7 +654,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -662,7 +662,7 @@ }, { "pokeapi_id": 206, - "pokemon_name": "dunsparce", + "pokemon_name": "Dunsparce", "method": "walk", "encounter_rate": 41, "min_level": 2, @@ -670,7 +670,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -678,7 +678,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 39, "min_level": 2, @@ -686,7 +686,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 2, @@ -694,7 +694,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 2, @@ -702,7 +702,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 2, @@ -710,7 +710,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -718,7 +718,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 2, @@ -726,7 +726,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -734,7 +734,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 10, "min_level": 8, @@ -742,7 +742,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -756,7 +756,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 100, "min_level": 2, @@ -764,7 +764,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -772,7 +772,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -780,7 +780,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -788,7 +788,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -796,7 +796,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -804,7 +804,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -812,7 +812,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -820,7 +820,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -828,7 +828,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -836,7 +836,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -844,7 +844,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -852,7 +852,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -860,7 +860,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -868,7 +868,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 15, "min_level": 20, @@ -876,7 +876,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -884,7 +884,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 23, @@ -900,15 +900,23 @@ "encounters": [ { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 100, "min_level": 40, "max_level": 40 }, + { + "pokeapi_id": 175, + "pokemon_name": "Togepi", + "method": "gift", + "encounter_rate": 100, + "min_level": 1, + "max_level": 1 + }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -916,7 +924,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -924,7 +932,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -932,7 +940,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -940,7 +948,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -948,7 +956,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -956,7 +964,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -964,7 +972,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -972,7 +980,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -980,19 +988,11 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 15, "max_level": 25 - }, - { - "pokeapi_id": 175, - "pokemon_name": "togepi", - "method": "gift", - "encounter_rate": 100, - "min_level": 1, - "max_level": 1 } ] }, @@ -1002,12 +1002,12 @@ "encounters": [], "children": [ { - "name": "Sprout Tower (2f)", + "name": "Sprout Tower (2F)", "order": 12, "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 3, @@ -1015,7 +1015,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 85, "min_level": 3, @@ -1023,7 +1023,7 @@ }, { "pokeapi_id": 441, - "pokemon_name": "chatot", + "pokemon_name": "Chatot", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -1031,7 +1031,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -1039,7 +1039,7 @@ }, { "pokeapi_id": 327, - "pokemon_name": "spinda", + "pokemon_name": "Spinda", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -1047,7 +1047,115 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", + "method": "walk", + "encounter_rate": 20, + "min_level": 3, + "max_level": 4 + } + ] + }, + { + "name": "Sprout Tower (2f)", + "order": 12, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 3, + "max_level": 6 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 85, + "min_level": 3, + "max_level": 6 + }, + { + "pokeapi_id": 441, + "pokemon_name": "Chatot", + "method": "walk", + "encounter_rate": 20, + "min_level": 3, + "max_level": 4 + }, + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 20, + "min_level": 5, + "max_level": 5 + }, + { + "pokeapi_id": 327, + "pokemon_name": "Spinda", + "method": "walk", + "encounter_rate": 20, + "min_level": 5, + "max_level": 5 + }, + { + "pokeapi_id": 263, + "pokemon_name": "Zigzagoon", + "method": "walk", + "encounter_rate": 20, + "min_level": 3, + "max_level": 4 + } + ] + }, + { + "name": "Sprout Tower (3F)", + "order": 13, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 3, + "max_level": 6 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 85, + "min_level": 3, + "max_level": 6 + }, + { + "pokeapi_id": 441, + "pokemon_name": "Chatot", + "method": "walk", + "encounter_rate": 20, + "min_level": 3, + "max_level": 4 + }, + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 20, + "min_level": 5, + "max_level": 5 + }, + { + "pokeapi_id": 327, + "pokemon_name": "Spinda", + "method": "walk", + "encounter_rate": 20, + "min_level": 5, + "max_level": 5 + }, + { + "pokeapi_id": 263, + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -1061,7 +1169,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 3, @@ -1069,7 +1177,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 85, "min_level": 3, @@ -1077,7 +1185,7 @@ }, { "pokeapi_id": 441, - "pokemon_name": "chatot", + "pokemon_name": "Chatot", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -1085,7 +1193,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -1093,7 +1201,7 @@ }, { "pokeapi_id": 327, - "pokemon_name": "spinda", + "pokemon_name": "Spinda", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -1101,7 +1209,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -1117,7 +1225,7 @@ "encounters": [ { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -1125,7 +1233,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -1133,7 +1241,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 80, "min_level": 6, @@ -1141,7 +1249,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "good-rod", "encounter_rate": 70, "min_level": 20, @@ -1149,7 +1257,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -1157,7 +1265,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 10, @@ -1165,7 +1273,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 55, "min_level": 20, @@ -1173,7 +1281,7 @@ }, { "pokeapi_id": 179, - "pokemon_name": "mareep", + "pokemon_name": "Mareep", "method": "walk", "encounter_rate": 50, "min_level": 6, @@ -1181,7 +1289,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -1189,7 +1297,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "walk", "encounter_rate": 35, "min_level": 6, @@ -1197,7 +1305,7 @@ }, { "pokeapi_id": 23, - "pokemon_name": "ekans", + "pokemon_name": "Ekans", "method": "walk", "encounter_rate": 30, "min_level": 4, @@ -1205,7 +1313,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 30, "min_level": 15, @@ -1213,7 +1321,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -1221,7 +1329,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 4, @@ -1229,7 +1337,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -1237,7 +1345,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -1245,7 +1353,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -1253,7 +1361,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 4, @@ -1261,7 +1369,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -1269,7 +1377,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 15, "min_level": 4, @@ -1277,7 +1385,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -1285,7 +1393,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -1293,7 +1401,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 4, @@ -1307,12 +1415,138 @@ "encounters": [], "children": [ { - "name": "Ruins Of Alph (Interior A)", + "name": "Ruins Of Alph (Outside)", "order": 16, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "rock-smash", + "encounter_rate": 100, + "min_level": 3, + "max_level": 14 + }, + { + "pokeapi_id": 177, + "pokemon_name": "Natu", + "method": "walk", + "encounter_rate": 90, + "min_level": 18, + "max_level": 24 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "super-rod", + "encounter_rate": 80, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 194, + "pokemon_name": "Wooper", + "method": "surf", + "encounter_rate": 60, + "min_level": 10, + "max_level": 20 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 195, + "pokemon_name": "Quagsire", + "method": "surf", + "encounter_rate": 40, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 399, + "pokemon_name": "Bidoof", + "method": "walk", + "encounter_rate": 20, + "min_level": 18, + "max_level": 18 + }, + { + "pokeapi_id": 418, + "pokemon_name": "Buizel", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 22 + }, + { + "pokeapi_id": 264, + "pokemon_name": "Linoone", + "method": "walk", + "encounter_rate": 20, + "min_level": 18, + "max_level": 18 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 293, + "pokemon_name": "Whismur", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 22 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 235, + "pokemon_name": "Smeargle", + "method": "walk", + "encounter_rate": 10, + "min_level": 20, + "max_level": 22 + } + ] + }, + { + "name": "Ruins Of Alph (Interior A)", + "order": 17, "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -1322,11 +1556,11 @@ }, { "name": "Ruins Of Alph (Interior B)", - "order": 17, + "order": 18, "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -1336,11 +1570,11 @@ }, { "name": "Ruins Of Alph (Interior C)", - "order": 18, + "order": 19, "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -1350,143 +1584,17 @@ }, { "name": "Ruins Of Alph (Interior D)", - "order": 19, + "order": 20, "encounters": [ { "pokeapi_id": 201, - "pokemon_name": "unown", + "pokemon_name": "Unown", "method": "walk", "encounter_rate": 100, "min_level": 5, "max_level": 5 } ] - }, - { - "name": "Ruins Of Alph (Outside)", - "order": 20, - "encounters": [ - { - "pokeapi_id": 74, - "pokemon_name": "geodude", - "method": "rock-smash", - "encounter_rate": 100, - "min_level": 3, - "max_level": 14 - }, - { - "pokeapi_id": 177, - "pokemon_name": "natu", - "method": "walk", - "encounter_rate": 90, - "min_level": 18, - "max_level": 24 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "old-rod", - "encounter_rate": 85, - "min_level": 10, - "max_level": 10 - }, - { - "pokeapi_id": 60, - "pokemon_name": "poliwag", - "method": "super-rod", - "encounter_rate": 80, - "min_level": 40, - "max_level": 40 - }, - { - "pokeapi_id": 60, - "pokemon_name": "poliwag", - "method": "good-rod", - "encounter_rate": 60, - "min_level": 20, - "max_level": 20 - }, - { - "pokeapi_id": 194, - "pokemon_name": "wooper", - "method": "surf", - "encounter_rate": 60, - "min_level": 10, - "max_level": 20 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "good-rod", - "encounter_rate": 40, - "min_level": 20, - "max_level": 20 - }, - { - "pokeapi_id": 195, - "pokemon_name": "quagsire", - "method": "surf", - "encounter_rate": 40, - "min_level": 10, - "max_level": 25 - }, - { - "pokeapi_id": 399, - "pokemon_name": "bidoof", - "method": "walk", - "encounter_rate": 20, - "min_level": 18, - "max_level": 18 - }, - { - "pokeapi_id": 418, - "pokemon_name": "buizel", - "method": "walk", - "encounter_rate": 20, - "min_level": 20, - "max_level": 22 - }, - { - "pokeapi_id": 264, - "pokemon_name": "linoone", - "method": "walk", - "encounter_rate": 20, - "min_level": 18, - "max_level": 18 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "super-rod", - "encounter_rate": 20, - "min_level": 40, - "max_level": 40 - }, - { - "pokeapi_id": 293, - "pokemon_name": "whismur", - "method": "walk", - "encounter_rate": 20, - "min_level": 20, - "max_level": 22 - }, - { - "pokeapi_id": 60, - "pokemon_name": "poliwag", - "method": "old-rod", - "encounter_rate": 15, - "min_level": 10, - "max_level": 10 - }, - { - "pokeapi_id": 235, - "pokemon_name": "smeargle", - "method": "walk", - "encounter_rate": 10, - "min_level": 20, - "max_level": 22 - } - ] } ] }, @@ -1501,7 +1609,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -1509,7 +1617,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -1517,7 +1625,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -1525,7 +1633,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 60, "min_level": 10, @@ -1533,7 +1641,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -1541,7 +1649,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 40, "min_level": 10, @@ -1549,7 +1657,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 40, "min_level": 4, @@ -1557,7 +1665,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 30, "min_level": 6, @@ -1565,7 +1673,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 25, "min_level": 5, @@ -1573,7 +1681,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -1581,7 +1689,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -1589,7 +1697,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -1597,7 +1705,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -1605,7 +1713,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -1613,7 +1721,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -1621,7 +1729,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -1629,7 +1737,149 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 5, + "min_level": 6, + "max_level": 6 + } + ] + }, + { + "name": "Union Cave (1F)", + "order": 22, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 194, + "pokemon_name": "Wooper", + "method": "surf", + "encounter_rate": 60, + "min_level": 10, + "max_level": 20 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 195, + "pokemon_name": "Quagsire", + "method": "surf", + "encounter_rate": 40, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 40, + "min_level": 4, + "max_level": 6 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 30, + "min_level": 6, + "max_level": 6 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 25, + "min_level": 5, + "max_level": 7 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 6, + "max_level": 6 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 6, + "max_level": 6 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 5, + "max_level": 5 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 5, + "max_level": 5 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 6, @@ -1643,7 +1893,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -1651,7 +1901,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -1659,7 +1909,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -1667,7 +1917,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 60, "min_level": 10, @@ -1675,7 +1925,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -1683,7 +1933,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 40, "min_level": 10, @@ -1691,7 +1941,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 35, "min_level": 6, @@ -1699,7 +1949,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 30, "min_level": 8, @@ -1707,7 +1957,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 25, "min_level": 7, @@ -1715,7 +1965,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -1723,7 +1973,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -1731,7 +1981,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 7, @@ -1739,7 +1989,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -1747,7 +1997,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 7, @@ -1755,7 +2005,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -1763,7 +2013,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 10, "min_level": 8, @@ -1771,7 +2021,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -1779,13 +2029,345 @@ } ] }, + { + "name": "Union Cave (B1F)", + "order": 23, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 194, + "pokemon_name": "Wooper", + "method": "surf", + "encounter_rate": 60, + "min_level": 10, + "max_level": 20 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 195, + "pokemon_name": "Quagsire", + "method": "surf", + "encounter_rate": 40, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 35, + "min_level": 6, + "max_level": 8 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 30, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 25, + "min_level": 7, + "max_level": 9 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 7, + "max_level": 7 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 7, + "max_level": 7 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 10, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + } + ] + }, + { + "name": "Union Cave (B2F)", + "order": 24, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 222, + "pokemon_name": "Corsola", + "method": "super-rod", + "encounter_rate": 60, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "super-rod", + "encounter_rate": 60, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 72, + "pokemon_name": "Tentacool", + "method": "surf", + "encounter_rate": 60, + "min_level": 10, + "max_level": 20 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 195, + "pokemon_name": "Quagsire", + "method": "surf", + "encounter_rate": 30, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 20, + "pokemon_name": "Raticate", + "method": "walk", + "encounter_rate": 30, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 120, + "pokemon_name": "Staryu", + "method": "super-rod", + "encounter_rate": 30, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 222, + "pokemon_name": "Corsola", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 10, + "min_level": 21, + "max_level": 21 + }, + { + "pokeapi_id": 99, + "pokemon_name": "Kingler", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 120, + "pokemon_name": "Staryu", + "method": "good-rod", + "encounter_rate": 10, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 73, + "pokemon_name": "Tentacruel", + "method": "surf", + "encounter_rate": 10, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 5, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 5, + "min_level": 20, + "max_level": 20 + } + ] + }, { "name": "Union Cave (B2f)", "order": 24, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -1793,7 +2375,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -1801,7 +2383,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -1809,7 +2391,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 10, @@ -1817,7 +2399,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 50, "min_level": 20, @@ -1825,7 +2407,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -1833,7 +2415,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 30, "min_level": 15, @@ -1841,7 +2423,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 30, "min_level": 22, @@ -1849,7 +2431,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -1857,7 +2439,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 22, @@ -1865,7 +2447,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -1873,7 +2455,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -1881,7 +2463,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -1889,7 +2471,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -1897,7 +2479,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -1905,7 +2487,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -1913,7 +2495,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -1921,7 +2503,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 10, "min_level": 21, @@ -1929,7 +2511,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -1937,7 +2519,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -1945,7 +2527,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -1953,7 +2535,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 23, @@ -1961,7 +2543,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 5, "min_level": 20, @@ -1977,7 +2559,7 @@ "encounters": [ { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 70, "min_level": 6, @@ -1985,7 +2567,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 45, "min_level": 4, @@ -1993,7 +2575,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 6, @@ -2001,7 +2583,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 40, "min_level": 6, @@ -2009,7 +2591,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 35, "min_level": 4, @@ -2017,7 +2599,7 @@ }, { "pokeapi_id": 23, - "pokemon_name": "ekans", + "pokemon_name": "Ekans", "method": "walk", "encounter_rate": 30, "min_level": 7, @@ -2025,7 +2607,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -2033,7 +2615,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -2052,7 +2634,7 @@ "encounters": [ { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -2060,7 +2642,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -2068,7 +2650,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 85, "min_level": 5, @@ -2076,7 +2658,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -2084,7 +2666,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -2092,7 +2674,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -2100,7 +2682,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -2108,7 +2690,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -2116,7 +2698,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 7, @@ -2124,7 +2706,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -2132,7 +2714,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 7, @@ -2140,7 +2722,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -2148,7 +2730,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 15, "min_level": 6, @@ -2156,7 +2738,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -2164,13 +2746,265 @@ } ] }, + { + "name": "Slowpoke Well (1F)", + "order": 27, + "encounters": [ + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "surf", + "encounter_rate": 100, + "min_level": 5, + "max_level": 25 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 85, + "min_level": 5, + "max_level": 8 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 5, + "max_level": 6 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 5, + "max_level": 6 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 7, + "max_level": 7 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 7, + "max_level": 7 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "walk", + "encounter_rate": 15, + "min_level": 6, + "max_level": 8 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + } + ] + }, + { + "name": "Slowpoke Well (B1F)", + "order": 28, + "encounters": [ + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "surf", + "encounter_rate": 90, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 80, + "min_level": 19, + "max_level": 23 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 21, + "max_level": 23 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 21, + "max_level": 23 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 19, + "max_level": 19 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 19, + "max_level": 19 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "walk", + "encounter_rate": 15, + "min_level": 21, + "max_level": 23 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 80, + "pokemon_name": "Slowbro", + "method": "surf", + "encounter_rate": 10, + "min_level": 15, + "max_level": 30 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 23, + "max_level": 23 + } + ] + }, { "name": "Slowpoke Well (B1f)", "order": 28, "encounters": [ { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -2178,7 +3012,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -2186,7 +3020,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 80, "min_level": 19, @@ -2194,7 +3028,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -2202,7 +3036,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -2210,7 +3044,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -2218,7 +3052,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -2226,7 +3060,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -2234,7 +3068,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -2242,7 +3076,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -2250,7 +3084,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -2258,7 +3092,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -2266,7 +3100,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 15, "min_level": 21, @@ -2274,7 +3108,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -2282,7 +3116,7 @@ }, { "pokeapi_id": 80, - "pokemon_name": "slowbro", + "pokemon_name": "Slowbro", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -2290,7 +3124,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 23, @@ -2306,7 +3140,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -2314,7 +3148,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -2322,7 +3156,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -2330,7 +3164,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -2338,7 +3172,7 @@ }, { "pokeapi_id": 96, - "pokemon_name": "drowzee", + "pokemon_name": "Drowzee", "method": "walk", "encounter_rate": 50, "min_level": 10, @@ -2346,7 +3180,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 50, "min_level": 20, @@ -2354,7 +3188,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -2362,7 +3196,7 @@ }, { "pokeapi_id": 280, - "pokemon_name": "ralts", + "pokemon_name": "Ralts", "method": "walk", "encounter_rate": 40, "min_level": 10, @@ -2370,7 +3204,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 35, "min_level": 11, @@ -2378,7 +3212,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -2386,7 +3220,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 12, @@ -2394,7 +3228,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -2402,7 +3236,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -2410,7 +3244,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 12, @@ -2418,7 +3252,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -2426,7 +3260,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -2434,7 +3268,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -2442,7 +3276,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -2450,7 +3284,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -2458,7 +3292,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -2466,7 +3300,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 5, "min_level": 10, @@ -2480,7 +3314,7 @@ "encounters": [ { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 100, "min_level": 5, @@ -2488,7 +3322,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 5, @@ -2496,7 +3330,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -2504,7 +3338,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -2512,7 +3346,7 @@ }, { "pokeapi_id": 14, - "pokemon_name": "kakuna", + "pokemon_name": "Kakuna", "method": "walk", "encounter_rate": 60, "min_level": 5, @@ -2520,7 +3354,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 60, "min_level": 5, @@ -2528,7 +3362,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -2536,7 +3370,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -2544,7 +3378,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 25, "min_level": 5, @@ -2552,7 +3386,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 25, "min_level": 5, @@ -2560,7 +3394,7 @@ }, { "pokeapi_id": 406, - "pokemon_name": "budew", + "pokemon_name": "Budew", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -2568,7 +3402,7 @@ }, { "pokeapi_id": 455, - "pokemon_name": "carnivine", + "pokemon_name": "Carnivine", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -2576,7 +3410,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -2584,7 +3418,7 @@ }, { "pokeapi_id": 322, - "pokemon_name": "numel", + "pokemon_name": "Numel", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -2592,7 +3426,7 @@ }, { "pokeapi_id": 325, - "pokemon_name": "spoink", + "pokemon_name": "Spoink", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -2600,7 +3434,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -2608,7 +3442,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 10, @@ -2622,7 +3456,7 @@ "encounters": [ { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 100, "min_level": 10, @@ -2630,7 +3464,7 @@ }, { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 80, "min_level": 10, @@ -2638,7 +3472,7 @@ }, { "pokeapi_id": 14, - "pokemon_name": "kakuna", + "pokemon_name": "Kakuna", "method": "walk", "encounter_rate": 60, "min_level": 10, @@ -2646,7 +3480,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 10, @@ -2654,7 +3488,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 35, "min_level": 10, @@ -2662,7 +3496,7 @@ }, { "pokeapi_id": 191, - "pokemon_name": "sunkern", + "pokemon_name": "Sunkern", "method": "walk", "encounter_rate": 25, "min_level": 10, @@ -2670,7 +3504,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 12, @@ -2678,7 +3512,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -2692,7 +3526,7 @@ "encounters": [ { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -2700,7 +3534,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -2708,7 +3542,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -2716,7 +3550,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -2724,7 +3558,7 @@ }, { "pokeapi_id": 193, - "pokemon_name": "yanma", + "pokemon_name": "Yanma", "method": "walk", "encounter_rate": 41, "min_level": 12, @@ -2732,7 +3566,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -2740,7 +3574,7 @@ }, { "pokeapi_id": 29, - "pokemon_name": "nidoran-f", + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 30, "min_level": 12, @@ -2748,7 +3582,7 @@ }, { "pokeapi_id": 32, - "pokemon_name": "nidoran-m", + "pokemon_name": "Nidoran M", "method": "walk", "encounter_rate": 30, "min_level": 12, @@ -2756,7 +3590,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -2764,7 +3598,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 12, @@ -2772,7 +3606,7 @@ }, { "pokeapi_id": 96, - "pokemon_name": "drowzee", + "pokemon_name": "Drowzee", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -2780,7 +3614,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -2788,7 +3622,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -2796,7 +3630,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 12, @@ -2804,7 +3638,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -2812,7 +3646,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -2820,7 +3654,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -2828,7 +3662,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -2836,7 +3670,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 5, "min_level": 14, @@ -2844,7 +3678,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 4, "min_level": 10, @@ -2858,7 +3692,7 @@ "encounters": [ { "pokeapi_id": 133, - "pokemon_name": "eevee", + "pokemon_name": "Eevee", "method": "gift", "encounter_rate": 100, "min_level": 5, @@ -2872,7 +3706,7 @@ "encounters": [ { "pokeapi_id": 29, - "pokemon_name": "nidoran-f", + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 50, "min_level": 12, @@ -2880,7 +3714,7 @@ }, { "pokeapi_id": 32, - "pokemon_name": "nidoran-m", + "pokemon_name": "Nidoran M", "method": "walk", "encounter_rate": 50, "min_level": 12, @@ -2888,7 +3722,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 45, "min_level": 12, @@ -2896,7 +3730,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 12, @@ -2904,7 +3738,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 25, "min_level": 13, @@ -2912,7 +3746,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -2920,7 +3754,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 12, @@ -2928,7 +3762,7 @@ }, { "pokeapi_id": 37, - "pokemon_name": "vulpix", + "pokemon_name": "Vulpix", "method": "walk", "encounter_rate": 15, "min_level": 13, @@ -2936,7 +3770,7 @@ }, { "pokeapi_id": 234, - "pokemon_name": "stantler", + "pokemon_name": "Stantler", "method": "walk", "encounter_rate": 5, "min_level": 13, @@ -2950,7 +3784,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 70, "min_level": 13, @@ -2958,7 +3792,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 60, "min_level": 13, @@ -2966,7 +3800,7 @@ }, { "pokeapi_id": 165, - "pokemon_name": "ledyba", + "pokemon_name": "Ledyba", "method": "walk", "encounter_rate": 40, "min_level": 13, @@ -2974,7 +3808,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 13, @@ -2982,7 +3816,7 @@ }, { "pokeapi_id": 234, - "pokemon_name": "stantler", + "pokemon_name": "Stantler", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -2990,7 +3824,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -2998,7 +3832,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -3006,7 +3840,7 @@ }, { "pokeapi_id": 37, - "pokemon_name": "vulpix", + "pokemon_name": "Vulpix", "method": "walk", "encounter_rate": 15, "min_level": 14, @@ -3014,7 +3848,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -3028,7 +3862,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -3036,7 +3870,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -3044,7 +3878,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -3052,7 +3886,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -3060,7 +3894,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -3068,7 +3902,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -3076,7 +3910,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -3084,7 +3918,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -3098,12 +3932,12 @@ "encounters": [], "children": [ { - "name": "Burned Tower (1f)", + "name": "Burned Tower (1F)", "order": 38, "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 50, "min_level": 13, @@ -3111,7 +3945,7 @@ }, { "pokeapi_id": 109, - "pokemon_name": "koffing", + "pokemon_name": "Koffing", "method": "walk", "encounter_rate": 35, "min_level": 14, @@ -3119,7 +3953,7 @@ }, { "pokeapi_id": 441, - "pokemon_name": "chatot", + "pokemon_name": "Chatot", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -3127,7 +3961,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -3135,7 +3969,7 @@ }, { "pokeapi_id": 327, - "pokemon_name": "spinda", + "pokemon_name": "Spinda", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -3143,7 +3977,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -3151,7 +3985,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -3159,7 +3993,147 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", + "method": "walk", + "encounter_rate": 5, + "min_level": 15, + "max_level": 15 + } + ] + }, + { + "name": "Burned Tower (1f)", + "order": 38, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 50, + "min_level": 13, + "max_level": 15 + }, + { + "pokeapi_id": 109, + "pokemon_name": "Koffing", + "method": "walk", + "encounter_rate": 35, + "min_level": 14, + "max_level": 16 + }, + { + "pokeapi_id": 441, + "pokemon_name": "Chatot", + "method": "walk", + "encounter_rate": 20, + "min_level": 13, + "max_level": 14 + }, + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 20, + "min_level": 15, + "max_level": 15 + }, + { + "pokeapi_id": 327, + "pokemon_name": "Spinda", + "method": "walk", + "encounter_rate": 20, + "min_level": 15, + "max_level": 15 + }, + { + "pokeapi_id": 263, + "pokemon_name": "Zigzagoon", + "method": "walk", + "encounter_rate": 20, + "min_level": 13, + "max_level": 14 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 14, + "max_level": 14 + }, + { + "pokeapi_id": 20, + "pokemon_name": "Raticate", + "method": "walk", + "encounter_rate": 5, + "min_level": 15, + "max_level": 15 + } + ] + }, + { + "name": "Burned Tower (B1F)", + "order": 39, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 55, + "min_level": 14, + "max_level": 16 + }, + { + "pokeapi_id": 109, + "pokemon_name": "Koffing", + "method": "walk", + "encounter_rate": 50, + "min_level": 14, + "max_level": 16 + }, + { + "pokeapi_id": 441, + "pokemon_name": "Chatot", + "method": "walk", + "encounter_rate": 20, + "min_level": 14, + "max_level": 14 + }, + { + "pokeapi_id": 126, + "pokemon_name": "Magmar", + "method": "walk", + "encounter_rate": 20, + "min_level": 14, + "max_level": 16 + }, + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 20, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 327, + "pokemon_name": "Spinda", + "method": "walk", + "encounter_rate": 20, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 263, + "pokemon_name": "Zigzagoon", + "method": "walk", + "encounter_rate": 20, + "min_level": 14, + "max_level": 14 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -3173,7 +4147,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 55, "min_level": 14, @@ -3181,7 +4155,7 @@ }, { "pokeapi_id": 109, - "pokemon_name": "koffing", + "pokemon_name": "Koffing", "method": "walk", "encounter_rate": 50, "min_level": 14, @@ -3189,7 +4163,7 @@ }, { "pokeapi_id": 441, - "pokemon_name": "chatot", + "pokemon_name": "Chatot", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -3197,7 +4171,7 @@ }, { "pokeapi_id": 126, - "pokemon_name": "magmar", + "pokemon_name": "Magmar", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -3205,7 +4179,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -3213,7 +4187,7 @@ }, { "pokeapi_id": 327, - "pokemon_name": "spinda", + "pokemon_name": "Spinda", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -3221,7 +4195,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -3229,7 +4203,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -3245,12 +4219,12 @@ "encounters": [], "children": [ { - "name": "Bell Tower (2f)", + "name": "Bell Tower (2F)", "order": 41, "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -3258,7 +4232,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -3266,7 +4240,7 @@ }, { "pokeapi_id": 441, - "pokemon_name": "chatot", + "pokemon_name": "Chatot", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -3274,7 +4248,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -3282,7 +4256,7 @@ }, { "pokeapi_id": 327, - "pokemon_name": "spinda", + "pokemon_name": "Spinda", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -3290,61 +4264,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", - "method": "walk", - "encounter_rate": 20, - "min_level": 20, - "max_level": 21 - } - ] - }, - { - "name": "Bell Tower (4f)", - "order": 42, - "encounters": [ - { - "pokeapi_id": 19, - "pokemon_name": "rattata", - "method": "walk", - "encounter_rate": 100, - "min_level": 20, - "max_level": 24 - }, - { - "pokeapi_id": 92, - "pokemon_name": "gastly", - "method": "walk", - "encounter_rate": 80, - "min_level": 20, - "max_level": 22 - }, - { - "pokeapi_id": 441, - "pokemon_name": "chatot", - "method": "walk", - "encounter_rate": 20, - "min_level": 20, - "max_level": 21 - }, - { - "pokeapi_id": 307, - "pokemon_name": "meditite", - "method": "walk", - "encounter_rate": 20, - "min_level": 22, - "max_level": 22 - }, - { - "pokeapi_id": 327, - "pokemon_name": "spinda", - "method": "walk", - "encounter_rate": 20, - "min_level": 22, - "max_level": 22 - }, - { - "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -3354,11 +4274,11 @@ }, { "name": "Bell Tower (5f)", - "order": 43, + "order": 41, "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -3366,7 +4286,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -3374,7 +4294,7 @@ }, { "pokeapi_id": 441, - "pokemon_name": "chatot", + "pokemon_name": "Chatot", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -3382,7 +4302,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -3390,7 +4310,7 @@ }, { "pokeapi_id": 327, - "pokemon_name": "spinda", + "pokemon_name": "Spinda", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -3398,7 +4318,61 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 21 + } + ] + }, + { + "name": "Bell Tower (3F)", + "order": 42, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + }, + { + "pokeapi_id": 441, + "pokemon_name": "Chatot", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 21 + }, + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 327, + "pokemon_name": "Spinda", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 263, + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -3408,11 +4382,11 @@ }, { "name": "Bell Tower (6f)", - "order": 44, + "order": 42, "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -3420,7 +4394,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -3428,7 +4402,7 @@ }, { "pokeapi_id": 441, - "pokemon_name": "chatot", + "pokemon_name": "Chatot", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -3436,7 +4410,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -3444,7 +4418,7 @@ }, { "pokeapi_id": 327, - "pokemon_name": "spinda", + "pokemon_name": "Spinda", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -3452,7 +4426,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -3462,11 +4436,11 @@ }, { "name": "Bell Tower (7f)", - "order": 45, + "order": 43, "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -3474,7 +4448,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -3482,7 +4456,7 @@ }, { "pokeapi_id": 441, - "pokemon_name": "chatot", + "pokemon_name": "Chatot", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -3490,7 +4464,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -3498,7 +4472,7 @@ }, { "pokeapi_id": 327, - "pokemon_name": "spinda", + "pokemon_name": "Spinda", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -3506,7 +4480,331 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 21 + } + ] + }, + { + "name": "Bell Tower (4F)", + "order": 43, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + }, + { + "pokeapi_id": 441, + "pokemon_name": "Chatot", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 21 + }, + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 327, + "pokemon_name": "Spinda", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 263, + "pokemon_name": "Zigzagoon", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 21 + } + ] + }, + { + "name": "Bell Tower (10f)", + "order": 44, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + }, + { + "pokeapi_id": 441, + "pokemon_name": "Chatot", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 21 + }, + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 327, + "pokemon_name": "Spinda", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 263, + "pokemon_name": "Zigzagoon", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 21 + } + ] + }, + { + "name": "Bell Tower (5F)", + "order": 44, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + }, + { + "pokeapi_id": 441, + "pokemon_name": "Chatot", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 21 + }, + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 327, + "pokemon_name": "Spinda", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 263, + "pokemon_name": "Zigzagoon", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 21 + } + ] + }, + { + "name": "Bell Tower (2f)", + "order": 45, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + }, + { + "pokeapi_id": 441, + "pokemon_name": "Chatot", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 21 + }, + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 327, + "pokemon_name": "Spinda", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 263, + "pokemon_name": "Zigzagoon", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 21 + } + ] + }, + { + "name": "Bell Tower (6F)", + "order": 45, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + }, + { + "pokeapi_id": 441, + "pokemon_name": "Chatot", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 21 + }, + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 327, + "pokemon_name": "Spinda", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 263, + "pokemon_name": "Zigzagoon", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 21 + } + ] + }, + { + "name": "Bell Tower (7F)", + "order": 46, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + }, + { + "pokeapi_id": 441, + "pokemon_name": "Chatot", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 21 + }, + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 327, + "pokemon_name": "Spinda", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 263, + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -3520,7 +4818,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -3528,7 +4826,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -3536,7 +4834,7 @@ }, { "pokeapi_id": 441, - "pokemon_name": "chatot", + "pokemon_name": "Chatot", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -3544,7 +4842,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -3552,7 +4850,7 @@ }, { "pokeapi_id": 327, - "pokemon_name": "spinda", + "pokemon_name": "Spinda", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -3560,7 +4858,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -3569,12 +4867,12 @@ ] }, { - "name": "Bell Tower (3f)", + "name": "Bell Tower (8F)", "order": 47, "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -3582,7 +4880,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -3590,7 +4888,7 @@ }, { "pokeapi_id": 441, - "pokemon_name": "chatot", + "pokemon_name": "Chatot", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -3598,7 +4896,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -3606,7 +4904,7 @@ }, { "pokeapi_id": 327, - "pokemon_name": "spinda", + "pokemon_name": "Spinda", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -3614,7 +4912,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -3624,11 +4922,11 @@ }, { "name": "Bell Tower (9f)", - "order": 48, + "order": 47, "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -3636,7 +4934,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -3644,7 +4942,7 @@ }, { "pokeapi_id": 441, - "pokemon_name": "chatot", + "pokemon_name": "Chatot", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -3652,7 +4950,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -3660,7 +4958,7 @@ }, { "pokeapi_id": 327, - "pokemon_name": "spinda", + "pokemon_name": "Spinda", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -3668,7 +4966,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -3677,12 +4975,12 @@ ] }, { - "name": "Bell Tower (10f)", - "order": 49, + "name": "Bell Tower (9F)", + "order": 48, "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -3690,7 +4988,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 80, "min_level": 20, @@ -3698,7 +4996,7 @@ }, { "pokeapi_id": 441, - "pokemon_name": "chatot", + "pokemon_name": "Chatot", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -3706,7 +5004,7 @@ }, { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -3714,7 +5012,7 @@ }, { "pokeapi_id": 327, - "pokemon_name": "spinda", + "pokemon_name": "Spinda", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -3722,7 +5020,169 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 21 + } + ] + }, + { + "name": "Bell Tower (3f)", + "order": 48, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + }, + { + "pokeapi_id": 441, + "pokemon_name": "Chatot", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 21 + }, + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 327, + "pokemon_name": "Spinda", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 263, + "pokemon_name": "Zigzagoon", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 21 + } + ] + }, + { + "name": "Bell Tower (4f)", + "order": 49, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + }, + { + "pokeapi_id": 441, + "pokemon_name": "Chatot", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 21 + }, + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 327, + "pokemon_name": "Spinda", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 263, + "pokemon_name": "Zigzagoon", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 21 + } + ] + }, + { + "name": "Bell Tower (10F)", + "order": 49, + "encounters": [ + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 100, + "min_level": 20, + "max_level": 24 + }, + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 80, + "min_level": 20, + "max_level": 22 + }, + { + "pokeapi_id": 441, + "pokemon_name": "Chatot", + "method": "walk", + "encounter_rate": 20, + "min_level": 20, + "max_level": 21 + }, + { + "pokeapi_id": 307, + "pokemon_name": "Meditite", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 327, + "pokemon_name": "Spinda", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 263, + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -3738,7 +5198,7 @@ "encounters": [ { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 60, "min_level": 16, @@ -3746,7 +5206,7 @@ }, { "pokeapi_id": 209, - "pokemon_name": "snubbull", + "pokemon_name": "Snubbull", "method": "walk", "encounter_rate": 41, "min_level": 13, @@ -3754,7 +5214,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -3762,7 +5222,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 30, "min_level": 16, @@ -3770,7 +5230,7 @@ }, { "pokeapi_id": 83, - "pokemon_name": "farfetchd", + "pokemon_name": "Farfetchd", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -3778,7 +5238,7 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -3786,7 +5246,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -3794,7 +5254,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -3802,7 +5262,7 @@ }, { "pokeapi_id": 241, - "pokemon_name": "miltank", + "pokemon_name": "Miltank", "method": "walk", "encounter_rate": 5, "min_level": 13, @@ -3810,7 +5270,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 4, "min_level": 13, @@ -3824,7 +5284,7 @@ "encounters": [ { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 60, "min_level": 16, @@ -3832,7 +5292,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -3840,7 +5300,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 30, "min_level": 17, @@ -3848,7 +5308,7 @@ }, { "pokeapi_id": 83, - "pokemon_name": "farfetchd", + "pokemon_name": "Farfetchd", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -3856,7 +5316,7 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -3864,7 +5324,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -3872,7 +5332,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -3880,7 +5340,7 @@ }, { "pokeapi_id": 241, - "pokemon_name": "miltank", + "pokemon_name": "Miltank", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -3888,7 +5348,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -3902,7 +5362,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -3910,7 +5370,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -3918,7 +5378,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -3926,7 +5386,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -3934,7 +5394,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 50, "min_level": 20, @@ -3942,7 +5402,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -3950,7 +5410,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -3958,7 +5418,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -3966,7 +5426,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -3974,7 +5434,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -3982,7 +5442,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -3990,7 +5450,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -4004,7 +5464,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -4012,7 +5472,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -4020,7 +5480,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -4028,7 +5488,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -4036,7 +5496,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 50, "min_level": 20, @@ -4044,7 +5504,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -4052,7 +5512,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -4060,7 +5520,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -4068,7 +5528,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -4076,7 +5536,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -4084,7 +5544,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -4092,7 +5552,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -4106,7 +5566,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -4114,7 +5574,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -4122,7 +5582,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -4130,7 +5590,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -4138,7 +5598,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -4146,7 +5606,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 30, "min_level": 20, @@ -4154,7 +5614,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -4162,7 +5622,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -4170,7 +5630,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -4178,7 +5638,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -4186,7 +5646,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -4194,7 +5654,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -4206,9 +5666,17 @@ "name": "Cianwood City", "order": 55, "encounters": [ + { + "pokeapi_id": 213, + "pokemon_name": "Shuckle", + "method": "gift", + "encounter_rate": 100, + "min_level": 20, + "max_level": 20 + }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "rock-smash", "encounter_rate": 90, "min_level": 15, @@ -4216,7 +5684,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -4224,7 +5692,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -4232,7 +5700,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -4240,7 +5708,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -4248,7 +5716,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 50, "min_level": 20, @@ -4256,7 +5724,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -4264,7 +5732,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -4272,7 +5740,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -4280,7 +5748,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -4288,7 +5756,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -4296,7 +5764,7 @@ }, { "pokeapi_id": 213, - "pokemon_name": "shuckle", + "pokemon_name": "Shuckle", "method": "rock-smash", "encounter_rate": 10, "min_level": 23, @@ -4304,7 +5772,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -4312,19 +5780,11 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 15, "max_level": 25 - }, - { - "pokeapi_id": 213, - "pokemon_name": "shuckle", - "method": "gift", - "encounter_rate": 100, - "min_level": 20, - "max_level": 20 } ] }, @@ -4334,7 +5794,7 @@ "encounters": [ { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -4342,7 +5802,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -4350,7 +5810,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 80, "min_level": 14, @@ -4358,7 +5818,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -4366,7 +5826,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -4374,7 +5834,7 @@ }, { "pokeapi_id": 179, - "pokemon_name": "mareep", + "pokemon_name": "Mareep", "method": "walk", "encounter_rate": 50, "min_level": 13, @@ -4382,7 +5842,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -4390,7 +5850,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 40, "min_level": 14, @@ -4398,7 +5858,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -4406,7 +5866,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -4414,7 +5874,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -4422,7 +5882,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -4430,7 +5890,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -4438,7 +5898,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -4446,7 +5906,7 @@ }, { "pokeapi_id": 180, - "pokemon_name": "flaaffy", + "pokemon_name": "Flaaffy", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -4454,7 +5914,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -4462,7 +5922,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -4476,7 +5936,7 @@ "encounters": [ { "pokeapi_id": 236, - "pokemon_name": "tyrogue", + "pokemon_name": "Tyrogue", "method": "gift", "encounter_rate": 100, "min_level": 10, @@ -4485,232 +5945,12 @@ ], "children": [ { - "name": "Mt Mortar (1f)", + "name": "Mt Mortar (Upper Cave)", "order": 58, "encounters": [ { "pokeapi_id": 118, - "pokemon_name": "goldeen", - "method": "surf", - "encounter_rate": 90, - "min_level": 10, - "max_level": 25 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "old-rod", - "encounter_rate": 85, - "min_level": 10, - "max_level": 10 - }, - { - "pokeapi_id": 118, - "pokemon_name": "goldeen", - "method": "super-rod", - "encounter_rate": 70, - "min_level": 40, - "max_level": 40 - }, - { - "pokeapi_id": 118, - "pokemon_name": "goldeen", - "method": "good-rod", - "encounter_rate": 60, - "min_level": 20, - "max_level": 20 - }, - { - "pokeapi_id": 41, - "pokemon_name": "zubat", - "method": "walk", - "encounter_rate": 60, - "min_level": 13, - "max_level": 15 - }, - { - "pokeapi_id": 183, - "pokemon_name": "marill", - "method": "walk", - "encounter_rate": 41, - "min_level": 13, - "max_level": 15 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "good-rod", - "encounter_rate": 40, - "min_level": 20, - "max_level": 20 - }, - { - "pokeapi_id": 359, - "pokemon_name": "absol", - "method": "walk", - "encounter_rate": 20, - "min_level": 13, - "max_level": 15 - }, - { - "pokeapi_id": 436, - "pokemon_name": "bronzor", - "method": "walk", - "encounter_rate": 20, - "min_level": 13, - "max_level": 15 - }, - { - "pokeapi_id": 433, - "pokemon_name": "chingling", - "method": "walk", - "encounter_rate": 20, - "min_level": 14, - "max_level": 14 - }, - { - "pokeapi_id": 66, - "pokemon_name": "machop", - "method": "walk", - "encounter_rate": 20, - "min_level": 14, - "max_level": 14 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "super-rod", - "encounter_rate": 20, - "min_level": 40, - "max_level": 40 - }, - { - "pokeapi_id": 296, - "pokemon_name": "makuhita", - "method": "walk", - "encounter_rate": 20, - "min_level": 14, - "max_level": 14 - }, - { - "pokeapi_id": 118, - "pokemon_name": "goldeen", - "method": "old-rod", - "encounter_rate": 15, - "min_level": 10, - "max_level": 10 - }, - { - "pokeapi_id": 19, - "pokemon_name": "rattata", - "method": "walk", - "encounter_rate": 14, - "min_level": 14, - "max_level": 16 - }, - { - "pokeapi_id": 119, - "pokemon_name": "seaking", - "method": "super-rod", - "encounter_rate": 10, - "min_level": 40, - "max_level": 40 - }, - { - "pokeapi_id": 119, - "pokemon_name": "seaking", - "method": "surf", - "encounter_rate": 10, - "min_level": 15, - "max_level": 25 - }, - { - "pokeapi_id": 74, - "pokemon_name": "geodude", - "method": "walk", - "encounter_rate": 5, - "min_level": 14, - "max_level": 14 - } - ] - }, - { - "name": "Mt Mortar (Lower Cave)", - "order": 59, - "encounters": [ - { - "pokeapi_id": 74, - "pokemon_name": "geodude", - "method": "walk", - "encounter_rate": 50, - "min_level": 13, - "max_level": 15 - }, - { - "pokeapi_id": 66, - "pokemon_name": "machop", - "method": "walk", - "encounter_rate": 35, - "min_level": 13, - "max_level": 15 - }, - { - "pokeapi_id": 359, - "pokemon_name": "absol", - "method": "walk", - "encounter_rate": 20, - "min_level": 13, - "max_level": 13 - }, - { - "pokeapi_id": 436, - "pokemon_name": "bronzor", - "method": "walk", - "encounter_rate": 20, - "min_level": 13, - "max_level": 13 - }, - { - "pokeapi_id": 433, - "pokemon_name": "chingling", - "method": "walk", - "encounter_rate": 20, - "min_level": 15, - "max_level": 15 - }, - { - "pokeapi_id": 296, - "pokemon_name": "makuhita", - "method": "walk", - "encounter_rate": 20, - "min_level": 15, - "max_level": 15 - }, - { - "pokeapi_id": 19, - "pokemon_name": "rattata", - "method": "walk", - "encounter_rate": 10, - "min_level": 14, - "max_level": 14 - }, - { - "pokeapi_id": 41, - "pokemon_name": "zubat", - "method": "walk", - "encounter_rate": 5, - "min_level": 14, - "max_level": 14 - } - ] - }, - { - "name": "Mt Mortar (Upper Cave)", - "order": 60, - "encounters": [ - { - "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -4718,7 +5958,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -4726,7 +5966,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -4734,7 +5974,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -4742,7 +5982,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -4750,7 +5990,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -4758,7 +5998,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -4766,7 +6006,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -4774,7 +6014,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -4782,7 +6022,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -4790,7 +6030,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -4798,7 +6038,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -4806,7 +6046,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -4814,7 +6054,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -4822,7 +6062,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -4830,7 +6070,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -4838,7 +6078,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -4846,7 +6086,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -4854,7 +6094,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -4863,12 +6103,12 @@ ] }, { - "name": "Mt Mortar (B1f)", - "order": 61, + "name": "Mt Mortar (1F)", + "order": 58, "encounters": [ { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -4876,7 +6116,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -4884,7 +6124,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -4892,7 +6132,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -4900,15 +6140,23 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 60, - "min_level": 15, - "max_level": 17 + "min_level": 13, + "max_level": 15 + }, + { + "pokeapi_id": 183, + "pokemon_name": "Marill", + "method": "walk", + "encounter_rate": 41, + "min_level": 13, + "max_level": 15 }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -4916,31 +6164,39 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, - "min_level": 15, - "max_level": 17 + "min_level": 13, + "max_level": 15 }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, - "min_level": 15, - "max_level": 17 + "min_level": 13, + "max_level": 15 }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, - "min_level": 16, - "max_level": 16 + "min_level": 14, + "max_level": 14 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 20, + "min_level": 14, + "max_level": 14 }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -4948,39 +6204,31 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, - "min_level": 16, - "max_level": 16 - }, - { - "pokeapi_id": 19, - "pokemon_name": "rattata", - "method": "walk", - "encounter_rate": 20, - "min_level": 16, - "max_level": 16 + "min_level": 14, + "max_level": 14 }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, "max_level": 10 }, { - "pokeapi_id": 66, - "pokemon_name": "machop", + "pokeapi_id": 19, + "pokemon_name": "Rattata", "method": "walk", - "encounter_rate": 10, - "min_level": 16, + "encounter_rate": 14, + "min_level": 14, "max_level": 16 }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -4988,7 +6236,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -4996,7 +6244,149 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 5, + "min_level": 14, + "max_level": 14 + } + ] + }, + { + "name": "Mt Mortar (B1f)", + "order": 59, + "encounters": [ + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "surf", + "encounter_rate": 90, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 60, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 20, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 10, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "surf", + "encounter_rate": 10, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 5, "min_level": 16, @@ -5004,13 +6394,383 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 5, "min_level": 16, "max_level": 16 } ] + }, + { + "name": "Mt Mortar (1f)", + "order": 60, + "encounters": [ + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "surf", + "encounter_rate": 90, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 60, + "min_level": 13, + "max_level": 15 + }, + { + "pokeapi_id": 183, + "pokemon_name": "Marill", + "method": "walk", + "encounter_rate": 41, + "min_level": 13, + "max_level": 15 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 13, + "max_level": 15 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 13, + "max_level": 15 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 14, + "max_level": 14 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 20, + "min_level": 14, + "max_level": 14 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 14, + "max_level": 14 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 14, + "min_level": 14, + "max_level": 16 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "surf", + "encounter_rate": 10, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 5, + "min_level": 14, + "max_level": 14 + } + ] + }, + { + "name": "Mt Mortar (B1F)", + "order": 61, + "encounters": [ + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "surf", + "encounter_rate": 90, + "min_level": 10, + "max_level": 25 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 60, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 20, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 10, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "surf", + "encounter_rate": 10, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 5, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 20, + "pokemon_name": "Raticate", + "method": "walk", + "encounter_rate": 5, + "min_level": 16, + "max_level": 16 + } + ] + }, + { + "name": "Mt Mortar (Lower Cave)", + "order": 61, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 50, + "min_level": 13, + "max_level": 15 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 35, + "min_level": 13, + "max_level": 15 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 13, + "max_level": 13 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 13, + "max_level": 13 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 15, + "max_level": 15 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 15, + "max_level": 15 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 10, + "min_level": 14, + "max_level": 14 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 5, + "min_level": 14, + "max_level": 14 + } + ] } ] }, @@ -5020,7 +6780,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 10, @@ -5028,7 +6788,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 90, "min_level": 5, @@ -5036,7 +6796,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 90, "min_level": 20, @@ -5044,7 +6804,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -5052,7 +6812,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -5060,7 +6820,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "surf", "encounter_rate": 10, "min_level": 10, @@ -5068,7 +6828,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -5082,7 +6842,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -5090,7 +6850,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -5098,7 +6858,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -5106,7 +6866,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -5114,7 +6874,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 45, "min_level": 17, @@ -5122,7 +6882,7 @@ }, { "pokeapi_id": 180, - "pokemon_name": "flaaffy", + "pokemon_name": "Flaaffy", "method": "walk", "encounter_rate": 40, "min_level": 15, @@ -5130,7 +6890,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -5138,7 +6898,7 @@ }, { "pokeapi_id": 203, - "pokemon_name": "girafarig", + "pokemon_name": "Girafarig", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -5146,7 +6906,7 @@ }, { "pokeapi_id": 179, - "pokemon_name": "mareep", + "pokemon_name": "Mareep", "method": "walk", "encounter_rate": 25, "min_level": 15, @@ -5154,7 +6914,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -5162,7 +6922,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -5170,7 +6930,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -5178,7 +6938,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -5186,7 +6946,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -5194,7 +6954,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -5202,7 +6962,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -5210,7 +6970,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -5224,7 +6984,7 @@ "encounters": [ { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -5232,7 +6992,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -5240,7 +7000,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -5248,7 +7008,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -5256,7 +7016,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "good-rod", "encounter_rate": 70, "min_level": 20, @@ -5264,7 +7024,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 55, "min_level": 20, @@ -5272,7 +7032,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -5280,7 +7040,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 35, "min_level": 22, @@ -5288,7 +7048,7 @@ }, { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -5296,7 +7056,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -5304,7 +7064,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -5312,7 +7072,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -5320,7 +7080,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -5328,7 +7088,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -5336,7 +7096,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -5344,7 +7104,7 @@ }, { "pokeapi_id": 108, - "pokemon_name": "lickitung", + "pokemon_name": "Lickitung", "method": "walk", "encounter_rate": 15, "min_level": 24, @@ -5352,7 +7112,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -5360,7 +7120,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -5368,7 +7128,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -5382,12 +7142,12 @@ "encounters": [], "children": [ { - "name": "Ice Path (B1f)", + "name": "Ice Path (1F)", "order": 66, "encounters": [ { "pokeapi_id": 220, - "pokemon_name": "swinub", + "pokemon_name": "Swinub", "method": "walk", "encounter_rate": 40, "min_level": 21, @@ -5395,7 +7155,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 22, @@ -5403,7 +7163,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -5411,7 +7171,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -5419,7 +7179,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -5427,7 +7187,7 @@ }, { "pokeapi_id": 225, - "pokemon_name": "delibird", + "pokemon_name": "Delibird", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -5435,7 +7195,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -5443,7 +7203,7 @@ }, { "pokeapi_id": 124, - "pokemon_name": "jynx", + "pokemon_name": "Jynx", "method": "walk", "encounter_rate": 10, "min_level": 22, @@ -5451,7 +7211,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 22, @@ -5461,11 +7221,11 @@ }, { "name": "Ice Path (B2f)", - "order": 67, + "order": 66, "encounters": [ { "pokeapi_id": 220, - "pokemon_name": "swinub", + "pokemon_name": "Swinub", "method": "walk", "encounter_rate": 40, "min_level": 22, @@ -5473,7 +7233,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -5481,7 +7241,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -5489,7 +7249,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -5497,7 +7257,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -5505,7 +7265,7 @@ }, { "pokeapi_id": 225, - "pokemon_name": "delibird", + "pokemon_name": "Delibird", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -5513,7 +7273,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -5521,7 +7281,7 @@ }, { "pokeapi_id": 124, - "pokemon_name": "jynx", + "pokemon_name": "Jynx", "method": "walk", "encounter_rate": 10, "min_level": 23, @@ -5529,7 +7289,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 23, @@ -5539,11 +7299,11 @@ }, { "name": "Ice Path (B3f)", - "order": 68, + "order": 67, "encounters": [ { "pokeapi_id": 220, - "pokemon_name": "swinub", + "pokemon_name": "Swinub", "method": "walk", "encounter_rate": 40, "min_level": 22, @@ -5551,7 +7311,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -5559,7 +7319,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -5567,7 +7327,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -5575,7 +7335,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -5583,7 +7343,7 @@ }, { "pokeapi_id": 225, - "pokemon_name": "delibird", + "pokemon_name": "Delibird", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -5591,7 +7351,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -5599,7 +7359,7 @@ }, { "pokeapi_id": 124, - "pokemon_name": "jynx", + "pokemon_name": "Jynx", "method": "walk", "encounter_rate": 10, "min_level": 23, @@ -5607,7 +7367,163 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 23, + "max_level": 23 + } + ] + }, + { + "name": "Ice Path (B1F)", + "order": 67, + "encounters": [ + { + "pokeapi_id": 220, + "pokemon_name": "Swinub", + "method": "walk", + "encounter_rate": 40, + "min_level": 21, + "max_level": 23 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 21, + "max_level": 22 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 21, + "max_level": 22 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 225, + "pokemon_name": "Delibird", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 124, + "pokemon_name": "Jynx", + "method": "walk", + "encounter_rate": 10, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 22, + "max_level": 22 + } + ] + }, + { + "name": "Ice Path (B2F)", + "order": 68, + "encounters": [ + { + "pokeapi_id": 220, + "pokemon_name": "Swinub", + "method": "walk", + "encounter_rate": 40, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 23 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 23 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 225, + "pokemon_name": "Delibird", + "method": "walk", + "encounter_rate": 20, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 124, + "pokemon_name": "Jynx", + "method": "walk", + "encounter_rate": 10, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 23, @@ -5617,11 +7533,11 @@ }, { "name": "Ice Path (1f)", - "order": 69, + "order": 68, "encounters": [ { "pokeapi_id": 220, - "pokemon_name": "swinub", + "pokemon_name": "Swinub", "method": "walk", "encounter_rate": 40, "min_level": 21, @@ -5629,7 +7545,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 22, @@ -5637,7 +7553,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -5645,7 +7561,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -5653,7 +7569,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -5661,7 +7577,7 @@ }, { "pokeapi_id": 225, - "pokemon_name": "delibird", + "pokemon_name": "Delibird", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -5669,7 +7585,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -5677,7 +7593,7 @@ }, { "pokeapi_id": 124, - "pokemon_name": "jynx", + "pokemon_name": "Jynx", "method": "walk", "encounter_rate": 10, "min_level": 22, @@ -5685,13 +7601,169 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 22, "max_level": 22 } ] + }, + { + "name": "Ice Path (B1f)", + "order": 69, + "encounters": [ + { + "pokeapi_id": 220, + "pokemon_name": "Swinub", + "method": "walk", + "encounter_rate": 40, + "min_level": 21, + "max_level": 23 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 21, + "max_level": 22 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 21, + "max_level": 22 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 225, + "pokemon_name": "Delibird", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 124, + "pokemon_name": "Jynx", + "method": "walk", + "encounter_rate": 10, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 22, + "max_level": 22 + } + ] + }, + { + "name": "Ice Path (B3F)", + "order": 69, + "encounters": [ + { + "pokeapi_id": 220, + "pokemon_name": "Swinub", + "method": "walk", + "encounter_rate": 40, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 23 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 23 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 225, + "pokemon_name": "Delibird", + "method": "walk", + "encounter_rate": 20, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 124, + "pokemon_name": "Jynx", + "method": "walk", + "encounter_rate": 10, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 23, + "max_level": 23 + } + ] } ] }, @@ -5701,7 +7773,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 100, "min_level": 2, @@ -5709,7 +7781,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -5717,7 +7789,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -5725,7 +7797,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -5733,7 +7805,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -5741,7 +7813,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -5749,7 +7821,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -5763,15 +7835,23 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 10, "max_level": 10 }, + { + "pokeapi_id": 147, + "pokemon_name": "Dratini", + "method": "gift", + "encounter_rate": 100, + "min_level": 15, + "max_level": 15 + }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 90, "min_level": 5, @@ -5779,7 +7859,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 90, "min_level": 20, @@ -5787,7 +7867,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -5795,7 +7875,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -5803,7 +7883,7 @@ }, { "pokeapi_id": 148, - "pokemon_name": "dragonair", + "pokemon_name": "Dragonair", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -5811,7 +7891,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "surf", "encounter_rate": 10, "min_level": 5, @@ -5819,19 +7899,11 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "good-rod", "encounter_rate": 10, "min_level": 20, "max_level": 20 - }, - { - "pokeapi_id": 147, - "pokemon_name": "dratini", - "method": "gift", - "encounter_rate": 100, - "min_level": 15, - "max_level": 15 } ] }, @@ -5841,7 +7913,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 100, "min_level": 2, @@ -5849,7 +7921,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -5857,7 +7929,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -5865,7 +7937,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -5873,7 +7945,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 55, "min_level": 23, @@ -5881,7 +7953,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -5889,7 +7961,7 @@ }, { "pokeapi_id": 333, - "pokemon_name": "swablu", + "pokemon_name": "Swablu", "method": "walk", "encounter_rate": 40, "min_level": 23, @@ -5897,7 +7969,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -5905,7 +7977,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -5913,7 +7985,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -5921,7 +7993,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -5929,7 +8001,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -5937,7 +8009,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -5945,7 +8017,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -5953,7 +8025,7 @@ }, { "pokeapi_id": 216, - "pokemon_name": "teddiursa", + "pokemon_name": "Teddiursa", "method": "walk", "encounter_rate": 10, "min_level": 20, @@ -5961,7 +8033,7 @@ }, { "pokeapi_id": 227, - "pokemon_name": "skarmory", + "pokemon_name": "Skarmory", "method": "walk", "encounter_rate": 5, "min_level": 27, @@ -5975,7 +8047,7 @@ "encounters": [ { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 70, "min_level": 2, @@ -5983,7 +8055,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 55, "min_level": 2, @@ -5991,7 +8063,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 45, "min_level": 2, @@ -5999,7 +8071,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 2, @@ -6007,7 +8079,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 2, @@ -6015,7 +8087,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 2, @@ -6025,8 +8097,209 @@ }, { "name": "Route 47", - "order": 74, - "encounters": [], + "order": 77, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 132, + "pokemon_name": "Ditto", + "method": "walk", + "encounter_rate": 81, + "min_level": 31, + "max_level": 40 + }, + { + "pokeapi_id": 72, + "pokemon_name": "Tentacool", + "method": "surf", + "encounter_rate": 60, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 170, + "pokemon_name": "Chinchou", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 83, + "pokemon_name": "Farfetchd", + "method": "walk", + "encounter_rate": 40, + "min_level": 35, + "max_level": 35 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "surf", + "encounter_rate": 30, + "min_level": 10, + "max_level": 20 + }, + { + "pokeapi_id": 90, + "pokemon_name": "Shellder", + "method": "super-rod", + "encounter_rate": 30, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 72, + "pokemon_name": "Tentacool", + "method": "good-rod", + "encounter_rate": 30, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 399, + "pokemon_name": "Bidoof", + "method": "walk", + "encounter_rate": 20, + "min_level": 31, + "max_level": 32 + }, + { + "pokeapi_id": 418, + "pokemon_name": "Buizel", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 34 + }, + { + "pokeapi_id": 170, + "pokemon_name": "Chinchou", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 264, + "pokemon_name": "Linoone", + "method": "walk", + "encounter_rate": 20, + "min_level": 31, + "max_level": 32 + }, + { + "pokeapi_id": 241, + "pokemon_name": "Miltank", + "method": "walk", + "encounter_rate": 20, + "min_level": 35, + "max_level": 35 + }, + { + "pokeapi_id": 164, + "pokemon_name": "Noctowl", + "method": "walk", + "encounter_rate": 20, + "min_level": 35, + "max_level": 35 + }, + { + "pokeapi_id": 73, + "pokemon_name": "Tentacruel", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 293, + "pokemon_name": "Whismur", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 34 + }, + { + "pokeapi_id": 72, + "pokemon_name": "Tentacool", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 171, + "pokemon_name": "Lanturn", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 90, + "pokemon_name": "Shellder", + "method": "good-rod", + "encounter_rate": 10, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 120, + "pokemon_name": "Staryu", + "method": "surf", + "encounter_rate": 10, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 44, + "pokemon_name": "Gloom", + "method": "walk", + "encounter_rate": 5, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 20, + "pokemon_name": "Raticate", + "method": "walk", + "encounter_rate": 5, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 21, + "pokemon_name": "Spearow", + "method": "walk", + "encounter_rate": 5, + "min_level": 31, + "max_level": 31 + }, + { + "pokeapi_id": 22, + "pokemon_name": "Fearow", + "method": "walk", + "encounter_rate": 4, + "min_level": 34, + "max_level": 34 + } + ], "children": [ { "name": "Route 47 (Cave Gate)", @@ -6034,7 +8307,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 10, @@ -6042,7 +8315,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 95, "min_level": 20, @@ -6050,7 +8323,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 90, "min_level": 20, @@ -6058,7 +8331,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -6066,7 +8339,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -6074,7 +8347,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 25, "min_level": 20, @@ -6082,7 +8355,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 10, "min_level": 30, @@ -6096,7 +8369,7 @@ "encounters": [ { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "rock-smash", "encounter_rate": 90, "min_level": 20, @@ -6104,7 +8377,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 24, "min_level": 20, @@ -6112,7 +8385,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -6120,7 +8393,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -6128,7 +8401,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -6136,7 +8409,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -6144,7 +8417,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -6152,7 +8425,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "walk", "encounter_rate": 10, "min_level": 22, @@ -6160,7 +8433,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "rock-smash", "encounter_rate": 10, "min_level": 28, @@ -6168,7 +8441,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "walk", "encounter_rate": 10, "min_level": 20, @@ -6176,7 +8449,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -6184,7 +8457,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 10, "min_level": 20, @@ -6192,7 +8465,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 10, "min_level": 20, @@ -6200,7 +8473,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "walk", "encounter_rate": 10, "min_level": 18, @@ -6208,7 +8481,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 8, "min_level": 20, @@ -6216,7 +8489,7 @@ }, { "pokeapi_id": 200, - "pokemon_name": "misdreavus", + "pokemon_name": "Misdreavus", "method": "walk", "encounter_rate": 5, "min_level": 20, @@ -6224,7 +8497,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 5, "min_level": 18, @@ -6232,7 +8505,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 4, "min_level": 22, @@ -6240,7 +8513,7 @@ }, { "pokeapi_id": 208, - "pokemon_name": "steelix", + "pokemon_name": "Steelix", "method": "walk", "encounter_rate": 2, "min_level": 23, @@ -6250,219 +8523,13 @@ } ] }, - { - "name": "Route 47", - "order": 77, - "encounters": [ - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "old-rod", - "encounter_rate": 85, - "min_level": 10, - "max_level": 10 - }, - { - "pokeapi_id": 132, - "pokemon_name": "ditto", - "method": "walk", - "encounter_rate": 81, - "min_level": 31, - "max_level": 40 - }, - { - "pokeapi_id": 72, - "pokemon_name": "tentacool", - "method": "surf", - "encounter_rate": 60, - "min_level": 15, - "max_level": 25 - }, - { - "pokeapi_id": 170, - "pokemon_name": "chinchou", - "method": "super-rod", - "encounter_rate": 40, - "min_level": 40, - "max_level": 40 - }, - { - "pokeapi_id": 83, - "pokemon_name": "farfetchd", - "method": "walk", - "encounter_rate": 40, - "min_level": 35, - "max_level": 35 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "good-rod", - "encounter_rate": 40, - "min_level": 20, - "max_level": 20 - }, - { - "pokeapi_id": 86, - "pokemon_name": "seel", - "method": "surf", - "encounter_rate": 30, - "min_level": 10, - "max_level": 20 - }, - { - "pokeapi_id": 90, - "pokemon_name": "shellder", - "method": "super-rod", - "encounter_rate": 30, - "min_level": 40, - "max_level": 40 - }, - { - "pokeapi_id": 72, - "pokemon_name": "tentacool", - "method": "good-rod", - "encounter_rate": 30, - "min_level": 20, - "max_level": 20 - }, - { - "pokeapi_id": 399, - "pokemon_name": "bidoof", - "method": "walk", - "encounter_rate": 20, - "min_level": 31, - "max_level": 32 - }, - { - "pokeapi_id": 418, - "pokemon_name": "buizel", - "method": "walk", - "encounter_rate": 20, - "min_level": 33, - "max_level": 34 - }, - { - "pokeapi_id": 170, - "pokemon_name": "chinchou", - "method": "good-rod", - "encounter_rate": 20, - "min_level": 20, - "max_level": 20 - }, - { - "pokeapi_id": 264, - "pokemon_name": "linoone", - "method": "walk", - "encounter_rate": 20, - "min_level": 31, - "max_level": 32 - }, - { - "pokeapi_id": 241, - "pokemon_name": "miltank", - "method": "walk", - "encounter_rate": 20, - "min_level": 35, - "max_level": 35 - }, - { - "pokeapi_id": 164, - "pokemon_name": "noctowl", - "method": "walk", - "encounter_rate": 20, - "min_level": 35, - "max_level": 35 - }, - { - "pokeapi_id": 73, - "pokemon_name": "tentacruel", - "method": "super-rod", - "encounter_rate": 20, - "min_level": 40, - "max_level": 40 - }, - { - "pokeapi_id": 293, - "pokemon_name": "whismur", - "method": "walk", - "encounter_rate": 20, - "min_level": 33, - "max_level": 34 - }, - { - "pokeapi_id": 72, - "pokemon_name": "tentacool", - "method": "old-rod", - "encounter_rate": 15, - "min_level": 10, - "max_level": 10 - }, - { - "pokeapi_id": 171, - "pokemon_name": "lanturn", - "method": "super-rod", - "encounter_rate": 10, - "min_level": 40, - "max_level": 40 - }, - { - "pokeapi_id": 90, - "pokemon_name": "shellder", - "method": "good-rod", - "encounter_rate": 10, - "min_level": 20, - "max_level": 20 - }, - { - "pokeapi_id": 120, - "pokemon_name": "staryu", - "method": "surf", - "encounter_rate": 10, - "min_level": 15, - "max_level": 25 - }, - { - "pokeapi_id": 44, - "pokemon_name": "gloom", - "method": "walk", - "encounter_rate": 5, - "min_level": 32, - "max_level": 32 - }, - { - "pokeapi_id": 20, - "pokemon_name": "raticate", - "method": "walk", - "encounter_rate": 5, - "min_level": 31, - "max_level": 33 - }, - { - "pokeapi_id": 21, - "pokemon_name": "spearow", - "method": "walk", - "encounter_rate": 5, - "min_level": 31, - "max_level": 31 - }, - { - "pokeapi_id": 22, - "pokemon_name": "fearow", - "method": "walk", - "encounter_rate": 4, - "min_level": 34, - "max_level": 34 - } - ] - }, { "name": "Route 48", "order": 78, "encounters": [ { "pokeapi_id": 83, - "pokemon_name": "farfetchd", + "pokemon_name": "Farfetchd", "method": "walk", "encounter_rate": 40, "min_level": 24, @@ -6470,7 +8537,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 20, @@ -6478,7 +8545,7 @@ }, { "pokeapi_id": 37, - "pokemon_name": "vulpix", + "pokemon_name": "Vulpix", "method": "walk", "encounter_rate": 29, "min_level": 21, @@ -6486,7 +8553,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 21, "min_level": 20, @@ -6494,7 +8561,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -6502,7 +8569,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -6510,7 +8577,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -6518,7 +8585,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 11, "min_level": 20, @@ -6526,7 +8593,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 10, "min_level": 21, @@ -6534,7 +8601,7 @@ }, { "pokeapi_id": 203, - "pokemon_name": "girafarig", + "pokemon_name": "Girafarig", "method": "walk", "encounter_rate": 5, "min_level": 20, @@ -6542,7 +8609,7 @@ }, { "pokeapi_id": 50, - "pokemon_name": "diglett", + "pokemon_name": "Diglett", "method": "walk", "encounter_rate": 4, "min_level": 20, @@ -6556,20 +8623,28 @@ "encounters": [], "children": [ { - "name": "Safari Zone (Zone Wetland)", + "name": "Safari Zone (Zone Swamp)", "order": 80, "encounters": [ { - "pokeapi_id": 60, - "pokemon_name": "poliwag", - "method": "good-rod", - "encounter_rate": 70, - "min_level": 22, - "max_level": 24 + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 12, + "max_level": 15 }, { - "pokeapi_id": 83, - "pokemon_name": "farfetchd", + "pokeapi_id": 161, + "pokemon_name": "Sentret", + "method": "walk", + "encounter_rate": 90, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 39, + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 60, "min_level": 15, @@ -6577,231 +8652,215 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "old-rod", - "encounter_rate": 60, - "min_level": 12, - "max_level": 15 - }, - { - "pokeapi_id": 161, - "pokemon_name": "sentret", - "method": "walk", - "encounter_rate": 60, - "min_level": 15, - "max_level": 17 - }, - { - "pokeapi_id": 21, - "pokemon_name": "spearow", - "method": "walk", - "encounter_rate": 60, - "min_level": 15, - "max_level": 17 - }, - { - "pokeapi_id": 60, - "pokemon_name": "poliwag", - "method": "super-rod", - "encounter_rate": 50, - "min_level": 35, - "max_level": 37 - }, - { - "pokeapi_id": 61, - "pokemon_name": "poliwhirl", - "method": "super-rod", - "encounter_rate": 50, - "min_level": 35, - "max_level": 37 - }, - { - "pokeapi_id": 60, - "pokemon_name": "poliwag", - "method": "old-rod", - "encounter_rate": 40, - "min_level": 12, - "max_level": 15 - }, - { - "pokeapi_id": 194, - "pokemon_name": "wooper", - "method": "walk", - "encounter_rate": 40, - "min_level": 15, - "max_level": 17 - }, - { - "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Magikarp", "method": "surf", - "encounter_rate": 30, - "min_level": 15, - "max_level": 16 + "encounter_rate": 60, + "min_level": 7, + "max_level": 17 }, { - "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokeapi_id": 46, + "pokemon_name": "Paras", + "method": "walk", + "encounter_rate": 60, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 198, + "pokemon_name": "Murkrow", + "method": "walk", + "encounter_rate": 50, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 35, + "max_level": 37 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", "method": "good-rod", - "encounter_rate": 30, - "min_level": 23, + "encounter_rate": 40, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "surf", + "encounter_rate": 40, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 40, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 35, + "max_level": 37 + }, + { + "pokeapi_id": 147, + "pokemon_name": "Dratini", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 36, + "max_level": 37 + }, + { + "pokeapi_id": 96, + "pokemon_name": "Drowzee", + "method": "walk", + "encounter_rate": 20, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 97, + "pokemon_name": "Hypno", + "method": "walk", + "encounter_rate": 20, + "min_level": 16, + "max_level": 17 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 24, "max_level": 25 - }, - { - "pokeapi_id": 194, - "pokemon_name": "wooper", - "method": "surf", - "encounter_rate": 30, - "min_level": 15, - "max_level": 16 - }, - { - "pokeapi_id": 132, - "pokemon_name": "ditto", - "method": "walk", - "encounter_rate": 20, - "min_level": 17, - "max_level": 17 - }, - { - "pokeapi_id": 55, - "pokemon_name": "golduck", - "method": "walk", - "encounter_rate": 20, - "min_level": 17, - "max_level": 17 - }, - { - "pokeapi_id": 54, - "pokemon_name": "psyduck", - "method": "surf", - "encounter_rate": 20, - "min_level": 16, - "max_level": 17 - }, - { - "pokeapi_id": 54, - "pokemon_name": "psyduck", - "method": "walk", - "encounter_rate": 20, - "min_level": 15, - "max_level": 16 - }, - { - "pokeapi_id": 195, - "pokemon_name": "quagsire", - "method": "walk", - "encounter_rate": 20, - "min_level": 16, - "max_level": 17 - }, - { - "pokeapi_id": 195, - "pokemon_name": "quagsire", - "method": "surf", - "encounter_rate": 20, - "min_level": 16, - "max_level": 17 } ] }, { - "name": "Safari Zone (Zone Desert)", + "name": "Safari Zone (Zone Savannah)", "order": 81, "encounters": [ { - "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokeapi_id": 29, + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 100, "min_level": 15, "max_level": 17 }, { - "pokeapi_id": 28, - "pokemon_name": "sandslash", - "method": "walk", - "encounter_rate": 90, - "min_level": 15, - "max_level": 17 - }, - { - "pokeapi_id": 104, - "pokemon_name": "cubone", - "method": "walk", - "encounter_rate": 40, - "min_level": 16, - "max_level": 17 - }, - { - "pokeapi_id": 22, - "pokemon_name": "fearow", - "method": "walk", - "encounter_rate": 30, - "min_level": 15, - "max_level": 17 - }, - { - "pokeapi_id": 105, - "pokemon_name": "marowak", - "method": "walk", - "encounter_rate": 20, - "min_level": 17, - "max_level": 17 - } - ] - }, - { - "name": "Safari Zone (Zone Plains)", - "order": 82, - "encounters": [ - { - "pokeapi_id": 63, - "pokemon_name": "abra", - "method": "walk", - "encounter_rate": 90, - "min_level": 15, - "max_level": 17 - }, - { - "pokeapi_id": 203, - "pokemon_name": "girafarig", - "method": "walk", - "encounter_rate": 80, - "min_level": 15, - "max_level": 17 - }, - { - "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokeapi_id": 128, + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 60, "min_level": 15, "max_level": 17 }, { - "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokeapi_id": 30, + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 30, "min_level": 15, "max_level": 17 }, { - "pokeapi_id": 235, - "pokemon_name": "smeargle", + "pokeapi_id": 33, + "pokemon_name": "Nidorino", + "method": "walk", + "encounter_rate": 30, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 111, + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 20, "min_level": 17, "max_level": 17 }, { - "pokeapi_id": 234, - "pokemon_name": "stantler", + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 17, + "max_level": 17 + } + ] + }, + { + "name": "Safari Zone (Zone Peak)", + "order": 82, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 100, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 81, + "pokemon_name": "Magnemite", + "method": "walk", + "encounter_rate": 60, + "min_level": 15, + "max_level": 16 + }, + { + "pokeapi_id": 76, + "pokemon_name": "Golem", + "method": "walk", + "encounter_rate": 40, + "min_level": 16, + "max_level": 17 + }, + { + "pokeapi_id": 82, + "pokemon_name": "Magneton", + "method": "walk", + "encounter_rate": 40, + "min_level": 17, + "max_level": 17 + }, + { + "pokeapi_id": 126, + "pokemon_name": "Magmar", "method": "walk", "encounter_rate": 20, "min_level": 17, "max_level": 17 + }, + { + "pokeapi_id": 202, + "pokemon_name": "Wobbuffet", + "method": "walk", + "encounter_rate": 20, + "min_level": 16, + "max_level": 17 } ] }, @@ -6811,7 +8870,7 @@ "encounters": [ { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 100, "min_level": 15, @@ -6819,7 +8878,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 60, "min_level": 15, @@ -6827,7 +8886,7 @@ }, { "pokeapi_id": 200, - "pokemon_name": "misdreavus", + "pokemon_name": "Misdreavus", "method": "walk", "encounter_rate": 50, "min_level": 15, @@ -6835,7 +8894,7 @@ }, { "pokeapi_id": 122, - "pokemon_name": "mr-mime", + "pokemon_name": "Mr Mime", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -6843,7 +8902,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -6851,7 +8910,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -6859,139 +8918,13 @@ } ] }, - { - "name": "Safari Zone (Zone Swamp)", - "order": 84, - "encounters": [ - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "old-rod", - "encounter_rate": 100, - "min_level": 12, - "max_level": 15 - }, - { - "pokeapi_id": 161, - "pokemon_name": "sentret", - "method": "walk", - "encounter_rate": 90, - "min_level": 15, - "max_level": 17 - }, - { - "pokeapi_id": 39, - "pokemon_name": "jigglypuff", - "method": "walk", - "encounter_rate": 60, - "min_level": 15, - "max_level": 17 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "surf", - "encounter_rate": 60, - "min_level": 7, - "max_level": 17 - }, - { - "pokeapi_id": 46, - "pokemon_name": "paras", - "method": "walk", - "encounter_rate": 60, - "min_level": 15, - "max_level": 17 - }, - { - "pokeapi_id": 198, - "pokemon_name": "murkrow", - "method": "walk", - "encounter_rate": 50, - "min_level": 15, - "max_level": 17 - }, - { - "pokeapi_id": 118, - "pokemon_name": "goldeen", - "method": "super-rod", - "encounter_rate": 40, - "min_level": 35, - "max_level": 37 - }, - { - "pokeapi_id": 118, - "pokemon_name": "goldeen", - "method": "good-rod", - "encounter_rate": 40, - "min_level": 22, - "max_level": 24 - }, - { - "pokeapi_id": 118, - "pokemon_name": "goldeen", - "method": "surf", - "encounter_rate": 40, - "min_level": 15, - "max_level": 17 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "good-rod", - "encounter_rate": 40, - "min_level": 22, - "max_level": 24 - }, - { - "pokeapi_id": 119, - "pokemon_name": "seaking", - "method": "super-rod", - "encounter_rate": 40, - "min_level": 35, - "max_level": 37 - }, - { - "pokeapi_id": 147, - "pokemon_name": "dratini", - "method": "super-rod", - "encounter_rate": 20, - "min_level": 36, - "max_level": 37 - }, - { - "pokeapi_id": 96, - "pokemon_name": "drowzee", - "method": "walk", - "encounter_rate": 20, - "min_level": 15, - "max_level": 17 - }, - { - "pokeapi_id": 97, - "pokemon_name": "hypno", - "method": "walk", - "encounter_rate": 20, - "min_level": 16, - "max_level": 17 - }, - { - "pokeapi_id": 119, - "pokemon_name": "seaking", - "method": "good-rod", - "encounter_rate": 20, - "min_level": 24, - "max_level": 25 - } - ] - }, { "name": "Safari Zone (Zone Marshland)", - "order": 85, + "order": 84, "encounters": [ { "pokeapi_id": 109, - "pokemon_name": "koffing", + "pokemon_name": "Koffing", "method": "walk", "encounter_rate": 90, "min_level": 15, @@ -6999,7 +8932,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 80, "min_level": 7, @@ -7007,7 +8940,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 60, "min_level": 5, @@ -7015,7 +8948,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "good-rod", "encounter_rate": 60, "min_level": 24, @@ -7023,7 +8956,7 @@ }, { "pokeapi_id": 110, - "pokemon_name": "weezing", + "pokemon_name": "Weezing", "method": "walk", "encounter_rate": 60, "min_level": 15, @@ -7031,7 +8964,7 @@ }, { "pokeapi_id": 23, - "pokemon_name": "ekans", + "pokemon_name": "Ekans", "method": "walk", "encounter_rate": 40, "min_level": 15, @@ -7039,7 +8972,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 22, @@ -7047,7 +8980,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 40, "min_level": 15, @@ -7055,7 +8988,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 40, "min_level": 12, @@ -7063,7 +8996,7 @@ }, { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "surf", "encounter_rate": 30, "min_level": 15, @@ -7071,7 +9004,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -7079,7 +9012,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 30, "min_level": 15, @@ -7087,7 +9020,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -7095,7 +9028,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -7103,7 +9036,7 @@ }, { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -7111,7 +9044,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 20, "min_level": 36, @@ -7119,7 +9052,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -7129,11 +9062,11 @@ }, { "name": "Safari Zone (Zone Mountain)", - "order": 86, + "order": 85, "encounters": [ { "pokeapi_id": 108, - "pokemon_name": "lickitung", + "pokemon_name": "Lickitung", "method": "walk", "encounter_rate": 60, "min_level": 15, @@ -7141,7 +9074,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 60, "min_level": 15, @@ -7149,7 +9082,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 60, "min_level": 15, @@ -7157,7 +9090,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -7165,7 +9098,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -7173,7 +9106,7 @@ }, { "pokeapi_id": 246, - "pokemon_name": "larvitar", + "pokemon_name": "Larvitar", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -7181,7 +9114,7 @@ }, { "pokeapi_id": 82, - "pokemon_name": "magneton", + "pokemon_name": "Magneton", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -7189,7 +9122,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "walk", "encounter_rate": 10, "min_level": 17, @@ -7197,7 +9130,7 @@ }, { "pokeapi_id": 364, - "pokemon_name": "sealeo", + "pokemon_name": "Sealeo", "method": "walk", "encounter_rate": 10, "min_level": 17, @@ -7205,13 +9138,163 @@ } ] }, + { + "name": "Safari Zone (Zone Rocky Beach)", + "order": 86, + "encounters": [ + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "walk", + "encounter_rate": 90, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "walk", + "encounter_rate": 90, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 84, + "pokemon_name": "Doduo", + "method": "walk", + "encounter_rate": 60, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 35, + "max_level": 38 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "good-rod", + "encounter_rate": 40, + "min_level": 22, + "max_level": 25 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 40, + "min_level": 12, + "max_level": 14 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 35, + "max_level": 38 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 30, + "min_level": 13, + "max_level": 15 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 30, + "min_level": 22, + "max_level": 23 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "old-rod", + "encounter_rate": 30, + "min_level": 13, + "max_level": 15 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "surf", + "encounter_rate": 30, + "min_level": 15, + "max_level": 16 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 30, + "min_level": 22, + "max_level": 23 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "surf", + "encounter_rate": 30, + "min_level": 15, + "max_level": 16 + }, + { + "pokeapi_id": 80, + "pokemon_name": "Slowbro", + "method": "walk", + "encounter_rate": 30, + "min_level": 17, + "max_level": 17 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 99, + "pokemon_name": "Kingler", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 38, + "max_level": 39 + }, + { + "pokeapi_id": 131, + "pokemon_name": "Lapras", + "method": "surf", + "encounter_rate": 20, + "min_level": 15, + "max_level": 16 + }, + { + "pokeapi_id": 61, + "pokemon_name": "Poliwhirl", + "method": "surf", + "encounter_rate": 20, + "min_level": 16, + "max_level": 17 + } + ] + }, { "name": "Safari Zone (Zone Wasteland)", "order": 87, "encounters": [ { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 90, "min_level": 15, @@ -7219,7 +9302,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 70, "min_level": 15, @@ -7227,7 +9310,7 @@ }, { "pokeapi_id": 115, - "pokemon_name": "kangaskhan", + "pokemon_name": "Kangaskhan", "method": "walk", "encounter_rate": 40, "min_level": 15, @@ -7235,7 +9318,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -7243,7 +9326,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -7251,7 +9334,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 30, "min_level": 17, @@ -7260,66 +9343,262 @@ ] }, { - "name": "Safari Zone (Zone Peak)", + "name": "Safari Zone (Zone Wetland)", "order": 88, "encounters": [ { - "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "good-rod", + "encounter_rate": 70, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 83, + "pokemon_name": "Farfetchd", "method": "walk", - "encounter_rate": 100, + "encounter_rate": 60, "min_level": 15, "max_level": 17 }, { - "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 60, + "min_level": 12, + "max_level": 15 + }, + { + "pokeapi_id": 161, + "pokemon_name": "Sentret", "method": "walk", "encounter_rate": 60, "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 21, + "pokemon_name": "Spearow", + "method": "walk", + "encounter_rate": 60, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "super-rod", + "encounter_rate": 50, + "min_level": 35, + "max_level": 37 + }, + { + "pokeapi_id": 61, + "pokemon_name": "Poliwhirl", + "method": "super-rod", + "encounter_rate": 50, + "min_level": 35, + "max_level": 37 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "old-rod", + "encounter_rate": 40, + "min_level": 12, + "max_level": 15 + }, + { + "pokeapi_id": 194, + "pokemon_name": "Wooper", + "method": "walk", + "encounter_rate": 40, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "surf", + "encounter_rate": 30, + "min_level": 15, "max_level": 16 }, { - "pokeapi_id": 76, - "pokemon_name": "golem", - "method": "walk", - "encounter_rate": 40, - "min_level": 16, - "max_level": 17 + "pokeapi_id": 61, + "pokemon_name": "Poliwhirl", + "method": "good-rod", + "encounter_rate": 30, + "min_level": 23, + "max_level": 25 }, { - "pokeapi_id": 82, - "pokemon_name": "magneton", - "method": "walk", - "encounter_rate": 40, - "min_level": 17, - "max_level": 17 + "pokeapi_id": 194, + "pokemon_name": "Wooper", + "method": "surf", + "encounter_rate": 30, + "min_level": 15, + "max_level": 16 }, { - "pokeapi_id": 126, - "pokemon_name": "magmar", + "pokeapi_id": 132, + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 20, "min_level": 17, "max_level": 17 }, { - "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokeapi_id": 55, + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 20, + "min_level": 17, + "max_level": 17 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "surf", + "encounter_rate": 20, + "min_level": 16, + "max_level": 17 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "walk", + "encounter_rate": 20, + "min_level": 15, + "max_level": 16 + }, + { + "pokeapi_id": 195, + "pokemon_name": "Quagsire", + "method": "walk", + "encounter_rate": 20, + "min_level": 16, + "max_level": 17 + }, + { + "pokeapi_id": 195, + "pokemon_name": "Quagsire", + "method": "surf", + "encounter_rate": 20, "min_level": 16, "max_level": 17 } ] }, { - "name": "Safari Zone (Zone Meadow)", + "name": "Safari Zone (Zone Desert)", "order": 89, + "encounters": [ + { + "pokeapi_id": 27, + "pokemon_name": "Sandshrew", + "method": "walk", + "encounter_rate": 100, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 28, + "pokemon_name": "Sandslash", + "method": "walk", + "encounter_rate": 90, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 40, + "min_level": 16, + "max_level": 17 + }, + { + "pokeapi_id": 22, + "pokemon_name": "Fearow", + "method": "walk", + "encounter_rate": 30, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 105, + "pokemon_name": "Marowak", + "method": "walk", + "encounter_rate": 20, + "min_level": 17, + "max_level": 17 + } + ] + }, + { + "name": "Safari Zone (Zone Plains)", + "order": 90, + "encounters": [ + { + "pokeapi_id": 63, + "pokemon_name": "Abra", + "method": "walk", + "encounter_rate": 90, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 203, + "pokemon_name": "Girafarig", + "method": "walk", + "encounter_rate": 80, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 17, + "pokemon_name": "Pidgeotto", + "method": "walk", + "encounter_rate": 60, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 20, + "pokemon_name": "Raticate", + "method": "walk", + "encounter_rate": 30, + "min_level": 15, + "max_level": 17 + }, + { + "pokeapi_id": 235, + "pokemon_name": "Smeargle", + "method": "walk", + "encounter_rate": 20, + "min_level": 17, + "max_level": 17 + }, + { + "pokeapi_id": 234, + "pokemon_name": "Stantler", + "method": "walk", + "encounter_rate": 20, + "min_level": 17, + "max_level": 17 + } + ] + }, + { + "name": "Safari Zone (Zone Meadow)", + "order": 91, "encounters": [ { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 100, "min_level": 15, @@ -7327,7 +9606,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 70, "min_level": 15, @@ -7335,7 +9614,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 60, "min_level": 12, @@ -7343,7 +9622,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -7351,7 +9630,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 50, "min_level": 15, @@ -7359,7 +9638,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 22, @@ -7367,7 +9646,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -7375,7 +9654,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 40, "min_level": 22, @@ -7383,7 +9662,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 40, "min_level": 12, @@ -7391,7 +9670,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -7399,7 +9678,7 @@ }, { "pokeapi_id": 191, - "pokemon_name": "sunkern", + "pokemon_name": "Sunkern", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -7407,7 +9686,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -7415,7 +9694,7 @@ }, { "pokeapi_id": 194, - "pokemon_name": "wooper", + "pokemon_name": "Wooper", "method": "surf", "encounter_rate": 30, "min_level": 15, @@ -7423,7 +9702,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 20, "min_level": 16, @@ -7431,7 +9710,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "good-rod", "encounter_rate": 20, "min_level": 24, @@ -7439,7 +9718,7 @@ }, { "pokeapi_id": 188, - "pokemon_name": "skiploom", + "pokemon_name": "Skiploom", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -7447,219 +9726,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", - "method": "walk", - "encounter_rate": 10, - "min_level": 17, - "max_level": 17 - } - ] - }, - { - "name": "Safari Zone (Zone Rocky Beach)", - "order": 90, - "encounters": [ - { - "pokeapi_id": 98, - "pokemon_name": "krabby", - "method": "walk", - "encounter_rate": 90, - "min_level": 15, - "max_level": 17 - }, - { - "pokeapi_id": 79, - "pokemon_name": "slowpoke", - "method": "walk", - "encounter_rate": 90, - "min_level": 15, - "max_level": 17 - }, - { - "pokeapi_id": 84, - "pokemon_name": "doduo", - "method": "walk", - "encounter_rate": 60, - "min_level": 15, - "max_level": 17 - }, - { - "pokeapi_id": 118, - "pokemon_name": "goldeen", - "method": "super-rod", - "encounter_rate": 40, - "min_level": 35, - "max_level": 38 - }, - { - "pokeapi_id": 98, - "pokemon_name": "krabby", - "method": "good-rod", - "encounter_rate": 40, - "min_level": 22, - "max_level": 25 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "old-rod", - "encounter_rate": 40, - "min_level": 12, - "max_level": 14 - }, - { - "pokeapi_id": 119, - "pokemon_name": "seaking", - "method": "super-rod", - "encounter_rate": 40, - "min_level": 35, - "max_level": 38 - }, - { - "pokeapi_id": 118, - "pokemon_name": "goldeen", - "method": "old-rod", - "encounter_rate": 30, - "min_level": 13, - "max_level": 15 - }, - { - "pokeapi_id": 118, - "pokemon_name": "goldeen", - "method": "good-rod", - "encounter_rate": 30, - "min_level": 22, - "max_level": 23 - }, - { - "pokeapi_id": 98, - "pokemon_name": "krabby", - "method": "old-rod", - "encounter_rate": 30, - "min_level": 13, - "max_level": 15 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "surf", - "encounter_rate": 30, - "min_level": 15, - "max_level": 16 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "good-rod", - "encounter_rate": 30, - "min_level": 22, - "max_level": 23 - }, - { - "pokeapi_id": 60, - "pokemon_name": "poliwag", - "method": "surf", - "encounter_rate": 30, - "min_level": 15, - "max_level": 16 - }, - { - "pokeapi_id": 80, - "pokemon_name": "slowbro", - "method": "walk", - "encounter_rate": 30, - "min_level": 17, - "max_level": 17 - }, - { - "pokeapi_id": 41, - "pokemon_name": "zubat", - "method": "walk", - "encounter_rate": 30, - "min_level": 15, - "max_level": 17 - }, - { - "pokeapi_id": 99, - "pokemon_name": "kingler", - "method": "super-rod", - "encounter_rate": 20, - "min_level": 38, - "max_level": 39 - }, - { - "pokeapi_id": 131, - "pokemon_name": "lapras", - "method": "surf", - "encounter_rate": 20, - "min_level": 15, - "max_level": 16 - }, - { - "pokeapi_id": 61, - "pokemon_name": "poliwhirl", - "method": "surf", - "encounter_rate": 20, - "min_level": 16, - "max_level": 17 - } - ] - }, - { - "name": "Safari Zone (Zone Savannah)", - "order": 91, - "encounters": [ - { - "pokeapi_id": 29, - "pokemon_name": "nidoran-f", - "method": "walk", - "encounter_rate": 100, - "min_level": 15, - "max_level": 17 - }, - { - "pokeapi_id": 128, - "pokemon_name": "tauros", - "method": "walk", - "encounter_rate": 60, - "min_level": 15, - "max_level": 17 - }, - { - "pokeapi_id": 30, - "pokemon_name": "nidorina", - "method": "walk", - "encounter_rate": 30, - "min_level": 15, - "max_level": 17 - }, - { - "pokeapi_id": 33, - "pokemon_name": "nidorino", - "method": "walk", - "encounter_rate": 30, - "min_level": 15, - "max_level": 17 - }, - { - "pokeapi_id": 41, - "pokemon_name": "zubat", - "method": "walk", - "encounter_rate": 30, - "min_level": 15, - "max_level": 17 - }, - { - "pokeapi_id": 111, - "pokemon_name": "rhyhorn", - "method": "walk", - "encounter_rate": 20, - "min_level": 17, - "max_level": 17 - }, - { - "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 10, "min_level": 17, @@ -7680,7 +9747,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -7688,7 +9755,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "surf", "encounter_rate": 60, "min_level": 15, @@ -7696,7 +9763,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 50, "min_level": 20, @@ -7704,7 +9771,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "walk", "encounter_rate": 50, "min_level": 22, @@ -7712,7 +9779,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -7720,7 +9787,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -7728,7 +9795,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -7736,7 +9803,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 30, "min_level": 15, @@ -7744,7 +9811,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -7752,7 +9819,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -7760,7 +9827,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -7768,7 +9835,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -7776,7 +9843,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -7784,7 +9851,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -7792,7 +9859,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -7800,7 +9867,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 15, "min_level": 22, @@ -7808,7 +9875,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -7816,7 +9883,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -7824,7 +9891,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -7832,7 +9899,173 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 23, + "max_level": 23 + } + ] + }, + { + "name": "Whirl Islands (1F)", + "order": 93, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 72, + "pokemon_name": "Tentacool", + "method": "surf", + "encounter_rate": 60, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "walk", + "encounter_rate": 50, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "surf", + "encounter_rate": 30, + "min_level": 10, + "max_level": 20 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "super-rod", + "encounter_rate": 30, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 23 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 23 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 99, + "pokemon_name": "Kingler", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 15, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "good-rod", + "encounter_rate": 10, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 117, + "pokemon_name": "Seadra", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 73, + "pokemon_name": "Tentacruel", + "method": "surf", + "encounter_rate": 10, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 23, @@ -7846,7 +10079,7 @@ "encounters": [ { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "walk", "encounter_rate": 50, "min_level": 23, @@ -7854,7 +10087,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 24, @@ -7862,7 +10095,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -7870,7 +10103,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -7878,7 +10111,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -7886,7 +10119,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -7894,7 +10127,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 15, "min_level": 23, @@ -7902,7 +10135,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 24, @@ -7910,13 +10143,249 @@ } ] }, + { + "name": "Whirl Islands (B1F)", + "order": 94, + "encounters": [ + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "walk", + "encounter_rate": 50, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 23 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 23 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 15, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 23, + "max_level": 23 + } + ] + }, + { + "name": "Whirl Islands (B2F)", + "order": 95, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "surf", + "encounter_rate": 60, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "walk", + "encounter_rate": 50, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "super-rod", + "encounter_rate": 30, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 73, + "pokemon_name": "Tentacruel", + "method": "surf", + "encounter_rate": 30, + "min_level": 15, + "max_level": 25 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 23 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 23 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 99, + "pokemon_name": "Kingler", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 15, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "good-rod", + "encounter_rate": 10, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 117, + "pokemon_name": "Seadra", + "method": "surf", + "encounter_rate": 10, + "min_level": 15, + "max_level": 30 + }, + { + "pokeapi_id": 117, + "pokemon_name": "Seadra", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 23, + "max_level": 23 + } + ] + }, { "name": "Whirl Islands (1f)", "order": 95, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -7924,7 +10393,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 15, @@ -7932,7 +10401,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "walk", "encounter_rate": 50, "min_level": 22, @@ -7940,7 +10409,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 50, "min_level": 20, @@ -7948,7 +10417,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -7956,7 +10425,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -7964,7 +10433,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "surf", "encounter_rate": 30, "min_level": 10, @@ -7972,7 +10441,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -7980,7 +10449,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -7988,7 +10457,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -7996,7 +10465,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -8004,7 +10473,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -8012,7 +10481,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -8020,7 +10489,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -8028,7 +10497,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -8036,7 +10505,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 15, "min_level": 22, @@ -8044,7 +10513,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -8052,7 +10521,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -8060,7 +10529,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -8068,7 +10537,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 23, @@ -8082,7 +10551,7 @@ "encounters": [ { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "walk", "encounter_rate": 50, "min_level": 22, @@ -8090,7 +10559,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -8098,7 +10567,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -8106,7 +10575,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -8114,7 +10583,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -8122,7 +10591,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -8130,7 +10599,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 15, "min_level": 22, @@ -8138,13 +10607,83 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 23, "max_level": 23 } ] + }, + { + "name": "Whirl Islands (B3F)", + "order": 96, + "encounters": [ + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "walk", + "encounter_rate": 50, + "min_level": 23, + "max_level": 25 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 23, + "max_level": 24 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 23, + "max_level": 24 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 25, + "max_level": 25 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 25, + "max_level": 25 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 15, + "min_level": 23, + "max_level": 25 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 24, + "max_level": 24 + } + ] } ] }, @@ -8154,7 +10693,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -8162,7 +10701,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -8170,7 +10709,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -8178,7 +10717,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -8186,7 +10725,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -8194,7 +10733,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 30, "min_level": 22, @@ -8202,7 +10741,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "surf", "encounter_rate": 30, "min_level": 20, @@ -8210,7 +10749,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 22, @@ -8218,7 +10757,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -8226,7 +10765,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -8234,7 +10773,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -8242,7 +10781,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -8250,7 +10789,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -8258,7 +10797,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -8266,7 +10805,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -8274,7 +10813,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 15, "min_level": 21, @@ -8282,7 +10821,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -8290,7 +10829,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -8298,7 +10837,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 5, "min_level": 20, @@ -8312,7 +10851,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -8320,7 +10859,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -8328,7 +10867,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 80, "min_level": 28, @@ -8336,7 +10875,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "surf", "encounter_rate": 60, "min_level": 20, @@ -8344,7 +10883,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 55, "min_level": 28, @@ -8352,7 +10891,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 50, "min_level": 30, @@ -8360,7 +10899,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -8368,7 +10907,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -8376,7 +10915,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 30, "min_level": 28, @@ -8384,7 +10923,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -8392,7 +10931,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 30, "min_level": 20, @@ -8400,7 +10939,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -8408,7 +10947,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -8416,7 +10955,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -8424,7 +10963,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -8432,7 +10971,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -8440,7 +10979,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -8448,7 +10987,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -8456,7 +10995,7 @@ }, { "pokeapi_id": 85, - "pokemon_name": "dodrio", + "pokemon_name": "Dodrio", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -8464,7 +11003,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -8472,7 +11011,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -8480,7 +11019,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 20, @@ -8488,7 +11027,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 5, "min_level": 32, @@ -8502,7 +11041,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 25, @@ -8510,7 +11049,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -8518,7 +11057,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 70, "min_level": 28, @@ -8526,7 +11065,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 70, "min_level": 28, @@ -8534,7 +11073,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -8542,7 +11081,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -8550,7 +11089,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -8558,7 +11097,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 30, "min_level": 20, @@ -8566,7 +11105,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -8574,7 +11113,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -8582,7 +11121,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -8590,7 +11129,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -8598,7 +11137,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -8606,7 +11145,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -8614,7 +11153,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -8622,7 +11161,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -8630,7 +11169,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -8638,7 +11177,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -8646,7 +11185,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 30, @@ -8654,7 +11193,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -8662,7 +11201,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -8676,12 +11215,12 @@ "encounters": [], "children": [ { - "name": "Victory Road 1 (1f)", + "name": "Victory Road 1 (1F)", "order": 101, "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -8689,7 +11228,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -8697,7 +11236,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -8705,7 +11244,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -8713,7 +11252,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -8721,7 +11260,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -8729,7 +11268,7 @@ }, { "pokeapi_id": 217, - "pokemon_name": "ursaring", + "pokemon_name": "Ursaring", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -8737,7 +11276,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 15, "min_level": 34, @@ -8745,7 +11284,163 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", + "method": "walk", + "encounter_rate": 5, + "min_level": 35, + "max_level": 35 + } + ] + }, + { + "name": "Victory Road 1 (1f)", + "order": 101, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 33 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 33 + }, + { + "pokeapi_id": 217, + "pokemon_name": "Ursaring", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 33 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 15, + "min_level": 34, + "max_level": 36 + }, + { + "pokeapi_id": 111, + "pokemon_name": "Rhyhorn", + "method": "walk", + "encounter_rate": 5, + "min_level": 35, + "max_level": 35 + } + ] + }, + { + "name": "Victory Road 1 (2F)", + "order": 102, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 33 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 33 + }, + { + "pokeapi_id": 217, + "pokemon_name": "Ursaring", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 33 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 15, + "min_level": 34, + "max_level": 36 + }, + { + "pokeapi_id": 111, + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 5, "min_level": 35, @@ -8759,7 +11454,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -8767,7 +11462,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -8775,7 +11470,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -8783,7 +11478,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -8791,7 +11486,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -8799,7 +11494,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -8807,7 +11502,7 @@ }, { "pokeapi_id": 217, - "pokemon_name": "ursaring", + "pokemon_name": "Ursaring", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -8815,7 +11510,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 15, "min_level": 34, @@ -8823,7 +11518,7 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 5, "min_level": 35, @@ -8837,7 +11532,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 90, "min_level": 24, @@ -8845,7 +11540,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -8853,7 +11548,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -8861,7 +11556,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -8869,7 +11564,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -8877,7 +11572,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -8885,7 +11580,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -8893,7 +11588,7 @@ }, { "pokeapi_id": 217, - "pokemon_name": "ursaring", + "pokemon_name": "Ursaring", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -8901,7 +11596,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 15, "min_level": 34, @@ -8909,7 +11604,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 10, "min_level": 30, @@ -8917,7 +11612,101 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", + "method": "walk", + "encounter_rate": 5, + "min_level": 35, + "max_level": 35 + } + ] + }, + { + "name": "Victory Road 1 (3F)", + "order": 103, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "rock-smash", + "encounter_rate": 90, + "min_level": 24, + "max_level": 32 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 33 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 33 + }, + { + "pokeapi_id": 217, + "pokemon_name": "Ursaring", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 33 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 15, + "min_level": 34, + "max_level": 36 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "rock-smash", + "encounter_rate": 10, + "min_level": 30, + "max_level": 33 + }, + { + "pokeapi_id": 111, + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 5, "min_level": 35, @@ -8933,7 +11722,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 35, @@ -8941,7 +11730,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -8949,7 +11738,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -8957,7 +11746,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -8965,7 +11754,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -8973,7 +11762,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 30, "min_level": 40, @@ -8981,7 +11770,7 @@ }, { "pokeapi_id": 78, - "pokemon_name": "rapidash", + "pokemon_name": "Rapidash", "method": "walk", "encounter_rate": 30, "min_level": 41, @@ -8989,7 +11778,7 @@ }, { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 30, "min_level": 39, @@ -8997,7 +11786,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 40, @@ -9005,7 +11794,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -9013,7 +11802,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 40, @@ -9021,7 +11810,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -9029,7 +11818,7 @@ }, { "pokeapi_id": 217, - "pokemon_name": "ursaring", + "pokemon_name": "Ursaring", "method": "walk", "encounter_rate": 20, "min_level": 40, @@ -9037,7 +11826,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -9045,7 +11834,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -9053,7 +11842,7 @@ }, { "pokeapi_id": 85, - "pokemon_name": "dodrio", + "pokemon_name": "Dodrio", "method": "walk", "encounter_rate": 10, "min_level": 43, @@ -9061,7 +11850,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -9069,7 +11858,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 40, @@ -9077,7 +11866,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 10, "min_level": 42, @@ -9091,162 +11880,156 @@ "encounters": [], "children": [ { - "name": "Mt Silver (Mountainside)", + "name": "Mt Silver (1f Top)", "order": 106, "encounters": [ { - "pokeapi_id": 42, - "pokemon_name": "golbat", - "method": "walk", - "encounter_rate": 40, - "min_level": 48, - "max_level": 51 + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "surf", + "encounter_rate": 90, + "min_level": 30, + "max_level": 45 }, { - "pokeapi_id": 95, - "pokemon_name": "onix", + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 195, + "pokemon_name": "Quagsire", "method": "walk", - "encounter_rate": 30, - "min_level": 48, - "max_level": 48 + "encounter_rate": 40, + "min_level": 45, + "max_level": 45 }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, - "min_level": 48, - "max_level": 51 + "min_level": 46, + "max_level": 48 }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, - "min_level": 48, - "max_level": 51 + "min_level": 46, + "max_level": 48 }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 48, - "max_level": 48 - }, - { - "pokeapi_id": 296, - "pokemon_name": "makuhita", - "method": "walk", - "encounter_rate": 20, - "min_level": 48, - "max_level": 48 - }, - { - "pokeapi_id": 216, - "pokemon_name": "teddiursa", - "method": "walk", - "encounter_rate": 10, - "min_level": 48, - "max_level": 48 - }, - { - "pokeapi_id": 217, - "pokemon_name": "ursaring", - "method": "walk", - "encounter_rate": 10, - "min_level": 50, "max_level": 50 }, { - "pokeapi_id": 55, - "pokemon_name": "golduck", - "method": "walk", - "encounter_rate": 5, - "min_level": 51, - "max_level": 51 + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 }, { - "pokeapi_id": 246, - "pokemon_name": "larvitar", - "method": "walk", - "encounter_rate": 5, - "min_level": 15, - "max_level": 20 - } - ] - }, - { - "name": "Mt Silver (3f)", - "order": 107, - "encounters": [ - { - "pokeapi_id": 195, - "pokemon_name": "quagsire", - "method": "walk", - "encounter_rate": 65, - "min_level": 45, - "max_level": 45 - }, - { - "pokeapi_id": 200, - "pokemon_name": "misdreavus", - "method": "walk", - "encounter_rate": 30, - "min_level": 45, - "max_level": 45 - }, - { - "pokeapi_id": 359, - "pokemon_name": "absol", + "pokeapi_id": 296, + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, - "min_level": 45, - "max_level": 46 + "min_level": 48, + "max_level": 50 }, { - "pokeapi_id": 436, - "pokemon_name": "bronzor", - "method": "walk", - "encounter_rate": 20, - "min_level": 45, - "max_level": 46 - }, - { - "pokeapi_id": 433, - "pokemon_name": "chingling", - "method": "walk", - "encounter_rate": 20, - "min_level": 47, - "max_level": 48 - }, - { - "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokeapi_id": 215, + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 20, "min_level": 48, "max_level": 48 }, { - "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokeapi_id": 217, + "pokemon_name": "Ursaring", "method": "walk", "encounter_rate": 20, - "min_level": 47, + "min_level": 48, + "max_level": 50 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "surf", + "encounter_rate": 10, + "min_level": 30, + "max_level": 40 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "walk", + "encounter_rate": 10, + "min_level": 48, "max_level": 48 }, { - "pokeapi_id": 217, - "pokemon_name": "ursaring", + "pokeapi_id": 200, + "pokemon_name": "Misdreavus", "method": "walk", - "encounter_rate": 20, - "min_level": 47, - "max_level": 48 + "encounter_rate": 10, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 }, { "pokeapi_id": 216, - "pokemon_name": "teddiursa", + "pokemon_name": "Teddiursa", "method": "walk", "encounter_rate": 10, "min_level": 46, @@ -9254,7 +12037,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 48, @@ -9262,29 +12045,21 @@ }, { "pokeapi_id": 246, - "pokemon_name": "larvitar", + "pokemon_name": "Larvitar", "method": "walk", "encounter_rate": 5, "min_level": 15, "max_level": 20 - }, - { - "pokeapi_id": 247, - "pokemon_name": "pupitar", - "method": "walk", - "encounter_rate": 5, - "min_level": 30, - "max_level": 30 } ] }, { - "name": "Mt Silver (Top)", - "order": 108, + "name": "Mt Silver (2F)", + "order": 106, "encounters": [ { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -9292,7 +12067,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -9300,7 +12075,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -9308,173 +12083,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", - "method": "good-rod", - "encounter_rate": 60, - "min_level": 20, - "max_level": 20 - }, - { - "pokeapi_id": 55, - "pokemon_name": "golduck", - "method": "walk", - "encounter_rate": 40, - "min_level": 48, - "max_level": 48 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "good-rod", - "encounter_rate": 40, - "min_level": 20, - "max_level": 20 - }, - { - "pokeapi_id": 359, - "pokemon_name": "absol", - "method": "walk", - "encounter_rate": 20, - "min_level": 45, - "max_level": 48 - }, - { - "pokeapi_id": 436, - "pokemon_name": "bronzor", - "method": "walk", - "encounter_rate": 20, - "min_level": 45, - "max_level": 48 - }, - { - "pokeapi_id": 433, - "pokemon_name": "chingling", - "method": "walk", - "encounter_rate": 20, - "min_level": 47, - "max_level": 47 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "super-rod", - "encounter_rate": 20, - "min_level": 40, - "max_level": 40 - }, - { - "pokeapi_id": 296, - "pokemon_name": "makuhita", - "method": "walk", - "encounter_rate": 20, - "min_level": 47, - "max_level": 47 - }, - { - "pokeapi_id": 195, - "pokemon_name": "quagsire", - "method": "walk", - "encounter_rate": 20, - "min_level": 45, - "max_level": 45 - }, - { - "pokeapi_id": 215, - "pokemon_name": "sneasel", - "method": "walk", - "encounter_rate": 20, - "min_level": 45, - "max_level": 45 - }, - { - "pokeapi_id": 217, - "pokemon_name": "ursaring", - "method": "walk", - "encounter_rate": 20, - "min_level": 47, - "max_level": 47 - }, - { - "pokeapi_id": 118, - "pokemon_name": "goldeen", - "method": "old-rod", - "encounter_rate": 15, - "min_level": 10, - "max_level": 10 - }, - { - "pokeapi_id": 200, - "pokemon_name": "misdreavus", - "method": "walk", - "encounter_rate": 15, - "min_level": 45, - "max_level": 48 - }, - { - "pokeapi_id": 118, - "pokemon_name": "goldeen", - "method": "surf", - "encounter_rate": 10, - "min_level": 30, - "max_level": 40 - }, - { - "pokeapi_id": 246, - "pokemon_name": "larvitar", - "method": "walk", - "encounter_rate": 10, - "min_level": 15, - "max_level": 30 - }, - { - "pokeapi_id": 119, - "pokemon_name": "seaking", - "method": "super-rod", - "encounter_rate": 10, - "min_level": 40, - "max_level": 40 - }, - { - "pokeapi_id": 42, - "pokemon_name": "golbat", - "method": "walk", - "encounter_rate": 5, - "min_level": 48, - "max_level": 48 - } - ] - }, - { - "name": "Mt Silver (2f)", - "order": 109, - "encounters": [ - { - "pokeapi_id": 119, - "pokemon_name": "seaking", - "method": "surf", - "encounter_rate": 90, - "min_level": 30, - "max_level": 45 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "old-rod", - "encounter_rate": 85, - "min_level": 10, - "max_level": 10 - }, - { - "pokeapi_id": 118, - "pokemon_name": "goldeen", - "method": "super-rod", - "encounter_rate": 70, - "min_level": 40, - "max_level": 40 - }, - { - "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -9482,7 +12091,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 50, "min_level": 45, @@ -9490,7 +12099,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -9498,7 +12107,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -9506,7 +12115,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -9514,7 +12123,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -9522,7 +12131,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -9530,7 +12139,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -9538,7 +12147,7 @@ }, { "pokeapi_id": 208, - "pokemon_name": "steelix", + "pokemon_name": "Steelix", "method": "walk", "encounter_rate": 20, "min_level": 48, @@ -9546,7 +12155,7 @@ }, { "pokeapi_id": 217, - "pokemon_name": "ursaring", + "pokemon_name": "Ursaring", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -9554,7 +12163,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -9562,7 +12171,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 10, "min_level": 30, @@ -9570,7 +12179,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 10, "min_level": 48, @@ -9578,7 +12187,7 @@ }, { "pokeapi_id": 200, - "pokemon_name": "misdreavus", + "pokemon_name": "Misdreavus", "method": "walk", "encounter_rate": 10, "min_level": 45, @@ -9586,7 +12195,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -9594,7 +12203,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 48, @@ -9602,181 +12211,7 @@ }, { "pokeapi_id": 246, - "pokemon_name": "larvitar", - "method": "walk", - "encounter_rate": 5, - "min_level": 15, - "max_level": 20 - } - ] - }, - { - "name": "Mt Silver (1f Top)", - "order": 110, - "encounters": [ - { - "pokeapi_id": 119, - "pokemon_name": "seaking", - "method": "surf", - "encounter_rate": 90, - "min_level": 30, - "max_level": 45 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "old-rod", - "encounter_rate": 85, - "min_level": 10, - "max_level": 10 - }, - { - "pokeapi_id": 118, - "pokemon_name": "goldeen", - "method": "super-rod", - "encounter_rate": 70, - "min_level": 40, - "max_level": 40 - }, - { - "pokeapi_id": 118, - "pokemon_name": "goldeen", - "method": "good-rod", - "encounter_rate": 60, - "min_level": 20, - "max_level": 20 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "good-rod", - "encounter_rate": 40, - "min_level": 20, - "max_level": 20 - }, - { - "pokeapi_id": 195, - "pokemon_name": "quagsire", - "method": "walk", - "encounter_rate": 40, - "min_level": 45, - "max_level": 45 - }, - { - "pokeapi_id": 359, - "pokemon_name": "absol", - "method": "walk", - "encounter_rate": 20, - "min_level": 46, - "max_level": 48 - }, - { - "pokeapi_id": 436, - "pokemon_name": "bronzor", - "method": "walk", - "encounter_rate": 20, - "min_level": 46, - "max_level": 48 - }, - { - "pokeapi_id": 433, - "pokemon_name": "chingling", - "method": "walk", - "encounter_rate": 20, - "min_level": 48, - "max_level": 50 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "super-rod", - "encounter_rate": 20, - "min_level": 40, - "max_level": 40 - }, - { - "pokeapi_id": 296, - "pokemon_name": "makuhita", - "method": "walk", - "encounter_rate": 20, - "min_level": 48, - "max_level": 50 - }, - { - "pokeapi_id": 215, - "pokemon_name": "sneasel", - "method": "walk", - "encounter_rate": 20, - "min_level": 48, - "max_level": 48 - }, - { - "pokeapi_id": 217, - "pokemon_name": "ursaring", - "method": "walk", - "encounter_rate": 20, - "min_level": 48, - "max_level": 50 - }, - { - "pokeapi_id": 118, - "pokemon_name": "goldeen", - "method": "old-rod", - "encounter_rate": 15, - "min_level": 10, - "max_level": 10 - }, - { - "pokeapi_id": 118, - "pokemon_name": "goldeen", - "method": "surf", - "encounter_rate": 10, - "min_level": 30, - "max_level": 40 - }, - { - "pokeapi_id": 55, - "pokemon_name": "golduck", - "method": "walk", - "encounter_rate": 10, - "min_level": 48, - "max_level": 48 - }, - { - "pokeapi_id": 200, - "pokemon_name": "misdreavus", - "method": "walk", - "encounter_rate": 10, - "min_level": 45, - "max_level": 45 - }, - { - "pokeapi_id": 119, - "pokemon_name": "seaking", - "method": "super-rod", - "encounter_rate": 10, - "min_level": 40, - "max_level": 40 - }, - { - "pokeapi_id": 216, - "pokemon_name": "teddiursa", - "method": "walk", - "encounter_rate": 10, - "min_level": 46, - "max_level": 46 - }, - { - "pokeapi_id": 42, - "pokemon_name": "golbat", - "method": "walk", - "encounter_rate": 5, - "min_level": 48, - "max_level": 48 - }, - { - "pokeapi_id": 246, - "pokemon_name": "larvitar", + "pokemon_name": "Larvitar", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -9786,11 +12221,11 @@ }, { "name": "Mt Silver (4f)", - "order": 111, + "order": 107, "encounters": [ { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -9798,7 +12233,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -9806,7 +12241,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -9814,7 +12249,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -9822,7 +12257,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -9830,7 +12265,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 30, "min_level": 48, @@ -9838,7 +12273,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 30, "min_level": 45, @@ -9846,7 +12281,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -9854,7 +12289,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -9862,7 +12297,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -9870,7 +12305,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -9878,7 +12313,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -9886,7 +12321,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 20, "min_level": 50, @@ -9894,7 +12329,7 @@ }, { "pokeapi_id": 217, - "pokemon_name": "ursaring", + "pokemon_name": "Ursaring", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -9902,7 +12337,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -9910,7 +12345,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 10, "min_level": 30, @@ -9918,7 +12353,7 @@ }, { "pokeapi_id": 200, - "pokemon_name": "misdreavus", + "pokemon_name": "Misdreavus", "method": "walk", "encounter_rate": 10, "min_level": 45, @@ -9926,7 +12361,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -9934,7 +12369,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 48, @@ -9942,7 +12377,347 @@ }, { "pokeapi_id": 246, - "pokemon_name": "larvitar", + "pokemon_name": "Larvitar", + "method": "walk", + "encounter_rate": 5, + "min_level": 15, + "max_level": 20 + } + ] + }, + { + "name": "Mt Silver (1F Top)", + "order": 107, + "encounters": [ + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "surf", + "encounter_rate": 90, + "min_level": 30, + "max_level": 45 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 195, + "pokemon_name": "Quagsire", + "method": "walk", + "encounter_rate": 40, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 46, + "max_level": 48 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 46, + "max_level": 48 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 48, + "max_level": 50 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 48, + "max_level": 50 + }, + { + "pokeapi_id": 215, + "pokemon_name": "Sneasel", + "method": "walk", + "encounter_rate": 20, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 217, + "pokemon_name": "Ursaring", + "method": "walk", + "encounter_rate": 20, + "min_level": 48, + "max_level": 50 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "surf", + "encounter_rate": 10, + "min_level": 30, + "max_level": 40 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "walk", + "encounter_rate": 10, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 200, + "pokemon_name": "Misdreavus", + "method": "walk", + "encounter_rate": 10, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 216, + "pokemon_name": "Teddiursa", + "method": "walk", + "encounter_rate": 10, + "min_level": 46, + "max_level": 46 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 246, + "pokemon_name": "Larvitar", + "method": "walk", + "encounter_rate": 5, + "min_level": 15, + "max_level": 20 + } + ] + }, + { + "name": "Mt Silver (4F)", + "order": 108, + "encounters": [ + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "surf", + "encounter_rate": 90, + "min_level": 30, + "max_level": 45 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "walk", + "encounter_rate": 30, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 195, + "pokemon_name": "Quagsire", + "method": "walk", + "encounter_rate": 30, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 48 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 48 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 47 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 47 + }, + { + "pokeapi_id": 215, + "pokemon_name": "Sneasel", + "method": "walk", + "encounter_rate": 20, + "min_level": 50, + "max_level": 50 + }, + { + "pokeapi_id": 217, + "pokemon_name": "Ursaring", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 47 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "surf", + "encounter_rate": 10, + "min_level": 30, + "max_level": 40 + }, + { + "pokeapi_id": 200, + "pokemon_name": "Misdreavus", + "method": "walk", + "encounter_rate": 10, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 246, + "pokemon_name": "Larvitar", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -9952,11 +12727,11 @@ }, { "name": "Mt Silver (Outside)", - "order": 112, + "order": 108, "encounters": [ { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 91, "min_level": 30, @@ -9964,7 +12739,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -9972,7 +12747,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -9980,7 +12755,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -9988,7 +12763,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -9996,7 +12771,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 30, "min_level": 42, @@ -10004,7 +12779,7 @@ }, { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 30, "min_level": 41, @@ -10012,7 +12787,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 42, @@ -10020,7 +12795,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -10028,7 +12803,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 42, @@ -10036,7 +12811,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -10044,7 +12819,7 @@ }, { "pokeapi_id": 217, - "pokemon_name": "ursaring", + "pokemon_name": "Ursaring", "method": "walk", "encounter_rate": 20, "min_level": 42, @@ -10052,7 +12827,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -10060,7 +12835,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -10068,7 +12843,7 @@ }, { "pokeapi_id": 85, - "pokemon_name": "dodrio", + "pokemon_name": "Dodrio", "method": "walk", "encounter_rate": 10, "min_level": 43, @@ -10076,7 +12851,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -10084,7 +12859,7 @@ }, { "pokeapi_id": 78, - "pokemon_name": "rapidash", + "pokemon_name": "Rapidash", "method": "walk", "encounter_rate": 10, "min_level": 44, @@ -10092,7 +12867,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -10100,7 +12875,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 9, "min_level": 30, @@ -10110,11 +12885,11 @@ }, { "name": "Mt Silver (1f)", - "order": 113, + "order": 109, "encounters": [ { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 91, "min_level": 30, @@ -10122,7 +12897,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -10130,7 +12905,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -10138,7 +12913,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -10146,7 +12921,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -10154,7 +12929,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 30, "min_level": 20, @@ -10162,7 +12937,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 30, "min_level": 42, @@ -10170,7 +12945,7 @@ }, { "pokeapi_id": 217, - "pokemon_name": "ursaring", + "pokemon_name": "Ursaring", "method": "walk", "encounter_rate": 30, "min_level": 44, @@ -10178,7 +12953,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 42, @@ -10186,7 +12961,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 42, @@ -10194,7 +12969,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 43, @@ -10202,7 +12977,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -10210,7 +12985,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 43, @@ -10218,7 +12993,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -10226,7 +13001,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -10234,7 +13009,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -10242,7 +13017,7 @@ }, { "pokeapi_id": 216, - "pokemon_name": "teddiursa", + "pokemon_name": "Teddiursa", "method": "walk", "encounter_rate": 10, "min_level": 43, @@ -10250,7 +13025,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 9, "min_level": 30, @@ -10258,7 +13033,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 45, @@ -10266,7 +13041,795 @@ }, { "pokeapi_id": 246, - "pokemon_name": "larvitar", + "pokemon_name": "Larvitar", + "method": "walk", + "encounter_rate": 5, + "min_level": 15, + "max_level": 20 + } + ] + }, + { + "name": "Mt Silver (Mountainside)", + "order": 110, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 40, + "min_level": 48, + "max_level": 51 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 30, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 48, + "max_level": 51 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 48, + "max_level": 51 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 216, + "pokemon_name": "Teddiursa", + "method": "walk", + "encounter_rate": 10, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 217, + "pokemon_name": "Ursaring", + "method": "walk", + "encounter_rate": 10, + "min_level": 50, + "max_level": 50 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "walk", + "encounter_rate": 5, + "min_level": 51, + "max_level": 51 + }, + { + "pokeapi_id": 246, + "pokemon_name": "Larvitar", + "method": "walk", + "encounter_rate": 5, + "min_level": 15, + "max_level": 20 + } + ] + }, + { + "name": "Mt Silver (1F)", + "order": 110, + "encounters": [ + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "surf", + "encounter_rate": 91, + "min_level": 30, + "max_level": 50 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 80, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 80, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 30, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 30, + "min_level": 42, + "max_level": 42 + }, + { + "pokeapi_id": 217, + "pokemon_name": "Ursaring", + "method": "walk", + "encounter_rate": 30, + "min_level": 44, + "max_level": 44 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 42, + "max_level": 44 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 42, + "max_level": 44 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 43, + "max_level": 43 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 41, + "max_level": 43 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 43, + "max_level": 43 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "good-rod", + "encounter_rate": 10, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 216, + "pokemon_name": "Teddiursa", + "method": "walk", + "encounter_rate": 10, + "min_level": 43, + "max_level": 43 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "surf", + "encounter_rate": 9, + "min_level": 30, + "max_level": 40 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 246, + "pokemon_name": "Larvitar", + "method": "walk", + "encounter_rate": 5, + "min_level": 15, + "max_level": 20 + } + ] + }, + { + "name": "Mt Silver (3f)", + "order": 111, + "encounters": [ + { + "pokeapi_id": 195, + "pokemon_name": "Quagsire", + "method": "walk", + "encounter_rate": 65, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 200, + "pokemon_name": "Misdreavus", + "method": "walk", + "encounter_rate": 30, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 46 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 46 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 48 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "walk", + "encounter_rate": 20, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 48 + }, + { + "pokeapi_id": 217, + "pokemon_name": "Ursaring", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 48 + }, + { + "pokeapi_id": 216, + "pokemon_name": "Teddiursa", + "method": "walk", + "encounter_rate": 10, + "min_level": 46, + "max_level": 46 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 246, + "pokemon_name": "Larvitar", + "method": "walk", + "encounter_rate": 5, + "min_level": 15, + "max_level": 20 + }, + { + "pokeapi_id": 247, + "pokemon_name": "Pupitar", + "method": "walk", + "encounter_rate": 5, + "min_level": 30, + "max_level": 30 + } + ] + }, + { + "name": "Mt Silver (3F)", + "order": 112, + "encounters": [ + { + "pokeapi_id": 195, + "pokemon_name": "Quagsire", + "method": "walk", + "encounter_rate": 65, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 200, + "pokemon_name": "Misdreavus", + "method": "walk", + "encounter_rate": 30, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 46 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 46 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 48 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "walk", + "encounter_rate": 20, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 48 + }, + { + "pokeapi_id": 217, + "pokemon_name": "Ursaring", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 48 + }, + { + "pokeapi_id": 216, + "pokemon_name": "Teddiursa", + "method": "walk", + "encounter_rate": 10, + "min_level": 46, + "max_level": 46 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 246, + "pokemon_name": "Larvitar", + "method": "walk", + "encounter_rate": 5, + "min_level": 15, + "max_level": 20 + }, + { + "pokeapi_id": 247, + "pokemon_name": "Pupitar", + "method": "walk", + "encounter_rate": 5, + "min_level": 30, + "max_level": 30 + } + ] + }, + { + "name": "Mt Silver (Top)", + "order": 112, + "encounters": [ + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "surf", + "encounter_rate": 90, + "min_level": 30, + "max_level": 45 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "walk", + "encounter_rate": 40, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 48 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 48 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 47 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 47 + }, + { + "pokeapi_id": 195, + "pokemon_name": "Quagsire", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 215, + "pokemon_name": "Sneasel", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 217, + "pokemon_name": "Ursaring", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 47 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 200, + "pokemon_name": "Misdreavus", + "method": "walk", + "encounter_rate": 15, + "min_level": 45, + "max_level": 48 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "surf", + "encounter_rate": 10, + "min_level": 30, + "max_level": 40 + }, + { + "pokeapi_id": 246, + "pokemon_name": "Larvitar", + "method": "walk", + "encounter_rate": 10, + "min_level": 15, + "max_level": 30 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 48, + "max_level": 48 + } + ] + }, + { + "name": "Mt Silver (2f)", + "order": 113, + "encounters": [ + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "surf", + "encounter_rate": 90, + "min_level": 30, + "max_level": 45 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 60, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 195, + "pokemon_name": "Quagsire", + "method": "walk", + "encounter_rate": 50, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 48 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 48 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 48 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 48 + }, + { + "pokeapi_id": 208, + "pokemon_name": "Steelix", + "method": "walk", + "encounter_rate": 20, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 217, + "pokemon_name": "Ursaring", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 48 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "surf", + "encounter_rate": 10, + "min_level": 30, + "max_level": 40 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "walk", + "encounter_rate": 10, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 200, + "pokemon_name": "Misdreavus", + "method": "walk", + "encounter_rate": 10, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 246, + "pokemon_name": "Larvitar", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -10282,7 +13845,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -10290,7 +13853,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -10298,7 +13861,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -10306,7 +13869,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -10314,7 +13877,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -10322,7 +13885,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 30, "min_level": 20, @@ -10330,7 +13893,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -10338,7 +13901,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -10346,7 +13909,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -10354,7 +13917,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -10362,7 +13925,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -10370,7 +13933,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -10384,7 +13947,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 90, "min_level": 2, @@ -10392,7 +13955,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 55, "min_level": 2, @@ -10400,7 +13963,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 45, "min_level": 2, @@ -10408,7 +13971,7 @@ }, { "pokeapi_id": 261, - "pokemon_name": "poochyena", + "pokemon_name": "Poochyena", "method": "walk", "encounter_rate": 40, "min_level": 2, @@ -10416,7 +13979,7 @@ }, { "pokeapi_id": 161, - "pokemon_name": "sentret", + "pokemon_name": "Sentret", "method": "walk", "encounter_rate": 40, "min_level": 3, @@ -10424,7 +13987,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 2, @@ -10432,7 +13995,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -10440,7 +14003,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 2, @@ -10448,7 +14011,7 @@ }, { "pokeapi_id": 162, - "pokemon_name": "furret", + "pokemon_name": "Furret", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -10462,7 +14025,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 5, @@ -10470,7 +14033,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -10478,7 +14041,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -10486,7 +14049,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -10494,7 +14057,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -10502,7 +14065,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -10510,7 +14073,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -10518,7 +14081,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 10, @@ -10532,7 +14095,7 @@ "encounters": [ { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 80, "min_level": 3, @@ -10540,7 +14103,7 @@ }, { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 80, "min_level": 3, @@ -10548,7 +14111,7 @@ }, { "pokeapi_id": 14, - "pokemon_name": "kakuna", + "pokemon_name": "Kakuna", "method": "walk", "encounter_rate": 60, "min_level": 3, @@ -10556,7 +14119,7 @@ }, { "pokeapi_id": 401, - "pokemon_name": "kricketot", + "pokemon_name": "Kricketot", "method": "walk", "encounter_rate": 40, "min_level": 3, @@ -10564,7 +14127,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 25, "min_level": 3, @@ -10572,7 +14135,7 @@ }, { "pokeapi_id": 406, - "pokemon_name": "budew", + "pokemon_name": "Budew", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -10580,7 +14143,7 @@ }, { "pokeapi_id": 455, - "pokemon_name": "carnivine", + "pokemon_name": "Carnivine", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -10588,7 +14151,7 @@ }, { "pokeapi_id": 322, - "pokemon_name": "numel", + "pokemon_name": "Numel", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -10596,7 +14159,7 @@ }, { "pokeapi_id": 325, - "pokemon_name": "spoink", + "pokemon_name": "Spoink", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -10604,7 +14167,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 15, "min_level": 7, @@ -10612,7 +14175,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 13, "min_level": 7, @@ -10620,7 +14183,7 @@ }, { "pokeapi_id": 15, - "pokemon_name": "beedrill", + "pokemon_name": "Beedrill", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -10628,7 +14191,7 @@ }, { "pokeapi_id": 25, - "pokemon_name": "pikachu", + "pokemon_name": "Pikachu", "method": "walk", "encounter_rate": 7, "min_level": 4, @@ -10642,7 +14205,7 @@ "encounters": [ { "pokeapi_id": 138, - "pokemon_name": "omanyte", + "pokemon_name": "Omanyte", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -10650,7 +14213,7 @@ }, { "pokeapi_id": 140, - "pokemon_name": "kabuto", + "pokemon_name": "Kabuto", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -10658,7 +14221,7 @@ }, { "pokeapi_id": 142, - "pokemon_name": "aerodactyl", + "pokemon_name": "Aerodactyl", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -10666,7 +14229,7 @@ }, { "pokeapi_id": 345, - "pokemon_name": "lileep", + "pokemon_name": "Lileep", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -10674,7 +14237,7 @@ }, { "pokeapi_id": 347, - "pokemon_name": "anorith", + "pokemon_name": "Anorith", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -10682,7 +14245,7 @@ }, { "pokeapi_id": 408, - "pokemon_name": "cranidos", + "pokemon_name": "Cranidos", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -10690,7 +14253,7 @@ }, { "pokeapi_id": 410, - "pokemon_name": "shieldon", + "pokemon_name": "Shieldon", "method": "fossil", "encounter_rate": 100, "min_level": 20, @@ -10709,7 +14272,7 @@ "encounters": [ { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 60, "min_level": 3, @@ -10717,7 +14280,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 60, "min_level": 3, @@ -10725,7 +14288,7 @@ }, { "pokeapi_id": 14, - "pokemon_name": "kakuna", + "pokemon_name": "Kakuna", "method": "walk", "encounter_rate": 51, "min_level": 3, @@ -10733,7 +14296,7 @@ }, { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 51, "min_level": 3, @@ -10741,7 +14304,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 3, @@ -10749,7 +14312,7 @@ }, { "pokeapi_id": 165, - "pokemon_name": "ledyba", + "pokemon_name": "Ledyba", "method": "walk", "encounter_rate": 34, "min_level": 3, @@ -10757,7 +14320,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -10765,7 +14328,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -10773,7 +14336,7 @@ }, { "pokeapi_id": 15, - "pokemon_name": "beedrill", + "pokemon_name": "Beedrill", "method": "walk", "encounter_rate": 14, "min_level": 7, @@ -10781,7 +14344,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 14, "min_level": 7, @@ -10789,7 +14352,7 @@ }, { "pokeapi_id": 166, - "pokemon_name": "ledian", + "pokemon_name": "Ledian", "method": "walk", "encounter_rate": 9, "min_level": 7, @@ -10797,7 +14360,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 5, "min_level": 7, @@ -10811,7 +14374,7 @@ "encounters": [ { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 60, "min_level": 3, @@ -10819,7 +14382,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 60, "min_level": 3, @@ -10827,7 +14390,7 @@ }, { "pokeapi_id": 14, - "pokemon_name": "kakuna", + "pokemon_name": "Kakuna", "method": "walk", "encounter_rate": 51, "min_level": 3, @@ -10835,7 +14398,7 @@ }, { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 51, "min_level": 3, @@ -10843,7 +14406,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 3, @@ -10851,7 +14414,7 @@ }, { "pokeapi_id": 165, - "pokemon_name": "ledyba", + "pokemon_name": "Ledyba", "method": "walk", "encounter_rate": 34, "min_level": 3, @@ -10859,7 +14422,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -10867,7 +14430,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -10875,7 +14438,7 @@ }, { "pokeapi_id": 15, - "pokemon_name": "beedrill", + "pokemon_name": "Beedrill", "method": "walk", "encounter_rate": 14, "min_level": 7, @@ -10883,7 +14446,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 14, "min_level": 7, @@ -10891,7 +14454,7 @@ }, { "pokeapi_id": 166, - "pokemon_name": "ledian", + "pokemon_name": "Ledian", "method": "walk", "encounter_rate": 9, "min_level": 7, @@ -10899,7 +14462,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 5, "min_level": 7, @@ -10915,7 +14478,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 95, "min_level": 5, @@ -10923,7 +14486,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 70, "min_level": 5, @@ -10931,7 +14494,7 @@ }, { "pokeapi_id": 316, - "pokemon_name": "gulpin", + "pokemon_name": "Gulpin", "method": "walk", "encounter_rate": 40, "min_level": 5, @@ -10939,7 +14502,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 5, @@ -10947,7 +14510,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 5, @@ -10955,7 +14518,7 @@ }, { "pokeapi_id": 23, - "pokemon_name": "ekans", + "pokemon_name": "Ekans", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -10963,7 +14526,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -10971,7 +14534,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -10979,7 +14542,7 @@ }, { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -10987,7 +14550,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 5, "min_level": 10, @@ -11001,82 +14564,12 @@ "encounters": [], "children": [ { - "name": "Mt Moon (2f)", + "name": "Mt Moon (Mt Moon Square)", "order": 124, - "encounters": [ - { - "pokeapi_id": 41, - "pokemon_name": "zubat", - "method": "walk", - "encounter_rate": 50, - "min_level": 6, - "max_level": 8 - }, - { - "pokeapi_id": 74, - "pokemon_name": "geodude", - "method": "walk", - "encounter_rate": 35, - "min_level": 8, - "max_level": 10 - }, - { - "pokeapi_id": 359, - "pokemon_name": "absol", - "method": "walk", - "encounter_rate": 20, - "min_level": 6, - "max_level": 8 - }, - { - "pokeapi_id": 436, - "pokemon_name": "bronzor", - "method": "walk", - "encounter_rate": 20, - "min_level": 6, - "max_level": 8 - }, - { - "pokeapi_id": 433, - "pokemon_name": "chingling", - "method": "walk", - "encounter_rate": 20, - "min_level": 8, - "max_level": 8 - }, - { - "pokeapi_id": 296, - "pokemon_name": "makuhita", - "method": "walk", - "encounter_rate": 20, - "min_level": 8, - "max_level": 8 - }, - { - "pokeapi_id": 46, - "pokemon_name": "paras", - "method": "walk", - "encounter_rate": 10, - "min_level": 12, - "max_level": 12 - }, - { - "pokeapi_id": 35, - "pokemon_name": "clefairy", - "method": "walk", - "encounter_rate": 5, - "min_level": 8, - "max_level": 8 - } - ] - }, - { - "name": "Mt Moon (Mt Moon Square)", - "order": 125, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 10, @@ -11084,7 +14577,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -11092,7 +14585,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 70, "min_level": 20, @@ -11100,7 +14593,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 60, "min_level": 35, @@ -11108,7 +14601,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 40, "min_level": 30, @@ -11116,7 +14609,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 30, "min_level": 20, @@ -11125,12 +14618,12 @@ ] }, { - "name": "Mt Moon (1f)", - "order": 126, + "name": "Mt Moon (1F)", + "order": 125, "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 50, "min_level": 6, @@ -11138,7 +14631,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 35, "min_level": 8, @@ -11146,7 +14639,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -11154,7 +14647,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -11162,7 +14655,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -11170,7 +14663,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -11178,7 +14671,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 10, "min_level": 12, @@ -11186,7 +14679,217 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 5, + "min_level": 8, + "max_level": 8 + } + ] + }, + { + "name": "Mt Moon (1f)", + "order": 125, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 50, + "min_level": 6, + "max_level": 8 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 35, + "min_level": 8, + "max_level": 10 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 6, + "max_level": 8 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 6, + "max_level": 8 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 46, + "pokemon_name": "Paras", + "method": "walk", + "encounter_rate": 10, + "min_level": 12, + "max_level": 12 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 5, + "min_level": 8, + "max_level": 8 + } + ] + }, + { + "name": "Mt Moon (2f)", + "order": 126, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 50, + "min_level": 6, + "max_level": 8 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 35, + "min_level": 8, + "max_level": 10 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 6, + "max_level": 8 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 6, + "max_level": 8 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 46, + "pokemon_name": "Paras", + "method": "walk", + "encounter_rate": 10, + "min_level": 12, + "max_level": 12 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 5, + "min_level": 8, + "max_level": 8 + } + ] + }, + { + "name": "Mt Moon (2F)", + "order": 126, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 50, + "min_level": 6, + "max_level": 8 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 35, + "min_level": 8, + "max_level": 10 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 6, + "max_level": 8 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 6, + "max_level": 8 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 46, + "pokemon_name": "Paras", + "method": "walk", + "encounter_rate": 10, + "min_level": 12, + "max_level": 12 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 5, "min_level": 8, @@ -11202,7 +14905,7 @@ "encounters": [ { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 95, "min_level": 5, @@ -11210,7 +14913,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 5, @@ -11218,7 +14921,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -11226,7 +14929,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -11234,7 +14937,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 70, "min_level": 5, @@ -11242,7 +14945,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -11250,7 +14953,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -11258,7 +14961,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 5, @@ -11266,7 +14969,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -11274,7 +14977,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -11282,7 +14985,7 @@ }, { "pokeapi_id": 23, - "pokemon_name": "ekans", + "pokemon_name": "Ekans", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -11290,7 +14993,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -11298,7 +15001,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -11306,7 +15009,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -11314,7 +15017,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -11322,7 +15025,7 @@ }, { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -11330,7 +15033,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -11338,7 +15041,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 10, @@ -11346,7 +15049,7 @@ }, { "pokeapi_id": 24, - "pokemon_name": "arbok", + "pokemon_name": "Arbok", "method": "walk", "encounter_rate": 5, "min_level": 10, @@ -11360,7 +15063,7 @@ "encounters": [ { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 5, @@ -11368,7 +15071,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -11376,7 +15079,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -11384,7 +15087,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -11392,7 +15095,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -11400,7 +15103,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -11408,7 +15111,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -11416,7 +15119,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 10, @@ -11424,7 +15127,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -11438,7 +15141,7 @@ "encounters": [ { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 100, "min_level": 8, @@ -11446,7 +15149,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 5, @@ -11454,7 +15157,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -11462,7 +15165,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -11470,7 +15173,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -11478,7 +15181,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -11486,7 +15189,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 35, "min_level": 8, @@ -11494,7 +15197,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -11502,7 +15205,7 @@ }, { "pokeapi_id": 191, - "pokemon_name": "sunkern", + "pokemon_name": "Sunkern", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -11510,7 +15213,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 20, "min_level": 9, @@ -11518,7 +15221,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 9, @@ -11526,7 +15229,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -11534,7 +15237,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 9, @@ -11542,7 +15245,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -11550,7 +15253,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 20, "min_level": 12, @@ -11558,7 +15261,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -11566,7 +15269,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -11574,7 +15277,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -11582,7 +15285,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 10, @@ -11590,7 +15293,7 @@ }, { "pokeapi_id": 49, - "pokemon_name": "venomoth", + "pokemon_name": "Venomoth", "method": "walk", "encounter_rate": 5, "min_level": 14, @@ -11604,7 +15307,7 @@ "encounters": [ { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 5, @@ -11612,7 +15315,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -11620,7 +15323,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 80, "min_level": 8, @@ -11628,7 +15331,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -11636,7 +15339,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 65, "min_level": 10, @@ -11644,7 +15347,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -11652,7 +15355,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 50, "min_level": 8, @@ -11660,7 +15363,7 @@ }, { "pokeapi_id": 427, - "pokemon_name": "buneary", + "pokemon_name": "Buneary", "method": "walk", "encounter_rate": 40, "min_level": 8, @@ -11668,7 +15371,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -11676,7 +15379,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -11684,7 +15387,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -11692,7 +15395,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -11700,7 +15403,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -11708,7 +15411,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -11716,7 +15419,7 @@ }, { "pokeapi_id": 49, - "pokemon_name": "venomoth", + "pokemon_name": "Venomoth", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -11724,7 +15427,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -11732,7 +15435,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -11740,7 +15443,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 15, "min_level": 10, @@ -11748,7 +15451,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -11756,7 +15459,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -11764,7 +15467,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -11772,7 +15475,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 10, @@ -11786,12 +15489,12 @@ "encounters": [], "children": [ { - "name": "Cerulean Cave (B1f)", + "name": "Cerulean Cave (1F)", "order": 132, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 10, @@ -11799,7 +15502,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 90, "min_level": 22, @@ -11807,7 +15510,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 35, @@ -11815,7 +15518,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -11823,7 +15526,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -11831,197 +15534,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", - "method": "good-rod", - "encounter_rate": 55, - "min_level": 20, - "max_level": 20 - }, - { - "pokeapi_id": 118, - "pokemon_name": "goldeen", - "method": "good-rod", - "encounter_rate": 50, - "min_level": 20, - "max_level": 20 - }, - { - "pokeapi_id": 130, - "pokemon_name": "gyarados", - "method": "super-rod", - "encounter_rate": 30, - "min_level": 40, - "max_level": 40 - }, - { - "pokeapi_id": 47, - "pokemon_name": "parasect", - "method": "walk", - "encounter_rate": 25, - "min_level": 45, - "max_level": 47 - }, - { - "pokeapi_id": 359, - "pokemon_name": "absol", - "method": "walk", - "encounter_rate": 20, - "min_level": 45, - "max_level": 47 - }, - { - "pokeapi_id": 436, - "pokemon_name": "bronzor", - "method": "walk", - "encounter_rate": 20, - "min_level": 45, - "max_level": 47 - }, - { - "pokeapi_id": 433, - "pokemon_name": "chingling", - "method": "walk", - "encounter_rate": 20, - "min_level": 45, - "max_level": 45 - }, - { - "pokeapi_id": 64, - "pokemon_name": "kadabra", - "method": "walk", - "encounter_rate": 20, - "min_level": 46, - "max_level": 46 - }, - { - "pokeapi_id": 296, - "pokemon_name": "makuhita", - "method": "walk", - "encounter_rate": 20, - "min_level": 45, - "max_level": 45 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "good-rod", - "encounter_rate": 15, - "min_level": 20, - "max_level": 20 - }, - { - "pokeapi_id": 82, - "pokemon_name": "magneton", - "method": "walk", - "encounter_rate": 15, - "min_level": 45, - "max_level": 47 - }, - { - "pokeapi_id": 132, - "pokemon_name": "ditto", - "method": "walk", - "encounter_rate": 10, - "min_level": 45, - "max_level": 45 - }, - { - "pokeapi_id": 42, - "pokemon_name": "golbat", - "method": "walk", - "encounter_rate": 10, - "min_level": 47, - "max_level": 47 - }, - { - "pokeapi_id": 55, - "pokemon_name": "golduck", - "method": "surf", - "encounter_rate": 10, - "min_level": 40, - "max_level": 40 - }, - { - "pokeapi_id": 75, - "pokemon_name": "graveler", - "method": "rock-smash", - "encounter_rate": 10, - "min_level": 26, - "max_level": 30 - }, - { - "pokeapi_id": 67, - "pokemon_name": "machoke", - "method": "walk", - "encounter_rate": 10, - "min_level": 45, - "max_level": 45 - }, - { - "pokeapi_id": 101, - "pokemon_name": "electrode", - "method": "walk", - "encounter_rate": 5, - "min_level": 46, - "max_level": 46 - }, - { - "pokeapi_id": 202, - "pokemon_name": "wobbuffet", - "method": "walk", - "encounter_rate": 5, - "min_level": 49, - "max_level": 49 - } - ] - }, - { - "name": "Cerulean Cave (1f)", - "order": 133, - "encounters": [ - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "old-rod", - "encounter_rate": 100, - "min_level": 10, - "max_level": 10 - }, - { - "pokeapi_id": 74, - "pokemon_name": "geodude", - "method": "rock-smash", - "encounter_rate": 90, - "min_level": 22, - "max_level": 24 - }, - { - "pokeapi_id": 54, - "pokemon_name": "psyduck", - "method": "surf", - "encounter_rate": 90, - "min_level": 35, - "max_level": 40 - }, - { - "pokeapi_id": 60, - "pokemon_name": "poliwag", - "method": "super-rod", - "encounter_rate": 70, - "min_level": 40, - "max_level": 40 - }, - { - "pokeapi_id": 61, - "pokemon_name": "poliwhirl", - "method": "super-rod", - "encounter_rate": 60, - "min_level": 40, - "max_level": 40 - }, - { - "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 55, "min_level": 20, @@ -12029,7 +15542,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 50, "min_level": 38, @@ -12037,7 +15550,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 20, @@ -12045,7 +15558,7 @@ }, { "pokeapi_id": 47, - "pokemon_name": "parasect", + "pokemon_name": "Parasect", "method": "walk", "encounter_rate": 50, "min_level": 38, @@ -12053,7 +15566,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 46, "min_level": 39, @@ -12061,7 +15574,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -12069,7 +15582,7 @@ }, { "pokeapi_id": 53, - "pokemon_name": "persian", + "pokemon_name": "Persian", "method": "walk", "encounter_rate": 24, "min_level": 38, @@ -12077,7 +15590,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 38, @@ -12085,7 +15598,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 38, @@ -12093,7 +15606,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -12101,7 +15614,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -12109,7 +15622,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 15, "min_level": 20, @@ -12117,7 +15630,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 12, "min_level": 39, @@ -12125,7 +15638,7 @@ }, { "pokeapi_id": 82, - "pokemon_name": "magneton", + "pokemon_name": "Magneton", "method": "walk", "encounter_rate": 12, "min_level": 39, @@ -12133,7 +15646,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 40, @@ -12141,7 +15654,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 10, "min_level": 26, @@ -12149,7 +15662,7 @@ }, { "pokeapi_id": 101, - "pokemon_name": "electrode", + "pokemon_name": "Electrode", "method": "walk", "encounter_rate": 5, "min_level": 40, @@ -12157,7 +15670,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 5, "min_level": 37, @@ -12166,20 +15679,28 @@ ] }, { - "name": "Cerulean Cave (2f)", - "order": 134, + "name": "Cerulean Cave (1f)", + "order": 132, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 10, "max_level": 10 }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "rock-smash", + "encounter_rate": 90, + "min_level": 22, + "max_level": 24 + }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 35, @@ -12187,7 +15708,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -12195,7 +15716,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -12203,95 +15724,95 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 55, "min_level": 20, "max_level": 20 }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 50, + "min_level": 38, + "max_level": 39 + }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 20, "max_level": 20 }, + { + "pokeapi_id": 47, + "pokemon_name": "Parasect", + "method": "walk", + "encounter_rate": 50, + "min_level": 38, + "max_level": 38 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 46, + "min_level": 39, + "max_level": 40 + }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 30, "min_level": 40, "max_level": 40 }, { - "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokeapi_id": 53, + "pokemon_name": "Persian", "method": "walk", - "encounter_rate": 30, - "min_level": 39, - "max_level": 42 + "encounter_rate": 24, + "min_level": 38, + "max_level": 39 }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, - "min_level": 39, - "max_level": 41 + "min_level": 38, + "max_level": 38 }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, - "min_level": 39, - "max_level": 41 + "min_level": 38, + "max_level": 38 }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, - "min_level": 41, - "max_level": 42 - }, - { - "pokeapi_id": 42, - "pokemon_name": "golbat", - "method": "walk", - "encounter_rate": 20, - "min_level": 41, - "max_level": 42 - }, - { - "pokeapi_id": 64, - "pokemon_name": "kadabra", - "method": "walk", - "encounter_rate": 20, - "min_level": 42, - "max_level": 42 + "min_level": 39, + "max_level": 40 }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, - "min_level": 41, - "max_level": 42 - }, - { - "pokeapi_id": 47, - "pokemon_name": "parasect", - "method": "walk", - "encounter_rate": 20, - "min_level": 40, + "min_level": 39, "max_level": 40 }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 15, "min_level": 20, @@ -12299,7 +15820,189 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", + "method": "walk", + "encounter_rate": 12, + "min_level": 39, + "max_level": 40 + }, + { + "pokeapi_id": 82, + "pokemon_name": "Magneton", + "method": "walk", + "encounter_rate": 12, + "min_level": 39, + "max_level": 40 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "surf", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "rock-smash", + "encounter_rate": 10, + "min_level": 26, + "max_level": 30 + }, + { + "pokeapi_id": 101, + "pokemon_name": "Electrode", + "method": "walk", + "encounter_rate": 5, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 202, + "pokemon_name": "Wobbuffet", + "method": "walk", + "encounter_rate": 5, + "min_level": 37, + "max_level": 37 + } + ] + }, + { + "name": "Cerulean Cave (2F)", + "order": 133, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "surf", + "encounter_rate": 90, + "min_level": 35, + "max_level": 40 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 61, + "pokemon_name": "Poliwhirl", + "method": "super-rod", + "encounter_rate": 60, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "good-rod", + "encounter_rate": 55, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 30, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 30, + "min_level": 39, + "max_level": 42 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 39, + "max_level": 41 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 39, + "max_level": 41 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 41, + "max_level": 42 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 41, + "max_level": 42 + }, + { + "pokeapi_id": 64, + "pokemon_name": "Kadabra", + "method": "walk", + "encounter_rate": 20, + "min_level": 42, + "max_level": 42 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 41, + "max_level": 42 + }, + { + "pokeapi_id": 47, + "pokemon_name": "Parasect", + "method": "walk", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 15, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 132, + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 10, "min_level": 42, @@ -12307,7 +16010,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 40, @@ -12315,7 +16018,7 @@ }, { "pokeapi_id": 82, - "pokemon_name": "magneton", + "pokemon_name": "Magneton", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -12323,7 +16026,7 @@ }, { "pokeapi_id": 101, - "pokemon_name": "electrode", + "pokemon_name": "Electrode", "method": "walk", "encounter_rate": 5, "min_level": 41, @@ -12331,13 +16034,567 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 5, "min_level": 42, "max_level": 42 } ] + }, + { + "name": "Cerulean Cave (2f)", + "order": 133, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "surf", + "encounter_rate": 90, + "min_level": 35, + "max_level": 40 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 61, + "pokemon_name": "Poliwhirl", + "method": "super-rod", + "encounter_rate": 60, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "good-rod", + "encounter_rate": 55, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 30, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 30, + "min_level": 39, + "max_level": 42 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 39, + "max_level": 41 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 39, + "max_level": 41 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 41, + "max_level": 42 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 41, + "max_level": 42 + }, + { + "pokeapi_id": 64, + "pokemon_name": "Kadabra", + "method": "walk", + "encounter_rate": 20, + "min_level": 42, + "max_level": 42 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 41, + "max_level": 42 + }, + { + "pokeapi_id": 47, + "pokemon_name": "Parasect", + "method": "walk", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 15, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 132, + "pokemon_name": "Ditto", + "method": "walk", + "encounter_rate": 10, + "min_level": 42, + "max_level": 42 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "surf", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 82, + "pokemon_name": "Magneton", + "method": "walk", + "encounter_rate": 10, + "min_level": 41, + "max_level": 41 + }, + { + "pokeapi_id": 101, + "pokemon_name": "Electrode", + "method": "walk", + "encounter_rate": 5, + "min_level": 41, + "max_level": 41 + }, + { + "pokeapi_id": 202, + "pokemon_name": "Wobbuffet", + "method": "walk", + "encounter_rate": 5, + "min_level": 42, + "max_level": 42 + } + ] + }, + { + "name": "Cerulean Cave (B1F)", + "order": 134, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "rock-smash", + "encounter_rate": 90, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "surf", + "encounter_rate": 90, + "min_level": 35, + "max_level": 40 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 61, + "pokemon_name": "Poliwhirl", + "method": "super-rod", + "encounter_rate": 60, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "good-rod", + "encounter_rate": 55, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 30, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 47, + "pokemon_name": "Parasect", + "method": "walk", + "encounter_rate": 25, + "min_level": 45, + "max_level": 47 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 47 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 47 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 64, + "pokemon_name": "Kadabra", + "method": "walk", + "encounter_rate": 20, + "min_level": 46, + "max_level": 46 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 15, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 82, + "pokemon_name": "Magneton", + "method": "walk", + "encounter_rate": 15, + "min_level": 45, + "max_level": 47 + }, + { + "pokeapi_id": 132, + "pokemon_name": "Ditto", + "method": "walk", + "encounter_rate": 10, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 47, + "max_level": 47 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "surf", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "rock-smash", + "encounter_rate": 10, + "min_level": 26, + "max_level": 30 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 101, + "pokemon_name": "Electrode", + "method": "walk", + "encounter_rate": 5, + "min_level": 46, + "max_level": 46 + }, + { + "pokeapi_id": 202, + "pokemon_name": "Wobbuffet", + "method": "walk", + "encounter_rate": 5, + "min_level": 49, + "max_level": 49 + } + ] + }, + { + "name": "Cerulean Cave (B1f)", + "order": 134, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "rock-smash", + "encounter_rate": 90, + "min_level": 22, + "max_level": 24 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "surf", + "encounter_rate": 90, + "min_level": 35, + "max_level": 40 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "super-rod", + "encounter_rate": 70, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 61, + "pokemon_name": "Poliwhirl", + "method": "super-rod", + "encounter_rate": 60, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "good-rod", + "encounter_rate": 55, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 30, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 47, + "pokemon_name": "Parasect", + "method": "walk", + "encounter_rate": 25, + "min_level": 45, + "max_level": 47 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 47 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 47 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 64, + "pokemon_name": "Kadabra", + "method": "walk", + "encounter_rate": 20, + "min_level": 46, + "max_level": 46 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 15, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 82, + "pokemon_name": "Magneton", + "method": "walk", + "encounter_rate": 15, + "min_level": 45, + "max_level": 47 + }, + { + "pokeapi_id": 132, + "pokemon_name": "Ditto", + "method": "walk", + "encounter_rate": 10, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 47, + "max_level": 47 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "surf", + "encounter_rate": 10, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "rock-smash", + "encounter_rate": 10, + "min_level": 26, + "max_level": 30 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 101, + "pokemon_name": "Electrode", + "method": "walk", + "encounter_rate": 5, + "min_level": 46, + "max_level": 46 + }, + { + "pokeapi_id": 202, + "pokemon_name": "Wobbuffet", + "method": "walk", + "encounter_rate": 5, + "min_level": 49, + "max_level": 49 + } + ] } ] }, @@ -12347,7 +16604,7 @@ "encounters": [ { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 80, "min_level": 13, @@ -12355,7 +16612,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 80, "min_level": 13, @@ -12363,7 +16620,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 70, "min_level": 13, @@ -12371,7 +16628,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 13, @@ -12379,7 +16636,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 30, "min_level": 13, @@ -12387,7 +16644,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -12395,7 +16652,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -12403,7 +16660,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 10, "min_level": 12, @@ -12411,7 +16668,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -12425,7 +16682,7 @@ "encounters": [ { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 90, "min_level": 5, @@ -12433,7 +16690,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -12441,7 +16698,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 80, "min_level": 13, @@ -12449,7 +16706,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -12457,7 +16714,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 70, "min_level": 13, @@ -12465,7 +16722,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 60, "min_level": 13, @@ -12473,7 +16730,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -12481,7 +16738,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -12489,7 +16746,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 30, "min_level": 13, @@ -12497,7 +16754,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -12505,7 +16762,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -12513,7 +16770,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -12521,7 +16778,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -12529,7 +16786,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -12537,7 +16794,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -12545,7 +16802,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 10, "min_level": 12, @@ -12553,7 +16810,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 10, "min_level": 10, @@ -12561,7 +16818,7 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -12575,7 +16832,7 @@ "encounters": [ { "pokeapi_id": 50, - "pokemon_name": "diglett", + "pokemon_name": "Diglett", "method": "rock-smash", "encounter_rate": 90, "min_level": 24, @@ -12583,7 +16840,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -12591,7 +16848,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -12599,7 +16856,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 60, "min_level": 35, @@ -12607,7 +16864,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -12615,7 +16872,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -12623,7 +16880,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -12631,7 +16888,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 30, "min_level": 20, @@ -12639,7 +16896,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -12647,7 +16904,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -12655,7 +16912,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -12663,7 +16920,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -12671,7 +16928,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -12679,7 +16936,7 @@ }, { "pokeapi_id": 213, - "pokemon_name": "shuckle", + "pokemon_name": "Shuckle", "method": "rock-smash", "encounter_rate": 10, "min_level": 32, @@ -12687,7 +16944,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -12701,7 +16958,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -12709,7 +16966,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -12717,7 +16974,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -12725,7 +16982,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -12733,7 +16990,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 60, "min_level": 35, @@ -12741,7 +16998,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -12749,7 +17006,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -12757,7 +17014,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 30, "min_level": 20, @@ -12765,7 +17022,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -12773,7 +17030,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -12781,7 +17038,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -12789,7 +17046,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -12797,7 +17054,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -12805,7 +17062,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -12819,7 +17076,7 @@ "encounters": [ { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 60, "min_level": 17, @@ -12827,7 +17084,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 17, @@ -12835,7 +17092,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 30, "min_level": 17, @@ -12843,7 +17100,7 @@ }, { "pokeapi_id": 198, - "pokemon_name": "murkrow", + "pokemon_name": "Murkrow", "method": "walk", "encounter_rate": 30, "min_level": 17, @@ -12851,7 +17108,7 @@ }, { "pokeapi_id": 37, - "pokemon_name": "vulpix", + "pokemon_name": "Vulpix", "method": "walk", "encounter_rate": 25, "min_level": 15, @@ -12859,7 +17116,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 18, @@ -12867,7 +17124,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -12875,7 +17132,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -12883,7 +17140,7 @@ }, { "pokeapi_id": 228, - "pokemon_name": "houndour", + "pokemon_name": "Houndour", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -12891,7 +17148,7 @@ }, { "pokeapi_id": 53, - "pokemon_name": "persian", + "pokemon_name": "Persian", "method": "walk", "encounter_rate": 5, "min_level": 19, @@ -12899,7 +17156,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -12913,7 +17170,7 @@ "encounters": [ { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 70, "min_level": 17, @@ -12921,7 +17178,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 15, @@ -12929,7 +17186,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 19, @@ -12937,7 +17194,7 @@ }, { "pokeapi_id": 52, - "pokemon_name": "meowth", + "pokemon_name": "Meowth", "method": "walk", "encounter_rate": 30, "min_level": 17, @@ -12945,7 +17202,7 @@ }, { "pokeapi_id": 37, - "pokemon_name": "vulpix", + "pokemon_name": "Vulpix", "method": "walk", "encounter_rate": 25, "min_level": 17, @@ -12953,7 +17210,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -12961,7 +17218,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -12969,7 +17226,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -12977,7 +17234,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 10, "min_level": 18, @@ -12985,7 +17242,7 @@ }, { "pokeapi_id": 64, - "pokemon_name": "kadabra", + "pokemon_name": "Kadabra", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -12999,7 +17256,7 @@ "encounters": [ { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 100, "min_level": 13, @@ -13007,7 +17264,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -13015,7 +17272,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -13023,7 +17280,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -13031,7 +17288,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 70, "min_level": 13, @@ -13039,7 +17296,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -13047,7 +17304,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 50, "min_level": 13, @@ -13055,7 +17312,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -13063,7 +17320,7 @@ }, { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 40, "min_level": 13, @@ -13071,7 +17328,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -13079,7 +17336,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -13087,7 +17344,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -13095,7 +17352,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -13103,7 +17360,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -13111,7 +17368,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -13119,7 +17376,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -13127,7 +17384,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -13135,7 +17392,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -13149,7 +17406,7 @@ "encounters": [ { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "surf", "encounter_rate": 90, "min_level": 10, @@ -13157,7 +17414,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -13165,7 +17422,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -13173,7 +17430,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -13181,7 +17438,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 60, "min_level": 16, @@ -13189,7 +17446,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -13197,7 +17454,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -13205,7 +17462,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 30, "min_level": 16, @@ -13213,7 +17470,7 @@ }, { "pokeapi_id": 100, - "pokemon_name": "voltorb", + "pokemon_name": "Voltorb", "method": "walk", "encounter_rate": 30, "min_level": 17, @@ -13221,7 +17478,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -13229,7 +17486,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -13237,7 +17494,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 20, "min_level": 18, @@ -13245,7 +17502,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -13253,7 +17510,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -13261,7 +17518,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -13269,7 +17526,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -13277,7 +17534,7 @@ }, { "pokeapi_id": 125, - "pokemon_name": "electabuzz", + "pokemon_name": "Electabuzz", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -13285,7 +17542,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -13293,7 +17550,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -13307,12 +17564,12 @@ "encounters": [], "children": [ { - "name": "Rock Tunnel (1f)", + "name": "Rock Tunnel (1F)", "order": 144, "encounters": [ { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 35, "min_level": 10, @@ -13320,7 +17577,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -13328,7 +17585,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -13336,7 +17593,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -13344,7 +17601,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 12, @@ -13352,7 +17609,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 20, "min_level": 12, @@ -13360,7 +17617,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 12, @@ -13368,7 +17625,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 8, @@ -13376,7 +17633,85 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 5, + "min_level": 14, + "max_level": 14 + } + ] + }, + { + "name": "Rock Tunnel (1f)", + "order": 144, + "encounters": [ + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 35, + "min_level": 10, + "max_level": 13 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 30, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 12, + "max_level": 12 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 20, + "min_level": 12, + "max_level": 12 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 12, + "max_level": 12 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 8, + "max_level": 8 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 5, "min_level": 14, @@ -13390,7 +17725,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "rock-smash", "encounter_rate": 100, "min_level": 12, @@ -13398,7 +17733,7 @@ }, { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 30, "min_level": 12, @@ -13406,7 +17741,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 30, "min_level": 12, @@ -13414,7 +17749,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 12, @@ -13422,7 +17757,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 12, @@ -13430,7 +17765,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -13438,7 +17773,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -13446,7 +17781,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -13454,7 +17789,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -13462,7 +17797,7 @@ }, { "pokeapi_id": 115, - "pokemon_name": "kangaskhan", + "pokemon_name": "Kangaskhan", "method": "walk", "encounter_rate": 5, "min_level": 14, @@ -13470,7 +17805,101 @@ }, { "pokeapi_id": 105, - "pokemon_name": "marowak", + "pokemon_name": "Marowak", + "method": "walk", + "encounter_rate": 5, + "min_level": 14, + "max_level": 14 + } + ] + }, + { + "name": "Rock Tunnel (B1F)", + "order": 145, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "rock-smash", + "encounter_rate": 100, + "min_level": 12, + "max_level": 21 + }, + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 30, + "min_level": 12, + "max_level": 12 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 30, + "min_level": 12, + "max_level": 12 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 12, + "max_level": 12 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 12, + "max_level": 12 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 20, + "min_level": 16, + "max_level": 16 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 115, + "pokemon_name": "Kangaskhan", + "method": "walk", + "encounter_rate": 5, + "min_level": 14, + "max_level": 14 + }, + { + "pokeapi_id": 105, + "pokemon_name": "Marowak", "method": "walk", "encounter_rate": 5, "min_level": 14, @@ -13486,7 +17915,7 @@ "encounters": [ { "pokeapi_id": 96, - "pokemon_name": "drowzee", + "pokemon_name": "Drowzee", "method": "walk", "encounter_rate": 40, "min_level": 14, @@ -13494,7 +17923,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 14, @@ -13502,7 +17931,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -13510,7 +17939,7 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -13518,7 +17947,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -13526,7 +17955,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -13534,7 +17963,7 @@ }, { "pokeapi_id": 97, - "pokemon_name": "hypno", + "pokemon_name": "Hypno", "method": "walk", "encounter_rate": 10, "min_level": 16, @@ -13548,7 +17977,7 @@ "encounters": [ { "pokeapi_id": 50, - "pokemon_name": "diglett", + "pokemon_name": "Diglett", "method": "walk", "encounter_rate": 90, "min_level": 13, @@ -13556,7 +17985,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -13564,7 +17993,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -13572,7 +18001,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -13580,7 +18009,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -13588,7 +18017,7 @@ }, { "pokeapi_id": 51, - "pokemon_name": "dugtrio", + "pokemon_name": "Dugtrio", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -13602,7 +18031,7 @@ "encounters": [ { "pokeapi_id": 369, - "pokemon_name": "relicanth", + "pokemon_name": "Relicanth", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -13610,7 +18039,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -13618,7 +18047,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -13626,7 +18055,7 @@ }, { "pokeapi_id": 369, - "pokemon_name": "relicanth", + "pokemon_name": "Relicanth", "method": "good-rod", "encounter_rate": 65, "min_level": 20, @@ -13634,7 +18063,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 25, @@ -13642,7 +18071,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -13650,7 +18079,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -13658,7 +18087,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -13666,7 +18095,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -13674,7 +18103,7 @@ }, { "pokeapi_id": 369, - "pokemon_name": "relicanth", + "pokemon_name": "Relicanth", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -13682,7 +18111,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -13690,7 +18119,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -13698,7 +18127,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 25, @@ -13712,7 +18141,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -13720,7 +18149,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -13728,7 +18157,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -13736,7 +18165,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 60, "min_level": 25, @@ -13744,7 +18173,7 @@ }, { "pokeapi_id": 113, - "pokemon_name": "chansey", + "pokemon_name": "Chansey", "method": "walk", "encounter_rate": 41, "min_level": 23, @@ -13752,7 +18181,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -13760,7 +18189,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 40, "min_level": 25, @@ -13768,7 +18197,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 38, "min_level": 22, @@ -13776,7 +18205,7 @@ }, { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -13784,7 +18213,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -13792,7 +18221,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -13800,7 +18229,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -13808,7 +18237,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -13816,7 +18245,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -13824,7 +18253,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -13832,7 +18261,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -13840,7 +18269,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -13848,7 +18277,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 19, "min_level": 22, @@ -13856,7 +18285,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -13864,7 +18293,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -13872,7 +18301,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 25, @@ -13886,7 +18315,7 @@ "encounters": [ { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 40, "min_level": 25, @@ -13894,7 +18323,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 23, @@ -13902,7 +18331,7 @@ }, { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -13910,7 +18339,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -13918,7 +18347,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -13926,7 +18355,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -13934,7 +18363,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -13942,7 +18371,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -13950,7 +18379,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 19, "min_level": 24, @@ -13958,7 +18387,7 @@ }, { "pokeapi_id": 188, - "pokemon_name": "skiploom", + "pokemon_name": "Skiploom", "method": "walk", "encounter_rate": 18, "min_level": 26, @@ -13966,7 +18395,7 @@ }, { "pokeapi_id": 113, - "pokemon_name": "chansey", + "pokemon_name": "Chansey", "method": "walk", "encounter_rate": 1, "min_level": 25, @@ -13980,7 +18409,7 @@ "encounters": [ { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 40, "min_level": 25, @@ -13988,7 +18417,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 23, @@ -13996,7 +18425,7 @@ }, { "pokeapi_id": 187, - "pokemon_name": "hoppip", + "pokemon_name": "Hoppip", "method": "walk", "encounter_rate": 38, "min_level": 22, @@ -14004,7 +18433,7 @@ }, { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -14012,7 +18441,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -14020,7 +18449,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -14028,7 +18457,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -14036,7 +18465,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -14044,7 +18473,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 19, "min_level": 22, @@ -14052,7 +18481,7 @@ }, { "pokeapi_id": 113, - "pokemon_name": "chansey", + "pokemon_name": "Chansey", "method": "walk", "encounter_rate": 1, "min_level": 25, @@ -14066,7 +18495,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 100, "min_level": 10, @@ -14074,7 +18503,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 10, @@ -14082,7 +18511,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 90, "min_level": 20, @@ -14090,7 +18519,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 70, "min_level": 40, @@ -14098,7 +18527,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -14106,7 +18535,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -14120,7 +18549,7 @@ "encounters": [ { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 80, "min_level": 27, @@ -14128,7 +18557,7 @@ }, { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 80, "min_level": 26, @@ -14136,7 +18565,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 26, @@ -14144,7 +18573,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -14152,7 +18581,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -14160,7 +18589,7 @@ }, { "pokeapi_id": 198, - "pokemon_name": "murkrow", + "pokemon_name": "Murkrow", "method": "walk", "encounter_rate": 10, "min_level": 29, @@ -14168,7 +18597,7 @@ }, { "pokeapi_id": 89, - "pokemon_name": "muk", + "pokemon_name": "Muk", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -14176,7 +18605,7 @@ }, { "pokeapi_id": 218, - "pokemon_name": "slugma", + "pokemon_name": "Slugma", "method": "walk", "encounter_rate": 5, "min_level": 27, @@ -14190,7 +18619,7 @@ "encounters": [ { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 100, "min_level": 27, @@ -14198,7 +18627,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 80, "min_level": 28, @@ -14206,7 +18635,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 27, @@ -14214,7 +18643,7 @@ }, { "pokeapi_id": 218, - "pokemon_name": "slugma", + "pokemon_name": "Slugma", "method": "walk", "encounter_rate": 35, "min_level": 27, @@ -14222,7 +18651,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 29, @@ -14230,7 +18659,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 27, @@ -14238,7 +18667,7 @@ }, { "pokeapi_id": 89, - "pokemon_name": "muk", + "pokemon_name": "Muk", "method": "walk", "encounter_rate": 15, "min_level": 30, @@ -14252,7 +18681,7 @@ "encounters": [ { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 80, "min_level": 27, @@ -14260,7 +18689,7 @@ }, { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 80, "min_level": 26, @@ -14268,7 +18697,7 @@ }, { "pokeapi_id": 403, - "pokemon_name": "shinx", + "pokemon_name": "Shinx", "method": "walk", "encounter_rate": 40, "min_level": 26, @@ -14276,7 +18705,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -14284,7 +18713,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -14292,7 +18721,7 @@ }, { "pokeapi_id": 89, - "pokemon_name": "muk", + "pokemon_name": "Muk", "method": "walk", "encounter_rate": 15, "min_level": 29, @@ -14300,7 +18729,7 @@ }, { "pokeapi_id": 218, - "pokemon_name": "slugma", + "pokemon_name": "Slugma", "method": "walk", "encounter_rate": 5, "min_level": 27, @@ -14314,7 +18743,7 @@ "encounters": [ { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "surf", "encounter_rate": 90, "min_level": 15, @@ -14322,7 +18751,7 @@ }, { "pokeapi_id": 89, - "pokemon_name": "muk", + "pokemon_name": "Muk", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -14336,7 +18765,7 @@ "encounters": [ { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "rock-smash", "encounter_rate": 90, "min_level": 28, @@ -14344,7 +18773,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -14352,7 +18781,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -14360,7 +18789,7 @@ }, { "pokeapi_id": 366, - "pokemon_name": "clamperl", + "pokemon_name": "Clamperl", "method": "surf", "encounter_rate": 60, "min_level": 35, @@ -14368,7 +18797,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -14376,7 +18805,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -14384,7 +18813,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 50, "min_level": 20, @@ -14392,7 +18821,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -14400,7 +18829,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -14408,7 +18837,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -14416,7 +18845,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -14424,7 +18853,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -14432,7 +18861,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "rock-smash", "encounter_rate": 10, "min_level": 24, @@ -14440,7 +18869,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -14448,7 +18877,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -14462,7 +18891,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -14470,7 +18899,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -14478,7 +18907,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -14486,7 +18915,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -14494,7 +18923,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -14502,7 +18931,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 30, "min_level": 20, @@ -14510,7 +18939,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -14518,7 +18947,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -14526,7 +18955,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -14534,7 +18963,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -14542,7 +18971,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -14550,7 +18979,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -14564,82 +18993,12 @@ "encounters": [], "children": [ { - "name": "Seafoam Islands (1f)", + "name": "Seafoam Islands (B1f)", "order": 160, "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", - "method": "walk", - "encounter_rate": 30, - "min_level": 30, - "max_level": 32 - }, - { - "pokeapi_id": 54, - "pokemon_name": "psyduck", - "method": "walk", - "encounter_rate": 30, - "min_level": 26, - "max_level": 29 - }, - { - "pokeapi_id": 41, - "pokemon_name": "zubat", - "method": "walk", - "encounter_rate": 30, - "min_level": 26, - "max_level": 28 - }, - { - "pokeapi_id": 359, - "pokemon_name": "absol", - "method": "walk", - "encounter_rate": 20, - "min_level": 28, - "max_level": 29 - }, - { - "pokeapi_id": 436, - "pokemon_name": "bronzor", - "method": "walk", - "encounter_rate": 20, - "min_level": 28, - "max_level": 29 - }, - { - "pokeapi_id": 433, - "pokemon_name": "chingling", - "method": "walk", - "encounter_rate": 20, - "min_level": 30, - "max_level": 32 - }, - { - "pokeapi_id": 296, - "pokemon_name": "makuhita", - "method": "walk", - "encounter_rate": 20, - "min_level": 30, - "max_level": 32 - }, - { - "pokeapi_id": 55, - "pokemon_name": "golduck", - "method": "walk", - "encounter_rate": 10, - "min_level": 32, - "max_level": 32 - } - ] - }, - { - "name": "Seafoam Islands (B1f)", - "order": 161, - "encounters": [ - { - "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -14647,7 +19006,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -14655,7 +19014,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -14663,7 +19022,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -14671,7 +19030,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -14679,7 +19038,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -14687,7 +19046,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 16, "min_level": 26, @@ -14695,7 +19054,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 14, "min_level": 32, @@ -14703,7 +19062,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 28, @@ -14712,12 +19071,82 @@ ] }, { - "name": "Seafoam Islands (B2f)", - "order": 162, + "name": "Seafoam Islands (1F)", + "order": 160, "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "walk", + "encounter_rate": 30, + "min_level": 26, + "max_level": 29 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 26, + "max_level": 28 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 28, + "max_level": 29 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 28, + "max_level": 29 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "walk", + "encounter_rate": 10, + "min_level": 32, + "max_level": 32 + } + ] + }, + { + "name": "Seafoam Islands (B2f)", + "order": 161, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 33, @@ -14725,7 +19154,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 30, "min_level": 33, @@ -14733,7 +19162,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -14741,7 +19170,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -14749,7 +19178,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -14757,7 +19186,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -14765,7 +19194,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 16, "min_level": 27, @@ -14773,7 +19202,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 14, "min_level": 33, @@ -14781,7 +19210,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 29, @@ -14790,12 +19219,90 @@ ] }, { - "name": "Seafoam Islands (B3f)", - "order": 163, + "name": "Seafoam Islands (B1F)", + "order": 161, "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 30, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 28, + "max_level": 34 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 28, + "max_level": 34 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "walk", + "encounter_rate": 16, + "min_level": 26, + "max_level": 28 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "walk", + "encounter_rate": 14, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 28, + "max_level": 29 + } + ] + }, + { + "name": "Seafoam Islands (B3f)", + "order": 162, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 34, @@ -14803,7 +19310,7 @@ }, { "pokeapi_id": 87, - "pokemon_name": "dewgong", + "pokemon_name": "Dewgong", "method": "walk", "encounter_rate": 24, "min_level": 35, @@ -14811,7 +19318,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -14819,7 +19326,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -14827,7 +19334,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 34, @@ -14835,7 +19342,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 34, @@ -14843,7 +19350,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 14, "min_level": 34, @@ -14851,7 +19358,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 12, "min_level": 31, @@ -14859,7 +19366,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 10, "min_level": 34, @@ -14867,7 +19374,171 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 31, + "max_level": 32 + } + ] + }, + { + "name": "Seafoam Islands (B2F)", + "order": 162, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 33, + "max_level": 35 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 30, + "min_level": 33, + "max_level": 35 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 30, + "max_level": 35 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 30, + "max_level": 35 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 35 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 35 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "walk", + "encounter_rate": 16, + "min_level": 27, + "max_level": 30 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "walk", + "encounter_rate": 14, + "min_level": 33, + "max_level": 35 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 29, + "max_level": 30 + } + ] + }, + { + "name": "Seafoam Islands (B3F)", + "order": 163, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 34, + "max_level": 36 + }, + { + "pokeapi_id": 87, + "pokemon_name": "Dewgong", + "method": "walk", + "encounter_rate": 24, + "min_level": 35, + "max_level": 36 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 34, + "max_level": 36 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 34, + "max_level": 36 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "walk", + "encounter_rate": 14, + "min_level": 34, + "max_level": 36 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "walk", + "encounter_rate": 12, + "min_level": 31, + "max_level": 32 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 10, + "min_level": 34, + "max_level": 34 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 31, @@ -14877,11 +19548,11 @@ }, { "name": "Seafoam Islands (B4f)", - "order": 164, + "order": 163, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -14889,7 +19560,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "surf", "encounter_rate": 60, "min_level": 30, @@ -14897,7 +19568,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -14905,7 +19576,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -14913,7 +19584,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 38, @@ -14921,7 +19592,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -14929,7 +19600,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "surf", "encounter_rate": 30, "min_level": 30, @@ -14937,7 +19608,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "good-rod", "encounter_rate": 30, "min_level": 20, @@ -14945,7 +19616,7 @@ }, { "pokeapi_id": 87, - "pokemon_name": "dewgong", + "pokemon_name": "Dewgong", "method": "walk", "encounter_rate": 24, "min_level": 37, @@ -14953,7 +19624,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 34, @@ -14961,7 +19632,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 20, "min_level": 34, @@ -14969,7 +19640,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 20, "min_level": 38, @@ -14977,7 +19648,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -14985,7 +19656,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 20, "min_level": 38, @@ -14993,7 +19664,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 15, "min_level": 40, @@ -15001,7 +19672,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -15009,7 +19680,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 15, "min_level": 40, @@ -15017,7 +19688,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 14, "min_level": 37, @@ -15025,7 +19696,7 @@ }, { "pokeapi_id": 124, - "pokemon_name": "jynx", + "pokemon_name": "Jynx", "method": "walk", "encounter_rate": 12, "min_level": 38, @@ -15033,7 +19704,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -15041,7 +19712,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 10, "min_level": 34, @@ -15049,7 +19720,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 10, "min_level": 34, @@ -15057,7 +19728,267 @@ }, { "pokeapi_id": 80, - "pokemon_name": "slowbro", + "pokemon_name": "Slowbro", + "method": "surf", + "encounter_rate": 10, + "min_level": 35, + "max_level": 50 + } + ] + }, + { + "name": "Seafoam Islands (1f)", + "order": 164, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "walk", + "encounter_rate": 30, + "min_level": 26, + "max_level": 29 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 26, + "max_level": 28 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 28, + "max_level": 29 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 28, + "max_level": 29 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "walk", + "encounter_rate": 10, + "min_level": 32, + "max_level": 32 + } + ] + }, + { + "name": "Seafoam Islands (B4F)", + "order": 164, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 85, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "surf", + "encounter_rate": 60, + "min_level": 30, + "max_level": 40 + }, + { + "pokeapi_id": 130, + "pokemon_name": "Gyarados", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "good-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 30, + "min_level": 38, + "max_level": 40 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "surf", + "encounter_rate": 30, + "min_level": 30, + "max_level": 40 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "super-rod", + "encounter_rate": 30, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "good-rod", + "encounter_rate": 30, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 87, + "pokemon_name": "Dewgong", + "method": "walk", + "encounter_rate": 24, + "min_level": 37, + "max_level": 38 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 34, + "max_level": 34 + }, + { + "pokeapi_id": 436, + "pokemon_name": "Bronzor", + "method": "walk", + "encounter_rate": 20, + "min_level": 34, + "max_level": 34 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 20, + "min_level": 38, + "max_level": 38 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "good-rod", + "encounter_rate": 20, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 296, + "pokemon_name": "Makuhita", + "method": "walk", + "encounter_rate": 20, + "min_level": 38, + "max_level": 38 + }, + { + "pokeapi_id": 99, + "pokemon_name": "Kingler", + "method": "super-rod", + "encounter_rate": 15, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "old-rod", + "encounter_rate": 15, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 117, + "pokemon_name": "Seadra", + "method": "super-rod", + "encounter_rate": 15, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "walk", + "encounter_rate": 14, + "min_level": 37, + "max_level": 38 + }, + { + "pokeapi_id": 124, + "pokemon_name": "Jynx", + "method": "walk", + "encounter_rate": 12, + "min_level": 38, + "max_level": 40 + }, + { + "pokeapi_id": 116, + "pokemon_name": "Horsea", + "method": "good-rod", + "encounter_rate": 10, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "walk", + "encounter_rate": 10, + "min_level": 34, + "max_level": 34 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 10, + "min_level": 34, + "max_level": 34 + }, + { + "pokeapi_id": 80, + "pokemon_name": "Slowbro", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -15073,7 +20004,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -15081,7 +20012,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -15089,7 +20020,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -15097,7 +20028,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -15105,7 +20036,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -15113,7 +20044,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 30, "min_level": 20, @@ -15121,7 +20052,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -15129,7 +20060,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -15137,7 +20068,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -15145,7 +20076,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -15153,7 +20084,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -15161,7 +20092,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -15175,7 +20106,7 @@ "encounters": [ { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -15183,7 +20114,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 90, "min_level": 30, @@ -15191,7 +20122,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -15199,7 +20130,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -15207,7 +20138,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -15215,7 +20146,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 40, @@ -15223,7 +20154,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "good-rod", "encounter_rate": 30, "min_level": 20, @@ -15231,7 +20162,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 35, @@ -15239,7 +20170,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -15247,7 +20178,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 20, "min_level": 20, @@ -15255,7 +20186,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 35, @@ -15263,7 +20194,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -15271,7 +20202,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -15279,7 +20210,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -15287,7 +20218,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 10, "min_level": 40, @@ -15295,7 +20226,7 @@ }, { "pokeapi_id": 122, - "pokemon_name": "mr-mime", + "pokemon_name": "Mr Mime", "method": "walk", "encounter_rate": 10, "min_level": 28, @@ -15303,7 +20234,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -15311,7 +20242,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 10, "min_level": 35, @@ -15325,7 +20256,7 @@ "encounters": [ { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 100, "min_level": 3, @@ -15333,7 +20264,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 95, "min_level": 3, @@ -15341,7 +20272,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 90, "min_level": 5, @@ -15349,7 +20280,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 85, "min_level": 10, @@ -15357,7 +20288,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 80, "min_level": 40, @@ -15365,7 +20296,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 60, "min_level": 20, @@ -15373,7 +20304,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 40, "min_level": 20, @@ -15381,7 +20312,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -15389,7 +20320,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -15397,7 +20328,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 20, "min_level": 4, @@ -15405,7 +20336,7 @@ }, { "pokeapi_id": 264, - "pokemon_name": "linoone", + "pokemon_name": "Linoone", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -15413,7 +20344,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 40, @@ -15421,7 +20352,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -15429,7 +20360,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 15, "min_level": 10, @@ -15437,7 +20368,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -15445,7 +20376,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 10, "min_level": 10, @@ -15453,7 +20384,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 5, "min_level": 6, @@ -15467,7 +20398,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 100, "min_level": 30, @@ -15475,7 +20406,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -15483,7 +20414,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 90, "min_level": 10, @@ -15491,7 +20422,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 90, "min_level": 20, @@ -15499,7 +20430,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -15507,7 +20438,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 10, "min_level": 10, @@ -15515,7 +20446,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "good-rod", "encounter_rate": 10, "min_level": 20, @@ -15529,7 +20460,7 @@ "encounters": [ { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "old-rod", "encounter_rate": 100, "min_level": 10, @@ -15537,7 +20468,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 100, "min_level": 10, @@ -15545,7 +20476,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 100, "min_level": 10, @@ -15553,7 +20484,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "surf", "encounter_rate": 100, "min_level": 10, @@ -15561,7 +20492,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 100, "min_level": 20, @@ -15569,7 +20500,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 40, "min_level": 20, @@ -15577,7 +20508,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 40, "min_level": 20, @@ -15591,7 +20522,7 @@ "encounters": [ { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 100, "min_level": 10, diff --git a/backend/src/app/seeds/data/sun.json b/backend/src/app/seeds/data/sun.json index 3cac7c6..ab06f2c 100644 --- a/backend/src/app/seeds/data/sun.json +++ b/backend/src/app/seeds/data/sun.json @@ -10,7 +10,7 @@ "encounters": [ { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 50, "min_level": 6, @@ -18,7 +18,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 50, "min_level": 5, @@ -26,7 +26,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "surf", "encounter_rate": 40, "min_level": 15, @@ -34,7 +34,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 40, "min_level": 15, @@ -42,7 +42,7 @@ }, { "pokeapi_id": 10107, - "pokemon_name": "meowth-alola", + "pokemon_name": "Meowth (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 6, @@ -50,7 +50,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 5, @@ -58,7 +58,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 30, "min_level": 5, @@ -66,7 +66,7 @@ }, { "pokeapi_id": 10112, - "pokemon_name": "grimer-alola", + "pokemon_name": "Grimer (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -74,7 +74,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -82,7 +82,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 20, "min_level": 15, @@ -96,7 +96,7 @@ "encounters": [ { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -104,7 +104,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -112,7 +112,7 @@ }, { "pokeapi_id": 731, - "pokemon_name": "pikipek", + "pokemon_name": "Pikipek", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -120,7 +120,7 @@ }, { "pokeapi_id": 438, - "pokemon_name": "bonsly", + "pokemon_name": "Bonsly", "method": "walk", "encounter_rate": 15, "min_level": 10, @@ -128,7 +128,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -136,7 +136,7 @@ }, { "pokeapi_id": 165, - "pokemon_name": "ledyba", + "pokemon_name": "Ledyba", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -144,7 +144,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -152,7 +152,7 @@ }, { "pokeapi_id": 167, - "pokemon_name": "spinarak", + "pokemon_name": "Spinarak", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -160,7 +160,7 @@ }, { "pokeapi_id": 446, - "pokemon_name": "munchlax", + "pokemon_name": "Munchlax", "method": "walk", "encounter_rate": 5, "min_level": 10, @@ -174,7 +174,7 @@ "encounters": [ { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 3, @@ -182,7 +182,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 30, "min_level": 3, @@ -190,7 +190,7 @@ }, { "pokeapi_id": 731, - "pokemon_name": "pikipek", + "pokemon_name": "Pikipek", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -198,7 +198,7 @@ }, { "pokeapi_id": 165, - "pokemon_name": "ledyba", + "pokemon_name": "Ledyba", "method": "walk", "encounter_rate": 15, "min_level": 3, @@ -206,7 +206,7 @@ }, { "pokeapi_id": 167, - "pokemon_name": "spinarak", + "pokemon_name": "Spinarak", "method": "walk", "encounter_rate": 15, "min_level": 3, @@ -214,7 +214,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 10, "min_level": 3, @@ -222,7 +222,7 @@ }, { "pokeapi_id": 736, - "pokemon_name": "grubbin", + "pokemon_name": "Grubbin", "method": "walk", "encounter_rate": 10, "min_level": 3, @@ -230,7 +230,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 10, "min_level": 3, @@ -238,7 +238,7 @@ }, { "pokeapi_id": 172, - "pokemon_name": "pichu", + "pokemon_name": "Pichu", "method": "walk", "encounter_rate": 5, "min_level": 3, @@ -252,7 +252,7 @@ "encounters": [ { "pokeapi_id": 731, - "pokemon_name": "pikipek", + "pokemon_name": "Pikipek", "method": "walk", "encounter_rate": 30, "min_level": 2, @@ -260,7 +260,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 2, @@ -268,7 +268,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 30, "min_level": 2, @@ -276,7 +276,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 20, "min_level": 2, @@ -284,7 +284,7 @@ }, { "pokeapi_id": 165, - "pokemon_name": "ledyba", + "pokemon_name": "Ledyba", "method": "walk", "encounter_rate": 20, "min_level": 2, @@ -292,7 +292,7 @@ }, { "pokeapi_id": 167, - "pokemon_name": "spinarak", + "pokemon_name": "Spinarak", "method": "walk", "encounter_rate": 20, "min_level": 2, @@ -313,7 +313,7 @@ "encounters": [ { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 40, "min_level": 9, @@ -321,7 +321,7 @@ }, { "pokeapi_id": 742, - "pokemon_name": "cutiefly", + "pokemon_name": "Cutiefly", "method": "walk", "encounter_rate": 20, "min_level": 9, @@ -329,7 +329,7 @@ }, { "pokeapi_id": 56, - "pokemon_name": "mankey", + "pokemon_name": "Mankey", "method": "walk", "encounter_rate": 20, "min_level": 9, @@ -337,7 +337,7 @@ }, { "pokeapi_id": 225, - "pokemon_name": "delibird", + "pokemon_name": "Delibird", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -345,7 +345,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -353,7 +353,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -367,7 +367,7 @@ "encounters": [ { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 49, "min_level": 9, @@ -375,7 +375,7 @@ }, { "pokeapi_id": 742, - "pokemon_name": "cutiefly", + "pokemon_name": "Cutiefly", "method": "walk", "encounter_rate": 20, "min_level": 9, @@ -383,7 +383,7 @@ }, { "pokeapi_id": 56, - "pokemon_name": "mankey", + "pokemon_name": "Mankey", "method": "walk", "encounter_rate": 20, "min_level": 9, @@ -391,7 +391,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -399,7 +399,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -407,7 +407,7 @@ }, { "pokeapi_id": 371, - "pokemon_name": "bagon", + "pokemon_name": "Bagon", "method": "walk", "encounter_rate": 1, "min_level": 9, @@ -428,7 +428,7 @@ "encounters": [ { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 40, "min_level": 7, @@ -436,7 +436,7 @@ }, { "pokeapi_id": 742, - "pokemon_name": "cutiefly", + "pokemon_name": "Cutiefly", "method": "walk", "encounter_rate": 20, "min_level": 7, @@ -444,7 +444,7 @@ }, { "pokeapi_id": 58, - "pokemon_name": "growlithe", + "pokemon_name": "Growlithe", "method": "walk", "encounter_rate": 20, "min_level": 7, @@ -452,7 +452,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -460,7 +460,7 @@ }, { "pokeapi_id": 235, - "pokemon_name": "smeargle", + "pokemon_name": "Smeargle", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -468,7 +468,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -482,7 +482,7 @@ "encounters": [ { "pokeapi_id": 10107, - "pokemon_name": "meowth-alola", + "pokemon_name": "Meowth (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 7, @@ -490,7 +490,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 20, "min_level": 7, @@ -498,7 +498,7 @@ }, { "pokeapi_id": 96, - "pokemon_name": "drowzee", + "pokemon_name": "Drowzee", "method": "walk", "encounter_rate": 20, "min_level": 7, @@ -506,7 +506,7 @@ }, { "pokeapi_id": 235, - "pokemon_name": "smeargle", + "pokemon_name": "Smeargle", "method": "walk", "encounter_rate": 20, "min_level": 7, @@ -514,7 +514,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -522,7 +522,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -538,7 +538,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 79, "min_level": 10, @@ -546,7 +546,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "surf", "encounter_rate": 40, "min_level": 15, @@ -554,7 +554,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 40, "min_level": 15, @@ -562,7 +562,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 40, "min_level": 15, @@ -570,7 +570,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -578,7 +578,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -586,7 +586,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -594,7 +594,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 20, "min_level": 15, @@ -602,7 +602,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 20, "min_level": 10, @@ -610,7 +610,7 @@ }, { "pokeapi_id": 371, - "pokemon_name": "bagon", + "pokemon_name": "Bagon", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -618,7 +618,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -632,7 +632,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 78, "min_level": 10, @@ -640,7 +640,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "surf", "encounter_rate": 40, "min_level": 15, @@ -648,7 +648,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 40, "min_level": 15, @@ -656,7 +656,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 20, "min_level": 15, @@ -664,7 +664,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 20, "min_level": 10, @@ -672,7 +672,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -680,7 +680,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -699,7 +699,7 @@ "encounters": [ { "pokeapi_id": 800, - "pokemon_name": "necrozma", + "pokemon_name": "Necrozma", "method": "walk", "encounter_rate": 100, "min_level": 75, @@ -707,7 +707,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -715,7 +715,7 @@ }, { "pokeapi_id": 703, - "pokemon_name": "carbink", + "pokemon_name": "Carbink", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -723,7 +723,7 @@ }, { "pokeapi_id": 744, - "pokemon_name": "rockruff", + "pokemon_name": "Rockruff", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -731,7 +731,7 @@ }, { "pokeapi_id": 524, - "pokemon_name": "roggenrola", + "pokemon_name": "Roggenrola", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -739,7 +739,7 @@ }, { "pokeapi_id": 327, - "pokemon_name": "spinda", + "pokemon_name": "Spinda", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -753,7 +753,7 @@ "encounters": [ { "pokeapi_id": 524, - "pokemon_name": "roggenrola", + "pokemon_name": "Roggenrola", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -761,7 +761,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 10, @@ -769,7 +769,7 @@ }, { "pokeapi_id": 703, - "pokemon_name": "carbink", + "pokemon_name": "Carbink", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -777,7 +777,7 @@ }, { "pokeapi_id": 10105, - "pokemon_name": "diglett-alola", + "pokemon_name": "Diglett (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -793,7 +793,7 @@ "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 50, "min_level": 7, @@ -801,7 +801,7 @@ }, { "pokeapi_id": 425, - "pokemon_name": "drifloon", + "pokemon_name": "Drifloon", "method": "walk", "encounter_rate": 30, "min_level": 7, @@ -809,7 +809,7 @@ }, { "pokeapi_id": 200, - "pokemon_name": "misdreavus", + "pokemon_name": "Misdreavus", "method": "walk", "encounter_rate": 30, "min_level": 7, @@ -817,7 +817,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 7, @@ -831,7 +831,7 @@ "encounters": [ { "pokeapi_id": 794, - "pokemon_name": "buzzwole", + "pokemon_name": "Buzzwole", "method": "walk", "encounter_rate": 100, "min_level": 65, @@ -839,7 +839,7 @@ }, { "pokeapi_id": 546, - "pokemon_name": "cottonee", + "pokemon_name": "Cottonee", "method": "walk", "encounter_rate": 30, "min_level": 9, @@ -847,7 +847,7 @@ }, { "pokeapi_id": 742, - "pokemon_name": "cutiefly", + "pokemon_name": "Cutiefly", "method": "walk", "encounter_rate": 30, "min_level": 9, @@ -855,7 +855,7 @@ }, { "pokeapi_id": 10123, - "pokemon_name": "oricorio-pom-pom", + "pokemon_name": "Oricorio (Pom Pom)", "method": "walk", "encounter_rate": 20, "min_level": 9, @@ -863,7 +863,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -871,7 +871,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 9, "min_level": 9, @@ -879,7 +879,7 @@ }, { "pokeapi_id": 12, - "pokemon_name": "butterfree", + "pokemon_name": "Butterfree", "method": "walk", "encounter_rate": 1, "min_level": 9, @@ -893,7 +893,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 99, "min_level": 10, @@ -901,7 +901,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "surf", "encounter_rate": 80, "min_level": 15, @@ -909,7 +909,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 70, "min_level": 9, @@ -917,7 +917,7 @@ }, { "pokeapi_id": 10105, - "pokemon_name": "diglett-alola", + "pokemon_name": "Diglett (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 9, @@ -925,7 +925,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 20, "min_level": 15, @@ -933,7 +933,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -947,7 +947,7 @@ "encounters": [ { "pokeapi_id": 731, - "pokemon_name": "pikipek", + "pokemon_name": "Pikipek", "method": "walk", "encounter_rate": 40, "min_level": 11, @@ -955,7 +955,7 @@ }, { "pokeapi_id": 506, - "pokemon_name": "lillipup", + "pokemon_name": "Lillipup", "method": "walk", "encounter_rate": 30, "min_level": 11, @@ -963,7 +963,7 @@ }, { "pokeapi_id": 749, - "pokemon_name": "mudbray", + "pokemon_name": "Mudbray", "method": "walk", "encounter_rate": 20, "min_level": 11, @@ -971,7 +971,7 @@ }, { "pokeapi_id": 736, - "pokemon_name": "grubbin", + "pokemon_name": "Grubbin", "method": "walk", "encounter_rate": 10, "min_level": 11, @@ -979,7 +979,7 @@ }, { "pokeapi_id": 174, - "pokemon_name": "igglybuff", + "pokemon_name": "Igglybuff", "method": "walk", "encounter_rate": 10, "min_level": 11, @@ -987,7 +987,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 11, @@ -995,7 +995,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 10, "min_level": 11, @@ -1003,7 +1003,7 @@ }, { "pokeapi_id": 133, - "pokemon_name": "eevee", + "pokemon_name": "Eevee", "method": "walk", "encounter_rate": 5, "min_level": 11, @@ -1017,7 +1017,7 @@ "encounters": [ { "pokeapi_id": 506, - "pokemon_name": "lillipup", + "pokemon_name": "Lillipup", "method": "walk", "encounter_rate": 30, "min_level": 13, @@ -1025,7 +1025,7 @@ }, { "pokeapi_id": 753, - "pokemon_name": "fomantis", + "pokemon_name": "Fomantis", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -1033,7 +1033,7 @@ }, { "pokeapi_id": 731, - "pokemon_name": "pikipek", + "pokemon_name": "Pikipek", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -1041,7 +1041,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 10, "min_level": 13, @@ -1049,7 +1049,7 @@ }, { "pokeapi_id": 736, - "pokemon_name": "grubbin", + "pokemon_name": "Grubbin", "method": "walk", "encounter_rate": 10, "min_level": 13, @@ -1057,7 +1057,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 9, "min_level": 13, @@ -1065,7 +1065,7 @@ }, { "pokeapi_id": 12, - "pokemon_name": "butterfree", + "pokemon_name": "Butterfree", "method": "walk", "encounter_rate": 1, "min_level": 13, @@ -1084,7 +1084,7 @@ "encounters": [ { "pokeapi_id": 731, - "pokemon_name": "pikipek", + "pokemon_name": "Pikipek", "method": "walk", "encounter_rate": 40, "min_level": 14, @@ -1092,7 +1092,7 @@ }, { "pokeapi_id": 506, - "pokemon_name": "lillipup", + "pokemon_name": "Lillipup", "method": "walk", "encounter_rate": 30, "min_level": 14, @@ -1100,7 +1100,7 @@ }, { "pokeapi_id": 749, - "pokemon_name": "mudbray", + "pokemon_name": "Mudbray", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1108,7 +1108,7 @@ }, { "pokeapi_id": 736, - "pokemon_name": "grubbin", + "pokemon_name": "Grubbin", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -1116,7 +1116,7 @@ }, { "pokeapi_id": 174, - "pokemon_name": "igglybuff", + "pokemon_name": "Igglybuff", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -1124,7 +1124,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -1132,7 +1132,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -1140,7 +1140,7 @@ }, { "pokeapi_id": 133, - "pokemon_name": "eevee", + "pokemon_name": "Eevee", "method": "walk", "encounter_rate": 5, "min_level": 14, @@ -1154,7 +1154,7 @@ "encounters": [ { "pokeapi_id": 731, - "pokemon_name": "pikipek", + "pokemon_name": "Pikipek", "method": "walk", "encounter_rate": 40, "min_level": 14, @@ -1162,7 +1162,7 @@ }, { "pokeapi_id": 506, - "pokemon_name": "lillipup", + "pokemon_name": "Lillipup", "method": "walk", "encounter_rate": 30, "min_level": 14, @@ -1170,7 +1170,7 @@ }, { "pokeapi_id": 10124, - "pokemon_name": "oricorio-pau", + "pokemon_name": "Oricorio (Pau)", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1178,7 +1178,7 @@ }, { "pokeapi_id": 736, - "pokemon_name": "grubbin", + "pokemon_name": "Grubbin", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -1186,7 +1186,7 @@ }, { "pokeapi_id": 174, - "pokemon_name": "igglybuff", + "pokemon_name": "Igglybuff", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -1194,7 +1194,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -1202,7 +1202,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -1210,7 +1210,7 @@ }, { "pokeapi_id": 133, - "pokemon_name": "eevee", + "pokemon_name": "Eevee", "method": "walk", "encounter_rate": 5, "min_level": 14, @@ -1226,7 +1226,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 79, "min_level": 10, @@ -1234,7 +1234,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "surf", "encounter_rate": 30, "min_level": 16, @@ -1242,7 +1242,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 30, "min_level": 16, @@ -1250,7 +1250,7 @@ }, { "pokeapi_id": 771, - "pokemon_name": "pyukumuku", + "pokemon_name": "Pyukumuku", "method": "surf", "encounter_rate": 20, "min_level": 16, @@ -1258,7 +1258,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 20, "min_level": 16, @@ -1266,7 +1266,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 20, "min_level": 10, @@ -1274,7 +1274,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -1288,7 +1288,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 79, "min_level": 10, @@ -1296,7 +1296,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 17, @@ -1304,7 +1304,7 @@ }, { "pokeapi_id": 732, - "pokemon_name": "trumbeak", + "pokemon_name": "Trumbeak", "method": "walk", "encounter_rate": 30, "min_level": 17, @@ -1312,7 +1312,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 30, "min_level": 17, @@ -1320,7 +1320,7 @@ }, { "pokeapi_id": 757, - "pokemon_name": "salandit", + "pokemon_name": "Salandit", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -1328,7 +1328,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 20, "min_level": 10, @@ -1336,7 +1336,7 @@ }, { "pokeapi_id": 662, - "pokemon_name": "fletchinder", + "pokemon_name": "Fletchinder", "method": "walk", "encounter_rate": 15, "min_level": 17, @@ -1344,7 +1344,7 @@ }, { "pokeapi_id": 759, - "pokemon_name": "stufful", + "pokemon_name": "Stufful", "method": "walk", "encounter_rate": 5, "min_level": 17, @@ -1352,7 +1352,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -1366,7 +1366,7 @@ "encounters": [ { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 70, "min_level": 10, @@ -1374,7 +1374,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 15, "min_level": 10, @@ -1382,7 +1382,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 10, "min_level": 10, @@ -1390,7 +1390,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 5, "min_level": 10, @@ -1404,7 +1404,7 @@ "encounters": [ { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "walk", "encounter_rate": 80, "min_level": 21, @@ -1412,7 +1412,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "surf", "encounter_rate": 30, "min_level": 21, @@ -1420,7 +1420,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 30, "min_level": 21, @@ -1428,7 +1428,7 @@ }, { "pokeapi_id": 771, - "pokemon_name": "pyukumuku", + "pokemon_name": "Pyukumuku", "method": "surf", "encounter_rate": 20, "min_level": 21, @@ -1436,7 +1436,7 @@ }, { "pokeapi_id": 769, - "pokemon_name": "sandygast", + "pokemon_name": "Sandygast", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -1444,7 +1444,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 20, "min_level": 21, @@ -1458,7 +1458,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 99, "min_level": 10, @@ -1466,7 +1466,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -1480,7 +1480,7 @@ "encounters": [ { "pokeapi_id": 796, - "pokemon_name": "xurkitree", + "pokemon_name": "Xurkitree", "method": "walk", "encounter_rate": 100, "min_level": 65, @@ -1488,7 +1488,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 50, "min_level": 20, @@ -1496,7 +1496,7 @@ }, { "pokeapi_id": 708, - "pokemon_name": "phantump", + "pokemon_name": "Phantump", "method": "walk", "encounter_rate": 30, "min_level": 20, @@ -1504,7 +1504,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -1518,7 +1518,7 @@ "encounters": [ { "pokeapi_id": 749, - "pokemon_name": "mudbray", + "pokemon_name": "Mudbray", "method": "walk", "encounter_rate": 50, "min_level": 12, @@ -1526,7 +1526,7 @@ }, { "pokeapi_id": 506, - "pokemon_name": "lillipup", + "pokemon_name": "Lillipup", "method": "walk", "encounter_rate": 40, "min_level": 12, @@ -1534,7 +1534,7 @@ }, { "pokeapi_id": 241, - "pokemon_name": "miltank", + "pokemon_name": "Miltank", "method": "walk", "encounter_rate": 5, "min_level": 12, @@ -1542,7 +1542,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 5, "min_level": 12, @@ -1556,7 +1556,7 @@ "encounters": [ { "pokeapi_id": 793, - "pokemon_name": "nihilego", + "pokemon_name": "Nihilego", "method": "walk", "encounter_rate": 100, "min_level": 55, @@ -1564,7 +1564,7 @@ }, { "pokeapi_id": 661, - "pokemon_name": "fletchling", + "pokemon_name": "Fletchling", "method": "walk", "encounter_rate": 30, "min_level": 16, @@ -1572,7 +1572,7 @@ }, { "pokeapi_id": 757, - "pokemon_name": "salandit", + "pokemon_name": "Salandit", "method": "walk", "encounter_rate": 30, "min_level": 16, @@ -1580,7 +1580,7 @@ }, { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 24, "min_level": 16, @@ -1588,7 +1588,7 @@ }, { "pokeapi_id": 240, - "pokemon_name": "magby", + "pokemon_name": "Magby", "method": "walk", "encounter_rate": 15, "min_level": 16, @@ -1596,7 +1596,7 @@ }, { "pokeapi_id": 115, - "pokemon_name": "kangaskhan", + "pokemon_name": "Kangaskhan", "method": "walk", "encounter_rate": 1, "min_level": 16, @@ -1615,7 +1615,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 70, "min_level": 10, @@ -1623,7 +1623,7 @@ }, { "pokeapi_id": 751, - "pokemon_name": "dewpider", + "pokemon_name": "Dewpider", "method": "surf", "encounter_rate": 40, "min_level": 14, @@ -1631,7 +1631,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 40, "min_level": 14, @@ -1639,7 +1639,7 @@ }, { "pokeapi_id": 283, - "pokemon_name": "surskit", + "pokemon_name": "Surskit", "method": "surf", "encounter_rate": 40, "min_level": 14, @@ -1647,7 +1647,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 30, "min_level": 14, @@ -1655,7 +1655,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 29, "min_level": 10, @@ -1663,7 +1663,7 @@ }, { "pokeapi_id": 506, - "pokemon_name": "lillipup", + "pokemon_name": "Lillipup", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1671,7 +1671,7 @@ }, { "pokeapi_id": 755, - "pokemon_name": "morelull", + "pokemon_name": "Morelull", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1679,7 +1679,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1687,7 +1687,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 20, "min_level": 14, @@ -1695,7 +1695,7 @@ }, { "pokeapi_id": 751, - "pokemon_name": "dewpider", + "pokemon_name": "Dewpider", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -1703,7 +1703,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -1711,7 +1711,7 @@ }, { "pokeapi_id": 283, - "pokemon_name": "surskit", + "pokemon_name": "Surskit", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -1719,7 +1719,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -1727,7 +1727,7 @@ }, { "pokeapi_id": 349, - "pokemon_name": "feebas", + "pokemon_name": "Feebas", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -1741,7 +1741,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 70, "min_level": 10, @@ -1749,7 +1749,7 @@ }, { "pokeapi_id": 751, - "pokemon_name": "dewpider", + "pokemon_name": "Dewpider", "method": "surf", "encounter_rate": 40, "min_level": 14, @@ -1757,7 +1757,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 40, "min_level": 14, @@ -1765,7 +1765,7 @@ }, { "pokeapi_id": 283, - "pokemon_name": "surskit", + "pokemon_name": "Surskit", "method": "surf", "encounter_rate": 40, "min_level": 14, @@ -1773,7 +1773,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 30, "min_level": 14, @@ -1781,7 +1781,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 30, "min_level": 14, @@ -1789,7 +1789,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 29, "min_level": 10, @@ -1797,7 +1797,7 @@ }, { "pokeapi_id": 751, - "pokemon_name": "dewpider", + "pokemon_name": "Dewpider", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1805,7 +1805,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1813,7 +1813,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 20, "min_level": 14, @@ -1821,7 +1821,7 @@ }, { "pokeapi_id": 283, - "pokemon_name": "surskit", + "pokemon_name": "Surskit", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1829,7 +1829,7 @@ }, { "pokeapi_id": 349, - "pokemon_name": "feebas", + "pokemon_name": "Feebas", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -1843,7 +1843,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 79, "min_level": 10, @@ -1851,7 +1851,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "surf", "encounter_rate": 40, "min_level": 14, @@ -1859,7 +1859,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 40, "min_level": 14, @@ -1867,7 +1867,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 20, "min_level": 14, @@ -1875,7 +1875,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 20, "min_level": 10, @@ -1883,7 +1883,7 @@ }, { "pokeapi_id": 594, - "pokemon_name": "alomomola", + "pokemon_name": "Alomomola", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -1904,7 +1904,7 @@ "encounters": [ { "pokeapi_id": 796, - "pokemon_name": "xurkitree", + "pokemon_name": "Xurkitree", "method": "walk", "encounter_rate": 100, "min_level": 65, @@ -1918,7 +1918,7 @@ "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 70, "min_level": 18, @@ -1926,7 +1926,7 @@ }, { "pokeapi_id": 10105, - "pokemon_name": "diglett-alola", + "pokemon_name": "Diglett (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 18, @@ -1940,7 +1940,7 @@ "encounters": [ { "pokeapi_id": 753, - "pokemon_name": "fomantis", + "pokemon_name": "Fomantis", "method": "walk", "encounter_rate": 30, "min_level": 18, @@ -1948,7 +1948,7 @@ }, { "pokeapi_id": 755, - "pokemon_name": "morelull", + "pokemon_name": "Morelull", "method": "walk", "encounter_rate": 30, "min_level": 18, @@ -1956,7 +1956,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 30, "min_level": 18, @@ -1964,7 +1964,7 @@ }, { "pokeapi_id": 732, - "pokemon_name": "trumbeak", + "pokemon_name": "Trumbeak", "method": "walk", "encounter_rate": 20, "min_level": 18, @@ -1972,7 +1972,7 @@ }, { "pokeapi_id": 127, - "pokemon_name": "pinsir", + "pokemon_name": "Pinsir", "method": "walk", "encounter_rate": 10, "min_level": 18, @@ -1980,7 +1980,7 @@ }, { "pokeapi_id": 764, - "pokemon_name": "comfey", + "pokemon_name": "Comfey", "method": "walk", "encounter_rate": 5, "min_level": 18, @@ -1988,7 +1988,7 @@ }, { "pokeapi_id": 766, - "pokemon_name": "passimian", + "pokemon_name": "Passimian", "method": "walk", "encounter_rate": 5, "min_level": 18, @@ -2002,7 +2002,7 @@ "encounters": [ { "pokeapi_id": 753, - "pokemon_name": "fomantis", + "pokemon_name": "Fomantis", "method": "walk", "encounter_rate": 20, "min_level": 18, @@ -2010,7 +2010,7 @@ }, { "pokeapi_id": 755, - "pokemon_name": "morelull", + "pokemon_name": "Morelull", "method": "walk", "encounter_rate": 20, "min_level": 18, @@ -2018,7 +2018,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 20, "min_level": 18, @@ -2026,7 +2026,7 @@ }, { "pokeapi_id": 732, - "pokemon_name": "trumbeak", + "pokemon_name": "Trumbeak", "method": "walk", "encounter_rate": 20, "min_level": 18, @@ -2034,7 +2034,7 @@ }, { "pokeapi_id": 438, - "pokemon_name": "bonsly", + "pokemon_name": "Bonsly", "method": "walk", "encounter_rate": 10, "min_level": 18, @@ -2042,7 +2042,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 10, "min_level": 18, @@ -2050,7 +2050,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 10, "min_level": 18, @@ -2058,7 +2058,7 @@ }, { "pokeapi_id": 764, - "pokemon_name": "comfey", + "pokemon_name": "Comfey", "method": "walk", "encounter_rate": 5, "min_level": 18, @@ -2066,7 +2066,7 @@ }, { "pokeapi_id": 766, - "pokemon_name": "passimian", + "pokemon_name": "Passimian", "method": "walk", "encounter_rate": 5, "min_level": 18, @@ -2080,7 +2080,7 @@ "encounters": [ { "pokeapi_id": 761, - "pokemon_name": "bounsweet", + "pokemon_name": "Bounsweet", "method": "walk", "encounter_rate": 40, "min_level": 18, @@ -2088,7 +2088,7 @@ }, { "pokeapi_id": 753, - "pokemon_name": "fomantis", + "pokemon_name": "Fomantis", "method": "walk", "encounter_rate": 20, "min_level": 18, @@ -2096,7 +2096,7 @@ }, { "pokeapi_id": 732, - "pokemon_name": "trumbeak", + "pokemon_name": "Trumbeak", "method": "walk", "encounter_rate": 20, "min_level": 18, @@ -2104,7 +2104,7 @@ }, { "pokeapi_id": 755, - "pokemon_name": "morelull", + "pokemon_name": "Morelull", "method": "walk", "encounter_rate": 10, "min_level": 18, @@ -2112,7 +2112,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 10, "min_level": 18, @@ -2120,7 +2120,7 @@ }, { "pokeapi_id": 764, - "pokemon_name": "comfey", + "pokemon_name": "Comfey", "method": "walk", "encounter_rate": 5, "min_level": 18, @@ -2128,7 +2128,7 @@ }, { "pokeapi_id": 766, - "pokemon_name": "passimian", + "pokemon_name": "Passimian", "method": "walk", "encounter_rate": 5, "min_level": 18, @@ -2144,7 +2144,7 @@ "encounters": [ { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 50, "min_level": 20, @@ -2152,7 +2152,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 20, @@ -2160,7 +2160,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 20, @@ -2168,7 +2168,7 @@ }, { "pokeapi_id": 299, - "pokemon_name": "nosepass", + "pokemon_name": "Nosepass", "method": "walk", "encounter_rate": 15, "min_level": 20, @@ -2176,7 +2176,7 @@ }, { "pokeapi_id": 759, - "pokemon_name": "stufful", + "pokemon_name": "Stufful", "method": "walk", "encounter_rate": 5, "min_level": 20, @@ -2190,7 +2190,7 @@ "encounters": [ { "pokeapi_id": 793, - "pokemon_name": "nihilego", + "pokemon_name": "Nihilego", "method": "walk", "encounter_rate": 100, "min_level": 55, @@ -2198,7 +2198,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 70, "min_level": 19, @@ -2206,7 +2206,7 @@ }, { "pokeapi_id": 10105, - "pokemon_name": "diglett-alola", + "pokemon_name": "Diglett (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 19, @@ -2220,7 +2220,7 @@ "encounters": [ { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 30, "min_level": 24, @@ -2228,7 +2228,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 24, @@ -2236,7 +2236,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 24, @@ -2244,7 +2244,7 @@ }, { "pokeapi_id": 168, - "pokemon_name": "ariados", + "pokemon_name": "Ariados", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -2252,7 +2252,7 @@ }, { "pokeapi_id": 166, - "pokemon_name": "ledian", + "pokemon_name": "Ledian", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -2260,7 +2260,7 @@ }, { "pokeapi_id": 674, - "pokemon_name": "pancham", + "pokemon_name": "Pancham", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -2268,7 +2268,7 @@ }, { "pokeapi_id": 227, - "pokemon_name": "skarmory", + "pokemon_name": "Skarmory", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -2282,7 +2282,7 @@ "encounters": [ { "pokeapi_id": 168, - "pokemon_name": "ariados", + "pokemon_name": "Ariados", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -2290,7 +2290,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -2298,7 +2298,7 @@ }, { "pokeapi_id": 166, - "pokemon_name": "ledian", + "pokemon_name": "Ledian", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -2306,7 +2306,7 @@ }, { "pokeapi_id": 674, - "pokemon_name": "pancham", + "pokemon_name": "Pancham", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -2314,7 +2314,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -2322,7 +2322,7 @@ }, { "pokeapi_id": 732, - "pokemon_name": "trumbeak", + "pokemon_name": "Trumbeak", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -2330,7 +2330,7 @@ }, { "pokeapi_id": 775, - "pokemon_name": "komala", + "pokemon_name": "Komala", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -2338,7 +2338,7 @@ }, { "pokeapi_id": 755, - "pokemon_name": "morelull", + "pokemon_name": "Morelull", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -2346,7 +2346,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -2360,7 +2360,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 79, "min_level": 10, @@ -2368,7 +2368,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "surf", "encounter_rate": 40, "min_level": 27, @@ -2376,7 +2376,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 40, "min_level": 27, @@ -2384,7 +2384,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 20, "min_level": 27, @@ -2392,7 +2392,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 20, "min_level": 10, @@ -2400,7 +2400,7 @@ }, { "pokeapi_id": 779, - "pokemon_name": "bruxish", + "pokemon_name": "Bruxish", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -2414,7 +2414,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 79, "min_level": 10, @@ -2422,7 +2422,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 20, "min_level": 10, @@ -2430,7 +2430,7 @@ }, { "pokeapi_id": 779, - "pokemon_name": "bruxish", + "pokemon_name": "Bruxish", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -2444,7 +2444,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 79, "min_level": 10, @@ -2452,7 +2452,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 28, @@ -2460,7 +2460,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 30, "min_level": 28, @@ -2468,7 +2468,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 28, @@ -2476,7 +2476,7 @@ }, { "pokeapi_id": 361, - "pokemon_name": "snorunt", + "pokemon_name": "Snorunt", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -2484,7 +2484,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 20, "min_level": 10, @@ -2492,7 +2492,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 10, "min_level": 28, @@ -2500,7 +2500,7 @@ }, { "pokeapi_id": 10103, - "pokemon_name": "vulpix-alola", + "pokemon_name": "Vulpix (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 28, @@ -2508,7 +2508,7 @@ }, { "pokeapi_id": 779, - "pokemon_name": "bruxish", + "pokemon_name": "Bruxish", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -2522,7 +2522,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 79, "min_level": 10, @@ -2530,7 +2530,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 50, "min_level": 30, @@ -2538,7 +2538,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "surf", "encounter_rate": 40, "min_level": 30, @@ -2546,7 +2546,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 40, "min_level": 30, @@ -2554,7 +2554,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -2562,7 +2562,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -2570,7 +2570,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 20, "min_level": 30, @@ -2578,7 +2578,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -2586,7 +2586,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 20, "min_level": 10, @@ -2594,7 +2594,7 @@ }, { "pokeapi_id": 779, - "pokemon_name": "bruxish", + "pokemon_name": "Bruxish", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -2608,7 +2608,7 @@ "encounters": [ { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 50, "min_level": 30, @@ -2616,7 +2616,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -2624,7 +2624,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -2632,7 +2632,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -2651,7 +2651,7 @@ "encounters": [ { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -2659,7 +2659,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -2667,7 +2667,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -2675,7 +2675,7 @@ }, { "pokeapi_id": 10110, - "pokemon_name": "graveler-alola", + "pokemon_name": "Graveler (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -2683,7 +2683,7 @@ }, { "pokeapi_id": 674, - "pokemon_name": "pancham", + "pokemon_name": "Pancham", "method": "walk", "encounter_rate": 10, "min_level": 31, @@ -2691,7 +2691,7 @@ }, { "pokeapi_id": 227, - "pokemon_name": "skarmory", + "pokemon_name": "Skarmory", "method": "walk", "encounter_rate": 10, "min_level": 31, @@ -2705,7 +2705,7 @@ "encounters": [ { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -2713,7 +2713,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -2721,7 +2721,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -2729,7 +2729,7 @@ }, { "pokeapi_id": 168, - "pokemon_name": "ariados", + "pokemon_name": "Ariados", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -2737,7 +2737,7 @@ }, { "pokeapi_id": 166, - "pokemon_name": "ledian", + "pokemon_name": "Ledian", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -2745,7 +2745,7 @@ }, { "pokeapi_id": 674, - "pokemon_name": "pancham", + "pokemon_name": "Pancham", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -2759,7 +2759,7 @@ "encounters": [ { "pokeapi_id": 798, - "pokemon_name": "kartana", + "pokemon_name": "Kartana", "method": "walk", "encounter_rate": 100, "min_level": 60, @@ -2775,7 +2775,7 @@ "encounters": [ { "pokeapi_id": 10109, - "pokemon_name": "geodude-alola", + "pokemon_name": "Geodude (Alola)", "method": "walk", "encounter_rate": 40, "min_level": 26, @@ -2783,7 +2783,7 @@ }, { "pokeapi_id": 749, - "pokemon_name": "mudbray", + "pokemon_name": "Mudbray", "method": "walk", "encounter_rate": 30, "min_level": 26, @@ -2791,7 +2791,7 @@ }, { "pokeapi_id": 324, - "pokemon_name": "torkoal", + "pokemon_name": "Torkoal", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2799,7 +2799,7 @@ }, { "pokeapi_id": 239, - "pokemon_name": "elekid", + "pokemon_name": "Elekid", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -2813,7 +2813,7 @@ "encounters": [ { "pokeapi_id": 551, - "pokemon_name": "sandile", + "pokemon_name": "Sandile", "method": "walk", "encounter_rate": 70, "min_level": 28, @@ -2821,7 +2821,7 @@ }, { "pokeapi_id": 10106, - "pokemon_name": "dugtrio-alola", + "pokemon_name": "Dugtrio (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 28, @@ -2835,7 +2835,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 79, "min_level": 10, @@ -2843,7 +2843,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "surf", "encounter_rate": 40, "min_level": 28, @@ -2851,7 +2851,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 40, "min_level": 28, @@ -2859,7 +2859,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 28, @@ -2867,7 +2867,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 30, "min_level": 28, @@ -2875,7 +2875,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 28, @@ -2883,7 +2883,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 20, "min_level": 28, @@ -2891,7 +2891,7 @@ }, { "pokeapi_id": 361, - "pokemon_name": "snorunt", + "pokemon_name": "Snorunt", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -2899,7 +2899,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 20, "min_level": 10, @@ -2907,7 +2907,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 10, "min_level": 28, @@ -2915,7 +2915,7 @@ }, { "pokeapi_id": 10103, - "pokemon_name": "vulpix-alola", + "pokemon_name": "Vulpix (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 28, @@ -2923,7 +2923,7 @@ }, { "pokeapi_id": 779, - "pokemon_name": "bruxish", + "pokemon_name": "Bruxish", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -2937,7 +2937,7 @@ "encounters": [ { "pokeapi_id": 546, - "pokemon_name": "cottonee", + "pokemon_name": "Cottonee", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -2945,7 +2945,7 @@ }, { "pokeapi_id": 743, - "pokemon_name": "ribombee", + "pokemon_name": "Ribombee", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -2953,7 +2953,7 @@ }, { "pokeapi_id": 168, - "pokemon_name": "ariados", + "pokemon_name": "Ariados", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -2961,7 +2961,7 @@ }, { "pokeapi_id": 166, - "pokemon_name": "ledian", + "pokemon_name": "Ledian", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -2969,7 +2969,7 @@ }, { "pokeapi_id": 741, - "pokemon_name": "oricorio-baile", + "pokemon_name": "Oricorio Baile", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -2983,7 +2983,7 @@ "encounters": [ { "pokeapi_id": 798, - "pokemon_name": "kartana", + "pokemon_name": "Kartana", "method": "walk", "encounter_rate": 100, "min_level": 60, @@ -2991,7 +2991,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 60, "min_level": 10, @@ -2999,7 +2999,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 40, "min_level": 10, @@ -3007,7 +3007,7 @@ }, { "pokeapi_id": 752, - "pokemon_name": "araquanid", + "pokemon_name": "Araquanid", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -3015,7 +3015,7 @@ }, { "pokeapi_id": 168, - "pokemon_name": "ariados", + "pokemon_name": "Ariados", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -3023,7 +3023,7 @@ }, { "pokeapi_id": 166, - "pokemon_name": "ledian", + "pokemon_name": "Ledian", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -3031,7 +3031,7 @@ }, { "pokeapi_id": 284, - "pokemon_name": "masquerain", + "pokemon_name": "Masquerain", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -3039,7 +3039,7 @@ }, { "pokeapi_id": 10107, - "pokemon_name": "meowth-alola", + "pokemon_name": "Meowth (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -3047,7 +3047,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -3055,7 +3055,7 @@ }, { "pokeapi_id": 546, - "pokemon_name": "cottonee", + "pokemon_name": "Cottonee", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -3063,7 +3063,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -3077,7 +3077,7 @@ "encounters": [ { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 70, "min_level": 25, @@ -3085,7 +3085,7 @@ }, { "pokeapi_id": 774, - "pokemon_name": "minior-red-meteor", + "pokemon_name": "Minior Red Meteor", "method": "walk", "encounter_rate": 30, "min_level": 25, @@ -3093,7 +3093,7 @@ }, { "pokeapi_id": 374, - "pokemon_name": "beldum", + "pokemon_name": "Beldum", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -3101,7 +3101,7 @@ }, { "pokeapi_id": 173, - "pokemon_name": "cleffa", + "pokemon_name": "Cleffa", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -3109,7 +3109,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -3117,7 +3117,7 @@ }, { "pokeapi_id": 227, - "pokemon_name": "skarmory", + "pokemon_name": "Skarmory", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -3131,7 +3131,7 @@ "encounters": [ { "pokeapi_id": 10109, - "pokemon_name": "geodude-alola", + "pokemon_name": "Geodude (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 26, @@ -3139,7 +3139,7 @@ }, { "pokeapi_id": 749, - "pokemon_name": "mudbray", + "pokemon_name": "Mudbray", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -3147,7 +3147,7 @@ }, { "pokeapi_id": 324, - "pokemon_name": "torkoal", + "pokemon_name": "Torkoal", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -3155,7 +3155,7 @@ }, { "pokeapi_id": 737, - "pokemon_name": "charjabug", + "pokemon_name": "Charjabug", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -3163,7 +3163,7 @@ }, { "pokeapi_id": 239, - "pokemon_name": "elekid", + "pokemon_name": "Elekid", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -3171,7 +3171,7 @@ }, { "pokeapi_id": 777, - "pokemon_name": "togedemaru", + "pokemon_name": "Togedemaru", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -3179,7 +3179,7 @@ }, { "pokeapi_id": 776, - "pokemon_name": "turtonator", + "pokemon_name": "Turtonator", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -3198,7 +3198,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 42, @@ -3206,7 +3206,7 @@ }, { "pokeapi_id": 361, - "pokemon_name": "snorunt", + "pokemon_name": "Snorunt", "method": "walk", "encounter_rate": 30, "min_level": 42, @@ -3214,7 +3214,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 20, "min_level": 42, @@ -3222,7 +3222,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 10, "min_level": 42, @@ -3236,7 +3236,7 @@ "encounters": [ { "pokeapi_id": 361, - "pokemon_name": "snorunt", + "pokemon_name": "Snorunt", "method": "walk", "encounter_rate": 30, "min_level": 42, @@ -3244,7 +3244,7 @@ }, { "pokeapi_id": 10103, - "pokemon_name": "vulpix-alola", + "pokemon_name": "Vulpix (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 42, @@ -3252,7 +3252,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 42, @@ -3260,7 +3260,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 20, "min_level": 42, @@ -3276,7 +3276,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 59, "min_level": 10, @@ -3284,7 +3284,7 @@ }, { "pokeapi_id": 546, - "pokemon_name": "cottonee", + "pokemon_name": "Cottonee", "method": "walk", "encounter_rate": 50, "min_level": 54, @@ -3292,7 +3292,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 40, "min_level": 10, @@ -3300,7 +3300,7 @@ }, { "pokeapi_id": 743, - "pokemon_name": "ribombee", + "pokemon_name": "Ribombee", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -3308,7 +3308,7 @@ }, { "pokeapi_id": 10125, - "pokemon_name": "oricorio-sensu", + "pokemon_name": "Oricorio (Sensu)", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -3316,7 +3316,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -3330,7 +3330,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 79, "min_level": 10, @@ -3338,7 +3338,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 40, @@ -3346,7 +3346,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 30, "min_level": 40, @@ -3354,7 +3354,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 40, @@ -3362,7 +3362,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 30, "min_level": 40, @@ -3370,7 +3370,7 @@ }, { "pokeapi_id": 457, - "pokemon_name": "lumineon", + "pokemon_name": "Lumineon", "method": "surf", "encounter_rate": 25, "min_level": 40, @@ -3378,7 +3378,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "surf", "encounter_rate": 20, "min_level": 40, @@ -3386,7 +3386,7 @@ }, { "pokeapi_id": 210, - "pokemon_name": "granbull", + "pokemon_name": "Granbull", "method": "walk", "encounter_rate": 20, "min_level": 40, @@ -3394,7 +3394,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 20, "min_level": 40, @@ -3402,7 +3402,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 20, "min_level": 10, @@ -3410,7 +3410,7 @@ }, { "pokeapi_id": 102, - "pokemon_name": "exeggcute", + "pokemon_name": "Exeggcute", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -3418,7 +3418,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -3426,7 +3426,7 @@ }, { "pokeapi_id": 131, - "pokemon_name": "lapras", + "pokemon_name": "Lapras", "method": "surf", "encounter_rate": 5, "min_level": 40, @@ -3434,7 +3434,7 @@ }, { "pokeapi_id": 369, - "pokemon_name": "relicanth", + "pokemon_name": "Relicanth", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -3448,7 +3448,7 @@ "encounters": [ { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 40, @@ -3456,7 +3456,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 30, "min_level": 40, @@ -3464,7 +3464,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 40, @@ -3472,7 +3472,7 @@ }, { "pokeapi_id": 210, - "pokemon_name": "granbull", + "pokemon_name": "Granbull", "method": "walk", "encounter_rate": 20, "min_level": 40, @@ -3480,7 +3480,7 @@ }, { "pokeapi_id": 102, - "pokemon_name": "exeggcute", + "pokemon_name": "Exeggcute", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -3488,7 +3488,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -3502,7 +3502,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 79, "min_level": 10, @@ -3510,7 +3510,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 20, "min_level": 10, @@ -3518,7 +3518,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -3532,7 +3532,7 @@ "encounters": [ { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 52, @@ -3540,7 +3540,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 52, @@ -3548,7 +3548,7 @@ }, { "pokeapi_id": 732, - "pokemon_name": "trumbeak", + "pokemon_name": "Trumbeak", "method": "walk", "encounter_rate": 30, "min_level": 52, @@ -3556,7 +3556,7 @@ }, { "pokeapi_id": 210, - "pokemon_name": "granbull", + "pokemon_name": "Granbull", "method": "walk", "encounter_rate": 20, "min_level": 52, @@ -3564,7 +3564,7 @@ }, { "pokeapi_id": 127, - "pokemon_name": "pinsir", + "pokemon_name": "Pinsir", "method": "walk", "encounter_rate": 10, "min_level": 52, @@ -3572,7 +3572,7 @@ }, { "pokeapi_id": 447, - "pokemon_name": "riolu", + "pokemon_name": "Riolu", "method": "walk", "encounter_rate": 10, "min_level": 52, @@ -3591,7 +3591,7 @@ "encounters": [ { "pokeapi_id": 546, - "pokemon_name": "cottonee", + "pokemon_name": "Cottonee", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -3599,7 +3599,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -3607,7 +3607,7 @@ }, { "pokeapi_id": 750, - "pokemon_name": "mudsdale", + "pokemon_name": "Mudsdale", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -3615,7 +3615,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -3623,7 +3623,7 @@ }, { "pokeapi_id": 241, - "pokemon_name": "miltank", + "pokemon_name": "Miltank", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -3631,15 +3631,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", - "method": "walk", - "encounter_rate": 10, - "min_level": 54, - "max_level": 57 - }, - { - "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -3647,7 +3639,15 @@ }, { "pokeapi_id": 732, - "pokemon_name": "trumbeak", + "pokemon_name": "Trumbeak", + "method": "walk", + "encounter_rate": 10, + "min_level": 54, + "max_level": 57 + }, + { + "pokeapi_id": 128, + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -3661,7 +3661,7 @@ "encounters": [ { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -3669,7 +3669,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -3677,7 +3677,7 @@ }, { "pokeapi_id": 732, - "pokemon_name": "trumbeak", + "pokemon_name": "Trumbeak", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -3685,7 +3685,7 @@ }, { "pokeapi_id": 546, - "pokemon_name": "cottonee", + "pokemon_name": "Cottonee", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -3693,7 +3693,7 @@ }, { "pokeapi_id": 241, - "pokemon_name": "miltank", + "pokemon_name": "Miltank", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -3701,7 +3701,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -3715,7 +3715,7 @@ "encounters": [ { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -3723,7 +3723,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -3731,7 +3731,7 @@ }, { "pokeapi_id": 546, - "pokemon_name": "cottonee", + "pokemon_name": "Cottonee", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -3739,7 +3739,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -3747,7 +3747,7 @@ }, { "pokeapi_id": 241, - "pokemon_name": "miltank", + "pokemon_name": "Miltank", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -3755,7 +3755,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -3763,7 +3763,7 @@ }, { "pokeapi_id": 732, - "pokemon_name": "trumbeak", + "pokemon_name": "Trumbeak", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -3777,7 +3777,7 @@ "encounters": [ { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -3785,7 +3785,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -3793,7 +3793,7 @@ }, { "pokeapi_id": 546, - "pokemon_name": "cottonee", + "pokemon_name": "Cottonee", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -3801,7 +3801,7 @@ }, { "pokeapi_id": 97, - "pokemon_name": "hypno", + "pokemon_name": "Hypno", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -3809,7 +3809,7 @@ }, { "pokeapi_id": 241, - "pokemon_name": "miltank", + "pokemon_name": "Miltank", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -3817,7 +3817,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -3825,7 +3825,7 @@ }, { "pokeapi_id": 732, - "pokemon_name": "trumbeak", + "pokemon_name": "Trumbeak", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -3841,7 +3841,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 59, "min_level": 10, @@ -3849,7 +3849,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 40, "min_level": 10, @@ -3857,7 +3857,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 56, @@ -3865,7 +3865,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 30, "min_level": 56, @@ -3873,7 +3873,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 56, @@ -3881,7 +3881,7 @@ }, { "pokeapi_id": 210, - "pokemon_name": "granbull", + "pokemon_name": "Granbull", "method": "walk", "encounter_rate": 20, "min_level": 56, @@ -3889,7 +3889,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 15, "min_level": 56, @@ -3897,7 +3897,7 @@ }, { "pokeapi_id": 760, - "pokemon_name": "bewear", + "pokemon_name": "Bewear", "method": "walk", "encounter_rate": 5, "min_level": 56, @@ -3905,7 +3905,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -3919,7 +3919,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 79, "min_level": 10, @@ -3927,7 +3927,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 20, "min_level": 10, @@ -3935,7 +3935,7 @@ }, { "pokeapi_id": 781, - "pokemon_name": "dhelmise", + "pokemon_name": "Dhelmise", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -3954,7 +3954,7 @@ "encounters": [ { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 30, "min_level": 41, @@ -3962,7 +3962,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 41, @@ -3970,7 +3970,7 @@ }, { "pokeapi_id": 703, - "pokemon_name": "carbink", + "pokemon_name": "Carbink", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -3978,7 +3978,7 @@ }, { "pokeapi_id": 10106, - "pokemon_name": "dugtrio-alola", + "pokemon_name": "Dugtrio (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -3992,7 +3992,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 80, "min_level": 41, @@ -4000,7 +4000,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 59, "min_level": 10, @@ -4008,7 +4008,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 40, "min_level": 10, @@ -4016,7 +4016,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 30, "min_level": 41, @@ -4024,7 +4024,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 41, @@ -4032,7 +4032,7 @@ }, { "pokeapi_id": 703, - "pokemon_name": "carbink", + "pokemon_name": "Carbink", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -4040,7 +4040,7 @@ }, { "pokeapi_id": 10106, - "pokemon_name": "dugtrio-alola", + "pokemon_name": "Dugtrio (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -4048,7 +4048,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 20, "min_level": 41, @@ -4056,7 +4056,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -4070,7 +4070,7 @@ "encounters": [ { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 30, "min_level": 41, @@ -4078,7 +4078,7 @@ }, { "pokeapi_id": 745, - "pokemon_name": "lycanroc-midday", + "pokemon_name": "Lycanroc Midday", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -4086,7 +4086,7 @@ }, { "pokeapi_id": 10126, - "pokemon_name": "lycanroc-midnight", + "pokemon_name": "Lycanroc (Midnight)", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -4094,7 +4094,7 @@ }, { "pokeapi_id": 703, - "pokemon_name": "carbink", + "pokemon_name": "Carbink", "method": "walk", "encounter_rate": 15, "min_level": 41, @@ -4102,7 +4102,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -4110,7 +4110,7 @@ }, { "pokeapi_id": 198, - "pokemon_name": "murkrow", + "pokemon_name": "Murkrow", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -4118,7 +4118,7 @@ }, { "pokeapi_id": 227, - "pokemon_name": "skarmory", + "pokemon_name": "Skarmory", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -4126,7 +4126,7 @@ }, { "pokeapi_id": 782, - "pokemon_name": "jangmo-o", + "pokemon_name": "Jangmo O", "method": "walk", "encounter_rate": 5, "min_level": 41, @@ -4142,7 +4142,7 @@ "encounters": [ { "pokeapi_id": 799, - "pokemon_name": "guzzlord", + "pokemon_name": "Guzzlord", "method": "walk", "encounter_rate": 100, "min_level": 70, @@ -4150,7 +4150,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 70, "min_level": 54, @@ -4158,7 +4158,7 @@ }, { "pokeapi_id": 10106, - "pokemon_name": "dugtrio-alola", + "pokemon_name": "Dugtrio (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -4172,7 +4172,7 @@ "encounters": [ { "pokeapi_id": 102, - "pokemon_name": "exeggcute", + "pokemon_name": "Exeggcute", "method": "walk", "encounter_rate": 40, "min_level": 40, @@ -4180,7 +4180,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 30, "min_level": 40, @@ -4188,7 +4188,7 @@ }, { "pokeapi_id": 10114, - "pokemon_name": "exeggutor-alola", + "pokemon_name": "Exeggutor (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 40, @@ -4196,7 +4196,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -4210,7 +4210,7 @@ "encounters": [ { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 25, "min_level": 5, @@ -4218,7 +4218,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -4226,7 +4226,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -4234,7 +4234,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -4242,7 +4242,7 @@ }, { "pokeapi_id": 10112, - "pokemon_name": "grimer-alola", + "pokemon_name": "Grimer (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 5, @@ -4250,7 +4250,7 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 10, "min_level": 5, @@ -4258,7 +4258,7 @@ }, { "pokeapi_id": 10107, - "pokemon_name": "meowth-alola", + "pokemon_name": "Meowth (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 5, @@ -4266,7 +4266,7 @@ }, { "pokeapi_id": 172, - "pokemon_name": "pichu", + "pokemon_name": "Pichu", "method": "walk", "encounter_rate": 5, "min_level": 5, @@ -4280,7 +4280,7 @@ "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 70, "min_level": 8, @@ -4288,7 +4288,7 @@ }, { "pokeapi_id": 10105, - "pokemon_name": "diglett-alola", + "pokemon_name": "Diglett (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 8, @@ -4302,7 +4302,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 40, "min_level": 29, @@ -4310,7 +4310,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 40, "min_level": 29, @@ -4318,7 +4318,7 @@ }, { "pokeapi_id": 707, - "pokemon_name": "klefki", + "pokemon_name": "Klefki", "method": "walk", "encounter_rate": 15, "min_level": 29, @@ -4326,7 +4326,7 @@ }, { "pokeapi_id": 778, - "pokemon_name": "mimikyu-disguised", + "pokemon_name": "Mimikyu Disguised", "method": "walk", "encounter_rate": 5, "min_level": 29, @@ -4340,7 +4340,7 @@ "encounters": [ { "pokeapi_id": 10112, - "pokemon_name": "grimer-alola", + "pokemon_name": "Grimer (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 24, @@ -4348,7 +4348,7 @@ }, { "pokeapi_id": 568, - "pokemon_name": "trubbish", + "pokemon_name": "Trubbish", "method": "walk", "encounter_rate": 30, "min_level": 24, @@ -4356,7 +4356,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -4364,7 +4364,7 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -4372,7 +4372,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 24, diff --git a/backend/src/app/seeds/data/ultra-moon.json b/backend/src/app/seeds/data/ultra-moon.json index 8fd9a5f..4542fea 100644 --- a/backend/src/app/seeds/data/ultra-moon.json +++ b/backend/src/app/seeds/data/ultra-moon.json @@ -5,220 +5,12 @@ "encounters": [], "children": [ { - "name": "Route 1 (South)", + "name": "Route 1 (Hauoli Outskirts)", "order": 2, - "encounters": [ - { - "pokeapi_id": 438, - "pokemon_name": "bonsly", - "method": "walk", - "encounter_rate": 30, - "min_level": 11, - "max_level": 14 - }, - { - "pokeapi_id": 731, - "pokemon_name": "pikipek", - "method": "walk", - "encounter_rate": 20, - "min_level": 11, - "max_level": 14 - }, - { - "pokeapi_id": 19, - "pokemon_name": "rattata", - "method": "walk", - "encounter_rate": 20, - "min_level": 11, - "max_level": 14 - }, - { - "pokeapi_id": 744, - "pokemon_name": "rockruff", - "method": "walk", - "encounter_rate": 20, - "min_level": 11, - "max_level": 14 - }, - { - "pokeapi_id": 734, - "pokemon_name": "yungoos", - "method": "walk", - "encounter_rate": 20, - "min_level": 11, - "max_level": 14 - }, - { - "pokeapi_id": 446, - "pokemon_name": "munchlax", - "method": "walk", - "encounter_rate": 10, - "min_level": 11, - "max_level": 14 - } - ] - }, - { - "name": "Route 1 (Trainers School)", - "order": 3, - "encounters": [ - { - "pokeapi_id": 10107, - "pokemon_name": "meowth-alola", - "method": "walk", - "encounter_rate": 50, - "min_level": 5, - "max_level": 8 - }, - { - "pokeapi_id": 570, - "pokemon_name": "zorua", - "method": "walk", - "encounter_rate": 30, - "min_level": 5, - "max_level": 8 - }, - { - "pokeapi_id": 10112, - "pokemon_name": "grimer-alola", - "method": "walk", - "encounter_rate": 10, - "min_level": 5, - "max_level": 8 - }, - { - "pokeapi_id": 81, - "pokemon_name": "magnemite", - "method": "walk", - "encounter_rate": 10, - "min_level": 5, - "max_level": 8 - } - ] - }, - { - "name": "Route 1 (West)", - "order": 4, - "encounters": [ - { - "pokeapi_id": 10, - "pokemon_name": "caterpie", - "method": "walk", - "encounter_rate": 35, - "min_level": 2, - "max_level": 3 - }, - { - "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", - "method": "walk", - "encounter_rate": 35, - "min_level": 2, - "max_level": 3 - }, - { - "pokeapi_id": 734, - "pokemon_name": "yungoos", - "method": "walk", - "encounter_rate": 35, - "min_level": 2, - "max_level": 3 - }, - { - "pokeapi_id": 427, - "pokemon_name": "buneary", - "method": "walk", - "encounter_rate": 30, - "min_level": 2, - "max_level": 3 - } - ] - }, - { - "name": "Route 1 (East)", - "order": 5, - "encounters": [ - { - "pokeapi_id": 165, - "pokemon_name": "ledyba", - "method": "walk", - "encounter_rate": 20, - "min_level": 2, - "max_level": 3 - }, - { - "pokeapi_id": 731, - "pokemon_name": "pikipek", - "method": "walk", - "encounter_rate": 20, - "min_level": 2, - "max_level": 3 - }, - { - "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", - "method": "walk", - "encounter_rate": 20, - "min_level": 2, - "max_level": 3 - }, - { - "pokeapi_id": 167, - "pokemon_name": "spinarak", - "method": "walk", - "encounter_rate": 20, - "min_level": 2, - "max_level": 3 - }, - { - "pokeapi_id": 734, - "pokemon_name": "yungoos", - "method": "walk", - "encounter_rate": 20, - "min_level": 2, - "max_level": 3 - }, - { - "pokeapi_id": 736, - "pokemon_name": "grubbin", - "method": "walk", - "encounter_rate": 15, - "min_level": 2, - "max_level": 3 - }, - { - "pokeapi_id": 427, - "pokemon_name": "buneary", - "method": "walk", - "encounter_rate": 10, - "min_level": 2, - "max_level": 3 - }, - { - "pokeapi_id": 10, - "pokemon_name": "caterpie", - "method": "walk", - "encounter_rate": 10, - "min_level": 2, - "max_level": 3 - }, - { - "pokeapi_id": 172, - "pokemon_name": "pichu", - "method": "walk", - "encounter_rate": 5, - "min_level": 2, - "max_level": 3 - } - ] - }, - { - "name": "Route 1 (Hauoli Outskirts)", - "order": 6, "encounters": [ { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 50, "min_level": 4, @@ -226,7 +18,7 @@ }, { "pokeapi_id": 686, - "pokemon_name": "inkay", + "pokemon_name": "Inkay", "method": "walk", "encounter_rate": 30, "min_level": 4, @@ -234,13 +26,226 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 20, "min_level": 4, "max_level": 7 } - ] + ], + "pinwheel_zone": 2 + }, + { + "name": "Route 1 (South)", + "order": 3, + "encounters": [ + { + "pokeapi_id": 438, + "pokemon_name": "Bonsly", + "method": "walk", + "encounter_rate": 30, + "min_level": 11, + "max_level": 14 + }, + { + "pokeapi_id": 731, + "pokemon_name": "Pikipek", + "method": "walk", + "encounter_rate": 20, + "min_level": 11, + "max_level": 14 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 20, + "min_level": 11, + "max_level": 14 + }, + { + "pokeapi_id": 744, + "pokemon_name": "Rockruff", + "method": "walk", + "encounter_rate": 20, + "min_level": 11, + "max_level": 14 + }, + { + "pokeapi_id": 734, + "pokemon_name": "Yungoos", + "method": "walk", + "encounter_rate": 20, + "min_level": 11, + "max_level": 14 + }, + { + "pokeapi_id": 446, + "pokemon_name": "Munchlax", + "method": "walk", + "encounter_rate": 10, + "min_level": 11, + "max_level": 14 + } + ], + "pinwheel_zone": 1 + }, + { + "name": "Route 1 (Trainers School)", + "order": 4, + "encounters": [ + { + "pokeapi_id": 10107, + "pokemon_name": "Meowth (Alola)", + "method": "walk", + "encounter_rate": 50, + "min_level": 5, + "max_level": 8 + }, + { + "pokeapi_id": 570, + "pokemon_name": "Zorua", + "method": "walk", + "encounter_rate": 30, + "min_level": 5, + "max_level": 8 + }, + { + "pokeapi_id": 10112, + "pokemon_name": "Grimer (Alola)", + "method": "walk", + "encounter_rate": 10, + "min_level": 5, + "max_level": 8 + }, + { + "pokeapi_id": 81, + "pokemon_name": "Magnemite", + "method": "walk", + "encounter_rate": 10, + "min_level": 5, + "max_level": 8 + } + ], + "pinwheel_zone": 3 + }, + { + "name": "Route 1 (West)", + "order": 5, + "encounters": [ + { + "pokeapi_id": 10, + "pokemon_name": "Caterpie", + "method": "walk", + "encounter_rate": 35, + "min_level": 2, + "max_level": 3 + }, + { + "pokeapi_id": 10091, + "pokemon_name": "Rattata (Alola)", + "method": "walk", + "encounter_rate": 35, + "min_level": 2, + "max_level": 3 + }, + { + "pokeapi_id": 734, + "pokemon_name": "Yungoos", + "method": "walk", + "encounter_rate": 35, + "min_level": 2, + "max_level": 3 + }, + { + "pokeapi_id": 427, + "pokemon_name": "Buneary", + "method": "walk", + "encounter_rate": 30, + "min_level": 2, + "max_level": 3 + } + ], + "pinwheel_zone": 1 + }, + { + "name": "Route 1 (East)", + "order": 6, + "encounters": [ + { + "pokeapi_id": 165, + "pokemon_name": "Ledyba", + "method": "walk", + "encounter_rate": 20, + "min_level": 2, + "max_level": 3 + }, + { + "pokeapi_id": 731, + "pokemon_name": "Pikipek", + "method": "walk", + "encounter_rate": 20, + "min_level": 2, + "max_level": 3 + }, + { + "pokeapi_id": 10091, + "pokemon_name": "Rattata (Alola)", + "method": "walk", + "encounter_rate": 20, + "min_level": 2, + "max_level": 3 + }, + { + "pokeapi_id": 167, + "pokemon_name": "Spinarak", + "method": "walk", + "encounter_rate": 20, + "min_level": 2, + "max_level": 3 + }, + { + "pokeapi_id": 734, + "pokemon_name": "Yungoos", + "method": "walk", + "encounter_rate": 20, + "min_level": 2, + "max_level": 3 + }, + { + "pokeapi_id": 736, + "pokemon_name": "Grubbin", + "method": "walk", + "encounter_rate": 15, + "min_level": 2, + "max_level": 3 + }, + { + "pokeapi_id": 427, + "pokemon_name": "Buneary", + "method": "walk", + "encounter_rate": 10, + "min_level": 2, + "max_level": 3 + }, + { + "pokeapi_id": 10, + "pokemon_name": "Caterpie", + "method": "walk", + "encounter_rate": 10, + "min_level": 2, + "max_level": 3 + }, + { + "pokeapi_id": 172, + "pokemon_name": "Pichu", + "method": "walk", + "encounter_rate": 5, + "min_level": 2, + "max_level": 3 + } + ], + "pinwheel_zone": 1 } ] }, @@ -250,12 +255,12 @@ "encounters": [], "children": [ { - "name": "Route 3 (South)", + "name": "Route 3 (North)", "order": 8, "encounters": [ { "pokeapi_id": 742, - "pokemon_name": "cutiefly", + "pokemon_name": "Cutiefly", "method": "walk", "encounter_rate": 30, "min_level": 9, @@ -263,7 +268,7 @@ }, { "pokeapi_id": 56, - "pokemon_name": "mankey", + "pokemon_name": "Mankey", "method": "walk", "encounter_rate": 30, "min_level": 9, @@ -271,7 +276,45 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", + "method": "walk", + "encounter_rate": 30, + "min_level": 9, + "max_level": 12 + }, + { + "pokeapi_id": 701, + "pokemon_name": "Hawlucha", + "method": "walk", + "encounter_rate": 10, + "min_level": 9, + "max_level": 12 + } + ] + }, + { + "name": "Route 3 (South)", + "order": 9, + "encounters": [ + { + "pokeapi_id": 742, + "pokemon_name": "Cutiefly", + "method": "walk", + "encounter_rate": 30, + "min_level": 9, + "max_level": 12 + }, + { + "pokeapi_id": 56, + "pokemon_name": "Mankey", + "method": "walk", + "encounter_rate": 30, + "min_level": 9, + "max_level": 12 + }, + { + "pokeapi_id": 21, + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 29, "min_level": 9, @@ -279,7 +322,7 @@ }, { "pokeapi_id": 701, - "pokemon_name": "hawlucha", + "pokemon_name": "Hawlucha", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -287,51 +330,13 @@ }, { "pokeapi_id": 371, - "pokemon_name": "bagon", + "pokemon_name": "Bagon", "method": "walk", "encounter_rate": 1, "min_level": 9, "max_level": 12 } ] - }, - { - "name": "Route 3 (North)", - "order": 9, - "encounters": [ - { - "pokeapi_id": 742, - "pokemon_name": "cutiefly", - "method": "walk", - "encounter_rate": 30, - "min_level": 9, - "max_level": 12 - }, - { - "pokeapi_id": 56, - "pokemon_name": "mankey", - "method": "walk", - "encounter_rate": 30, - "min_level": 9, - "max_level": 12 - }, - { - "pokeapi_id": 21, - "pokemon_name": "spearow", - "method": "walk", - "encounter_rate": 30, - "min_level": 9, - "max_level": 12 - }, - { - "pokeapi_id": 701, - "pokemon_name": "hawlucha", - "method": "walk", - "encounter_rate": 10, - "min_level": 9, - "max_level": 12 - } - ] } ] }, @@ -346,7 +351,7 @@ "encounters": [ { "pokeapi_id": 96, - "pokemon_name": "drowzee", + "pokemon_name": "Drowzee", "method": "walk", "encounter_rate": 30, "min_level": 7, @@ -354,7 +359,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 30, "min_level": 7, @@ -362,7 +367,7 @@ }, { "pokeapi_id": 23, - "pokemon_name": "ekans", + "pokemon_name": "Ekans", "method": "walk", "encounter_rate": 20, "min_level": 7, @@ -370,7 +375,7 @@ }, { "pokeapi_id": 742, - "pokemon_name": "cutiefly", + "pokemon_name": "Cutiefly", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -378,7 +383,7 @@ }, { "pokeapi_id": 58, - "pokemon_name": "growlithe", + "pokemon_name": "Growlithe", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -386,7 +391,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -394,7 +399,7 @@ }, { "pokeapi_id": 235, - "pokemon_name": "smeargle", + "pokemon_name": "Smeargle", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -402,7 +407,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -410,7 +415,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -424,7 +429,7 @@ "encounters": [ { "pokeapi_id": 96, - "pokemon_name": "drowzee", + "pokemon_name": "Drowzee", "method": "walk", "encounter_rate": 30, "min_level": 6, @@ -432,7 +437,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 30, "min_level": 6, @@ -440,7 +445,7 @@ }, { "pokeapi_id": 23, - "pokemon_name": "ekans", + "pokemon_name": "Ekans", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -448,7 +453,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -456,7 +461,7 @@ }, { "pokeapi_id": 676, - "pokemon_name": "furfrou", + "pokemon_name": "Furfrou", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -464,7 +469,7 @@ }, { "pokeapi_id": 10107, - "pokemon_name": "meowth-alola", + "pokemon_name": "Meowth (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -472,7 +477,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -480,7 +485,7 @@ }, { "pokeapi_id": 235, - "pokemon_name": "smeargle", + "pokemon_name": "Smeargle", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -488,7 +493,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -504,7 +509,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 40, "min_level": 15, @@ -512,7 +517,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 40, "min_level": 15, @@ -520,7 +525,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 35, "min_level": 10, @@ -528,7 +533,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 35, "min_level": 10, @@ -536,7 +541,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -544,7 +549,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -552,7 +557,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "super-rod", "encounter_rate": 25, "min_level": 10, @@ -560,7 +565,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "surf", "encounter_rate": 20, "min_level": 15, @@ -568,7 +573,7 @@ }, { "pokeapi_id": 458, - "pokemon_name": "mantyke", + "pokemon_name": "Mantyke", "method": "surf", "encounter_rate": 20, "min_level": 15, @@ -576,7 +581,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -584,7 +589,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 20, "min_level": 15, @@ -592,7 +597,7 @@ }, { "pokeapi_id": 371, - "pokemon_name": "bagon", + "pokemon_name": "Bagon", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -600,7 +605,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 5, "min_level": 10, @@ -614,7 +619,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 40, "min_level": 15, @@ -622,7 +627,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 25, "min_level": 10, @@ -630,7 +635,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 25, "min_level": 10, @@ -638,7 +643,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 25, "min_level": 10, @@ -646,7 +651,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "surf", "encounter_rate": 20, "min_level": 15, @@ -654,7 +659,7 @@ }, { "pokeapi_id": 458, - "pokemon_name": "mantyke", + "pokemon_name": "Mantyke", "method": "surf", "encounter_rate": 20, "min_level": 15, @@ -662,7 +667,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 20, "min_level": 15, @@ -670,7 +675,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "super-rod", "encounter_rate": 15, "min_level": 10, @@ -678,7 +683,7 @@ }, { "pokeapi_id": 366, - "pokemon_name": "clamperl", + "pokemon_name": "Clamperl", "method": "super-rod", "encounter_rate": 5, "min_level": 10, @@ -686,7 +691,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 5, "min_level": 10, @@ -705,7 +710,7 @@ "encounters": [ { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 30, "min_level": 11, @@ -713,7 +718,7 @@ }, { "pokeapi_id": 327, - "pokemon_name": "spinda", + "pokemon_name": "Spinda", "method": "walk", "encounter_rate": 30, "min_level": 11, @@ -721,7 +726,7 @@ }, { "pokeapi_id": 744, - "pokemon_name": "rockruff", + "pokemon_name": "Rockruff", "method": "walk", "encounter_rate": 20, "min_level": 11, @@ -729,7 +734,7 @@ }, { "pokeapi_id": 703, - "pokemon_name": "carbink", + "pokemon_name": "Carbink", "method": "walk", "encounter_rate": 10, "min_level": 11, @@ -737,7 +742,7 @@ }, { "pokeapi_id": 524, - "pokemon_name": "roggenrola", + "pokemon_name": "Roggenrola", "method": "walk", "encounter_rate": 10, "min_level": 11, @@ -751,7 +756,7 @@ "encounters": [ { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 30, "min_level": 11, @@ -759,7 +764,7 @@ }, { "pokeapi_id": 703, - "pokemon_name": "carbink", + "pokemon_name": "Carbink", "method": "walk", "encounter_rate": 20, "min_level": 11, @@ -767,7 +772,7 @@ }, { "pokeapi_id": 524, - "pokemon_name": "roggenrola", + "pokemon_name": "Roggenrola", "method": "walk", "encounter_rate": 20, "min_level": 11, @@ -775,7 +780,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 11, @@ -783,7 +788,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 10, "min_level": 11, @@ -799,7 +804,7 @@ "encounters": [ { "pokeapi_id": 425, - "pokemon_name": "drifloon", + "pokemon_name": "Drifloon", "method": "walk", "encounter_rate": 40, "min_level": 6, @@ -807,7 +812,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 40, "min_level": 6, @@ -815,7 +820,7 @@ }, { "pokeapi_id": 198, - "pokemon_name": "murkrow", + "pokemon_name": "Murkrow", "method": "walk", "encounter_rate": 40, "min_level": 6, @@ -823,7 +828,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -837,7 +842,7 @@ "encounters": [ { "pokeapi_id": 742, - "pokemon_name": "cutiefly", + "pokemon_name": "Cutiefly", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -845,7 +850,7 @@ }, { "pokeapi_id": 669, - "pokemon_name": "flabebe", + "pokemon_name": "Flabebe", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -853,7 +858,7 @@ }, { "pokeapi_id": 10123, - "pokemon_name": "oricorio-pom-pom", + "pokemon_name": "Oricorio (Pom Pom)", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -861,7 +866,7 @@ }, { "pokeapi_id": 548, - "pokemon_name": "petilil", + "pokemon_name": "Petilil", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -869,7 +874,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -877,7 +882,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 9, "min_level": 10, @@ -885,7 +890,7 @@ }, { "pokeapi_id": 12, - "pokemon_name": "butterfree", + "pokemon_name": "Butterfree", "method": "walk", "encounter_rate": 1, "min_level": 10, @@ -899,7 +904,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 90, "min_level": 10, @@ -907,7 +912,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "surf", "encounter_rate": 55, "min_level": 15, @@ -915,7 +920,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 30, "min_level": 9, @@ -923,7 +928,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "surf", "encounter_rate": 30, "min_level": 15, @@ -931,7 +936,7 @@ }, { "pokeapi_id": 238, - "pokemon_name": "smoochum", + "pokemon_name": "Smoochum", "method": "walk", "encounter_rate": 30, "min_level": 9, @@ -939,7 +944,7 @@ }, { "pokeapi_id": 225, - "pokemon_name": "delibird", + "pokemon_name": "Delibird", "method": "walk", "encounter_rate": 20, "min_level": 9, @@ -947,7 +952,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 9, @@ -955,7 +960,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 10, "min_level": 10, @@ -963,7 +968,7 @@ }, { "pokeapi_id": 225, - "pokemon_name": "delibird", + "pokemon_name": "Delibird", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -971,7 +976,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 5, "min_level": 15, @@ -985,7 +990,7 @@ "encounters": [ { "pokeapi_id": 506, - "pokemon_name": "lillipup", + "pokemon_name": "Lillipup", "method": "walk", "encounter_rate": 50, "min_level": 11, @@ -993,7 +998,7 @@ }, { "pokeapi_id": 731, - "pokemon_name": "pikipek", + "pokemon_name": "Pikipek", "method": "walk", "encounter_rate": 40, "min_level": 11, @@ -1001,7 +1006,7 @@ }, { "pokeapi_id": 174, - "pokemon_name": "igglybuff", + "pokemon_name": "Igglybuff", "method": "walk", "encounter_rate": 20, "min_level": 11, @@ -1009,7 +1014,7 @@ }, { "pokeapi_id": 749, - "pokemon_name": "mudbray", + "pokemon_name": "Mudbray", "method": "walk", "encounter_rate": 20, "min_level": 11, @@ -1017,7 +1022,7 @@ }, { "pokeapi_id": 736, - "pokemon_name": "grubbin", + "pokemon_name": "Grubbin", "method": "walk", "encounter_rate": 10, "min_level": 11, @@ -1025,7 +1030,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 11, @@ -1033,7 +1038,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 10, "min_level": 11, @@ -1041,7 +1046,7 @@ }, { "pokeapi_id": 133, - "pokemon_name": "eevee", + "pokemon_name": "Eevee", "method": "walk", "encounter_rate": 5, "min_level": 11, @@ -1055,7 +1060,7 @@ "encounters": [ { "pokeapi_id": 753, - "pokemon_name": "fomantis", + "pokemon_name": "Fomantis", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -1063,7 +1068,7 @@ }, { "pokeapi_id": 736, - "pokemon_name": "grubbin", + "pokemon_name": "Grubbin", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -1071,7 +1076,7 @@ }, { "pokeapi_id": 506, - "pokemon_name": "lillipup", + "pokemon_name": "Lillipup", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -1079,7 +1084,7 @@ }, { "pokeapi_id": 731, - "pokemon_name": "pikipek", + "pokemon_name": "Pikipek", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -1087,7 +1092,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 10, "min_level": 13, @@ -1095,7 +1100,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 9, "min_level": 13, @@ -1103,7 +1108,7 @@ }, { "pokeapi_id": 12, - "pokemon_name": "butterfree", + "pokemon_name": "Butterfree", "method": "walk", "encounter_rate": 1, "min_level": 13, @@ -1122,7 +1127,7 @@ "encounters": [ { "pokeapi_id": 506, - "pokemon_name": "lillipup", + "pokemon_name": "Lillipup", "method": "walk", "encounter_rate": 50, "min_level": 14, @@ -1130,7 +1135,7 @@ }, { "pokeapi_id": 731, - "pokemon_name": "pikipek", + "pokemon_name": "Pikipek", "method": "walk", "encounter_rate": 40, "min_level": 14, @@ -1138,7 +1143,7 @@ }, { "pokeapi_id": 174, - "pokemon_name": "igglybuff", + "pokemon_name": "Igglybuff", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1146,7 +1151,7 @@ }, { "pokeapi_id": 749, - "pokemon_name": "mudbray", + "pokemon_name": "Mudbray", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1154,7 +1159,7 @@ }, { "pokeapi_id": 736, - "pokemon_name": "grubbin", + "pokemon_name": "Grubbin", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -1162,7 +1167,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -1170,7 +1175,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -1178,7 +1183,7 @@ }, { "pokeapi_id": 133, - "pokemon_name": "eevee", + "pokemon_name": "Eevee", "method": "walk", "encounter_rate": 5, "min_level": 14, @@ -1192,7 +1197,7 @@ "encounters": [ { "pokeapi_id": 506, - "pokemon_name": "lillipup", + "pokemon_name": "Lillipup", "method": "walk", "encounter_rate": 50, "min_level": 14, @@ -1200,7 +1205,7 @@ }, { "pokeapi_id": 731, - "pokemon_name": "pikipek", + "pokemon_name": "Pikipek", "method": "walk", "encounter_rate": 40, "min_level": 14, @@ -1208,7 +1213,7 @@ }, { "pokeapi_id": 174, - "pokemon_name": "igglybuff", + "pokemon_name": "Igglybuff", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1216,7 +1221,7 @@ }, { "pokeapi_id": 10124, - "pokemon_name": "oricorio-pau", + "pokemon_name": "Oricorio (Pau)", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1224,7 +1229,7 @@ }, { "pokeapi_id": 736, - "pokemon_name": "grubbin", + "pokemon_name": "Grubbin", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -1232,7 +1237,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -1240,7 +1245,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -1248,7 +1253,7 @@ }, { "pokeapi_id": 133, - "pokemon_name": "eevee", + "pokemon_name": "Eevee", "method": "walk", "encounter_rate": 5, "min_level": 14, @@ -1264,7 +1269,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 55, "min_level": 10, @@ -1272,7 +1277,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 40, "min_level": 10, @@ -1280,7 +1285,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "surf", "encounter_rate": 30, "min_level": 16, @@ -1288,7 +1293,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 30, "min_level": 16, @@ -1296,7 +1301,7 @@ }, { "pokeapi_id": 771, - "pokemon_name": "pyukumuku", + "pokemon_name": "Pyukumuku", "method": "surf", "encounter_rate": 20, "min_level": 16, @@ -1304,7 +1309,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 20, "min_level": 16, @@ -1312,7 +1317,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 5, "min_level": 10, @@ -1326,7 +1331,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 50, "min_level": 10, @@ -1334,7 +1339,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 17, @@ -1342,7 +1347,7 @@ }, { "pokeapi_id": 732, - "pokemon_name": "trumbeak", + "pokemon_name": "Trumbeak", "method": "walk", "encounter_rate": 30, "min_level": 17, @@ -1350,7 +1355,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 30, "min_level": 10, @@ -1358,7 +1363,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 30, "min_level": 17, @@ -1366,7 +1371,7 @@ }, { "pokeapi_id": 661, - "pokemon_name": "fletchling", + "pokemon_name": "Fletchling", "method": "walk", "encounter_rate": 15, "min_level": 17, @@ -1374,7 +1379,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "super-rod", "encounter_rate": 15, "min_level": 10, @@ -1382,7 +1387,7 @@ }, { "pokeapi_id": 757, - "pokemon_name": "salandit", + "pokemon_name": "Salandit", "method": "walk", "encounter_rate": 15, "min_level": 17, @@ -1390,7 +1395,7 @@ }, { "pokeapi_id": 759, - "pokemon_name": "stufful", + "pokemon_name": "Stufful", "method": "walk", "encounter_rate": 10, "min_level": 17, @@ -1398,7 +1403,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 5, "min_level": 10, @@ -1412,7 +1417,7 @@ "encounters": [ { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 50, "min_level": 10, @@ -1420,7 +1425,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 10, @@ -1428,7 +1433,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 15, "min_level": 10, @@ -1436,7 +1441,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 15, "min_level": 10, @@ -1450,7 +1455,7 @@ "encounters": [ { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "walk", "encounter_rate": 70, "min_level": 22, @@ -1458,7 +1463,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "surf", "encounter_rate": 30, "min_level": 22, @@ -1466,7 +1471,7 @@ }, { "pokeapi_id": 771, - "pokemon_name": "pyukumuku", + "pokemon_name": "Pyukumuku", "method": "surf", "encounter_rate": 30, "min_level": 22, @@ -1474,7 +1479,7 @@ }, { "pokeapi_id": 769, - "pokemon_name": "sandygast", + "pokemon_name": "Sandygast", "method": "walk", "encounter_rate": 30, "min_level": 22, @@ -1482,7 +1487,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 30, "min_level": 22, @@ -1490,7 +1495,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 10, "min_level": 22, @@ -1504,7 +1509,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 90, "min_level": 10, @@ -1512,7 +1517,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 10, "min_level": 10, @@ -1526,7 +1531,7 @@ "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 50, "min_level": 21, @@ -1534,7 +1539,7 @@ }, { "pokeapi_id": 708, - "pokemon_name": "phantump", + "pokemon_name": "Phantump", "method": "walk", "encounter_rate": 30, "min_level": 21, @@ -1542,7 +1547,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -1556,7 +1561,7 @@ "encounters": [ { "pokeapi_id": 749, - "pokemon_name": "mudbray", + "pokemon_name": "Mudbray", "method": "walk", "encounter_rate": 40, "min_level": 12, @@ -1564,7 +1569,7 @@ }, { "pokeapi_id": 179, - "pokemon_name": "mareep", + "pokemon_name": "Mareep", "method": "walk", "encounter_rate": 30, "min_level": 12, @@ -1572,7 +1577,7 @@ }, { "pokeapi_id": 506, - "pokemon_name": "lillipup", + "pokemon_name": "Lillipup", "method": "walk", "encounter_rate": 20, "min_level": 12, @@ -1580,7 +1585,7 @@ }, { "pokeapi_id": 241, - "pokemon_name": "miltank", + "pokemon_name": "Miltank", "method": "walk", "encounter_rate": 5, "min_level": 12, @@ -1588,7 +1593,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 5, "min_level": 12, @@ -1602,7 +1607,7 @@ "encounters": [ { "pokeapi_id": 661, - "pokemon_name": "fletchling", + "pokemon_name": "Fletchling", "method": "walk", "encounter_rate": 30, "min_level": 16, @@ -1610,7 +1615,7 @@ }, { "pokeapi_id": 757, - "pokemon_name": "salandit", + "pokemon_name": "Salandit", "method": "walk", "encounter_rate": 30, "min_level": 16, @@ -1618,7 +1623,7 @@ }, { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 24, "min_level": 16, @@ -1626,7 +1631,7 @@ }, { "pokeapi_id": 240, - "pokemon_name": "magby", + "pokemon_name": "Magby", "method": "walk", "encounter_rate": 15, "min_level": 16, @@ -1634,7 +1639,7 @@ }, { "pokeapi_id": 115, - "pokemon_name": "kangaskhan", + "pokemon_name": "Kangaskhan", "method": "walk", "encounter_rate": 1, "min_level": 16, @@ -1648,12 +1653,12 @@ "encounters": [], "children": [ { - "name": "Brooklet Hill (North)", + "name": "Brooklet Hill (South)", "order": 35, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 44, "min_level": 10, @@ -1661,7 +1666,7 @@ }, { "pokeapi_id": 751, - "pokemon_name": "dewpider", + "pokemon_name": "Dewpider", "method": "surf", "encounter_rate": 40, "min_level": 14, @@ -1669,7 +1674,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 40, "min_level": 14, @@ -1677,7 +1682,7 @@ }, { "pokeapi_id": 283, - "pokemon_name": "surskit", + "pokemon_name": "Surskit", "method": "surf", "encounter_rate": 40, "min_level": 14, @@ -1685,7 +1690,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 30, "min_level": 10, @@ -1693,7 +1698,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 25, "min_level": 10, @@ -1701,7 +1706,7 @@ }, { "pokeapi_id": 751, - "pokemon_name": "dewpider", + "pokemon_name": "Dewpider", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1709,7 +1714,7 @@ }, { "pokeapi_id": 755, - "pokemon_name": "morelull", + "pokemon_name": "Morelull", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1717,7 +1722,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1725,7 +1730,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1733,7 +1738,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1741,7 +1746,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 20, "min_level": 14, @@ -1749,7 +1754,7 @@ }, { "pokeapi_id": 283, - "pokemon_name": "surskit", + "pokemon_name": "Surskit", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1757,7 +1762,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1765,133 +1770,7 @@ }, { "pokeapi_id": 349, - "pokemon_name": "feebas", - "method": "super-rod", - "encounter_rate": 1, - "min_level": 10, - "max_level": 16 - } - ] - }, - { - "name": "Brooklet Hill (South)", - "order": 36, - "encounters": [ - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "super-rod", - "encounter_rate": 44, - "min_level": 10, - "max_level": 16 - }, - { - "pokeapi_id": 751, - "pokemon_name": "dewpider", - "method": "surf", - "encounter_rate": 40, - "min_level": 14, - "max_level": 17 - }, - { - "pokeapi_id": 60, - "pokemon_name": "poliwag", - "method": "surf", - "encounter_rate": 40, - "min_level": 14, - "max_level": 17 - }, - { - "pokeapi_id": 283, - "pokemon_name": "surskit", - "method": "surf", - "encounter_rate": 40, - "min_level": 14, - "max_level": 17 - }, - { - "pokeapi_id": 118, - "pokemon_name": "goldeen", - "method": "super-rod", - "encounter_rate": 30, - "min_level": 10, - "max_level": 16 - }, - { - "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", - "method": "super-rod", - "encounter_rate": 25, - "min_level": 10, - "max_level": 16 - }, - { - "pokeapi_id": 751, - "pokemon_name": "dewpider", - "method": "walk", - "encounter_rate": 20, - "min_level": 14, - "max_level": 17 - }, - { - "pokeapi_id": 755, - "pokemon_name": "morelull", - "method": "walk", - "encounter_rate": 20, - "min_level": 14, - "max_level": 17 - }, - { - "pokeapi_id": 46, - "pokemon_name": "paras", - "method": "walk", - "encounter_rate": 20, - "min_level": 14, - "max_level": 17 - }, - { - "pokeapi_id": 60, - "pokemon_name": "poliwag", - "method": "walk", - "encounter_rate": 20, - "min_level": 14, - "max_level": 17 - }, - { - "pokeapi_id": 54, - "pokemon_name": "psyduck", - "method": "walk", - "encounter_rate": 20, - "min_level": 14, - "max_level": 17 - }, - { - "pokeapi_id": 54, - "pokemon_name": "psyduck", - "method": "surf", - "encounter_rate": 20, - "min_level": 14, - "max_level": 17 - }, - { - "pokeapi_id": 283, - "pokemon_name": "surskit", - "method": "walk", - "encounter_rate": 20, - "min_level": 14, - "max_level": 17 - }, - { - "pokeapi_id": 278, - "pokemon_name": "wingull", - "method": "walk", - "encounter_rate": 20, - "min_level": 14, - "max_level": 17 - }, - { - "pokeapi_id": 349, - "pokemon_name": "feebas", + "pokemon_name": "Feebas", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -1901,11 +1780,11 @@ }, { "name": "Brooklet Hill (Totems Den)", - "order": 37, + "order": 36, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 55, "min_level": 10, @@ -1913,7 +1792,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "surf", "encounter_rate": 40, "min_level": 14, @@ -1921,7 +1800,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 40, "min_level": 14, @@ -1929,7 +1808,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 40, "min_level": 10, @@ -1937,7 +1816,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 20, "min_level": 14, @@ -1945,13 +1824,139 @@ }, { "pokeapi_id": 594, - "pokemon_name": "alomomola", + "pokemon_name": "Alomomola", "method": "super-rod", "encounter_rate": 5, "min_level": 10, "max_level": 16 } ] + }, + { + "name": "Brooklet Hill (North)", + "order": 37, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "super-rod", + "encounter_rate": 44, + "min_level": 10, + "max_level": 16 + }, + { + "pokeapi_id": 751, + "pokemon_name": "Dewpider", + "method": "surf", + "encounter_rate": 40, + "min_level": 14, + "max_level": 17 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "surf", + "encounter_rate": 40, + "min_level": 14, + "max_level": 17 + }, + { + "pokeapi_id": 283, + "pokemon_name": "Surskit", + "method": "surf", + "encounter_rate": 40, + "min_level": 14, + "max_level": 17 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 30, + "min_level": 10, + "max_level": 16 + }, + { + "pokeapi_id": 550, + "pokemon_name": "Basculin Red Striped", + "method": "super-rod", + "encounter_rate": 25, + "min_level": 10, + "max_level": 16 + }, + { + "pokeapi_id": 751, + "pokemon_name": "Dewpider", + "method": "walk", + "encounter_rate": 20, + "min_level": 14, + "max_level": 17 + }, + { + "pokeapi_id": 755, + "pokemon_name": "Morelull", + "method": "walk", + "encounter_rate": 20, + "min_level": 14, + "max_level": 17 + }, + { + "pokeapi_id": 46, + "pokemon_name": "Paras", + "method": "walk", + "encounter_rate": 20, + "min_level": 14, + "max_level": 17 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "walk", + "encounter_rate": 20, + "min_level": 14, + "max_level": 17 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "walk", + "encounter_rate": 20, + "min_level": 14, + "max_level": 17 + }, + { + "pokeapi_id": 54, + "pokemon_name": "Psyduck", + "method": "surf", + "encounter_rate": 20, + "min_level": 14, + "max_level": 17 + }, + { + "pokeapi_id": 283, + "pokemon_name": "Surskit", + "method": "walk", + "encounter_rate": 20, + "min_level": 14, + "max_level": 17 + }, + { + "pokeapi_id": 278, + "pokemon_name": "Wingull", + "method": "walk", + "encounter_rate": 20, + "min_level": 14, + "max_level": 17 + }, + { + "pokeapi_id": 349, + "pokemon_name": "Feebas", + "method": "super-rod", + "encounter_rate": 1, + "min_level": 10, + "max_level": 16 + } + ] } ] }, @@ -1966,7 +1971,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 39, "min_level": 41, @@ -1974,7 +1979,7 @@ }, { "pokeapi_id": 51, - "pokemon_name": "dugtrio", + "pokemon_name": "Dugtrio", "method": "walk", "encounter_rate": 30, "min_level": 41, @@ -1982,7 +1987,7 @@ }, { "pokeapi_id": 757, - "pokemon_name": "salandit", + "pokemon_name": "Salandit", "method": "walk", "encounter_rate": 30, "min_level": 41, @@ -1990,7 +1995,7 @@ }, { "pokeapi_id": 636, - "pokemon_name": "larvesta", + "pokemon_name": "Larvesta", "method": "walk", "encounter_rate": 1, "min_level": 41, @@ -2004,7 +2009,7 @@ "encounters": [ { "pokeapi_id": 732, - "pokemon_name": "trumbeak", + "pokemon_name": "Trumbeak", "method": "walk", "encounter_rate": 22, "min_level": 19, @@ -2012,7 +2017,7 @@ }, { "pokeapi_id": 753, - "pokemon_name": "fomantis", + "pokemon_name": "Fomantis", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -2020,7 +2025,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -2028,7 +2033,7 @@ }, { "pokeapi_id": 438, - "pokemon_name": "bonsly", + "pokemon_name": "Bonsly", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -2036,7 +2041,7 @@ }, { "pokeapi_id": 764, - "pokemon_name": "comfey", + "pokemon_name": "Comfey", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -2044,7 +2049,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -2052,7 +2057,7 @@ }, { "pokeapi_id": 755, - "pokemon_name": "morelull", + "pokemon_name": "Morelull", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -2060,7 +2065,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -2068,7 +2073,7 @@ }, { "pokeapi_id": 762, - "pokemon_name": "steenee", + "pokemon_name": "Steenee", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -2076,7 +2081,7 @@ }, { "pokeapi_id": 765, - "pokemon_name": "oranguru", + "pokemon_name": "Oranguru", "method": "walk", "encounter_rate": 5, "min_level": 19, @@ -2084,7 +2089,7 @@ }, { "pokeapi_id": 127, - "pokemon_name": "pinsir", + "pokemon_name": "Pinsir", "method": "walk", "encounter_rate": 4, "min_level": 19, @@ -2098,7 +2103,7 @@ "encounters": [ { "pokeapi_id": 732, - "pokemon_name": "trumbeak", + "pokemon_name": "Trumbeak", "method": "walk", "encounter_rate": 22, "min_level": 19, @@ -2106,7 +2111,7 @@ }, { "pokeapi_id": 753, - "pokemon_name": "fomantis", + "pokemon_name": "Fomantis", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -2114,7 +2119,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -2122,7 +2127,7 @@ }, { "pokeapi_id": 438, - "pokemon_name": "bonsly", + "pokemon_name": "Bonsly", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -2130,7 +2135,7 @@ }, { "pokeapi_id": 764, - "pokemon_name": "comfey", + "pokemon_name": "Comfey", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -2138,7 +2143,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -2146,7 +2151,7 @@ }, { "pokeapi_id": 755, - "pokemon_name": "morelull", + "pokemon_name": "Morelull", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -2154,7 +2159,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -2162,7 +2167,7 @@ }, { "pokeapi_id": 762, - "pokemon_name": "steenee", + "pokemon_name": "Steenee", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -2170,7 +2175,7 @@ }, { "pokeapi_id": 765, - "pokemon_name": "oranguru", + "pokemon_name": "Oranguru", "method": "walk", "encounter_rate": 5, "min_level": 19, @@ -2178,7 +2183,7 @@ }, { "pokeapi_id": 127, - "pokemon_name": "pinsir", + "pokemon_name": "Pinsir", "method": "walk", "encounter_rate": 4, "min_level": 19, @@ -2192,7 +2197,7 @@ "encounters": [ { "pokeapi_id": 732, - "pokemon_name": "trumbeak", + "pokemon_name": "Trumbeak", "method": "walk", "encounter_rate": 22, "min_level": 19, @@ -2200,7 +2205,7 @@ }, { "pokeapi_id": 753, - "pokemon_name": "fomantis", + "pokemon_name": "Fomantis", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -2208,7 +2213,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -2216,7 +2221,7 @@ }, { "pokeapi_id": 438, - "pokemon_name": "bonsly", + "pokemon_name": "Bonsly", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -2224,7 +2229,7 @@ }, { "pokeapi_id": 764, - "pokemon_name": "comfey", + "pokemon_name": "Comfey", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -2232,7 +2237,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -2240,7 +2245,7 @@ }, { "pokeapi_id": 755, - "pokemon_name": "morelull", + "pokemon_name": "Morelull", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -2248,7 +2253,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -2256,7 +2261,7 @@ }, { "pokeapi_id": 762, - "pokemon_name": "steenee", + "pokemon_name": "Steenee", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -2264,7 +2269,7 @@ }, { "pokeapi_id": 765, - "pokemon_name": "oranguru", + "pokemon_name": "Oranguru", "method": "walk", "encounter_rate": 5, "min_level": 19, @@ -2272,7 +2277,7 @@ }, { "pokeapi_id": 127, - "pokemon_name": "pinsir", + "pokemon_name": "Pinsir", "method": "walk", "encounter_rate": 4, "min_level": 19, @@ -2288,7 +2293,7 @@ "encounters": [ { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 80, "min_level": 21, @@ -2296,7 +2301,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 55, "min_level": 10, @@ -2304,7 +2309,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 40, "min_level": 10, @@ -2312,7 +2317,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -2320,7 +2325,7 @@ }, { "pokeapi_id": 177, - "pokemon_name": "natu", + "pokemon_name": "Natu", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -2328,7 +2333,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -2336,7 +2341,7 @@ }, { "pokeapi_id": 299, - "pokemon_name": "nosepass", + "pokemon_name": "Nosepass", "method": "walk", "encounter_rate": 15, "min_level": 21, @@ -2344,7 +2349,7 @@ }, { "pokeapi_id": 759, - "pokemon_name": "stufful", + "pokemon_name": "Stufful", "method": "walk", "encounter_rate": 15, "min_level": 21, @@ -2352,7 +2357,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 5, "min_level": 10, @@ -2366,7 +2371,7 @@ "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 60, "min_level": 20, @@ -2374,7 +2379,7 @@ }, { "pokeapi_id": 10105, - "pokemon_name": "diglett-alola", + "pokemon_name": "Diglett (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 20, @@ -2382,7 +2387,7 @@ }, { "pokeapi_id": 246, - "pokemon_name": "larvitar", + "pokemon_name": "Larvitar", "method": "walk", "encounter_rate": 10, "min_level": 20, @@ -2396,7 +2401,7 @@ "encounters": [ { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 30, "min_level": 26, @@ -2404,7 +2409,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 26, @@ -2412,7 +2417,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 26, @@ -2420,7 +2425,7 @@ }, { "pokeapi_id": 168, - "pokemon_name": "ariados", + "pokemon_name": "Ariados", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2428,7 +2433,7 @@ }, { "pokeapi_id": 166, - "pokemon_name": "ledian", + "pokemon_name": "Ledian", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2436,7 +2441,7 @@ }, { "pokeapi_id": 674, - "pokemon_name": "pancham", + "pokemon_name": "Pancham", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -2444,7 +2449,7 @@ }, { "pokeapi_id": 227, - "pokemon_name": "skarmory", + "pokemon_name": "Skarmory", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -2458,7 +2463,7 @@ "encounters": [ { "pokeapi_id": 775, - "pokemon_name": "komala", + "pokemon_name": "Komala", "method": "walk", "encounter_rate": 30, "min_level": 26, @@ -2466,7 +2471,7 @@ }, { "pokeapi_id": 168, - "pokemon_name": "ariados", + "pokemon_name": "Ariados", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2474,7 +2479,7 @@ }, { "pokeapi_id": 166, - "pokemon_name": "ledian", + "pokemon_name": "Ledian", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2482,7 +2487,7 @@ }, { "pokeapi_id": 674, - "pokemon_name": "pancham", + "pokemon_name": "Pancham", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2490,7 +2495,7 @@ }, { "pokeapi_id": 732, - "pokemon_name": "trumbeak", + "pokemon_name": "Trumbeak", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2498,7 +2503,7 @@ }, { "pokeapi_id": 47, - "pokemon_name": "parasect", + "pokemon_name": "Parasect", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -2506,7 +2511,7 @@ }, { "pokeapi_id": 756, - "pokemon_name": "shiinotic", + "pokemon_name": "Shiinotic", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -2520,7 +2525,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 55, "min_level": 10, @@ -2528,7 +2533,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 40, "min_level": 10, @@ -2536,7 +2541,7 @@ }, { "pokeapi_id": 779, - "pokemon_name": "bruxish", + "pokemon_name": "Bruxish", "method": "super-rod", "encounter_rate": 5, "min_level": 10, @@ -2550,7 +2555,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 55, "min_level": 10, @@ -2558,7 +2563,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 40, "min_level": 10, @@ -2566,7 +2571,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -2574,7 +2579,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -2582,7 +2587,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -2590,7 +2595,7 @@ }, { "pokeapi_id": 361, - "pokemon_name": "snorunt", + "pokemon_name": "Snorunt", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -2598,7 +2603,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -2606,7 +2611,7 @@ }, { "pokeapi_id": 10101, - "pokemon_name": "sandshrew-alola", + "pokemon_name": "Sandshrew (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -2614,7 +2619,7 @@ }, { "pokeapi_id": 779, - "pokemon_name": "bruxish", + "pokemon_name": "Bruxish", "method": "super-rod", "encounter_rate": 5, "min_level": 10, @@ -2628,7 +2633,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 50, "min_level": 10, @@ -2636,7 +2641,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 50, "min_level": 30, @@ -2644,7 +2649,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "surf", "encounter_rate": 40, "min_level": 32, @@ -2652,7 +2657,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 40, "min_level": 32, @@ -2660,7 +2665,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 40, "min_level": 10, @@ -2668,7 +2673,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -2676,7 +2681,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -2684,7 +2689,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 20, "min_level": 32, @@ -2692,7 +2697,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -2700,7 +2705,7 @@ }, { "pokeapi_id": 779, - "pokemon_name": "bruxish", + "pokemon_name": "Bruxish", "method": "super-rod", "encounter_rate": 5, "min_level": 10, @@ -2708,7 +2713,7 @@ }, { "pokeapi_id": 366, - "pokemon_name": "clamperl", + "pokemon_name": "Clamperl", "method": "super-rod", "encounter_rate": 5, "min_level": 10, @@ -2722,36 +2727,44 @@ "encounters": [], "children": [ { - "name": "Route 16 (East)", + "name": "Route 16 (West)", "order": 51, "encounters": [ { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", - "encounter_rate": 50, + "encounter_rate": 30, + "min_level": 32, + "max_level": 35 + }, + { + "pokeapi_id": 559, + "pokemon_name": "Scraggy", + "method": "walk", + "encounter_rate": 30, "min_level": 32, "max_level": 35 }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", - "encounter_rate": 30, + "encounter_rate": 20, "min_level": 32, "max_level": 35 }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", - "encounter_rate": 30, + "encounter_rate": 20, "min_level": 32, "max_level": 35 }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -2760,44 +2773,36 @@ ] }, { - "name": "Route 16 (West)", + "name": "Route 16 (East)", "order": 52, "encounters": [ { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", - "encounter_rate": 30, - "min_level": 32, - "max_level": 35 - }, - { - "pokeapi_id": 559, - "pokemon_name": "scraggy", - "method": "walk", - "encounter_rate": 30, + "encounter_rate": 50, "min_level": 32, "max_level": 35 }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", - "encounter_rate": 20, + "encounter_rate": 30, "min_level": 32, "max_level": 35 }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", - "encounter_rate": 20, + "encounter_rate": 30, "min_level": 32, "max_level": 35 }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -2813,74 +2818,12 @@ "encounters": [], "children": [ { - "name": "Route 17 (Northeast)", + "name": "Route 17 (West)", "order": 54, "encounters": [ - { - "pokeapi_id": 22, - "pokemon_name": "fearow", - "method": "walk", - "encounter_rate": 20, - "min_level": 33, - "max_level": 36 - }, - { - "pokeapi_id": 10110, - "pokemon_name": "graveler-alola", - "method": "walk", - "encounter_rate": 20, - "min_level": 33, - "max_level": 36 - }, - { - "pokeapi_id": 735, - "pokemon_name": "gumshoos", - "method": "walk", - "encounter_rate": 20, - "min_level": 33, - "max_level": 36 - }, - { - "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", - "method": "walk", - "encounter_rate": 20, - "min_level": 33, - "max_level": 36 - }, { "pokeapi_id": 559, - "pokemon_name": "scraggy", - "method": "walk", - "encounter_rate": 20, - "min_level": 33, - "max_level": 36 - }, - { - "pokeapi_id": 227, - "pokemon_name": "skarmory", - "method": "walk", - "encounter_rate": 15, - "min_level": 33, - "max_level": 36 - }, - { - "pokeapi_id": 625, - "pokemon_name": "bisharp", - "method": "walk", - "encounter_rate": 5, - "min_level": 33, - "max_level": 36 - } - ] - }, - { - "name": "Route 17 (West)", - "order": 55, - "encounters": [ - { - "pokeapi_id": 559, - "pokemon_name": "scraggy", + "pokemon_name": "Scraggy", "method": "walk", "encounter_rate": 40, "min_level": 33, @@ -2888,7 +2831,7 @@ }, { "pokeapi_id": 168, - "pokemon_name": "ariados", + "pokemon_name": "Ariados", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -2896,7 +2839,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -2904,7 +2847,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -2912,7 +2855,7 @@ }, { "pokeapi_id": 166, - "pokemon_name": "ledian", + "pokemon_name": "Ledian", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -2920,13 +2863,75 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 33, "max_level": 36 } ] + }, + { + "name": "Route 17 (Northeast)", + "order": 55, + "encounters": [ + { + "pokeapi_id": 22, + "pokemon_name": "Fearow", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 36 + }, + { + "pokeapi_id": 10110, + "pokemon_name": "Graveler (Alola)", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 36 + }, + { + "pokeapi_id": 735, + "pokemon_name": "Gumshoos", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 36 + }, + { + "pokeapi_id": 10092, + "pokemon_name": "Raticate (Alola)", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 36 + }, + { + "pokeapi_id": 559, + "pokemon_name": "Scraggy", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 36 + }, + { + "pokeapi_id": 227, + "pokemon_name": "Skarmory", + "method": "walk", + "encounter_rate": 15, + "min_level": 33, + "max_level": 36 + }, + { + "pokeapi_id": 625, + "pokemon_name": "Bisharp", + "method": "walk", + "encounter_rate": 5, + "min_level": 33, + "max_level": 36 + } + ] } ] }, @@ -2936,7 +2941,7 @@ "encounters": [ { "pokeapi_id": 10110, - "pokemon_name": "graveler-alola", + "pokemon_name": "Graveler (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 29, @@ -2944,7 +2949,7 @@ }, { "pokeapi_id": 749, - "pokemon_name": "mudbray", + "pokemon_name": "Mudbray", "method": "walk", "encounter_rate": 30, "min_level": 29, @@ -2952,7 +2957,7 @@ }, { "pokeapi_id": 310, - "pokemon_name": "manectric", + "pokemon_name": "Manectric", "method": "walk", "encounter_rate": 20, "min_level": 29, @@ -2960,7 +2965,7 @@ }, { "pokeapi_id": 324, - "pokemon_name": "torkoal", + "pokemon_name": "Torkoal", "method": "walk", "encounter_rate": 20, "min_level": 29, @@ -2974,7 +2979,7 @@ "encounters": [ { "pokeapi_id": 552, - "pokemon_name": "krokorok", + "pokemon_name": "Krokorok", "method": "walk", "encounter_rate": 70, "min_level": 32, @@ -2982,7 +2987,7 @@ }, { "pokeapi_id": 10106, - "pokemon_name": "dugtrio-alola", + "pokemon_name": "Dugtrio (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -2996,7 +3001,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 55, "min_level": 10, @@ -3004,7 +3009,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 40, "min_level": 10, @@ -3012,7 +3017,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "surf", "encounter_rate": 30, "min_level": 30, @@ -3020,7 +3025,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -3028,7 +3033,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -3036,7 +3041,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -3044,7 +3049,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 30, "min_level": 30, @@ -3052,7 +3057,7 @@ }, { "pokeapi_id": 592, - "pokemon_name": "frillish", + "pokemon_name": "Frillish", "method": "surf", "encounter_rate": 20, "min_level": 30, @@ -3060,7 +3065,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 20, "min_level": 30, @@ -3068,7 +3073,7 @@ }, { "pokeapi_id": 361, - "pokemon_name": "snorunt", + "pokemon_name": "Snorunt", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -3076,7 +3081,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -3084,7 +3089,7 @@ }, { "pokeapi_id": 10101, - "pokemon_name": "sandshrew-alola", + "pokemon_name": "Sandshrew (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -3092,7 +3097,7 @@ }, { "pokeapi_id": 779, - "pokemon_name": "bruxish", + "pokemon_name": "Bruxish", "method": "super-rod", "encounter_rate": 5, "min_level": 10, @@ -3106,7 +3111,7 @@ "encounters": [ { "pokeapi_id": 168, - "pokemon_name": "ariados", + "pokemon_name": "Ariados", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -3114,7 +3119,7 @@ }, { "pokeapi_id": 670, - "pokemon_name": "floette", + "pokemon_name": "Floette", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -3122,7 +3127,7 @@ }, { "pokeapi_id": 166, - "pokemon_name": "ledian", + "pokemon_name": "Ledian", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -3130,7 +3135,7 @@ }, { "pokeapi_id": 741, - "pokemon_name": "oricorio-baile", + "pokemon_name": "Oricorio Baile", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -3138,7 +3143,7 @@ }, { "pokeapi_id": 548, - "pokemon_name": "petilil", + "pokemon_name": "Petilil", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -3146,7 +3151,7 @@ }, { "pokeapi_id": 743, - "pokemon_name": "ribombee", + "pokemon_name": "Ribombee", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -3160,7 +3165,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 40, "min_level": 10, @@ -3168,7 +3173,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 30, "min_level": 10, @@ -3176,7 +3181,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 25, "min_level": 10, @@ -3184,7 +3189,7 @@ }, { "pokeapi_id": 752, - "pokemon_name": "araquanid", + "pokemon_name": "Araquanid", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -3192,7 +3197,7 @@ }, { "pokeapi_id": 168, - "pokemon_name": "ariados", + "pokemon_name": "Ariados", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -3200,7 +3205,7 @@ }, { "pokeapi_id": 166, - "pokemon_name": "ledian", + "pokemon_name": "Ledian", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -3208,7 +3213,7 @@ }, { "pokeapi_id": 284, - "pokemon_name": "masquerain", + "pokemon_name": "Masquerain", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -3216,7 +3221,7 @@ }, { "pokeapi_id": 10107, - "pokemon_name": "meowth-alola", + "pokemon_name": "Meowth (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -3224,7 +3229,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -3232,7 +3237,7 @@ }, { "pokeapi_id": 548, - "pokemon_name": "petilil", + "pokemon_name": "Petilil", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -3240,7 +3245,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -3248,7 +3253,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 5, "min_level": 10, @@ -3262,68 +3267,44 @@ "encounters": [], "children": [ { - "name": "Mount Hokulani (West)", + "name": "Mount Hokulani (East)", "order": 62, "encounters": [ { - "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokeapi_id": 774, + "pokemon_name": "Minior Red Meteor", "method": "walk", - "encounter_rate": 40, - "min_level": 27, - "max_level": 30 - }, - { - "pokeapi_id": 173, - "pokemon_name": "cleffa", - "method": "walk", - "encounter_rate": 20, + "encounter_rate": 70, "min_level": 27, "max_level": 30 }, { "pokeapi_id": 605, - "pokemon_name": "elgyem", + "pokemon_name": "Elgyem", + "method": "walk", + "encounter_rate": 50, + "min_level": 27, + "max_level": 30 + }, + { + "pokeapi_id": 374, + "pokemon_name": "Beldum", "method": "walk", "encounter_rate": 20, "min_level": 27, "max_level": 30 }, { - "pokeapi_id": 374, - "pokemon_name": "beldum", + "pokeapi_id": 173, + "pokemon_name": "Cleffa", "method": "walk", - "encounter_rate": 10, + "encounter_rate": 20, "min_level": 27, "max_level": 30 }, { "pokeapi_id": 132, - "pokemon_name": "ditto", - "method": "walk", - "encounter_rate": 10, - "min_level": 27, - "max_level": 30 - }, - { - "pokeapi_id": 239, - "pokemon_name": "elekid", - "method": "walk", - "encounter_rate": 10, - "min_level": 27, - "max_level": 30 - }, - { - "pokeapi_id": 774, - "pokemon_name": "minior-red-meteor", - "method": "walk", - "encounter_rate": 10, - "min_level": 27, - "max_level": 30 - }, - { - "pokeapi_id": 227, - "pokemon_name": "skarmory", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 10, "min_level": 27, @@ -3332,44 +3313,68 @@ ] }, { - "name": "Mount Hokulani (East)", + "name": "Mount Hokulani (West)", "order": 63, "encounters": [ { - "pokeapi_id": 774, - "pokemon_name": "minior-red-meteor", + "pokeapi_id": 22, + "pokemon_name": "Fearow", "method": "walk", - "encounter_rate": 70, - "min_level": 27, - "max_level": 30 - }, - { - "pokeapi_id": 605, - "pokemon_name": "elgyem", - "method": "walk", - "encounter_rate": 50, - "min_level": 27, - "max_level": 30 - }, - { - "pokeapi_id": 374, - "pokemon_name": "beldum", - "method": "walk", - "encounter_rate": 20, + "encounter_rate": 40, "min_level": 27, "max_level": 30 }, { "pokeapi_id": 173, - "pokemon_name": "cleffa", + "pokemon_name": "Cleffa", "method": "walk", "encounter_rate": 20, "min_level": 27, "max_level": 30 }, + { + "pokeapi_id": 605, + "pokemon_name": "Elgyem", + "method": "walk", + "encounter_rate": 20, + "min_level": 27, + "max_level": 30 + }, + { + "pokeapi_id": 374, + "pokemon_name": "Beldum", + "method": "walk", + "encounter_rate": 10, + "min_level": 27, + "max_level": 30 + }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", + "method": "walk", + "encounter_rate": 10, + "min_level": 27, + "max_level": 30 + }, + { + "pokeapi_id": 239, + "pokemon_name": "Elekid", + "method": "walk", + "encounter_rate": 10, + "min_level": 27, + "max_level": 30 + }, + { + "pokeapi_id": 774, + "pokemon_name": "Minior Red Meteor", + "method": "walk", + "encounter_rate": 10, + "min_level": 27, + "max_level": 30 + }, + { + "pokeapi_id": 227, + "pokemon_name": "Skarmory", "method": "walk", "encounter_rate": 10, "min_level": 27, @@ -3385,7 +3390,7 @@ "encounters": [ { "pokeapi_id": 10110, - "pokemon_name": "graveler-alola", + "pokemon_name": "Graveler (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 29, @@ -3393,7 +3398,7 @@ }, { "pokeapi_id": 749, - "pokemon_name": "mudbray", + "pokemon_name": "Mudbray", "method": "walk", "encounter_rate": 20, "min_level": 29, @@ -3401,7 +3406,7 @@ }, { "pokeapi_id": 324, - "pokemon_name": "torkoal", + "pokemon_name": "Torkoal", "method": "walk", "encounter_rate": 20, "min_level": 29, @@ -3409,7 +3414,7 @@ }, { "pokeapi_id": 737, - "pokemon_name": "charjabug", + "pokemon_name": "Charjabug", "method": "walk", "encounter_rate": 10, "min_level": 29, @@ -3417,7 +3422,7 @@ }, { "pokeapi_id": 702, - "pokemon_name": "dedenne", + "pokemon_name": "Dedenne", "method": "walk", "encounter_rate": 10, "min_level": 29, @@ -3425,7 +3430,7 @@ }, { "pokeapi_id": 239, - "pokemon_name": "elekid", + "pokemon_name": "Elekid", "method": "walk", "encounter_rate": 10, "min_level": 29, @@ -3433,7 +3438,7 @@ }, { "pokeapi_id": 777, - "pokemon_name": "togedemaru", + "pokemon_name": "Togedemaru", "method": "walk", "encounter_rate": 10, "min_level": 29, @@ -3447,12 +3452,50 @@ "encounters": [], "children": [ { - "name": "Mount Lanakila (Base)", + "name": "Mount Lanakila (Outside)", "order": 66, "encounters": [ + { + "pokeapi_id": 362, + "pokemon_name": "Glalie", + "method": "walk", + "encounter_rate": 30, + "min_level": 47, + "max_level": 50 + }, { "pokeapi_id": 10101, - "pokemon_name": "sandshrew-alola", + "pokemon_name": "Sandshrew (Alola)", + "method": "walk", + "encounter_rate": 30, + "min_level": 47, + "max_level": 50 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 50 + }, + { + "pokeapi_id": 215, + "pokemon_name": "Sneasel", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 50 + } + ] + }, + { + "name": "Mount Lanakila (Base)", + "order": 67, + "encounters": [ + { + "pokeapi_id": 10101, + "pokemon_name": "Sandshrew (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -3460,7 +3503,7 @@ }, { "pokeapi_id": 361, - "pokemon_name": "snorunt", + "pokemon_name": "Snorunt", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -3468,7 +3511,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -3476,7 +3519,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -3484,7 +3527,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -3494,11 +3537,11 @@ }, { "name": "Mount Lanakila (Cave)", - "order": 67, + "order": 68, "encounters": [ { "pokeapi_id": 362, - "pokemon_name": "glalie", + "pokemon_name": "Glalie", "method": "walk", "encounter_rate": 30, "min_level": 48, @@ -3506,7 +3549,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 48, @@ -3514,7 +3557,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 20, "min_level": 48, @@ -3522,7 +3565,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 10, "min_level": 48, @@ -3530,51 +3573,13 @@ }, { "pokeapi_id": 780, - "pokemon_name": "drampa", + "pokemon_name": "Drampa", "method": "walk", "encounter_rate": 10, "min_level": 48, "max_level": 51 } ] - }, - { - "name": "Mount Lanakila (Outside)", - "order": 68, - "encounters": [ - { - "pokeapi_id": 362, - "pokemon_name": "glalie", - "method": "walk", - "encounter_rate": 30, - "min_level": 47, - "max_level": 50 - }, - { - "pokeapi_id": 10101, - "pokemon_name": "sandshrew-alola", - "method": "walk", - "encounter_rate": 30, - "min_level": 47, - "max_level": 50 - }, - { - "pokeapi_id": 359, - "pokemon_name": "absol", - "method": "walk", - "encounter_rate": 20, - "min_level": 47, - "max_level": 50 - }, - { - "pokeapi_id": 215, - "pokemon_name": "sneasel", - "method": "walk", - "encounter_rate": 20, - "min_level": 47, - "max_level": 50 - } - ] } ] }, @@ -3584,7 +3589,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 59, "min_level": 10, @@ -3592,7 +3597,7 @@ }, { "pokeapi_id": 743, - "pokemon_name": "ribombee", + "pokemon_name": "Ribombee", "method": "walk", "encounter_rate": 50, "min_level": 54, @@ -3600,7 +3605,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 40, "min_level": 10, @@ -3608,7 +3613,7 @@ }, { "pokeapi_id": 548, - "pokemon_name": "petilil", + "pokemon_name": "Petilil", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -3616,7 +3621,7 @@ }, { "pokeapi_id": 670, - "pokemon_name": "floette", + "pokemon_name": "Floette", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -3624,7 +3629,7 @@ }, { "pokeapi_id": 10125, - "pokemon_name": "oricorio-sensu", + "pokemon_name": "Oricorio (Sensu)", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -3632,7 +3637,7 @@ }, { "pokeapi_id": 200, - "pokemon_name": "misdreavus", + "pokemon_name": "Misdreavus", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -3640,7 +3645,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -3654,7 +3659,7 @@ "encounters": [ { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 30, "min_level": 41, @@ -3662,7 +3667,7 @@ }, { "pokeapi_id": 676, - "pokemon_name": "furfrou", + "pokemon_name": "Furfrou", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -3670,7 +3675,7 @@ }, { "pokeapi_id": 210, - "pokemon_name": "granbull", + "pokemon_name": "Granbull", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -3678,7 +3683,7 @@ }, { "pokeapi_id": 686, - "pokemon_name": "inkay", + "pokemon_name": "Inkay", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -3686,7 +3691,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -3700,7 +3705,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 49, "min_level": 10, @@ -3708,7 +3713,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 40, "min_level": 10, @@ -3716,7 +3721,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 30, "min_level": 41, @@ -3724,7 +3729,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 30, "min_level": 41, @@ -3732,7 +3737,7 @@ }, { "pokeapi_id": 457, - "pokemon_name": "lumineon", + "pokemon_name": "Lumineon", "method": "surf", "encounter_rate": 25, "min_level": 41, @@ -3740,7 +3745,7 @@ }, { "pokeapi_id": 676, - "pokemon_name": "furfrou", + "pokemon_name": "Furfrou", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -3748,7 +3753,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "surf", "encounter_rate": 20, "min_level": 41, @@ -3756,7 +3761,7 @@ }, { "pokeapi_id": 210, - "pokemon_name": "granbull", + "pokemon_name": "Granbull", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -3764,7 +3769,7 @@ }, { "pokeapi_id": 686, - "pokemon_name": "inkay", + "pokemon_name": "Inkay", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -3772,7 +3777,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 20, "min_level": 41, @@ -3780,7 +3785,7 @@ }, { "pokeapi_id": 318, - "pokemon_name": "carvanha", + "pokemon_name": "Carvanha", "method": "super-rod", "encounter_rate": 10, "min_level": 10, @@ -3788,7 +3793,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -3796,7 +3801,7 @@ }, { "pokeapi_id": 131, - "pokemon_name": "lapras", + "pokemon_name": "Lapras", "method": "surf", "encounter_rate": 5, "min_level": 41, @@ -3804,7 +3809,7 @@ }, { "pokeapi_id": 369, - "pokemon_name": "relicanth", + "pokemon_name": "Relicanth", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -3818,7 +3823,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 49, "min_level": 10, @@ -3826,7 +3831,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 40, "min_level": 10, @@ -3834,7 +3839,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 30, "min_level": 41, @@ -3842,7 +3847,7 @@ }, { "pokeapi_id": 457, - "pokemon_name": "lumineon", + "pokemon_name": "Lumineon", "method": "surf", "encounter_rate": 25, "min_level": 41, @@ -3850,7 +3855,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "surf", "encounter_rate": 20, "min_level": 41, @@ -3858,7 +3863,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 20, "min_level": 41, @@ -3866,7 +3871,7 @@ }, { "pokeapi_id": 318, - "pokemon_name": "carvanha", + "pokemon_name": "Carvanha", "method": "super-rod", "encounter_rate": 10, "min_level": 10, @@ -3874,7 +3879,7 @@ }, { "pokeapi_id": 131, - "pokemon_name": "lapras", + "pokemon_name": "Lapras", "method": "surf", "encounter_rate": 5, "min_level": 41, @@ -3882,7 +3887,7 @@ }, { "pokeapi_id": 369, - "pokemon_name": "relicanth", + "pokemon_name": "Relicanth", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -3896,7 +3901,7 @@ "encounters": [ { "pokeapi_id": 805, - "pokemon_name": "stakataka", + "pokemon_name": "Stakataka", "method": "walk", "encounter_rate": 100, "min_level": 60, @@ -3904,7 +3909,7 @@ }, { "pokeapi_id": 427, - "pokemon_name": "buneary", + "pokemon_name": "Buneary", "method": "walk", "encounter_rate": 50, "min_level": 52, @@ -3912,7 +3917,7 @@ }, { "pokeapi_id": 732, - "pokemon_name": "trumbeak", + "pokemon_name": "Trumbeak", "method": "walk", "encounter_rate": 30, "min_level": 52, @@ -3920,7 +3925,7 @@ }, { "pokeapi_id": 571, - "pokemon_name": "zoroark", + "pokemon_name": "Zoroark", "method": "walk", "encounter_rate": 20, "min_level": 52, @@ -3928,7 +3933,7 @@ }, { "pokeapi_id": 214, - "pokemon_name": "heracross", + "pokemon_name": "Heracross", "method": "walk", "encounter_rate": 10, "min_level": 52, @@ -3936,7 +3941,7 @@ }, { "pokeapi_id": 127, - "pokemon_name": "pinsir", + "pokemon_name": "Pinsir", "method": "walk", "encounter_rate": 10, "min_level": 52, @@ -3944,7 +3949,7 @@ }, { "pokeapi_id": 447, - "pokemon_name": "riolu", + "pokemon_name": "Riolu", "method": "walk", "encounter_rate": 10, "min_level": 52, @@ -3958,82 +3963,12 @@ "encounters": [], "children": [ { - "name": "Poni Plains (West)", + "name": "Poni Plains (Center)", "order": 75, "encounters": [ - { - "pokeapi_id": 22, - "pokemon_name": "fearow", - "method": "walk", - "encounter_rate": 20, - "min_level": 54, - "max_level": 57 - }, - { - "pokeapi_id": 750, - "pokemon_name": "mudsdale", - "method": "walk", - "encounter_rate": 20, - "min_level": 54, - "max_level": 57 - }, - { - "pokeapi_id": 548, - "pokemon_name": "petilil", - "method": "walk", - "encounter_rate": 20, - "min_level": 54, - "max_level": 57 - }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", - "method": "walk", - "encounter_rate": 10, - "min_level": 54, - "max_level": 57 - }, - { - "pokeapi_id": 241, - "pokemon_name": "miltank", - "method": "walk", - "encounter_rate": 10, - "min_level": 54, - "max_level": 57 - }, - { - "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", - "method": "walk", - "encounter_rate": 10, - "min_level": 54, - "max_level": 57 - }, - { - "pokeapi_id": 128, - "pokemon_name": "tauros", - "method": "walk", - "encounter_rate": 10, - "min_level": 54, - "max_level": 57 - }, - { - "pokeapi_id": 732, - "pokemon_name": "trumbeak", - "method": "walk", - "encounter_rate": 10, - "min_level": 54, - "max_level": 57 - } - ] - }, - { - "name": "Poni Plains (Center)", - "order": 76, - "encounters": [ - { - "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -4041,7 +3976,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -4049,7 +3984,7 @@ }, { "pokeapi_id": 732, - "pokemon_name": "trumbeak", + "pokemon_name": "Trumbeak", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -4057,7 +3992,7 @@ }, { "pokeapi_id": 548, - "pokemon_name": "petilil", + "pokemon_name": "Petilil", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -4065,7 +4000,7 @@ }, { "pokeapi_id": 241, - "pokemon_name": "miltank", + "pokemon_name": "Miltank", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -4073,7 +4008,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -4083,11 +4018,11 @@ }, { "name": "Poni Plains (East)", - "order": 77, + "order": 76, "encounters": [ { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -4095,7 +4030,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -4103,7 +4038,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -4111,7 +4046,7 @@ }, { "pokeapi_id": 548, - "pokemon_name": "petilil", + "pokemon_name": "Petilil", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -4119,7 +4054,7 @@ }, { "pokeapi_id": 241, - "pokemon_name": "miltank", + "pokemon_name": "Miltank", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -4127,7 +4062,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -4135,7 +4070,7 @@ }, { "pokeapi_id": 732, - "pokemon_name": "trumbeak", + "pokemon_name": "Trumbeak", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -4145,11 +4080,11 @@ }, { "name": "Poni Plains (North)", - "order": 78, + "order": 77, "encounters": [ { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -4157,7 +4092,7 @@ }, { "pokeapi_id": 297, - "pokemon_name": "hariyama", + "pokemon_name": "Hariyama", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -4165,7 +4100,7 @@ }, { "pokeapi_id": 97, - "pokemon_name": "hypno", + "pokemon_name": "Hypno", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -4173,7 +4108,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -4181,7 +4116,7 @@ }, { "pokeapi_id": 241, - "pokemon_name": "miltank", + "pokemon_name": "Miltank", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -4189,7 +4124,7 @@ }, { "pokeapi_id": 548, - "pokemon_name": "petilil", + "pokemon_name": "Petilil", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -4197,7 +4132,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -4205,7 +4140,77 @@ }, { "pokeapi_id": 732, - "pokemon_name": "trumbeak", + "pokemon_name": "Trumbeak", + "method": "walk", + "encounter_rate": 10, + "min_level": 54, + "max_level": 57 + } + ] + }, + { + "name": "Poni Plains (West)", + "order": 78, + "encounters": [ + { + "pokeapi_id": 22, + "pokemon_name": "Fearow", + "method": "walk", + "encounter_rate": 20, + "min_level": 54, + "max_level": 57 + }, + { + "pokeapi_id": 750, + "pokemon_name": "Mudsdale", + "method": "walk", + "encounter_rate": 20, + "min_level": 54, + "max_level": 57 + }, + { + "pokeapi_id": 548, + "pokemon_name": "Petilil", + "method": "walk", + "encounter_rate": 20, + "min_level": 54, + "max_level": 57 + }, + { + "pokeapi_id": 735, + "pokemon_name": "Gumshoos", + "method": "walk", + "encounter_rate": 10, + "min_level": 54, + "max_level": 57 + }, + { + "pokeapi_id": 241, + "pokemon_name": "Miltank", + "method": "walk", + "encounter_rate": 10, + "min_level": 54, + "max_level": 57 + }, + { + "pokeapi_id": 10092, + "pokemon_name": "Raticate (Alola)", + "method": "walk", + "encounter_rate": 10, + "min_level": 54, + "max_level": 57 + }, + { + "pokeapi_id": 128, + "pokemon_name": "Tauros", + "method": "walk", + "encounter_rate": 10, + "min_level": 54, + "max_level": 57 + }, + { + "pokeapi_id": 732, + "pokemon_name": "Trumbeak", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -4221,7 +4226,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 59, "min_level": 10, @@ -4229,7 +4234,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 40, "min_level": 10, @@ -4237,7 +4242,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 25, "min_level": 58, @@ -4245,7 +4250,7 @@ }, { "pokeapi_id": 210, - "pokemon_name": "granbull", + "pokemon_name": "Granbull", "method": "walk", "encounter_rate": 20, "min_level": 58, @@ -4253,7 +4258,7 @@ }, { "pokeapi_id": 108, - "pokemon_name": "lickitung", + "pokemon_name": "Lickitung", "method": "walk", "encounter_rate": 20, "min_level": 58, @@ -4261,7 +4266,7 @@ }, { "pokeapi_id": 686, - "pokemon_name": "inkay", + "pokemon_name": "Inkay", "method": "walk", "encounter_rate": 15, "min_level": 58, @@ -4269,7 +4274,7 @@ }, { "pokeapi_id": 760, - "pokemon_name": "bewear", + "pokemon_name": "Bewear", "method": "walk", "encounter_rate": 10, "min_level": 58, @@ -4277,7 +4282,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 10, "min_level": 58, @@ -4285,7 +4290,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -4299,7 +4304,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 55, "min_level": 10, @@ -4307,7 +4312,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 40, "min_level": 10, @@ -4315,7 +4320,7 @@ }, { "pokeapi_id": 781, - "pokemon_name": "dhelmise", + "pokemon_name": "Dhelmise", "method": "super-rod", "encounter_rate": 5, "min_level": 10, @@ -4334,7 +4339,7 @@ "encounters": [ { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 30, "min_level": 42, @@ -4342,7 +4347,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 42, @@ -4350,7 +4355,7 @@ }, { "pokeapi_id": 703, - "pokemon_name": "carbink", + "pokemon_name": "Carbink", "method": "walk", "encounter_rate": 20, "min_level": 42, @@ -4358,7 +4363,7 @@ }, { "pokeapi_id": 10106, - "pokemon_name": "dugtrio-alola", + "pokemon_name": "Dugtrio (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 42, @@ -4372,7 +4377,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 80, "min_level": 42, @@ -4380,7 +4385,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 45, "min_level": 10, @@ -4388,7 +4393,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 30, "min_level": 42, @@ -4396,7 +4401,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 42, @@ -4404,7 +4409,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 25, "min_level": 10, @@ -4412,7 +4417,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 25, "min_level": 10, @@ -4420,7 +4425,7 @@ }, { "pokeapi_id": 703, - "pokemon_name": "carbink", + "pokemon_name": "Carbink", "method": "walk", "encounter_rate": 20, "min_level": 42, @@ -4428,7 +4433,7 @@ }, { "pokeapi_id": 10106, - "pokemon_name": "dugtrio-alola", + "pokemon_name": "Dugtrio (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 42, @@ -4436,7 +4441,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 20, "min_level": 42, @@ -4444,7 +4449,7 @@ }, { "pokeapi_id": 341, - "pokemon_name": "corphish", + "pokemon_name": "Corphish", "method": "super-rod", "encounter_rate": 5, "min_level": 10, @@ -4458,7 +4463,7 @@ "encounters": [ { "pokeapi_id": 745, - "pokemon_name": "lycanroc-midday", + "pokemon_name": "Lycanroc Midday", "method": "walk", "encounter_rate": 20, "min_level": 43, @@ -4466,7 +4471,7 @@ }, { "pokeapi_id": 10126, - "pokemon_name": "lycanroc-midnight", + "pokemon_name": "Lycanroc (Midnight)", "method": "walk", "encounter_rate": 20, "min_level": 43, @@ -4474,7 +4479,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 20, "min_level": 43, @@ -4482,7 +4487,7 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 20, "min_level": 43, @@ -4490,7 +4495,7 @@ }, { "pokeapi_id": 703, - "pokemon_name": "carbink", + "pokemon_name": "Carbink", "method": "walk", "encounter_rate": 15, "min_level": 43, @@ -4498,7 +4503,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 10, "min_level": 43, @@ -4506,7 +4511,7 @@ }, { "pokeapi_id": 227, - "pokemon_name": "skarmory", + "pokemon_name": "Skarmory", "method": "walk", "encounter_rate": 10, "min_level": 43, @@ -4514,7 +4519,7 @@ }, { "pokeapi_id": 782, - "pokemon_name": "jangmo-o", + "pokemon_name": "Jangmo O", "method": "walk", "encounter_rate": 5, "min_level": 43, @@ -4530,7 +4535,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 40, "min_level": 56, @@ -4538,7 +4543,7 @@ }, { "pokeapi_id": 10106, - "pokemon_name": "dugtrio-alola", + "pokemon_name": "Dugtrio (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 56, @@ -4546,7 +4551,7 @@ }, { "pokeapi_id": 621, - "pokemon_name": "druddigon", + "pokemon_name": "Druddigon", "method": "walk", "encounter_rate": 15, "min_level": 56, @@ -4554,7 +4559,7 @@ }, { "pokeapi_id": 715, - "pokemon_name": "noivern", + "pokemon_name": "Noivern", "method": "walk", "encounter_rate": 15, "min_level": 56, @@ -4568,7 +4573,7 @@ "encounters": [ { "pokeapi_id": 102, - "pokemon_name": "exeggcute", + "pokemon_name": "Exeggcute", "method": "walk", "encounter_rate": 20, "min_level": 42, @@ -4576,7 +4581,7 @@ }, { "pokeapi_id": 10114, - "pokemon_name": "exeggutor-alola", + "pokemon_name": "Exeggutor (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 42, @@ -4584,7 +4589,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 20, "min_level": 42, @@ -4592,7 +4597,7 @@ }, { "pokeapi_id": 357, - "pokemon_name": "tropius", + "pokemon_name": "Tropius", "method": "walk", "encounter_rate": 20, "min_level": 42, @@ -4600,7 +4605,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "walk", "encounter_rate": 10, "min_level": 42, @@ -4608,7 +4613,7 @@ }, { "pokeapi_id": 127, - "pokemon_name": "pinsir", + "pokemon_name": "Pinsir", "method": "walk", "encounter_rate": 10, "min_level": 42, @@ -4627,7 +4632,7 @@ "encounters": [ { "pokeapi_id": 676, - "pokemon_name": "furfrou", + "pokemon_name": "Furfrou", "method": "walk", "encounter_rate": 25, "min_level": 6, @@ -4635,7 +4640,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -4643,7 +4648,7 @@ }, { "pokeapi_id": 439, - "pokemon_name": "mime-jr", + "pokemon_name": "Mime Jr", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -4651,7 +4656,7 @@ }, { "pokeapi_id": 10112, - "pokemon_name": "grimer-alola", + "pokemon_name": "Grimer (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -4659,7 +4664,7 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -4667,7 +4672,7 @@ }, { "pokeapi_id": 10107, - "pokemon_name": "meowth-alola", + "pokemon_name": "Meowth (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -4675,7 +4680,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 5, "min_level": 6, @@ -4689,7 +4694,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 40, "min_level": 15, @@ -4697,7 +4702,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 25, "min_level": 10, @@ -4705,7 +4710,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 25, "min_level": 10, @@ -4713,7 +4718,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 25, "min_level": 10, @@ -4721,7 +4726,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "surf", "encounter_rate": 20, "min_level": 15, @@ -4729,7 +4734,7 @@ }, { "pokeapi_id": 458, - "pokemon_name": "mantyke", + "pokemon_name": "Mantyke", "method": "surf", "encounter_rate": 20, "min_level": 15, @@ -4737,7 +4742,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 20, "min_level": 15, @@ -4745,7 +4750,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "super-rod", "encounter_rate": 15, "min_level": 10, @@ -4753,7 +4758,7 @@ }, { "pokeapi_id": 366, - "pokemon_name": "clamperl", + "pokemon_name": "Clamperl", "method": "super-rod", "encounter_rate": 5, "min_level": 10, @@ -4761,7 +4766,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 5, "min_level": 10, @@ -4777,7 +4782,7 @@ "encounters": [ { "pokeapi_id": 10105, - "pokemon_name": "diglett-alola", + "pokemon_name": "Diglett (Alola)", "method": "walk", "encounter_rate": 35, "min_level": 8, @@ -4785,7 +4790,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 35, "min_level": 8, @@ -4793,7 +4798,7 @@ }, { "pokeapi_id": 714, - "pokemon_name": "noibat", + "pokemon_name": "Noibat", "method": "walk", "encounter_rate": 30, "min_level": 8, @@ -4807,7 +4812,7 @@ "encounters": [ { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -4815,7 +4820,7 @@ }, { "pokeapi_id": 353, - "pokemon_name": "shuppet", + "pokemon_name": "Shuppet", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -4823,7 +4828,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -4831,7 +4836,7 @@ }, { "pokeapi_id": 707, - "pokemon_name": "klefki", + "pokemon_name": "Klefki", "method": "walk", "encounter_rate": 15, "min_level": 31, @@ -4839,7 +4844,7 @@ }, { "pokeapi_id": 778, - "pokemon_name": "mimikyu-disguised", + "pokemon_name": "Mimikyu Disguised", "method": "walk", "encounter_rate": 5, "min_level": 31, @@ -4853,7 +4858,7 @@ "encounters": [ { "pokeapi_id": 10112, - "pokemon_name": "grimer-alola", + "pokemon_name": "Grimer (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 25, @@ -4861,7 +4866,7 @@ }, { "pokeapi_id": 568, - "pokemon_name": "trubbish", + "pokemon_name": "Trubbish", "method": "walk", "encounter_rate": 30, "min_level": 25, @@ -4869,7 +4874,7 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -4877,7 +4882,7 @@ }, { "pokeapi_id": 572, - "pokemon_name": "minccino", + "pokemon_name": "Minccino", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -4891,7 +4896,7 @@ "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 70, "min_level": 6, @@ -4899,7 +4904,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 30, "min_level": 6, diff --git a/backend/src/app/seeds/data/ultra-sun.json b/backend/src/app/seeds/data/ultra-sun.json index df4e9b7..a6232fd 100644 --- a/backend/src/app/seeds/data/ultra-sun.json +++ b/backend/src/app/seeds/data/ultra-sun.json @@ -10,7 +10,7 @@ "encounters": [ { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 50, "min_level": 4, @@ -18,7 +18,7 @@ }, { "pokeapi_id": 686, - "pokemon_name": "inkay", + "pokemon_name": "Inkay", "method": "walk", "encounter_rate": 30, "min_level": 4, @@ -26,13 +26,14 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 20, "min_level": 4, "max_level": 7 } - ] + ], + "pinwheel_zone": 2 }, { "name": "Route 1 (South)", @@ -40,7 +41,7 @@ "encounters": [ { "pokeapi_id": 438, - "pokemon_name": "bonsly", + "pokemon_name": "Bonsly", "method": "walk", "encounter_rate": 30, "min_level": 11, @@ -48,7 +49,7 @@ }, { "pokeapi_id": 731, - "pokemon_name": "pikipek", + "pokemon_name": "Pikipek", "method": "walk", "encounter_rate": 20, "min_level": 11, @@ -56,7 +57,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 20, "min_level": 11, @@ -64,7 +65,7 @@ }, { "pokeapi_id": 744, - "pokemon_name": "rockruff", + "pokemon_name": "Rockruff", "method": "walk", "encounter_rate": 20, "min_level": 11, @@ -72,7 +73,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 20, "min_level": 11, @@ -80,13 +81,14 @@ }, { "pokeapi_id": 446, - "pokemon_name": "munchlax", + "pokemon_name": "Munchlax", "method": "walk", "encounter_rate": 10, "min_level": 11, "max_level": 14 } - ] + ], + "pinwheel_zone": 1 }, { "name": "Route 1 (Trainers School)", @@ -94,7 +96,7 @@ "encounters": [ { "pokeapi_id": 10107, - "pokemon_name": "meowth-alola", + "pokemon_name": "Meowth (Alola)", "method": "walk", "encounter_rate": 50, "min_level": 5, @@ -102,7 +104,7 @@ }, { "pokeapi_id": 570, - "pokemon_name": "zorua", + "pokemon_name": "Zorua", "method": "walk", "encounter_rate": 30, "min_level": 5, @@ -110,7 +112,7 @@ }, { "pokeapi_id": 10112, - "pokemon_name": "grimer-alola", + "pokemon_name": "Grimer (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 5, @@ -118,13 +120,14 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 10, "min_level": 5, "max_level": 8 } - ] + ], + "pinwheel_zone": 3 }, { "name": "Route 1 (West)", @@ -132,7 +135,7 @@ "encounters": [ { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 35, "min_level": 2, @@ -140,7 +143,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 35, "min_level": 2, @@ -148,7 +151,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 35, "min_level": 2, @@ -156,13 +159,14 @@ }, { "pokeapi_id": 427, - "pokemon_name": "buneary", + "pokemon_name": "Buneary", "method": "walk", "encounter_rate": 30, "min_level": 2, "max_level": 3 } - ] + ], + "pinwheel_zone": 1 }, { "name": "Route 1 (East)", @@ -170,7 +174,7 @@ "encounters": [ { "pokeapi_id": 165, - "pokemon_name": "ledyba", + "pokemon_name": "Ledyba", "method": "walk", "encounter_rate": 20, "min_level": 2, @@ -178,7 +182,7 @@ }, { "pokeapi_id": 731, - "pokemon_name": "pikipek", + "pokemon_name": "Pikipek", "method": "walk", "encounter_rate": 20, "min_level": 2, @@ -186,7 +190,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 2, @@ -194,7 +198,7 @@ }, { "pokeapi_id": 167, - "pokemon_name": "spinarak", + "pokemon_name": "Spinarak", "method": "walk", "encounter_rate": 20, "min_level": 2, @@ -202,7 +206,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 20, "min_level": 2, @@ -210,7 +214,7 @@ }, { "pokeapi_id": 736, - "pokemon_name": "grubbin", + "pokemon_name": "Grubbin", "method": "walk", "encounter_rate": 15, "min_level": 2, @@ -218,7 +222,7 @@ }, { "pokeapi_id": 427, - "pokemon_name": "buneary", + "pokemon_name": "Buneary", "method": "walk", "encounter_rate": 10, "min_level": 2, @@ -226,7 +230,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 10, "min_level": 2, @@ -234,13 +238,14 @@ }, { "pokeapi_id": 172, - "pokemon_name": "pichu", + "pokemon_name": "Pichu", "method": "walk", "encounter_rate": 5, "min_level": 2, "max_level": 3 } - ] + ], + "pinwheel_zone": 1 } ] }, @@ -255,7 +260,7 @@ "encounters": [ { "pokeapi_id": 742, - "pokemon_name": "cutiefly", + "pokemon_name": "Cutiefly", "method": "walk", "encounter_rate": 30, "min_level": 9, @@ -263,7 +268,7 @@ }, { "pokeapi_id": 56, - "pokemon_name": "mankey", + "pokemon_name": "Mankey", "method": "walk", "encounter_rate": 30, "min_level": 9, @@ -271,7 +276,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 30, "min_level": 9, @@ -279,7 +284,7 @@ }, { "pokeapi_id": 701, - "pokemon_name": "hawlucha", + "pokemon_name": "Hawlucha", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -293,7 +298,7 @@ "encounters": [ { "pokeapi_id": 742, - "pokemon_name": "cutiefly", + "pokemon_name": "Cutiefly", "method": "walk", "encounter_rate": 30, "min_level": 9, @@ -301,7 +306,7 @@ }, { "pokeapi_id": 56, - "pokemon_name": "mankey", + "pokemon_name": "Mankey", "method": "walk", "encounter_rate": 30, "min_level": 9, @@ -309,7 +314,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 29, "min_level": 9, @@ -317,7 +322,7 @@ }, { "pokeapi_id": 701, - "pokemon_name": "hawlucha", + "pokemon_name": "Hawlucha", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -325,7 +330,7 @@ }, { "pokeapi_id": 371, - "pokemon_name": "bagon", + "pokemon_name": "Bagon", "method": "walk", "encounter_rate": 1, "min_level": 9, @@ -346,7 +351,7 @@ "encounters": [ { "pokeapi_id": 96, - "pokemon_name": "drowzee", + "pokemon_name": "Drowzee", "method": "walk", "encounter_rate": 30, "min_level": 7, @@ -354,7 +359,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 30, "min_level": 7, @@ -362,7 +367,7 @@ }, { "pokeapi_id": 23, - "pokemon_name": "ekans", + "pokemon_name": "Ekans", "method": "walk", "encounter_rate": 20, "min_level": 7, @@ -370,7 +375,7 @@ }, { "pokeapi_id": 742, - "pokemon_name": "cutiefly", + "pokemon_name": "Cutiefly", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -378,7 +383,7 @@ }, { "pokeapi_id": 58, - "pokemon_name": "growlithe", + "pokemon_name": "Growlithe", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -386,7 +391,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -394,7 +399,7 @@ }, { "pokeapi_id": 235, - "pokemon_name": "smeargle", + "pokemon_name": "Smeargle", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -402,7 +407,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -410,7 +415,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -424,7 +429,7 @@ "encounters": [ { "pokeapi_id": 96, - "pokemon_name": "drowzee", + "pokemon_name": "Drowzee", "method": "walk", "encounter_rate": 30, "min_level": 6, @@ -432,7 +437,7 @@ }, { "pokeapi_id": 296, - "pokemon_name": "makuhita", + "pokemon_name": "Makuhita", "method": "walk", "encounter_rate": 30, "min_level": 6, @@ -440,7 +445,7 @@ }, { "pokeapi_id": 23, - "pokemon_name": "ekans", + "pokemon_name": "Ekans", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -448,7 +453,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -456,7 +461,7 @@ }, { "pokeapi_id": 676, - "pokemon_name": "furfrou", + "pokemon_name": "Furfrou", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -464,7 +469,7 @@ }, { "pokeapi_id": 10107, - "pokemon_name": "meowth-alola", + "pokemon_name": "Meowth (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -472,7 +477,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -480,7 +485,7 @@ }, { "pokeapi_id": 235, - "pokemon_name": "smeargle", + "pokemon_name": "Smeargle", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -488,7 +493,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -504,7 +509,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 40, "min_level": 15, @@ -512,7 +517,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 40, "min_level": 15, @@ -520,7 +525,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 35, "min_level": 10, @@ -528,7 +533,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 35, "min_level": 10, @@ -536,7 +541,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -544,7 +549,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -552,7 +557,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "super-rod", "encounter_rate": 25, "min_level": 10, @@ -560,7 +565,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "surf", "encounter_rate": 20, "min_level": 15, @@ -568,7 +573,7 @@ }, { "pokeapi_id": 458, - "pokemon_name": "mantyke", + "pokemon_name": "Mantyke", "method": "surf", "encounter_rate": 20, "min_level": 15, @@ -576,7 +581,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -584,7 +589,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 20, "min_level": 15, @@ -592,7 +597,7 @@ }, { "pokeapi_id": 371, - "pokemon_name": "bagon", + "pokemon_name": "Bagon", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -600,7 +605,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 5, "min_level": 10, @@ -614,7 +619,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 40, "min_level": 15, @@ -622,7 +627,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 25, "min_level": 10, @@ -630,7 +635,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 25, "min_level": 10, @@ -638,7 +643,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 25, "min_level": 10, @@ -646,7 +651,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "surf", "encounter_rate": 20, "min_level": 15, @@ -654,7 +659,7 @@ }, { "pokeapi_id": 458, - "pokemon_name": "mantyke", + "pokemon_name": "Mantyke", "method": "surf", "encounter_rate": 20, "min_level": 15, @@ -662,7 +667,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 20, "min_level": 15, @@ -670,7 +675,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "super-rod", "encounter_rate": 15, "min_level": 10, @@ -678,7 +683,7 @@ }, { "pokeapi_id": 366, - "pokemon_name": "clamperl", + "pokemon_name": "Clamperl", "method": "super-rod", "encounter_rate": 5, "min_level": 10, @@ -686,7 +691,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 5, "min_level": 10, @@ -705,7 +710,7 @@ "encounters": [ { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 30, "min_level": 11, @@ -713,7 +718,7 @@ }, { "pokeapi_id": 327, - "pokemon_name": "spinda", + "pokemon_name": "Spinda", "method": "walk", "encounter_rate": 30, "min_level": 11, @@ -721,7 +726,7 @@ }, { "pokeapi_id": 744, - "pokemon_name": "rockruff", + "pokemon_name": "Rockruff", "method": "walk", "encounter_rate": 20, "min_level": 11, @@ -729,7 +734,7 @@ }, { "pokeapi_id": 703, - "pokemon_name": "carbink", + "pokemon_name": "Carbink", "method": "walk", "encounter_rate": 10, "min_level": 11, @@ -737,7 +742,7 @@ }, { "pokeapi_id": 524, - "pokemon_name": "roggenrola", + "pokemon_name": "Roggenrola", "method": "walk", "encounter_rate": 10, "min_level": 11, @@ -751,7 +756,7 @@ "encounters": [ { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 30, "min_level": 11, @@ -759,7 +764,7 @@ }, { "pokeapi_id": 703, - "pokemon_name": "carbink", + "pokemon_name": "Carbink", "method": "walk", "encounter_rate": 20, "min_level": 11, @@ -767,7 +772,7 @@ }, { "pokeapi_id": 524, - "pokemon_name": "roggenrola", + "pokemon_name": "Roggenrola", "method": "walk", "encounter_rate": 20, "min_level": 11, @@ -775,7 +780,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 11, @@ -783,7 +788,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 10, "min_level": 11, @@ -799,7 +804,7 @@ "encounters": [ { "pokeapi_id": 425, - "pokemon_name": "drifloon", + "pokemon_name": "Drifloon", "method": "walk", "encounter_rate": 40, "min_level": 6, @@ -807,7 +812,7 @@ }, { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 40, "min_level": 6, @@ -815,7 +820,7 @@ }, { "pokeapi_id": 198, - "pokemon_name": "murkrow", + "pokemon_name": "Murkrow", "method": "walk", "encounter_rate": 40, "min_level": 6, @@ -823,7 +828,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -837,7 +842,7 @@ "encounters": [ { "pokeapi_id": 546, - "pokemon_name": "cottonee", + "pokemon_name": "Cottonee", "method": "walk", "encounter_rate": 20, "min_level": 9, @@ -845,7 +850,7 @@ }, { "pokeapi_id": 742, - "pokemon_name": "cutiefly", + "pokemon_name": "Cutiefly", "method": "walk", "encounter_rate": 20, "min_level": 9, @@ -853,7 +858,7 @@ }, { "pokeapi_id": 669, - "pokemon_name": "flabebe", + "pokemon_name": "Flabebe", "method": "walk", "encounter_rate": 20, "min_level": 9, @@ -861,7 +866,7 @@ }, { "pokeapi_id": 10123, - "pokemon_name": "oricorio-pom-pom", + "pokemon_name": "Oricorio (Pom Pom)", "method": "walk", "encounter_rate": 20, "min_level": 9, @@ -869,7 +874,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -877,7 +882,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 9, "min_level": 9, @@ -885,7 +890,7 @@ }, { "pokeapi_id": 12, - "pokemon_name": "butterfree", + "pokemon_name": "Butterfree", "method": "walk", "encounter_rate": 1, "min_level": 9, @@ -899,7 +904,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 90, "min_level": 10, @@ -907,7 +912,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "surf", "encounter_rate": 55, "min_level": 15, @@ -915,7 +920,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 30, "min_level": 9, @@ -923,7 +928,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "surf", "encounter_rate": 30, "min_level": 15, @@ -931,7 +936,7 @@ }, { "pokeapi_id": 238, - "pokemon_name": "smoochum", + "pokemon_name": "Smoochum", "method": "walk", "encounter_rate": 30, "min_level": 9, @@ -939,7 +944,7 @@ }, { "pokeapi_id": 225, - "pokemon_name": "delibird", + "pokemon_name": "Delibird", "method": "walk", "encounter_rate": 20, "min_level": 9, @@ -947,7 +952,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 9, @@ -955,7 +960,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 10, "min_level": 10, @@ -963,7 +968,7 @@ }, { "pokeapi_id": 225, - "pokemon_name": "delibird", + "pokemon_name": "Delibird", "method": "surf", "encounter_rate": 10, "min_level": 15, @@ -971,7 +976,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 5, "min_level": 15, @@ -985,7 +990,7 @@ "encounters": [ { "pokeapi_id": 506, - "pokemon_name": "lillipup", + "pokemon_name": "Lillipup", "method": "walk", "encounter_rate": 50, "min_level": 11, @@ -993,7 +998,7 @@ }, { "pokeapi_id": 731, - "pokemon_name": "pikipek", + "pokemon_name": "Pikipek", "method": "walk", "encounter_rate": 40, "min_level": 11, @@ -1001,7 +1006,7 @@ }, { "pokeapi_id": 174, - "pokemon_name": "igglybuff", + "pokemon_name": "Igglybuff", "method": "walk", "encounter_rate": 20, "min_level": 11, @@ -1009,7 +1014,7 @@ }, { "pokeapi_id": 749, - "pokemon_name": "mudbray", + "pokemon_name": "Mudbray", "method": "walk", "encounter_rate": 20, "min_level": 11, @@ -1017,7 +1022,7 @@ }, { "pokeapi_id": 736, - "pokemon_name": "grubbin", + "pokemon_name": "Grubbin", "method": "walk", "encounter_rate": 10, "min_level": 11, @@ -1025,7 +1030,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 11, @@ -1033,7 +1038,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 10, "min_level": 11, @@ -1041,7 +1046,7 @@ }, { "pokeapi_id": 133, - "pokemon_name": "eevee", + "pokemon_name": "Eevee", "method": "walk", "encounter_rate": 5, "min_level": 11, @@ -1055,7 +1060,7 @@ "encounters": [ { "pokeapi_id": 753, - "pokemon_name": "fomantis", + "pokemon_name": "Fomantis", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -1063,7 +1068,7 @@ }, { "pokeapi_id": 736, - "pokemon_name": "grubbin", + "pokemon_name": "Grubbin", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -1071,7 +1076,7 @@ }, { "pokeapi_id": 506, - "pokemon_name": "lillipup", + "pokemon_name": "Lillipup", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -1079,7 +1084,7 @@ }, { "pokeapi_id": 731, - "pokemon_name": "pikipek", + "pokemon_name": "Pikipek", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -1087,7 +1092,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 10, "min_level": 13, @@ -1095,7 +1100,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 9, "min_level": 13, @@ -1103,7 +1108,7 @@ }, { "pokeapi_id": 12, - "pokemon_name": "butterfree", + "pokemon_name": "Butterfree", "method": "walk", "encounter_rate": 1, "min_level": 13, @@ -1122,7 +1127,7 @@ "encounters": [ { "pokeapi_id": 506, - "pokemon_name": "lillipup", + "pokemon_name": "Lillipup", "method": "walk", "encounter_rate": 50, "min_level": 14, @@ -1130,7 +1135,7 @@ }, { "pokeapi_id": 731, - "pokemon_name": "pikipek", + "pokemon_name": "Pikipek", "method": "walk", "encounter_rate": 40, "min_level": 14, @@ -1138,7 +1143,7 @@ }, { "pokeapi_id": 174, - "pokemon_name": "igglybuff", + "pokemon_name": "Igglybuff", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1146,7 +1151,7 @@ }, { "pokeapi_id": 749, - "pokemon_name": "mudbray", + "pokemon_name": "Mudbray", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1154,7 +1159,7 @@ }, { "pokeapi_id": 736, - "pokemon_name": "grubbin", + "pokemon_name": "Grubbin", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -1162,7 +1167,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -1170,7 +1175,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -1178,7 +1183,7 @@ }, { "pokeapi_id": 133, - "pokemon_name": "eevee", + "pokemon_name": "Eevee", "method": "walk", "encounter_rate": 5, "min_level": 14, @@ -1192,7 +1197,7 @@ "encounters": [ { "pokeapi_id": 506, - "pokemon_name": "lillipup", + "pokemon_name": "Lillipup", "method": "walk", "encounter_rate": 50, "min_level": 14, @@ -1200,7 +1205,7 @@ }, { "pokeapi_id": 731, - "pokemon_name": "pikipek", + "pokemon_name": "Pikipek", "method": "walk", "encounter_rate": 40, "min_level": 14, @@ -1208,7 +1213,7 @@ }, { "pokeapi_id": 174, - "pokemon_name": "igglybuff", + "pokemon_name": "Igglybuff", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1216,7 +1221,7 @@ }, { "pokeapi_id": 10124, - "pokemon_name": "oricorio-pau", + "pokemon_name": "Oricorio (Pau)", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1224,7 +1229,7 @@ }, { "pokeapi_id": 736, - "pokemon_name": "grubbin", + "pokemon_name": "Grubbin", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -1232,7 +1237,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -1240,7 +1245,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -1248,7 +1253,7 @@ }, { "pokeapi_id": 133, - "pokemon_name": "eevee", + "pokemon_name": "Eevee", "method": "walk", "encounter_rate": 5, "min_level": 14, @@ -1264,7 +1269,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 55, "min_level": 10, @@ -1272,7 +1277,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 40, "min_level": 10, @@ -1280,7 +1285,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "surf", "encounter_rate": 30, "min_level": 16, @@ -1288,7 +1293,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 30, "min_level": 16, @@ -1296,7 +1301,7 @@ }, { "pokeapi_id": 771, - "pokemon_name": "pyukumuku", + "pokemon_name": "Pyukumuku", "method": "surf", "encounter_rate": 20, "min_level": 16, @@ -1304,7 +1309,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 20, "min_level": 16, @@ -1312,7 +1317,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 5, "min_level": 10, @@ -1326,7 +1331,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 50, "min_level": 10, @@ -1334,7 +1339,7 @@ }, { "pokeapi_id": 10091, - "pokemon_name": "rattata-alola", + "pokemon_name": "Rattata (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 17, @@ -1342,7 +1347,7 @@ }, { "pokeapi_id": 732, - "pokemon_name": "trumbeak", + "pokemon_name": "Trumbeak", "method": "walk", "encounter_rate": 30, "min_level": 17, @@ -1350,7 +1355,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 30, "min_level": 10, @@ -1358,7 +1363,7 @@ }, { "pokeapi_id": 734, - "pokemon_name": "yungoos", + "pokemon_name": "Yungoos", "method": "walk", "encounter_rate": 30, "min_level": 17, @@ -1366,7 +1371,7 @@ }, { "pokeapi_id": 661, - "pokemon_name": "fletchling", + "pokemon_name": "Fletchling", "method": "walk", "encounter_rate": 15, "min_level": 17, @@ -1374,7 +1379,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "super-rod", "encounter_rate": 15, "min_level": 10, @@ -1382,7 +1387,7 @@ }, { "pokeapi_id": 757, - "pokemon_name": "salandit", + "pokemon_name": "Salandit", "method": "walk", "encounter_rate": 15, "min_level": 17, @@ -1390,7 +1395,7 @@ }, { "pokeapi_id": 759, - "pokemon_name": "stufful", + "pokemon_name": "Stufful", "method": "walk", "encounter_rate": 10, "min_level": 17, @@ -1398,7 +1403,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 5, "min_level": 10, @@ -1412,7 +1417,7 @@ "encounters": [ { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 50, "min_level": 10, @@ -1420,7 +1425,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 20, "min_level": 10, @@ -1428,7 +1433,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 15, "min_level": 10, @@ -1436,7 +1441,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 15, "min_level": 10, @@ -1450,7 +1455,7 @@ "encounters": [ { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "walk", "encounter_rate": 70, "min_level": 22, @@ -1458,7 +1463,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "surf", "encounter_rate": 30, "min_level": 22, @@ -1466,7 +1471,7 @@ }, { "pokeapi_id": 771, - "pokemon_name": "pyukumuku", + "pokemon_name": "Pyukumuku", "method": "surf", "encounter_rate": 30, "min_level": 22, @@ -1474,7 +1479,7 @@ }, { "pokeapi_id": 769, - "pokemon_name": "sandygast", + "pokemon_name": "Sandygast", "method": "walk", "encounter_rate": 30, "min_level": 22, @@ -1482,7 +1487,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 30, "min_level": 22, @@ -1490,7 +1495,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 10, "min_level": 22, @@ -1504,7 +1509,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 90, "min_level": 10, @@ -1512,7 +1517,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 10, "min_level": 10, @@ -1526,7 +1531,7 @@ "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 50, "min_level": 21, @@ -1534,7 +1539,7 @@ }, { "pokeapi_id": 708, - "pokemon_name": "phantump", + "pokemon_name": "Phantump", "method": "walk", "encounter_rate": 30, "min_level": 21, @@ -1542,7 +1547,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -1556,7 +1561,7 @@ "encounters": [ { "pokeapi_id": 749, - "pokemon_name": "mudbray", + "pokemon_name": "Mudbray", "method": "walk", "encounter_rate": 40, "min_level": 12, @@ -1564,7 +1569,7 @@ }, { "pokeapi_id": 179, - "pokemon_name": "mareep", + "pokemon_name": "Mareep", "method": "walk", "encounter_rate": 30, "min_level": 12, @@ -1572,7 +1577,7 @@ }, { "pokeapi_id": 506, - "pokemon_name": "lillipup", + "pokemon_name": "Lillipup", "method": "walk", "encounter_rate": 20, "min_level": 12, @@ -1580,7 +1585,7 @@ }, { "pokeapi_id": 241, - "pokemon_name": "miltank", + "pokemon_name": "Miltank", "method": "walk", "encounter_rate": 5, "min_level": 12, @@ -1588,7 +1593,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 5, "min_level": 12, @@ -1602,7 +1607,7 @@ "encounters": [ { "pokeapi_id": 661, - "pokemon_name": "fletchling", + "pokemon_name": "Fletchling", "method": "walk", "encounter_rate": 30, "min_level": 16, @@ -1610,7 +1615,7 @@ }, { "pokeapi_id": 757, - "pokemon_name": "salandit", + "pokemon_name": "Salandit", "method": "walk", "encounter_rate": 30, "min_level": 16, @@ -1618,7 +1623,7 @@ }, { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 24, "min_level": 16, @@ -1626,7 +1631,7 @@ }, { "pokeapi_id": 240, - "pokemon_name": "magby", + "pokemon_name": "Magby", "method": "walk", "encounter_rate": 15, "min_level": 16, @@ -1634,7 +1639,7 @@ }, { "pokeapi_id": 115, - "pokemon_name": "kangaskhan", + "pokemon_name": "Kangaskhan", "method": "walk", "encounter_rate": 1, "min_level": 16, @@ -1653,7 +1658,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 44, "min_level": 10, @@ -1661,7 +1666,7 @@ }, { "pokeapi_id": 751, - "pokemon_name": "dewpider", + "pokemon_name": "Dewpider", "method": "surf", "encounter_rate": 40, "min_level": 14, @@ -1669,7 +1674,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 40, "min_level": 14, @@ -1677,7 +1682,7 @@ }, { "pokeapi_id": 283, - "pokemon_name": "surskit", + "pokemon_name": "Surskit", "method": "surf", "encounter_rate": 40, "min_level": 14, @@ -1685,7 +1690,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 30, "min_level": 10, @@ -1693,7 +1698,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 25, "min_level": 10, @@ -1701,7 +1706,7 @@ }, { "pokeapi_id": 751, - "pokemon_name": "dewpider", + "pokemon_name": "Dewpider", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1709,7 +1714,7 @@ }, { "pokeapi_id": 755, - "pokemon_name": "morelull", + "pokemon_name": "Morelull", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1717,7 +1722,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1725,7 +1730,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1733,7 +1738,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1741,7 +1746,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 20, "min_level": 14, @@ -1749,7 +1754,7 @@ }, { "pokeapi_id": 283, - "pokemon_name": "surskit", + "pokemon_name": "Surskit", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1757,7 +1762,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1765,7 +1770,7 @@ }, { "pokeapi_id": 349, - "pokemon_name": "feebas", + "pokemon_name": "Feebas", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -1779,7 +1784,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 55, "min_level": 10, @@ -1787,7 +1792,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "surf", "encounter_rate": 40, "min_level": 14, @@ -1795,7 +1800,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 40, "min_level": 14, @@ -1803,7 +1808,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 40, "min_level": 10, @@ -1811,7 +1816,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 20, "min_level": 14, @@ -1819,7 +1824,7 @@ }, { "pokeapi_id": 594, - "pokemon_name": "alomomola", + "pokemon_name": "Alomomola", "method": "super-rod", "encounter_rate": 5, "min_level": 10, @@ -1833,7 +1838,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 44, "min_level": 10, @@ -1841,7 +1846,7 @@ }, { "pokeapi_id": 751, - "pokemon_name": "dewpider", + "pokemon_name": "Dewpider", "method": "surf", "encounter_rate": 40, "min_level": 14, @@ -1849,7 +1854,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "surf", "encounter_rate": 40, "min_level": 14, @@ -1857,7 +1862,7 @@ }, { "pokeapi_id": 283, - "pokemon_name": "surskit", + "pokemon_name": "Surskit", "method": "surf", "encounter_rate": 40, "min_level": 14, @@ -1865,7 +1870,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 30, "min_level": 10, @@ -1873,7 +1878,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 25, "min_level": 10, @@ -1881,7 +1886,7 @@ }, { "pokeapi_id": 751, - "pokemon_name": "dewpider", + "pokemon_name": "Dewpider", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1889,7 +1894,7 @@ }, { "pokeapi_id": 755, - "pokemon_name": "morelull", + "pokemon_name": "Morelull", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1897,7 +1902,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1905,7 +1910,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1913,7 +1918,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1921,7 +1926,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 20, "min_level": 14, @@ -1929,7 +1934,7 @@ }, { "pokeapi_id": 283, - "pokemon_name": "surskit", + "pokemon_name": "Surskit", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1937,7 +1942,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1945,7 +1950,7 @@ }, { "pokeapi_id": 349, - "pokemon_name": "feebas", + "pokemon_name": "Feebas", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -1966,7 +1971,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 39, "min_level": 41, @@ -1974,7 +1979,7 @@ }, { "pokeapi_id": 51, - "pokemon_name": "dugtrio", + "pokemon_name": "Dugtrio", "method": "walk", "encounter_rate": 30, "min_level": 41, @@ -1982,7 +1987,7 @@ }, { "pokeapi_id": 757, - "pokemon_name": "salandit", + "pokemon_name": "Salandit", "method": "walk", "encounter_rate": 30, "min_level": 41, @@ -1990,7 +1995,7 @@ }, { "pokeapi_id": 636, - "pokemon_name": "larvesta", + "pokemon_name": "Larvesta", "method": "walk", "encounter_rate": 1, "min_level": 41, @@ -2004,7 +2009,7 @@ "encounters": [ { "pokeapi_id": 732, - "pokemon_name": "trumbeak", + "pokemon_name": "Trumbeak", "method": "walk", "encounter_rate": 22, "min_level": 19, @@ -2012,7 +2017,7 @@ }, { "pokeapi_id": 753, - "pokemon_name": "fomantis", + "pokemon_name": "Fomantis", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -2020,7 +2025,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -2028,7 +2033,7 @@ }, { "pokeapi_id": 438, - "pokemon_name": "bonsly", + "pokemon_name": "Bonsly", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -2036,7 +2041,7 @@ }, { "pokeapi_id": 764, - "pokemon_name": "comfey", + "pokemon_name": "Comfey", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -2044,7 +2049,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -2052,7 +2057,7 @@ }, { "pokeapi_id": 755, - "pokemon_name": "morelull", + "pokemon_name": "Morelull", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -2060,7 +2065,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -2068,7 +2073,7 @@ }, { "pokeapi_id": 762, - "pokemon_name": "steenee", + "pokemon_name": "Steenee", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -2076,7 +2081,7 @@ }, { "pokeapi_id": 766, - "pokemon_name": "passimian", + "pokemon_name": "Passimian", "method": "walk", "encounter_rate": 5, "min_level": 19, @@ -2084,7 +2089,7 @@ }, { "pokeapi_id": 127, - "pokemon_name": "pinsir", + "pokemon_name": "Pinsir", "method": "walk", "encounter_rate": 4, "min_level": 19, @@ -2098,7 +2103,7 @@ "encounters": [ { "pokeapi_id": 732, - "pokemon_name": "trumbeak", + "pokemon_name": "Trumbeak", "method": "walk", "encounter_rate": 22, "min_level": 19, @@ -2106,7 +2111,7 @@ }, { "pokeapi_id": 753, - "pokemon_name": "fomantis", + "pokemon_name": "Fomantis", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -2114,7 +2119,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -2122,7 +2127,7 @@ }, { "pokeapi_id": 438, - "pokemon_name": "bonsly", + "pokemon_name": "Bonsly", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -2130,7 +2135,7 @@ }, { "pokeapi_id": 764, - "pokemon_name": "comfey", + "pokemon_name": "Comfey", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -2138,7 +2143,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -2146,7 +2151,7 @@ }, { "pokeapi_id": 755, - "pokemon_name": "morelull", + "pokemon_name": "Morelull", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -2154,7 +2159,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -2162,7 +2167,7 @@ }, { "pokeapi_id": 762, - "pokemon_name": "steenee", + "pokemon_name": "Steenee", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -2170,7 +2175,7 @@ }, { "pokeapi_id": 766, - "pokemon_name": "passimian", + "pokemon_name": "Passimian", "method": "walk", "encounter_rate": 5, "min_level": 19, @@ -2178,7 +2183,7 @@ }, { "pokeapi_id": 127, - "pokemon_name": "pinsir", + "pokemon_name": "Pinsir", "method": "walk", "encounter_rate": 4, "min_level": 19, @@ -2192,7 +2197,7 @@ "encounters": [ { "pokeapi_id": 732, - "pokemon_name": "trumbeak", + "pokemon_name": "Trumbeak", "method": "walk", "encounter_rate": 22, "min_level": 19, @@ -2200,7 +2205,7 @@ }, { "pokeapi_id": 753, - "pokemon_name": "fomantis", + "pokemon_name": "Fomantis", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -2208,7 +2213,7 @@ }, { "pokeapi_id": 163, - "pokemon_name": "hoothoot", + "pokemon_name": "Hoothoot", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -2216,7 +2221,7 @@ }, { "pokeapi_id": 438, - "pokemon_name": "bonsly", + "pokemon_name": "Bonsly", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -2224,7 +2229,7 @@ }, { "pokeapi_id": 764, - "pokemon_name": "comfey", + "pokemon_name": "Comfey", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -2232,7 +2237,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -2240,7 +2245,7 @@ }, { "pokeapi_id": 755, - "pokemon_name": "morelull", + "pokemon_name": "Morelull", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -2248,7 +2253,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -2256,7 +2261,7 @@ }, { "pokeapi_id": 762, - "pokemon_name": "steenee", + "pokemon_name": "Steenee", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -2264,7 +2269,7 @@ }, { "pokeapi_id": 766, - "pokemon_name": "passimian", + "pokemon_name": "Passimian", "method": "walk", "encounter_rate": 5, "min_level": 19, @@ -2272,7 +2277,7 @@ }, { "pokeapi_id": 127, - "pokemon_name": "pinsir", + "pokemon_name": "Pinsir", "method": "walk", "encounter_rate": 4, "min_level": 19, @@ -2288,7 +2293,7 @@ "encounters": [ { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 80, "min_level": 21, @@ -2296,7 +2301,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 55, "min_level": 10, @@ -2304,7 +2309,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 40, "min_level": 10, @@ -2312,7 +2317,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -2320,7 +2325,7 @@ }, { "pokeapi_id": 177, - "pokemon_name": "natu", + "pokemon_name": "Natu", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -2328,7 +2333,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -2336,7 +2341,7 @@ }, { "pokeapi_id": 299, - "pokemon_name": "nosepass", + "pokemon_name": "Nosepass", "method": "walk", "encounter_rate": 15, "min_level": 21, @@ -2344,7 +2349,7 @@ }, { "pokeapi_id": 759, - "pokemon_name": "stufful", + "pokemon_name": "Stufful", "method": "walk", "encounter_rate": 15, "min_level": 21, @@ -2352,7 +2357,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 5, "min_level": 10, @@ -2366,7 +2371,7 @@ "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 60, "min_level": 20, @@ -2374,7 +2379,7 @@ }, { "pokeapi_id": 10105, - "pokemon_name": "diglett-alola", + "pokemon_name": "Diglett (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 20, @@ -2382,7 +2387,7 @@ }, { "pokeapi_id": 246, - "pokemon_name": "larvitar", + "pokemon_name": "Larvitar", "method": "walk", "encounter_rate": 10, "min_level": 20, @@ -2396,7 +2401,7 @@ "encounters": [ { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 30, "min_level": 26, @@ -2404,7 +2409,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 26, @@ -2412,7 +2417,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 26, @@ -2420,7 +2425,7 @@ }, { "pokeapi_id": 168, - "pokemon_name": "ariados", + "pokemon_name": "Ariados", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2428,7 +2433,7 @@ }, { "pokeapi_id": 166, - "pokemon_name": "ledian", + "pokemon_name": "Ledian", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2436,7 +2441,7 @@ }, { "pokeapi_id": 674, - "pokemon_name": "pancham", + "pokemon_name": "Pancham", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -2444,7 +2449,7 @@ }, { "pokeapi_id": 227, - "pokemon_name": "skarmory", + "pokemon_name": "Skarmory", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -2458,7 +2463,7 @@ "encounters": [ { "pokeapi_id": 775, - "pokemon_name": "komala", + "pokemon_name": "Komala", "method": "walk", "encounter_rate": 30, "min_level": 26, @@ -2466,7 +2471,7 @@ }, { "pokeapi_id": 168, - "pokemon_name": "ariados", + "pokemon_name": "Ariados", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2474,7 +2479,7 @@ }, { "pokeapi_id": 166, - "pokemon_name": "ledian", + "pokemon_name": "Ledian", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2482,7 +2487,7 @@ }, { "pokeapi_id": 674, - "pokemon_name": "pancham", + "pokemon_name": "Pancham", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2490,7 +2495,7 @@ }, { "pokeapi_id": 732, - "pokemon_name": "trumbeak", + "pokemon_name": "Trumbeak", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -2498,7 +2503,7 @@ }, { "pokeapi_id": 47, - "pokemon_name": "parasect", + "pokemon_name": "Parasect", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -2506,7 +2511,7 @@ }, { "pokeapi_id": 756, - "pokemon_name": "shiinotic", + "pokemon_name": "Shiinotic", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -2520,7 +2525,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 55, "min_level": 10, @@ -2528,7 +2533,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 40, "min_level": 10, @@ -2536,7 +2541,7 @@ }, { "pokeapi_id": 779, - "pokemon_name": "bruxish", + "pokemon_name": "Bruxish", "method": "super-rod", "encounter_rate": 5, "min_level": 10, @@ -2550,7 +2555,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 55, "min_level": 10, @@ -2558,7 +2563,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 40, "min_level": 10, @@ -2566,7 +2571,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -2574,7 +2579,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -2582,7 +2587,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -2590,7 +2595,7 @@ }, { "pokeapi_id": 361, - "pokemon_name": "snorunt", + "pokemon_name": "Snorunt", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -2598,7 +2603,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -2606,7 +2611,7 @@ }, { "pokeapi_id": 10103, - "pokemon_name": "vulpix-alola", + "pokemon_name": "Vulpix (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -2614,7 +2619,7 @@ }, { "pokeapi_id": 779, - "pokemon_name": "bruxish", + "pokemon_name": "Bruxish", "method": "super-rod", "encounter_rate": 5, "min_level": 10, @@ -2628,7 +2633,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 50, "min_level": 10, @@ -2636,7 +2641,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 50, "min_level": 30, @@ -2644,7 +2649,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "surf", "encounter_rate": 40, "min_level": 32, @@ -2652,7 +2657,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 40, "min_level": 32, @@ -2660,7 +2665,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 40, "min_level": 10, @@ -2668,7 +2673,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -2676,7 +2681,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -2684,7 +2689,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 20, "min_level": 32, @@ -2692,7 +2697,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -2700,7 +2705,7 @@ }, { "pokeapi_id": 779, - "pokemon_name": "bruxish", + "pokemon_name": "Bruxish", "method": "super-rod", "encounter_rate": 5, "min_level": 10, @@ -2708,7 +2713,7 @@ }, { "pokeapi_id": 366, - "pokemon_name": "clamperl", + "pokemon_name": "Clamperl", "method": "super-rod", "encounter_rate": 5, "min_level": 10, @@ -2727,7 +2732,7 @@ "encounters": [ { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -2735,7 +2740,7 @@ }, { "pokeapi_id": 559, - "pokemon_name": "scraggy", + "pokemon_name": "Scraggy", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -2743,7 +2748,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -2751,7 +2756,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -2759,7 +2764,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -2773,7 +2778,7 @@ "encounters": [ { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 50, "min_level": 32, @@ -2781,7 +2786,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -2789,7 +2794,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -2797,7 +2802,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -2818,7 +2823,7 @@ "encounters": [ { "pokeapi_id": 559, - "pokemon_name": "scraggy", + "pokemon_name": "Scraggy", "method": "walk", "encounter_rate": 40, "min_level": 33, @@ -2826,7 +2831,7 @@ }, { "pokeapi_id": 168, - "pokemon_name": "ariados", + "pokemon_name": "Ariados", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -2834,7 +2839,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -2842,7 +2847,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -2850,7 +2855,7 @@ }, { "pokeapi_id": 166, - "pokemon_name": "ledian", + "pokemon_name": "Ledian", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -2858,7 +2863,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -2872,7 +2877,7 @@ "encounters": [ { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -2880,7 +2885,7 @@ }, { "pokeapi_id": 10110, - "pokemon_name": "graveler-alola", + "pokemon_name": "Graveler (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -2888,7 +2893,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -2896,7 +2901,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -2904,7 +2909,7 @@ }, { "pokeapi_id": 559, - "pokemon_name": "scraggy", + "pokemon_name": "Scraggy", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -2912,7 +2917,7 @@ }, { "pokeapi_id": 227, - "pokemon_name": "skarmory", + "pokemon_name": "Skarmory", "method": "walk", "encounter_rate": 15, "min_level": 33, @@ -2920,7 +2925,7 @@ }, { "pokeapi_id": 625, - "pokemon_name": "bisharp", + "pokemon_name": "Bisharp", "method": "walk", "encounter_rate": 5, "min_level": 33, @@ -2936,7 +2941,7 @@ "encounters": [ { "pokeapi_id": 10110, - "pokemon_name": "graveler-alola", + "pokemon_name": "Graveler (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 29, @@ -2944,7 +2949,7 @@ }, { "pokeapi_id": 749, - "pokemon_name": "mudbray", + "pokemon_name": "Mudbray", "method": "walk", "encounter_rate": 30, "min_level": 29, @@ -2952,7 +2957,7 @@ }, { "pokeapi_id": 229, - "pokemon_name": "houndoom", + "pokemon_name": "Houndoom", "method": "walk", "encounter_rate": 20, "min_level": 29, @@ -2960,7 +2965,7 @@ }, { "pokeapi_id": 324, - "pokemon_name": "torkoal", + "pokemon_name": "Torkoal", "method": "walk", "encounter_rate": 20, "min_level": 29, @@ -2974,7 +2979,7 @@ "encounters": [ { "pokeapi_id": 552, - "pokemon_name": "krokorok", + "pokemon_name": "Krokorok", "method": "walk", "encounter_rate": 70, "min_level": 32, @@ -2982,7 +2987,7 @@ }, { "pokeapi_id": 10106, - "pokemon_name": "dugtrio-alola", + "pokemon_name": "Dugtrio (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 32, @@ -2996,7 +3001,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 55, "min_level": 10, @@ -3004,7 +3009,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 40, "min_level": 10, @@ -3012,7 +3017,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "surf", "encounter_rate": 30, "min_level": 30, @@ -3020,7 +3025,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -3028,7 +3033,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -3036,7 +3041,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -3044,7 +3049,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 30, "min_level": 30, @@ -3052,7 +3057,7 @@ }, { "pokeapi_id": 592, - "pokemon_name": "frillish", + "pokemon_name": "Frillish", "method": "surf", "encounter_rate": 20, "min_level": 30, @@ -3060,7 +3065,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 20, "min_level": 30, @@ -3068,7 +3073,7 @@ }, { "pokeapi_id": 361, - "pokemon_name": "snorunt", + "pokemon_name": "Snorunt", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -3076,7 +3081,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -3084,7 +3089,7 @@ }, { "pokeapi_id": 10103, - "pokemon_name": "vulpix-alola", + "pokemon_name": "Vulpix (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -3092,7 +3097,7 @@ }, { "pokeapi_id": 779, - "pokemon_name": "bruxish", + "pokemon_name": "Bruxish", "method": "super-rod", "encounter_rate": 5, "min_level": 10, @@ -3106,7 +3111,7 @@ "encounters": [ { "pokeapi_id": 168, - "pokemon_name": "ariados", + "pokemon_name": "Ariados", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -3114,7 +3119,7 @@ }, { "pokeapi_id": 546, - "pokemon_name": "cottonee", + "pokemon_name": "Cottonee", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -3122,7 +3127,7 @@ }, { "pokeapi_id": 670, - "pokemon_name": "floette", + "pokemon_name": "Floette", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -3130,7 +3135,7 @@ }, { "pokeapi_id": 166, - "pokemon_name": "ledian", + "pokemon_name": "Ledian", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -3138,7 +3143,7 @@ }, { "pokeapi_id": 741, - "pokemon_name": "oricorio-baile", + "pokemon_name": "Oricorio Baile", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -3146,7 +3151,7 @@ }, { "pokeapi_id": 743, - "pokemon_name": "ribombee", + "pokemon_name": "Ribombee", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -3160,7 +3165,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 40, "min_level": 10, @@ -3168,7 +3173,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 30, "min_level": 10, @@ -3176,7 +3181,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 25, "min_level": 10, @@ -3184,7 +3189,7 @@ }, { "pokeapi_id": 752, - "pokemon_name": "araquanid", + "pokemon_name": "Araquanid", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -3192,7 +3197,7 @@ }, { "pokeapi_id": 168, - "pokemon_name": "ariados", + "pokemon_name": "Ariados", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -3200,7 +3205,7 @@ }, { "pokeapi_id": 166, - "pokemon_name": "ledian", + "pokemon_name": "Ledian", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -3208,7 +3213,7 @@ }, { "pokeapi_id": 284, - "pokemon_name": "masquerain", + "pokemon_name": "Masquerain", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -3216,7 +3221,7 @@ }, { "pokeapi_id": 10107, - "pokemon_name": "meowth-alola", + "pokemon_name": "Meowth (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -3224,7 +3229,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -3232,7 +3237,7 @@ }, { "pokeapi_id": 546, - "pokemon_name": "cottonee", + "pokemon_name": "Cottonee", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -3240,7 +3245,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -3248,7 +3253,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 5, "min_level": 10, @@ -3267,7 +3272,7 @@ "encounters": [ { "pokeapi_id": 774, - "pokemon_name": "minior-red-meteor", + "pokemon_name": "Minior Red Meteor", "method": "walk", "encounter_rate": 70, "min_level": 27, @@ -3275,7 +3280,7 @@ }, { "pokeapi_id": 605, - "pokemon_name": "elgyem", + "pokemon_name": "Elgyem", "method": "walk", "encounter_rate": 50, "min_level": 27, @@ -3283,7 +3288,7 @@ }, { "pokeapi_id": 374, - "pokemon_name": "beldum", + "pokemon_name": "Beldum", "method": "walk", "encounter_rate": 20, "min_level": 27, @@ -3291,7 +3296,7 @@ }, { "pokeapi_id": 173, - "pokemon_name": "cleffa", + "pokemon_name": "Cleffa", "method": "walk", "encounter_rate": 20, "min_level": 27, @@ -3299,7 +3304,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 10, "min_level": 27, @@ -3313,7 +3318,7 @@ "encounters": [ { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 40, "min_level": 27, @@ -3321,7 +3326,7 @@ }, { "pokeapi_id": 173, - "pokemon_name": "cleffa", + "pokemon_name": "Cleffa", "method": "walk", "encounter_rate": 20, "min_level": 27, @@ -3329,7 +3334,7 @@ }, { "pokeapi_id": 605, - "pokemon_name": "elgyem", + "pokemon_name": "Elgyem", "method": "walk", "encounter_rate": 20, "min_level": 27, @@ -3337,7 +3342,7 @@ }, { "pokeapi_id": 374, - "pokemon_name": "beldum", + "pokemon_name": "Beldum", "method": "walk", "encounter_rate": 10, "min_level": 27, @@ -3345,7 +3350,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 10, "min_level": 27, @@ -3353,7 +3358,7 @@ }, { "pokeapi_id": 239, - "pokemon_name": "elekid", + "pokemon_name": "Elekid", "method": "walk", "encounter_rate": 10, "min_level": 27, @@ -3361,7 +3366,7 @@ }, { "pokeapi_id": 774, - "pokemon_name": "minior-red-meteor", + "pokemon_name": "Minior Red Meteor", "method": "walk", "encounter_rate": 10, "min_level": 27, @@ -3369,7 +3374,7 @@ }, { "pokeapi_id": 227, - "pokemon_name": "skarmory", + "pokemon_name": "Skarmory", "method": "walk", "encounter_rate": 10, "min_level": 27, @@ -3385,7 +3390,7 @@ "encounters": [ { "pokeapi_id": 10110, - "pokemon_name": "graveler-alola", + "pokemon_name": "Graveler (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 29, @@ -3393,7 +3398,7 @@ }, { "pokeapi_id": 749, - "pokemon_name": "mudbray", + "pokemon_name": "Mudbray", "method": "walk", "encounter_rate": 20, "min_level": 29, @@ -3401,7 +3406,7 @@ }, { "pokeapi_id": 737, - "pokemon_name": "charjabug", + "pokemon_name": "Charjabug", "method": "walk", "encounter_rate": 10, "min_level": 29, @@ -3409,7 +3414,7 @@ }, { "pokeapi_id": 702, - "pokemon_name": "dedenne", + "pokemon_name": "Dedenne", "method": "walk", "encounter_rate": 10, "min_level": 29, @@ -3417,7 +3422,7 @@ }, { "pokeapi_id": 239, - "pokemon_name": "elekid", + "pokemon_name": "Elekid", "method": "walk", "encounter_rate": 10, "min_level": 29, @@ -3425,7 +3430,7 @@ }, { "pokeapi_id": 777, - "pokemon_name": "togedemaru", + "pokemon_name": "Togedemaru", "method": "walk", "encounter_rate": 10, "min_level": 29, @@ -3433,7 +3438,7 @@ }, { "pokeapi_id": 324, - "pokemon_name": "torkoal", + "pokemon_name": "Torkoal", "method": "walk", "encounter_rate": 10, "min_level": 29, @@ -3441,7 +3446,7 @@ }, { "pokeapi_id": 776, - "pokemon_name": "turtonator", + "pokemon_name": "Turtonator", "method": "walk", "encounter_rate": 10, "min_level": 29, @@ -3460,7 +3465,7 @@ "encounters": [ { "pokeapi_id": 362, - "pokemon_name": "glalie", + "pokemon_name": "Glalie", "method": "walk", "encounter_rate": 30, "min_level": 47, @@ -3468,7 +3473,7 @@ }, { "pokeapi_id": 10103, - "pokemon_name": "vulpix-alola", + "pokemon_name": "Vulpix (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 47, @@ -3476,7 +3481,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -3484,7 +3489,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -3498,7 +3503,7 @@ "encounters": [ { "pokeapi_id": 361, - "pokemon_name": "snorunt", + "pokemon_name": "Snorunt", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -3506,7 +3511,7 @@ }, { "pokeapi_id": 10103, - "pokemon_name": "vulpix-alola", + "pokemon_name": "Vulpix (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -3514,7 +3519,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -3522,7 +3527,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -3530,7 +3535,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -3544,7 +3549,7 @@ "encounters": [ { "pokeapi_id": 362, - "pokemon_name": "glalie", + "pokemon_name": "Glalie", "method": "walk", "encounter_rate": 30, "min_level": 48, @@ -3552,7 +3557,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 48, @@ -3560,7 +3565,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 20, "min_level": 48, @@ -3568,7 +3573,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 20, "min_level": 48, @@ -3584,7 +3589,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 59, "min_level": 10, @@ -3592,7 +3597,7 @@ }, { "pokeapi_id": 743, - "pokemon_name": "ribombee", + "pokemon_name": "Ribombee", "method": "walk", "encounter_rate": 50, "min_level": 54, @@ -3600,7 +3605,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 40, "min_level": 10, @@ -3608,7 +3613,7 @@ }, { "pokeapi_id": 546, - "pokemon_name": "cottonee", + "pokemon_name": "Cottonee", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -3616,7 +3621,7 @@ }, { "pokeapi_id": 670, - "pokemon_name": "floette", + "pokemon_name": "Floette", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -3624,7 +3629,7 @@ }, { "pokeapi_id": 10125, - "pokemon_name": "oricorio-sensu", + "pokemon_name": "Oricorio (Sensu)", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -3632,7 +3637,7 @@ }, { "pokeapi_id": 200, - "pokemon_name": "misdreavus", + "pokemon_name": "Misdreavus", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -3640,7 +3645,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -3654,7 +3659,7 @@ "encounters": [ { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 30, "min_level": 41, @@ -3662,7 +3667,7 @@ }, { "pokeapi_id": 676, - "pokemon_name": "furfrou", + "pokemon_name": "Furfrou", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -3670,7 +3675,7 @@ }, { "pokeapi_id": 210, - "pokemon_name": "granbull", + "pokemon_name": "Granbull", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -3678,7 +3683,7 @@ }, { "pokeapi_id": 686, - "pokemon_name": "inkay", + "pokemon_name": "Inkay", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -3686,7 +3691,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -3700,7 +3705,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 49, "min_level": 10, @@ -3708,7 +3713,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 40, "min_level": 10, @@ -3716,7 +3721,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 30, "min_level": 41, @@ -3724,7 +3729,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 30, "min_level": 41, @@ -3732,7 +3737,7 @@ }, { "pokeapi_id": 457, - "pokemon_name": "lumineon", + "pokemon_name": "Lumineon", "method": "surf", "encounter_rate": 25, "min_level": 41, @@ -3740,7 +3745,7 @@ }, { "pokeapi_id": 676, - "pokemon_name": "furfrou", + "pokemon_name": "Furfrou", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -3748,7 +3753,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "surf", "encounter_rate": 20, "min_level": 41, @@ -3756,7 +3761,7 @@ }, { "pokeapi_id": 210, - "pokemon_name": "granbull", + "pokemon_name": "Granbull", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -3764,7 +3769,7 @@ }, { "pokeapi_id": 686, - "pokemon_name": "inkay", + "pokemon_name": "Inkay", "method": "walk", "encounter_rate": 20, "min_level": 41, @@ -3772,7 +3777,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 20, "min_level": 41, @@ -3780,7 +3785,7 @@ }, { "pokeapi_id": 318, - "pokemon_name": "carvanha", + "pokemon_name": "Carvanha", "method": "super-rod", "encounter_rate": 10, "min_level": 10, @@ -3788,7 +3793,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -3796,7 +3801,7 @@ }, { "pokeapi_id": 131, - "pokemon_name": "lapras", + "pokemon_name": "Lapras", "method": "surf", "encounter_rate": 5, "min_level": 41, @@ -3804,7 +3809,7 @@ }, { "pokeapi_id": 369, - "pokemon_name": "relicanth", + "pokemon_name": "Relicanth", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -3818,7 +3823,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 49, "min_level": 10, @@ -3826,7 +3831,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 40, "min_level": 10, @@ -3834,7 +3839,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "surf", "encounter_rate": 30, "min_level": 41, @@ -3842,7 +3847,7 @@ }, { "pokeapi_id": 457, - "pokemon_name": "lumineon", + "pokemon_name": "Lumineon", "method": "surf", "encounter_rate": 25, "min_level": 41, @@ -3850,7 +3855,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "surf", "encounter_rate": 20, "min_level": 41, @@ -3858,7 +3863,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 20, "min_level": 41, @@ -3866,7 +3871,7 @@ }, { "pokeapi_id": 318, - "pokemon_name": "carvanha", + "pokemon_name": "Carvanha", "method": "super-rod", "encounter_rate": 10, "min_level": 10, @@ -3874,7 +3879,7 @@ }, { "pokeapi_id": 131, - "pokemon_name": "lapras", + "pokemon_name": "Lapras", "method": "surf", "encounter_rate": 5, "min_level": 41, @@ -3882,7 +3887,7 @@ }, { "pokeapi_id": 369, - "pokemon_name": "relicanth", + "pokemon_name": "Relicanth", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -3896,7 +3901,7 @@ "encounters": [ { "pokeapi_id": 806, - "pokemon_name": "blacephalon", + "pokemon_name": "Blacephalon", "method": "walk", "encounter_rate": 100, "min_level": 60, @@ -3904,7 +3909,7 @@ }, { "pokeapi_id": 427, - "pokemon_name": "buneary", + "pokemon_name": "Buneary", "method": "walk", "encounter_rate": 50, "min_level": 52, @@ -3912,7 +3917,7 @@ }, { "pokeapi_id": 732, - "pokemon_name": "trumbeak", + "pokemon_name": "Trumbeak", "method": "walk", "encounter_rate": 30, "min_level": 52, @@ -3920,7 +3925,7 @@ }, { "pokeapi_id": 571, - "pokemon_name": "zoroark", + "pokemon_name": "Zoroark", "method": "walk", "encounter_rate": 20, "min_level": 52, @@ -3928,7 +3933,7 @@ }, { "pokeapi_id": 214, - "pokemon_name": "heracross", + "pokemon_name": "Heracross", "method": "walk", "encounter_rate": 10, "min_level": 52, @@ -3936,7 +3941,7 @@ }, { "pokeapi_id": 127, - "pokemon_name": "pinsir", + "pokemon_name": "Pinsir", "method": "walk", "encounter_rate": 10, "min_level": 52, @@ -3944,7 +3949,7 @@ }, { "pokeapi_id": 447, - "pokemon_name": "riolu", + "pokemon_name": "Riolu", "method": "walk", "encounter_rate": 10, "min_level": 52, @@ -3963,7 +3968,7 @@ "encounters": [ { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -3971,7 +3976,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -3979,7 +3984,7 @@ }, { "pokeapi_id": 732, - "pokemon_name": "trumbeak", + "pokemon_name": "Trumbeak", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -3987,7 +3992,7 @@ }, { "pokeapi_id": 546, - "pokemon_name": "cottonee", + "pokemon_name": "Cottonee", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -3995,7 +4000,7 @@ }, { "pokeapi_id": 241, - "pokemon_name": "miltank", + "pokemon_name": "Miltank", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -4003,7 +4008,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -4017,7 +4022,7 @@ "encounters": [ { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -4025,7 +4030,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -4033,7 +4038,7 @@ }, { "pokeapi_id": 546, - "pokemon_name": "cottonee", + "pokemon_name": "Cottonee", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -4041,7 +4046,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -4049,7 +4054,7 @@ }, { "pokeapi_id": 241, - "pokemon_name": "miltank", + "pokemon_name": "Miltank", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -4057,7 +4062,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -4065,7 +4070,7 @@ }, { "pokeapi_id": 732, - "pokemon_name": "trumbeak", + "pokemon_name": "Trumbeak", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -4079,7 +4084,7 @@ "encounters": [ { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -4087,7 +4092,7 @@ }, { "pokeapi_id": 297, - "pokemon_name": "hariyama", + "pokemon_name": "Hariyama", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -4095,7 +4100,7 @@ }, { "pokeapi_id": 97, - "pokemon_name": "hypno", + "pokemon_name": "Hypno", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -4103,7 +4108,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -4111,7 +4116,7 @@ }, { "pokeapi_id": 546, - "pokemon_name": "cottonee", + "pokemon_name": "Cottonee", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -4119,7 +4124,7 @@ }, { "pokeapi_id": 241, - "pokemon_name": "miltank", + "pokemon_name": "Miltank", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -4127,7 +4132,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -4135,7 +4140,7 @@ }, { "pokeapi_id": 732, - "pokemon_name": "trumbeak", + "pokemon_name": "Trumbeak", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -4149,7 +4154,7 @@ "encounters": [ { "pokeapi_id": 546, - "pokemon_name": "cottonee", + "pokemon_name": "Cottonee", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -4157,7 +4162,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -4165,7 +4170,7 @@ }, { "pokeapi_id": 750, - "pokemon_name": "mudsdale", + "pokemon_name": "Mudsdale", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -4173,7 +4178,7 @@ }, { "pokeapi_id": 735, - "pokemon_name": "gumshoos", + "pokemon_name": "Gumshoos", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -4181,7 +4186,7 @@ }, { "pokeapi_id": 241, - "pokemon_name": "miltank", + "pokemon_name": "Miltank", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -4189,7 +4194,7 @@ }, { "pokeapi_id": 10092, - "pokemon_name": "raticate-alola", + "pokemon_name": "Raticate (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -4197,7 +4202,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -4205,7 +4210,7 @@ }, { "pokeapi_id": 732, - "pokemon_name": "trumbeak", + "pokemon_name": "Trumbeak", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -4221,7 +4226,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 59, "min_level": 10, @@ -4229,7 +4234,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 40, "min_level": 10, @@ -4237,7 +4242,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 25, "min_level": 58, @@ -4245,7 +4250,7 @@ }, { "pokeapi_id": 210, - "pokemon_name": "granbull", + "pokemon_name": "Granbull", "method": "walk", "encounter_rate": 20, "min_level": 58, @@ -4253,7 +4258,7 @@ }, { "pokeapi_id": 108, - "pokemon_name": "lickitung", + "pokemon_name": "Lickitung", "method": "walk", "encounter_rate": 20, "min_level": 58, @@ -4261,7 +4266,7 @@ }, { "pokeapi_id": 686, - "pokemon_name": "inkay", + "pokemon_name": "Inkay", "method": "walk", "encounter_rate": 15, "min_level": 58, @@ -4269,7 +4274,7 @@ }, { "pokeapi_id": 760, - "pokemon_name": "bewear", + "pokemon_name": "Bewear", "method": "walk", "encounter_rate": 10, "min_level": 58, @@ -4277,7 +4282,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 10, "min_level": 58, @@ -4285,7 +4290,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 1, "min_level": 10, @@ -4299,7 +4304,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 55, "min_level": 10, @@ -4307,7 +4312,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "super-rod", "encounter_rate": 40, "min_level": 10, @@ -4315,7 +4320,7 @@ }, { "pokeapi_id": 781, - "pokemon_name": "dhelmise", + "pokemon_name": "Dhelmise", "method": "super-rod", "encounter_rate": 5, "min_level": 10, @@ -4334,7 +4339,7 @@ "encounters": [ { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 30, "min_level": 42, @@ -4342,7 +4347,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 42, @@ -4350,7 +4355,7 @@ }, { "pokeapi_id": 703, - "pokemon_name": "carbink", + "pokemon_name": "Carbink", "method": "walk", "encounter_rate": 20, "min_level": 42, @@ -4358,7 +4363,7 @@ }, { "pokeapi_id": 10106, - "pokemon_name": "dugtrio-alola", + "pokemon_name": "Dugtrio (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 42, @@ -4372,7 +4377,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "surf", "encounter_rate": 80, "min_level": 42, @@ -4380,7 +4385,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 45, "min_level": 10, @@ -4388,7 +4393,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 30, "min_level": 42, @@ -4396,7 +4401,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 30, "min_level": 42, @@ -4404,7 +4409,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 25, "min_level": 10, @@ -4412,7 +4417,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 25, "min_level": 10, @@ -4420,7 +4425,7 @@ }, { "pokeapi_id": 703, - "pokemon_name": "carbink", + "pokemon_name": "Carbink", "method": "walk", "encounter_rate": 20, "min_level": 42, @@ -4428,7 +4433,7 @@ }, { "pokeapi_id": 10106, - "pokemon_name": "dugtrio-alola", + "pokemon_name": "Dugtrio (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 42, @@ -4436,7 +4441,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 20, "min_level": 42, @@ -4444,7 +4449,7 @@ }, { "pokeapi_id": 341, - "pokemon_name": "corphish", + "pokemon_name": "Corphish", "method": "super-rod", "encounter_rate": 5, "min_level": 10, @@ -4458,7 +4463,7 @@ "encounters": [ { "pokeapi_id": 745, - "pokemon_name": "lycanroc-midday", + "pokemon_name": "Lycanroc Midday", "method": "walk", "encounter_rate": 20, "min_level": 43, @@ -4466,7 +4471,7 @@ }, { "pokeapi_id": 10126, - "pokemon_name": "lycanroc-midnight", + "pokemon_name": "Lycanroc (Midnight)", "method": "walk", "encounter_rate": 20, "min_level": 43, @@ -4474,7 +4479,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 20, "min_level": 43, @@ -4482,7 +4487,7 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 20, "min_level": 43, @@ -4490,7 +4495,7 @@ }, { "pokeapi_id": 703, - "pokemon_name": "carbink", + "pokemon_name": "Carbink", "method": "walk", "encounter_rate": 15, "min_level": 43, @@ -4498,7 +4503,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 10, "min_level": 43, @@ -4506,7 +4511,7 @@ }, { "pokeapi_id": 227, - "pokemon_name": "skarmory", + "pokemon_name": "Skarmory", "method": "walk", "encounter_rate": 10, "min_level": 43, @@ -4514,7 +4519,7 @@ }, { "pokeapi_id": 782, - "pokemon_name": "jangmo-o", + "pokemon_name": "Jangmo O", "method": "walk", "encounter_rate": 5, "min_level": 43, @@ -4530,7 +4535,7 @@ "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 40, "min_level": 56, @@ -4538,7 +4543,7 @@ }, { "pokeapi_id": 10106, - "pokemon_name": "dugtrio-alola", + "pokemon_name": "Dugtrio (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 56, @@ -4546,7 +4551,7 @@ }, { "pokeapi_id": 621, - "pokemon_name": "druddigon", + "pokemon_name": "Druddigon", "method": "walk", "encounter_rate": 15, "min_level": 56, @@ -4554,7 +4559,7 @@ }, { "pokeapi_id": 715, - "pokemon_name": "noivern", + "pokemon_name": "Noivern", "method": "walk", "encounter_rate": 15, "min_level": 56, @@ -4568,7 +4573,7 @@ "encounters": [ { "pokeapi_id": 102, - "pokemon_name": "exeggcute", + "pokemon_name": "Exeggcute", "method": "walk", "encounter_rate": 20, "min_level": 42, @@ -4576,7 +4581,7 @@ }, { "pokeapi_id": 10114, - "pokemon_name": "exeggutor-alola", + "pokemon_name": "Exeggutor (Alola)", "method": "walk", "encounter_rate": 20, "min_level": 42, @@ -4584,7 +4589,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 20, "min_level": 42, @@ -4592,7 +4597,7 @@ }, { "pokeapi_id": 357, - "pokemon_name": "tropius", + "pokemon_name": "Tropius", "method": "walk", "encounter_rate": 20, "min_level": 42, @@ -4600,7 +4605,7 @@ }, { "pokeapi_id": 423, - "pokemon_name": "gastrodon", + "pokemon_name": "Gastrodon", "method": "walk", "encounter_rate": 10, "min_level": 42, @@ -4608,7 +4613,7 @@ }, { "pokeapi_id": 127, - "pokemon_name": "pinsir", + "pokemon_name": "Pinsir", "method": "walk", "encounter_rate": 10, "min_level": 42, @@ -4627,7 +4632,7 @@ "encounters": [ { "pokeapi_id": 676, - "pokemon_name": "furfrou", + "pokemon_name": "Furfrou", "method": "walk", "encounter_rate": 25, "min_level": 6, @@ -4635,7 +4640,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -4643,7 +4648,7 @@ }, { "pokeapi_id": 439, - "pokemon_name": "mime-jr", + "pokemon_name": "Mime Jr", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -4651,7 +4656,7 @@ }, { "pokeapi_id": 10112, - "pokemon_name": "grimer-alola", + "pokemon_name": "Grimer (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -4659,7 +4664,7 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -4667,7 +4672,7 @@ }, { "pokeapi_id": 10107, - "pokemon_name": "meowth-alola", + "pokemon_name": "Meowth (Alola)", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -4675,7 +4680,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "walk", "encounter_rate": 5, "min_level": 6, @@ -4689,7 +4694,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 40, "min_level": 15, @@ -4697,7 +4702,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 25, "min_level": 10, @@ -4705,7 +4710,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 25, "min_level": 10, @@ -4713,7 +4718,7 @@ }, { "pokeapi_id": 746, - "pokemon_name": "wishiwashi-solo", + "pokemon_name": "Wishiwashi Solo", "method": "super-rod", "encounter_rate": 25, "min_level": 10, @@ -4721,7 +4726,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "surf", "encounter_rate": 20, "min_level": 15, @@ -4729,7 +4734,7 @@ }, { "pokeapi_id": 458, - "pokemon_name": "mantyke", + "pokemon_name": "Mantyke", "method": "surf", "encounter_rate": 20, "min_level": 15, @@ -4737,7 +4742,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 20, "min_level": 15, @@ -4745,7 +4750,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "super-rod", "encounter_rate": 15, "min_level": 10, @@ -4753,7 +4758,7 @@ }, { "pokeapi_id": 366, - "pokemon_name": "clamperl", + "pokemon_name": "Clamperl", "method": "super-rod", "encounter_rate": 5, "min_level": 10, @@ -4761,7 +4766,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 5, "min_level": 10, @@ -4777,7 +4782,7 @@ "encounters": [ { "pokeapi_id": 10105, - "pokemon_name": "diglett-alola", + "pokemon_name": "Diglett (Alola)", "method": "walk", "encounter_rate": 35, "min_level": 8, @@ -4785,7 +4790,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 35, "min_level": 8, @@ -4793,7 +4798,7 @@ }, { "pokeapi_id": 714, - "pokemon_name": "noibat", + "pokemon_name": "Noibat", "method": "walk", "encounter_rate": 30, "min_level": 8, @@ -4807,7 +4812,7 @@ "encounters": [ { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -4815,7 +4820,7 @@ }, { "pokeapi_id": 353, - "pokemon_name": "shuppet", + "pokemon_name": "Shuppet", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -4823,7 +4828,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -4831,7 +4836,7 @@ }, { "pokeapi_id": 707, - "pokemon_name": "klefki", + "pokemon_name": "Klefki", "method": "walk", "encounter_rate": 15, "min_level": 31, @@ -4839,7 +4844,7 @@ }, { "pokeapi_id": 778, - "pokemon_name": "mimikyu-disguised", + "pokemon_name": "Mimikyu Disguised", "method": "walk", "encounter_rate": 5, "min_level": 31, @@ -4853,7 +4858,7 @@ "encounters": [ { "pokeapi_id": 10112, - "pokemon_name": "grimer-alola", + "pokemon_name": "Grimer (Alola)", "method": "walk", "encounter_rate": 30, "min_level": 25, @@ -4861,7 +4866,7 @@ }, { "pokeapi_id": 568, - "pokemon_name": "trubbish", + "pokemon_name": "Trubbish", "method": "walk", "encounter_rate": 30, "min_level": 25, @@ -4869,7 +4874,7 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -4877,7 +4882,7 @@ }, { "pokeapi_id": 572, - "pokemon_name": "minccino", + "pokemon_name": "Minccino", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -4891,7 +4896,7 @@ "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 70, "min_level": 6, @@ -4899,7 +4904,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 30, "min_level": 6, diff --git a/backend/src/app/seeds/data/white-2.json b/backend/src/app/seeds/data/white-2.json index 44bc853..f8f9d78 100644 --- a/backend/src/app/seeds/data/white-2.json +++ b/backend/src/app/seeds/data/white-2.json @@ -5,7 +5,7 @@ "encounters": [ { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 70, "min_level": 45, @@ -13,7 +13,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -21,7 +21,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -29,7 +29,7 @@ }, { "pokeapi_id": 341, - "pokemon_name": "corphish", + "pokemon_name": "Corphish", "method": "surf", "encounter_rate": 30, "min_level": 45, @@ -43,7 +43,7 @@ "encounters": [ { "pokeapi_id": 548, - "pokemon_name": "petilil", + "pokemon_name": "Petilil", "method": "walk", "encounter_rate": 35, "min_level": 15, @@ -51,7 +51,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -59,7 +59,7 @@ }, { "pokeapi_id": 519, - "pokemon_name": "pidove", + "pokemon_name": "Pidove", "method": "walk", "encounter_rate": 15, "min_level": 15, @@ -67,7 +67,7 @@ }, { "pokeapi_id": 300, - "pokemon_name": "skitty", + "pokemon_name": "Skitty", "method": "walk", "encounter_rate": 15, "min_level": 15, @@ -75,7 +75,7 @@ }, { "pokeapi_id": 133, - "pokemon_name": "eevee", + "pokemon_name": "Eevee", "method": "walk", "encounter_rate": 5, "min_level": 18, @@ -89,7 +89,7 @@ "encounters": [ { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 100, "min_level": 45, @@ -97,7 +97,7 @@ }, { "pokeapi_id": 536, - "pokemon_name": "palpitoad", + "pokemon_name": "Palpitoad", "method": "walk", "encounter_rate": 100, "min_level": 54, @@ -105,7 +105,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "surf", "encounter_rate": 100, "min_level": 45, @@ -113,7 +113,7 @@ }, { "pokeapi_id": 588, - "pokemon_name": "karrablast", + "pokemon_name": "Karrablast", "method": "walk", "encounter_rate": 60, "min_level": 54, @@ -121,7 +121,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "walk", "encounter_rate": 60, "min_level": 55, @@ -129,7 +129,7 @@ }, { "pokeapi_id": 453, - "pokemon_name": "croagunk", + "pokemon_name": "Croagunk", "method": "walk", "encounter_rate": 45, "min_level": 55, @@ -137,7 +137,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "super-rod", "encounter_rate": 40, "min_level": 45, @@ -145,7 +145,7 @@ }, { "pokeapi_id": 616, - "pokemon_name": "shelmet", + "pokemon_name": "Shelmet", "method": "walk", "encounter_rate": 15, "min_level": 57, @@ -159,7 +159,7 @@ "encounters": [ { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 100, "min_level": 45, @@ -167,7 +167,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 95, "min_level": 40, @@ -175,7 +175,7 @@ }, { "pokeapi_id": 507, - "pokemon_name": "herdier", + "pokemon_name": "Herdier", "method": "walk", "encounter_rate": 50, "min_level": 56, @@ -183,7 +183,7 @@ }, { "pokeapi_id": 505, - "pokemon_name": "watchog", + "pokemon_name": "Watchog", "method": "walk", "encounter_rate": 40, "min_level": 56, @@ -191,7 +191,7 @@ }, { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 10, "min_level": 57, @@ -199,7 +199,7 @@ }, { "pokeapi_id": 349, - "pokemon_name": "feebas", + "pokemon_name": "Feebas", "method": "super-rod", "encounter_rate": 5, "min_level": 50, @@ -213,7 +213,7 @@ "encounters": [ { "pokeapi_id": 507, - "pokemon_name": "herdier", + "pokemon_name": "Herdier", "method": "walk", "encounter_rate": 30, "min_level": 56, @@ -221,7 +221,7 @@ }, { "pokeapi_id": 505, - "pokemon_name": "watchog", + "pokemon_name": "Watchog", "method": "walk", "encounter_rate": 30, "min_level": 56, @@ -229,7 +229,7 @@ }, { "pokeapi_id": 510, - "pokemon_name": "liepard", + "pokemon_name": "Liepard", "method": "walk", "encounter_rate": 20, "min_level": 57, @@ -237,7 +237,7 @@ }, { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 10, "min_level": 57, @@ -245,7 +245,7 @@ }, { "pokeapi_id": 108, - "pokemon_name": "lickitung", + "pokemon_name": "Lickitung", "method": "walk", "encounter_rate": 10, "min_level": 58, @@ -259,7 +259,7 @@ "encounters": [ { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 70, "min_level": 45, @@ -267,7 +267,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -275,7 +275,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -283,7 +283,7 @@ }, { "pokeapi_id": 341, - "pokemon_name": "corphish", + "pokemon_name": "Corphish", "method": "surf", "encounter_rate": 30, "min_level": 45, @@ -291,7 +291,7 @@ }, { "pokeapi_id": 520, - "pokemon_name": "tranquill", + "pokemon_name": "Tranquill", "method": "walk", "encounter_rate": 30, "min_level": 55, @@ -299,7 +299,7 @@ }, { "pokeapi_id": 505, - "pokemon_name": "watchog", + "pokemon_name": "Watchog", "method": "walk", "encounter_rate": 20, "min_level": 55, @@ -307,7 +307,7 @@ }, { "pokeapi_id": 523, - "pokemon_name": "zebstrika", + "pokemon_name": "Zebstrika", "method": "walk", "encounter_rate": 20, "min_level": 56, @@ -315,7 +315,7 @@ }, { "pokeapi_id": 507, - "pokemon_name": "herdier", + "pokemon_name": "Herdier", "method": "walk", "encounter_rate": 10, "min_level": 57, @@ -323,7 +323,7 @@ }, { "pokeapi_id": 509, - "pokemon_name": "purrloin", + "pokemon_name": "Purrloin", "method": "walk", "encounter_rate": 10, "min_level": 57, @@ -331,7 +331,7 @@ }, { "pokeapi_id": 193, - "pokemon_name": "yanma", + "pokemon_name": "Yanma", "method": "walk", "encounter_rate": 10, "min_level": 56, @@ -345,7 +345,7 @@ "encounters": [ { "pokeapi_id": 592, - "pokemon_name": "frillish", + "pokemon_name": "Frillish", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -353,7 +353,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "super-rod", "encounter_rate": 55, "min_level": 40, @@ -361,7 +361,7 @@ }, { "pokeapi_id": 366, - "pokemon_name": "clamperl", + "pokemon_name": "Clamperl", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -369,7 +369,7 @@ }, { "pokeapi_id": 554, - "pokemon_name": "darumaka", + "pokemon_name": "Darumaka", "method": "walk", "encounter_rate": 35, "min_level": 14, @@ -377,7 +377,7 @@ }, { "pokeapi_id": 551, - "pokemon_name": "sandile", + "pokemon_name": "Sandile", "method": "walk", "encounter_rate": 35, "min_level": 14, @@ -385,7 +385,7 @@ }, { "pokeapi_id": 572, - "pokemon_name": "minccino", + "pokemon_name": "Minccino", "method": "walk", "encounter_rate": 25, "min_level": 14, @@ -393,7 +393,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "super-rod", "encounter_rate": 5, "min_level": 50, @@ -401,7 +401,7 @@ }, { "pokeapi_id": 559, - "pokemon_name": "scraggy", + "pokemon_name": "Scraggy", "method": "walk", "encounter_rate": 5, "min_level": 17, @@ -415,7 +415,7 @@ "encounters": [ { "pokeapi_id": 572, - "pokemon_name": "minccino", + "pokemon_name": "Minccino", "method": "walk", "encounter_rate": 30, "min_level": 21, @@ -423,7 +423,7 @@ }, { "pokeapi_id": 577, - "pokemon_name": "solosis", + "pokemon_name": "Solosis", "method": "walk", "encounter_rate": 30, "min_level": 21, @@ -431,7 +431,7 @@ }, { "pokeapi_id": 510, - "pokemon_name": "liepard", + "pokemon_name": "Liepard", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -439,7 +439,7 @@ }, { "pokeapi_id": 568, - "pokemon_name": "trubbish", + "pokemon_name": "Trubbish", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -453,7 +453,7 @@ "encounters": [ { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 70, "min_level": 10, @@ -461,7 +461,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -469,7 +469,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -477,7 +477,7 @@ }, { "pokeapi_id": 585, - "pokemon_name": "deerling", + "pokemon_name": "Deerling", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -485,7 +485,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 30, "min_level": 10, @@ -493,7 +493,7 @@ }, { "pokeapi_id": 588, - "pokemon_name": "karrablast", + "pokemon_name": "Karrablast", "method": "walk", "encounter_rate": 25, "min_level": 23, @@ -501,7 +501,7 @@ }, { "pokeapi_id": 520, - "pokemon_name": "tranquill", + "pokemon_name": "Tranquill", "method": "walk", "encounter_rate": 15, "min_level": 26, @@ -509,7 +509,7 @@ }, { "pokeapi_id": 590, - "pokemon_name": "foongus", + "pokemon_name": "Foongus", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -517,7 +517,7 @@ }, { "pokeapi_id": 541, - "pokemon_name": "swadloon", + "pokemon_name": "Swadloon", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -525,7 +525,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -533,7 +533,7 @@ }, { "pokeapi_id": 616, - "pokemon_name": "shelmet", + "pokemon_name": "Shelmet", "method": "walk", "encounter_rate": 5, "min_level": 23, @@ -547,7 +547,7 @@ "encounters": [ { "pokeapi_id": 520, - "pokemon_name": "tranquill", + "pokemon_name": "Tranquill", "method": "walk", "encounter_rate": 100, "min_level": 30, @@ -555,7 +555,7 @@ }, { "pokeapi_id": 613, - "pokemon_name": "cubchoo", + "pokemon_name": "Cubchoo", "method": "walk", "encounter_rate": 25, "min_level": 30, @@ -563,7 +563,7 @@ }, { "pokeapi_id": 505, - "pokemon_name": "watchog", + "pokemon_name": "Watchog", "method": "walk", "encounter_rate": 25, "min_level": 31, @@ -571,7 +571,7 @@ }, { "pokeapi_id": 585, - "pokemon_name": "deerling", + "pokemon_name": "Deerling", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -579,7 +579,7 @@ }, { "pokeapi_id": 523, - "pokemon_name": "zebstrika", + "pokemon_name": "Zebstrika", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -587,7 +587,7 @@ }, { "pokeapi_id": 590, - "pokemon_name": "foongus", + "pokemon_name": "Foongus", "method": "walk", "encounter_rate": 5, "min_level": 33, @@ -595,7 +595,7 @@ }, { "pokeapi_id": 336, - "pokemon_name": "seviper", + "pokemon_name": "Seviper", "method": "walk", "encounter_rate": 5, "min_level": 32, @@ -603,7 +603,7 @@ }, { "pokeapi_id": 335, - "pokemon_name": "zangoose", + "pokemon_name": "Zangoose", "method": "walk", "encounter_rate": 5, "min_level": 32, @@ -617,7 +617,7 @@ "encounters": [ { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 100, "min_level": 45, @@ -625,7 +625,7 @@ }, { "pokeapi_id": 536, - "pokemon_name": "palpitoad", + "pokemon_name": "Palpitoad", "method": "walk", "encounter_rate": 100, "min_level": 54, @@ -633,7 +633,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "surf", "encounter_rate": 100, "min_level": 45, @@ -641,7 +641,7 @@ }, { "pokeapi_id": 588, - "pokemon_name": "karrablast", + "pokemon_name": "Karrablast", "method": "walk", "encounter_rate": 60, "min_level": 54, @@ -649,7 +649,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "walk", "encounter_rate": 60, "min_level": 55, @@ -657,7 +657,7 @@ }, { "pokeapi_id": 453, - "pokemon_name": "croagunk", + "pokemon_name": "Croagunk", "method": "walk", "encounter_rate": 45, "min_level": 55, @@ -665,7 +665,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "super-rod", "encounter_rate": 40, "min_level": 45, @@ -673,7 +673,7 @@ }, { "pokeapi_id": 536, - "pokemon_name": "palpitoad", + "pokemon_name": "Palpitoad", "method": "surf", "encounter_rate": 30, "min_level": 45, @@ -681,7 +681,7 @@ }, { "pokeapi_id": 616, - "pokemon_name": "shelmet", + "pokemon_name": "Shelmet", "method": "walk", "encounter_rate": 15, "min_level": 57, @@ -695,7 +695,7 @@ "encounters": [ { "pokeapi_id": 572, - "pokemon_name": "minccino", + "pokemon_name": "Minccino", "method": "walk", "encounter_rate": 30, "min_level": 37, @@ -703,7 +703,7 @@ }, { "pokeapi_id": 578, - "pokemon_name": "duosion", + "pokemon_name": "Duosion", "method": "walk", "encounter_rate": 25, "min_level": 37, @@ -711,7 +711,7 @@ }, { "pokeapi_id": 569, - "pokemon_name": "garbodor", + "pokemon_name": "Garbodor", "method": "walk", "encounter_rate": 15, "min_level": 38, @@ -719,7 +719,7 @@ }, { "pokeapi_id": 624, - "pokemon_name": "pawniard", + "pokemon_name": "Pawniard", "method": "walk", "encounter_rate": 15, "min_level": 38, @@ -727,7 +727,7 @@ }, { "pokeapi_id": 510, - "pokemon_name": "liepard", + "pokemon_name": "Liepard", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -735,7 +735,7 @@ }, { "pokeapi_id": 89, - "pokemon_name": "muk", + "pokemon_name": "Muk", "method": "walk", "encounter_rate": 5, "min_level": 40, @@ -749,7 +749,7 @@ "encounters": [ { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 70, "min_level": 25, @@ -757,7 +757,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -765,7 +765,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -773,7 +773,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -781,7 +781,7 @@ }, { "pokeapi_id": 588, - "pokemon_name": "karrablast", + "pokemon_name": "Karrablast", "method": "walk", "encounter_rate": 25, "min_level": 36, @@ -789,7 +789,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 20, "min_level": 36, @@ -797,7 +797,7 @@ }, { "pokeapi_id": 207, - "pokemon_name": "gligar", + "pokemon_name": "Gligar", "method": "walk", "encounter_rate": 15, "min_level": 37, @@ -805,7 +805,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 10, "min_level": 36, @@ -813,7 +813,7 @@ }, { "pokeapi_id": 336, - "pokemon_name": "seviper", + "pokemon_name": "Seviper", "method": "walk", "encounter_rate": 10, "min_level": 38, @@ -821,7 +821,7 @@ }, { "pokeapi_id": 335, - "pokemon_name": "zangoose", + "pokemon_name": "Zangoose", "method": "walk", "encounter_rate": 10, "min_level": 38, @@ -829,7 +829,7 @@ }, { "pokeapi_id": 591, - "pokemon_name": "amoonguss", + "pokemon_name": "Amoonguss", "method": "walk", "encounter_rate": 5, "min_level": 37, @@ -837,7 +837,7 @@ }, { "pokeapi_id": 616, - "pokemon_name": "shelmet", + "pokemon_name": "Shelmet", "method": "walk", "encounter_rate": 5, "min_level": 36, @@ -851,7 +851,7 @@ "encounters": [ { "pokeapi_id": 315, - "pokemon_name": "roselia", + "pokemon_name": "Roselia", "method": "walk", "encounter_rate": 25, "min_level": 35, @@ -859,7 +859,7 @@ }, { "pokeapi_id": 520, - "pokemon_name": "tranquill", + "pokemon_name": "Tranquill", "method": "walk", "encounter_rate": 25, "min_level": 36, @@ -867,7 +867,7 @@ }, { "pokeapi_id": 415, - "pokemon_name": "combee", + "pokemon_name": "Combee", "method": "walk", "encounter_rate": 20, "min_level": 35, @@ -875,7 +875,7 @@ }, { "pokeapi_id": 127, - "pokemon_name": "pinsir", + "pokemon_name": "Pinsir", "method": "walk", "encounter_rate": 15, "min_level": 36, @@ -883,7 +883,7 @@ }, { "pokeapi_id": 540, - "pokemon_name": "sewaddle", + "pokemon_name": "Sewaddle", "method": "walk", "encounter_rate": 15, "min_level": 36, @@ -897,7 +897,7 @@ "encounters": [ { "pokeapi_id": 592, - "pokemon_name": "frillish", + "pokemon_name": "Frillish", "method": "surf", "encounter_rate": 65, "min_level": 25, @@ -905,7 +905,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -913,7 +913,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -921,7 +921,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -929,7 +929,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 25, "min_level": 34, @@ -937,7 +937,7 @@ }, { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 25, "min_level": 34, @@ -945,7 +945,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 15, "min_level": 35, @@ -953,7 +953,7 @@ }, { "pokeapi_id": 426, - "pokemon_name": "drifblim", + "pokemon_name": "Drifblim", "method": "walk", "encounter_rate": 15, "min_level": 34, @@ -961,7 +961,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 10, "min_level": 36, @@ -969,7 +969,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 10, "min_level": 36, @@ -977,7 +977,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 5, "min_level": 30, @@ -991,7 +991,7 @@ "encounters": [ { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 70, "min_level": 25, @@ -999,7 +999,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -1007,7 +1007,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -1015,7 +1015,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -1023,7 +1023,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 25, "min_level": 34, @@ -1031,7 +1031,7 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -1039,7 +1039,7 @@ }, { "pokeapi_id": 333, - "pokemon_name": "swablu", + "pokemon_name": "Swablu", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -1047,7 +1047,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 15, "min_level": 34, @@ -1055,7 +1055,7 @@ }, { "pokeapi_id": 426, - "pokemon_name": "drifblim", + "pokemon_name": "Drifblim", "method": "walk", "encounter_rate": 15, "min_level": 34, @@ -1063,7 +1063,7 @@ }, { "pokeapi_id": 334, - "pokemon_name": "altaria", + "pokemon_name": "Altaria", "method": "walk", "encounter_rate": 5, "min_level": 36, @@ -1077,7 +1077,7 @@ "encounters": [ { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 30, "min_level": 54, @@ -1085,7 +1085,7 @@ }, { "pokeapi_id": 207, - "pokemon_name": "gligar", + "pokemon_name": "Gligar", "method": "walk", "encounter_rate": 25, "min_level": 55, @@ -1093,7 +1093,7 @@ }, { "pokeapi_id": 538, - "pokemon_name": "throh", + "pokemon_name": "Throh", "method": "walk", "encounter_rate": 20, "min_level": 55, @@ -1101,7 +1101,7 @@ }, { "pokeapi_id": 247, - "pokemon_name": "pupitar", + "pokemon_name": "Pupitar", "method": "walk", "encounter_rate": 15, "min_level": 55, @@ -1109,7 +1109,7 @@ }, { "pokeapi_id": 560, - "pokemon_name": "scrafty", + "pokemon_name": "Scrafty", "method": "walk", "encounter_rate": 10, "min_level": 55, @@ -1123,7 +1123,7 @@ "encounters": [ { "pokeapi_id": 572, - "pokemon_name": "minccino", + "pokemon_name": "Minccino", "method": "walk", "encounter_rate": 30, "min_level": 21, @@ -1131,7 +1131,7 @@ }, { "pokeapi_id": 577, - "pokemon_name": "solosis", + "pokemon_name": "Solosis", "method": "walk", "encounter_rate": 30, "min_level": 21, @@ -1139,7 +1139,7 @@ }, { "pokeapi_id": 510, - "pokemon_name": "liepard", + "pokemon_name": "Liepard", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -1147,7 +1147,7 @@ }, { "pokeapi_id": 568, - "pokemon_name": "trubbish", + "pokemon_name": "Trubbish", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -1161,7 +1161,7 @@ "encounters": [ { "pokeapi_id": 592, - "pokemon_name": "frillish", + "pokemon_name": "Frillish", "method": "surf", "encounter_rate": 100, "min_level": 45, @@ -1169,7 +1169,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "super-rod", "encounter_rate": 60, "min_level": 50, @@ -1177,7 +1177,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 40, "min_level": 50, @@ -1191,7 +1191,7 @@ "encounters": [ { "pokeapi_id": 592, - "pokemon_name": "frillish", + "pokemon_name": "Frillish", "method": "surf", "encounter_rate": 100, "min_level": 45, @@ -1199,7 +1199,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "super-rod", "encounter_rate": 55, "min_level": 50, @@ -1207,7 +1207,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 40, "min_level": 50, @@ -1215,7 +1215,7 @@ }, { "pokeapi_id": 560, - "pokemon_name": "scrafty", + "pokemon_name": "Scrafty", "method": "walk", "encounter_rate": 30, "min_level": 57, @@ -1223,7 +1223,7 @@ }, { "pokeapi_id": 558, - "pokemon_name": "crustle", + "pokemon_name": "Crustle", "method": "walk", "encounter_rate": 20, "min_level": 57, @@ -1231,7 +1231,7 @@ }, { "pokeapi_id": 538, - "pokemon_name": "throh", + "pokemon_name": "Throh", "method": "walk", "encounter_rate": 20, "min_level": 57, @@ -1239,7 +1239,7 @@ }, { "pokeapi_id": 455, - "pokemon_name": "carnivine", + "pokemon_name": "Carnivine", "method": "walk", "encounter_rate": 10, "min_level": 58, @@ -1247,7 +1247,7 @@ }, { "pokeapi_id": 357, - "pokemon_name": "tropius", + "pokemon_name": "Tropius", "method": "walk", "encounter_rate": 10, "min_level": 58, @@ -1255,7 +1255,7 @@ }, { "pokeapi_id": 505, - "pokemon_name": "watchog", + "pokemon_name": "Watchog", "method": "walk", "encounter_rate": 10, "min_level": 56, @@ -1263,7 +1263,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 5, "min_level": 60, @@ -1277,7 +1277,7 @@ "encounters": [ { "pokeapi_id": 510, - "pokemon_name": "liepard", + "pokemon_name": "Liepard", "method": "walk", "encounter_rate": 25, "min_level": 56, @@ -1285,7 +1285,7 @@ }, { "pokeapi_id": 505, - "pokemon_name": "watchog", + "pokemon_name": "Watchog", "method": "walk", "encounter_rate": 25, "min_level": 56, @@ -1293,7 +1293,7 @@ }, { "pokeapi_id": 517, - "pokemon_name": "munna", + "pokemon_name": "Munna", "method": "walk", "encounter_rate": 20, "min_level": 57, @@ -1301,7 +1301,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 57, @@ -1309,7 +1309,7 @@ }, { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 10, "min_level": 57, @@ -1317,7 +1317,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 10, "min_level": 57, @@ -1336,7 +1336,7 @@ "encounters": [ { "pokeapi_id": 533, - "pokemon_name": "gurdurr", + "pokemon_name": "Gurdurr", "method": "walk", "encounter_rate": 40, "min_level": 54, @@ -1344,7 +1344,7 @@ }, { "pokeapi_id": 536, - "pokemon_name": "palpitoad", + "pokemon_name": "Palpitoad", "method": "walk", "encounter_rate": 25, "min_level": 54, @@ -1352,7 +1352,7 @@ }, { "pokeapi_id": 538, - "pokemon_name": "throh", + "pokemon_name": "Throh", "method": "walk", "encounter_rate": 15, "min_level": 55, @@ -1360,7 +1360,7 @@ }, { "pokeapi_id": 454, - "pokemon_name": "toxicroak", + "pokemon_name": "Toxicroak", "method": "walk", "encounter_rate": 10, "min_level": 55, @@ -1368,7 +1368,7 @@ }, { "pokeapi_id": 193, - "pokemon_name": "yanma", + "pokemon_name": "Yanma", "method": "walk", "encounter_rate": 10, "min_level": 55, @@ -1382,7 +1382,7 @@ "encounters": [ { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 70, "min_level": 45, @@ -1390,7 +1390,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -1398,7 +1398,7 @@ }, { "pokeapi_id": 548, - "pokemon_name": "petilil", + "pokemon_name": "Petilil", "method": "walk", "encounter_rate": 45, "min_level": 54, @@ -1406,7 +1406,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -1414,7 +1414,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 30, "min_level": 45, @@ -1422,7 +1422,7 @@ }, { "pokeapi_id": 541, - "pokemon_name": "swadloon", + "pokemon_name": "Swadloon", "method": "walk", "encounter_rate": 25, "min_level": 54, @@ -1430,7 +1430,7 @@ }, { "pokeapi_id": 288, - "pokemon_name": "vigoroth", + "pokemon_name": "Vigoroth", "method": "walk", "encounter_rate": 15, "min_level": 55, @@ -1438,7 +1438,7 @@ }, { "pokeapi_id": 544, - "pokemon_name": "whirlipede", + "pokemon_name": "Whirlipede", "method": "walk", "encounter_rate": 15, "min_level": 55, @@ -1454,7 +1454,7 @@ "encounters": [ { "pokeapi_id": 554, - "pokemon_name": "darumaka", + "pokemon_name": "Darumaka", "method": "walk", "encounter_rate": 30, "min_level": 18, @@ -1462,7 +1462,7 @@ }, { "pokeapi_id": 551, - "pokemon_name": "sandile", + "pokemon_name": "Sandile", "method": "walk", "encounter_rate": 30, "min_level": 18, @@ -1470,7 +1470,7 @@ }, { "pokeapi_id": 557, - "pokemon_name": "dwebble", + "pokemon_name": "Dwebble", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -1478,7 +1478,7 @@ }, { "pokeapi_id": 556, - "pokemon_name": "maractus", + "pokemon_name": "Maractus", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -1486,7 +1486,7 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -1494,7 +1494,7 @@ }, { "pokeapi_id": 559, - "pokemon_name": "scraggy", + "pokemon_name": "Scraggy", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -1508,7 +1508,7 @@ "encounters": [ { "pokeapi_id": 551, - "pokemon_name": "sandile", + "pokemon_name": "Sandile", "method": "walk", "encounter_rate": 30, "min_level": 18, @@ -1516,7 +1516,7 @@ }, { "pokeapi_id": 554, - "pokemon_name": "darumaka", + "pokemon_name": "Darumaka", "method": "walk", "encounter_rate": 20, "min_level": 18, @@ -1524,7 +1524,7 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 15, "min_level": 19, @@ -1532,7 +1532,7 @@ }, { "pokeapi_id": 557, - "pokemon_name": "dwebble", + "pokemon_name": "Dwebble", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -1540,7 +1540,7 @@ }, { "pokeapi_id": 556, - "pokemon_name": "maractus", + "pokemon_name": "Maractus", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -1548,7 +1548,7 @@ }, { "pokeapi_id": 561, - "pokemon_name": "sigilyph", + "pokemon_name": "Sigilyph", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -1556,7 +1556,7 @@ }, { "pokeapi_id": 328, - "pokemon_name": "trapinch", + "pokemon_name": "Trapinch", "method": "walk", "encounter_rate": 5, "min_level": 21, @@ -1575,7 +1575,7 @@ "encounters": [ { "pokeapi_id": 343, - "pokemon_name": "baltoy", + "pokemon_name": "Baltoy", "method": "walk", "encounter_rate": 100, "min_level": 27, @@ -1589,7 +1589,7 @@ "encounters": [ { "pokeapi_id": 551, - "pokemon_name": "sandile", + "pokemon_name": "Sandile", "method": "walk", "encounter_rate": 40, "min_level": 18, @@ -1597,7 +1597,7 @@ }, { "pokeapi_id": 562, - "pokemon_name": "yamask", + "pokemon_name": "Yamask", "method": "walk", "encounter_rate": 40, "min_level": 18, @@ -1605,7 +1605,7 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -1619,7 +1619,7 @@ "encounters": [ { "pokeapi_id": 562, - "pokemon_name": "yamask", + "pokemon_name": "Yamask", "method": "walk", "encounter_rate": 40, "min_level": 27, @@ -1627,7 +1627,7 @@ }, { "pokeapi_id": 551, - "pokemon_name": "sandile", + "pokemon_name": "Sandile", "method": "walk", "encounter_rate": 30, "min_level": 27, @@ -1635,7 +1635,7 @@ }, { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -1643,7 +1643,7 @@ }, { "pokeapi_id": 552, - "pokemon_name": "krokorok", + "pokemon_name": "Krokorok", "method": "walk", "encounter_rate": 10, "min_level": 29, @@ -1659,12 +1659,12 @@ "encounters": [], "children": [ { - "name": "Chargestone Cave (1f)", + "name": "Chargestone Cave (1F)", "order": 32, "encounters": [ { "pokeapi_id": 595, - "pokemon_name": "joltik", + "pokemon_name": "Joltik", "method": "walk", "encounter_rate": 39, "min_level": 25, @@ -1672,7 +1672,7 @@ }, { "pokeapi_id": 599, - "pokemon_name": "klink", + "pokemon_name": "Klink", "method": "walk", "encounter_rate": 24, "min_level": 26, @@ -1680,7 +1680,7 @@ }, { "pokeapi_id": 597, - "pokemon_name": "ferroseed", + "pokemon_name": "Ferroseed", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -1688,7 +1688,7 @@ }, { "pokeapi_id": 299, - "pokemon_name": "nosepass", + "pokemon_name": "Nosepass", "method": "walk", "encounter_rate": 10, "min_level": 27, @@ -1696,7 +1696,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -1704,7 +1704,7 @@ }, { "pokeapi_id": 602, - "pokemon_name": "tynamo", + "pokemon_name": "Tynamo", "method": "walk", "encounter_rate": 2, "min_level": 28, @@ -1712,13 +1712,121 @@ } ] }, + { + "name": "Chargestone Cave (1f)", + "order": 32, + "encounters": [ + { + "pokeapi_id": 595, + "pokemon_name": "Joltik", + "method": "walk", + "encounter_rate": 39, + "min_level": 25, + "max_level": 28 + }, + { + "pokeapi_id": 599, + "pokemon_name": "Klink", + "method": "walk", + "encounter_rate": 24, + "min_level": 26, + "max_level": 28 + }, + { + "pokeapi_id": 597, + "pokemon_name": "Ferroseed", + "method": "walk", + "encounter_rate": 20, + "min_level": 26, + "max_level": 27 + }, + { + "pokeapi_id": 299, + "pokemon_name": "Nosepass", + "method": "walk", + "encounter_rate": 10, + "min_level": 27, + "max_level": 27 + }, + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 5, + "min_level": 25, + "max_level": 25 + }, + { + "pokeapi_id": 602, + "pokemon_name": "Tynamo", + "method": "walk", + "encounter_rate": 2, + "min_level": 28, + "max_level": 28 + } + ] + }, + { + "name": "Chargestone Cave (B1F)", + "order": 33, + "encounters": [ + { + "pokeapi_id": 595, + "pokemon_name": "Joltik", + "method": "walk", + "encounter_rate": 39, + "min_level": 28, + "max_level": 31 + }, + { + "pokeapi_id": 599, + "pokemon_name": "Klink", + "method": "walk", + "encounter_rate": 24, + "min_level": 29, + "max_level": 31 + }, + { + "pokeapi_id": 597, + "pokemon_name": "Ferroseed", + "method": "walk", + "encounter_rate": 20, + "min_level": 29, + "max_level": 30 + }, + { + "pokeapi_id": 299, + "pokemon_name": "Nosepass", + "method": "walk", + "encounter_rate": 10, + "min_level": 30, + "max_level": 30 + }, + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 5, + "min_level": 28, + "max_level": 28 + }, + { + "pokeapi_id": 602, + "pokemon_name": "Tynamo", + "method": "walk", + "encounter_rate": 2, + "min_level": 31, + "max_level": 31 + } + ] + }, { "name": "Chargestone Cave (B1f)", "order": 33, "encounters": [ { "pokeapi_id": 595, - "pokemon_name": "joltik", + "pokemon_name": "Joltik", "method": "walk", "encounter_rate": 39, "min_level": 28, @@ -1726,7 +1834,7 @@ }, { "pokeapi_id": 599, - "pokemon_name": "klink", + "pokemon_name": "Klink", "method": "walk", "encounter_rate": 24, "min_level": 29, @@ -1734,7 +1842,7 @@ }, { "pokeapi_id": 597, - "pokemon_name": "ferroseed", + "pokemon_name": "Ferroseed", "method": "walk", "encounter_rate": 20, "min_level": 29, @@ -1742,7 +1850,7 @@ }, { "pokeapi_id": 299, - "pokemon_name": "nosepass", + "pokemon_name": "Nosepass", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -1750,7 +1858,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -1758,7 +1866,7 @@ }, { "pokeapi_id": 602, - "pokemon_name": "tynamo", + "pokemon_name": "Tynamo", "method": "walk", "encounter_rate": 2, "min_level": 31, @@ -1766,13 +1874,67 @@ } ] }, + { + "name": "Chargestone Cave (B2F)", + "order": 34, + "encounters": [ + { + "pokeapi_id": 595, + "pokemon_name": "Joltik", + "method": "walk", + "encounter_rate": 36, + "min_level": 28, + "max_level": 31 + }, + { + "pokeapi_id": 599, + "pokemon_name": "Klink", + "method": "walk", + "encounter_rate": 21, + "min_level": 29, + "max_level": 31 + }, + { + "pokeapi_id": 597, + "pokemon_name": "Ferroseed", + "method": "walk", + "encounter_rate": 20, + "min_level": 30, + "max_level": 31 + }, + { + "pokeapi_id": 299, + "pokemon_name": "Nosepass", + "method": "walk", + "encounter_rate": 10, + "min_level": 30, + "max_level": 30 + }, + { + "pokeapi_id": 602, + "pokemon_name": "Tynamo", + "method": "walk", + "encounter_rate": 8, + "min_level": 31, + "max_level": 31 + }, + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 5, + "min_level": 28, + "max_level": 28 + } + ] + }, { "name": "Chargestone Cave (B2f)", "order": 34, "encounters": [ { "pokeapi_id": 595, - "pokemon_name": "joltik", + "pokemon_name": "Joltik", "method": "walk", "encounter_rate": 36, "min_level": 28, @@ -1780,7 +1942,7 @@ }, { "pokeapi_id": 599, - "pokemon_name": "klink", + "pokemon_name": "Klink", "method": "walk", "encounter_rate": 21, "min_level": 29, @@ -1788,7 +1950,7 @@ }, { "pokeapi_id": 597, - "pokemon_name": "ferroseed", + "pokemon_name": "Ferroseed", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -1796,7 +1958,7 @@ }, { "pokeapi_id": 299, - "pokemon_name": "nosepass", + "pokemon_name": "Nosepass", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -1804,7 +1966,7 @@ }, { "pokeapi_id": 602, - "pokemon_name": "tynamo", + "pokemon_name": "Tynamo", "method": "walk", "encounter_rate": 8, "min_level": 31, @@ -1812,7 +1974,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -1828,7 +1990,7 @@ "encounters": [ { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 100, "min_level": 54, @@ -1836,7 +1998,7 @@ }, { "pokeapi_id": 533, - "pokemon_name": "gurdurr", + "pokemon_name": "Gurdurr", "method": "walk", "encounter_rate": 50, "min_level": 55, @@ -1844,7 +2006,7 @@ }, { "pokeapi_id": 614, - "pokemon_name": "beartic", + "pokemon_name": "Beartic", "method": "walk", "encounter_rate": 45, "min_level": 54, @@ -1852,7 +2014,7 @@ }, { "pokeapi_id": 631, - "pokemon_name": "heatmor", + "pokemon_name": "Heatmor", "method": "walk", "encounter_rate": 35, "min_level": 55, @@ -1860,7 +2022,7 @@ }, { "pokeapi_id": 615, - "pokemon_name": "cryogonal", + "pokemon_name": "Cryogonal", "method": "walk", "encounter_rate": 15, "min_level": 56, @@ -1868,7 +2030,7 @@ }, { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 15, "min_level": 56, @@ -1876,7 +2038,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -1884,7 +2046,77 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 5, + "min_level": 57, + "max_level": 57 + } + ] + }, + { + "name": "Twist Mountain (B1F 3F)", + "order": 35, + "encounters": [ + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 100, + "min_level": 54, + "max_level": 55 + }, + { + "pokeapi_id": 533, + "pokemon_name": "Gurdurr", + "method": "walk", + "encounter_rate": 50, + "min_level": 55, + "max_level": 55 + }, + { + "pokeapi_id": 614, + "pokemon_name": "Beartic", + "method": "walk", + "encounter_rate": 45, + "min_level": 54, + "max_level": 56 + }, + { + "pokeapi_id": 631, + "pokemon_name": "Heatmor", + "method": "walk", + "encounter_rate": 35, + "min_level": 55, + "max_level": 56 + }, + { + "pokeapi_id": 615, + "pokemon_name": "Cryogonal", + "method": "walk", + "encounter_rate": 15, + "min_level": 56, + "max_level": 57 + }, + { + "pokeapi_id": 632, + "pokemon_name": "Durant", + "method": "walk", + "encounter_rate": 15, + "min_level": 56, + "max_level": 57 + }, + { + "pokeapi_id": 527, + "pokemon_name": "Woobat", + "method": "walk", + "encounter_rate": 10, + "min_level": 54, + "max_level": 54 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 57, @@ -1903,7 +2135,7 @@ "encounters": [ { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 100, "min_level": 45, @@ -1911,7 +2143,7 @@ }, { "pokeapi_id": 520, - "pokemon_name": "tranquill", + "pokemon_name": "Tranquill", "method": "walk", "encounter_rate": 100, "min_level": 55, @@ -1919,7 +2151,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -1927,7 +2159,7 @@ }, { "pokeapi_id": 586, - "pokemon_name": "sawsbuck", + "pokemon_name": "Sawsbuck", "method": "walk", "encounter_rate": 45, "min_level": 55, @@ -1935,7 +2167,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -1943,7 +2175,7 @@ }, { "pokeapi_id": 620, - "pokemon_name": "mienshao", + "pokemon_name": "Mienshao", "method": "walk", "encounter_rate": 25, "min_level": 56, @@ -1951,7 +2183,7 @@ }, { "pokeapi_id": 583, - "pokemon_name": "vanillish", + "pokemon_name": "Vanillish", "method": "walk", "encounter_rate": 25, "min_level": 55, @@ -1959,7 +2191,7 @@ }, { "pokeapi_id": 614, - "pokemon_name": "beartic", + "pokemon_name": "Beartic", "method": "walk", "encounter_rate": 15, "min_level": 57, @@ -1967,7 +2199,7 @@ }, { "pokeapi_id": 621, - "pokemon_name": "druddigon", + "pokemon_name": "Druddigon", "method": "walk", "encounter_rate": 5, "min_level": 58, @@ -1981,7 +2213,7 @@ "encounters": [ { "pokeapi_id": 623, - "pokemon_name": "golurk", + "pokemon_name": "Golurk", "method": "walk", "encounter_rate": 50, "min_level": 55, @@ -1989,7 +2221,7 @@ }, { "pokeapi_id": 621, - "pokemon_name": "druddigon", + "pokemon_name": "Druddigon", "method": "walk", "encounter_rate": 30, "min_level": 56, @@ -1997,7 +2229,37 @@ }, { "pokeapi_id": 620, - "pokemon_name": "mienshao", + "pokemon_name": "Mienshao", + "method": "walk", + "encounter_rate": 20, + "min_level": 55, + "max_level": 55 + } + ] + }, + { + "name": "Dragonspiral Tower (1F)", + "order": 39, + "encounters": [ + { + "pokeapi_id": 623, + "pokemon_name": "Golurk", + "method": "walk", + "encounter_rate": 50, + "min_level": 55, + "max_level": 58 + }, + { + "pokeapi_id": 621, + "pokemon_name": "Druddigon", + "method": "walk", + "encounter_rate": 30, + "min_level": 56, + "max_level": 58 + }, + { + "pokeapi_id": 620, + "pokemon_name": "Mienshao", "method": "walk", "encounter_rate": 20, "min_level": 55, @@ -2011,7 +2273,7 @@ "encounters": [ { "pokeapi_id": 623, - "pokemon_name": "golurk", + "pokemon_name": "Golurk", "method": "walk", "encounter_rate": 100, "min_level": 55, @@ -2025,7 +2287,7 @@ "encounters": [ { "pokeapi_id": 520, - "pokemon_name": "tranquill", + "pokemon_name": "Tranquill", "method": "walk", "encounter_rate": 100, "min_level": 55, @@ -2033,7 +2295,7 @@ }, { "pokeapi_id": 586, - "pokemon_name": "sawsbuck", + "pokemon_name": "Sawsbuck", "method": "walk", "encounter_rate": 45, "min_level": 55, @@ -2041,7 +2303,7 @@ }, { "pokeapi_id": 620, - "pokemon_name": "mienshao", + "pokemon_name": "Mienshao", "method": "walk", "encounter_rate": 30, "min_level": 56, @@ -2049,7 +2311,7 @@ }, { "pokeapi_id": 583, - "pokemon_name": "vanillish", + "pokemon_name": "Vanillish", "method": "walk", "encounter_rate": 25, "min_level": 55, @@ -2057,7 +2319,7 @@ }, { "pokeapi_id": 614, - "pokemon_name": "beartic", + "pokemon_name": "Beartic", "method": "walk", "encounter_rate": 15, "min_level": 57, @@ -2065,13 +2327,27 @@ }, { "pokeapi_id": 621, - "pokemon_name": "druddigon", + "pokemon_name": "Druddigon", "method": "walk", "encounter_rate": 15, "min_level": 58, "max_level": 58 } ] + }, + { + "name": "Dragonspiral Tower (2F)", + "order": 40, + "encounters": [ + { + "pokeapi_id": 623, + "pokemon_name": "Golurk", + "method": "walk", + "encounter_rate": 100, + "min_level": 55, + "max_level": 58 + } + ] } ] }, @@ -2081,7 +2357,21 @@ "encounters": [ { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 100, + "min_level": 47, + "max_level": 50 + } + ] + }, + { + "name": "Victory Road (7F)", + "order": 41, + "encounters": [ + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 100, "min_level": 47, @@ -2095,7 +2385,7 @@ "encounters": [ { "pokeapi_id": 592, - "pokemon_name": "frillish", + "pokemon_name": "Frillish", "method": "surf", "encounter_rate": 65, "min_level": 25, @@ -2103,7 +2393,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -2111,7 +2401,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -2119,7 +2409,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -2127,7 +2417,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 5, "min_level": 30, @@ -2141,7 +2431,7 @@ "encounters": [ { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 100, "min_level": 45, @@ -2149,7 +2439,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 60, "min_level": 50, @@ -2157,7 +2447,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 50, "min_level": 55, @@ -2165,7 +2455,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 50, "min_level": 55, @@ -2173,7 +2463,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 40, "min_level": 50, @@ -2187,7 +2477,7 @@ "encounters": [ { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 30, "min_level": 27, @@ -2195,7 +2485,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 30, "min_level": 27, @@ -2203,7 +2493,7 @@ }, { "pokeapi_id": 304, - "pokemon_name": "aron", + "pokemon_name": "Aron", "method": "walk", "encounter_rate": 20, "min_level": 29, @@ -2211,7 +2501,7 @@ }, { "pokeapi_id": 610, - "pokemon_name": "axew", + "pokemon_name": "Axew", "method": "walk", "encounter_rate": 20, "min_level": 29, @@ -2224,13 +2514,27 @@ "order": 45, "encounters": [], "children": [ + { + "name": "Celestial Tower (2F)", + "order": 46, + "encounters": [ + { + "pokeapi_id": 607, + "pokemon_name": "Litwick", + "method": "walk", + "encounter_rate": 100, + "min_level": 27, + "max_level": 30 + } + ] + }, { "name": "Celestial Tower (2f)", "order": 46, "encounters": [ { "pokeapi_id": 607, - "pokemon_name": "litwick", + "pokemon_name": "Litwick", "method": "walk", "encounter_rate": 100, "min_level": 27, @@ -2244,7 +2548,7 @@ "encounters": [ { "pokeapi_id": 607, - "pokemon_name": "litwick", + "pokemon_name": "Litwick", "method": "walk", "encounter_rate": 80, "min_level": 28, @@ -2252,7 +2556,7 @@ }, { "pokeapi_id": 605, - "pokemon_name": "elgyem", + "pokemon_name": "Elgyem", "method": "walk", "encounter_rate": 15, "min_level": 30, @@ -2260,7 +2564,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 31, @@ -2268,13 +2572,73 @@ } ] }, + { + "name": "Celestial Tower (3F)", + "order": 47, + "encounters": [ + { + "pokeapi_id": 607, + "pokemon_name": "Litwick", + "method": "walk", + "encounter_rate": 80, + "min_level": 28, + "max_level": 31 + }, + { + "pokeapi_id": 605, + "pokemon_name": "Elgyem", + "method": "walk", + "encounter_rate": 15, + "min_level": 30, + "max_level": 31 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 31, + "max_level": 31 + } + ] + }, + { + "name": "Celestial Tower (4F)", + "order": 48, + "encounters": [ + { + "pokeapi_id": 607, + "pokemon_name": "Litwick", + "method": "walk", + "encounter_rate": 65, + "min_level": 29, + "max_level": 32 + }, + { + "pokeapi_id": 605, + "pokemon_name": "Elgyem", + "method": "walk", + "encounter_rate": 25, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 32, + "max_level": 32 + } + ] + }, { "name": "Celestial Tower (4f)", "order": 48, "encounters": [ { "pokeapi_id": 607, - "pokemon_name": "litwick", + "pokemon_name": "Litwick", "method": "walk", "encounter_rate": 65, "min_level": 29, @@ -2282,7 +2646,7 @@ }, { "pokeapi_id": 605, - "pokemon_name": "elgyem", + "pokemon_name": "Elgyem", "method": "walk", "encounter_rate": 25, "min_level": 30, @@ -2290,7 +2654,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 32, @@ -2298,13 +2662,43 @@ } ] }, + { + "name": "Celestial Tower (5F)", + "order": 49, + "encounters": [ + { + "pokeapi_id": 605, + "pokemon_name": "Elgyem", + "method": "walk", + "encounter_rate": 40, + "min_level": 30, + "max_level": 33 + }, + { + "pokeapi_id": 607, + "pokemon_name": "Litwick", + "method": "walk", + "encounter_rate": 40, + "min_level": 30, + "max_level": 33 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 33 + } + ] + }, { "name": "Celestial Tower (5f)", "order": 49, "encounters": [ { "pokeapi_id": 605, - "pokemon_name": "elgyem", + "pokemon_name": "Elgyem", "method": "walk", "encounter_rate": 40, "min_level": 30, @@ -2312,7 +2706,7 @@ }, { "pokeapi_id": 607, - "pokemon_name": "litwick", + "pokemon_name": "Litwick", "method": "walk", "encounter_rate": 40, "min_level": 30, @@ -2320,7 +2714,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -2336,7 +2730,7 @@ "encounters": [ { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 100, "min_level": 45, @@ -2344,7 +2738,7 @@ }, { "pokeapi_id": 536, - "pokemon_name": "palpitoad", + "pokemon_name": "Palpitoad", "method": "walk", "encounter_rate": 100, "min_level": 54, @@ -2352,7 +2746,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "surf", "encounter_rate": 100, "min_level": 45, @@ -2360,7 +2754,7 @@ }, { "pokeapi_id": 588, - "pokemon_name": "karrablast", + "pokemon_name": "Karrablast", "method": "walk", "encounter_rate": 60, "min_level": 54, @@ -2368,7 +2762,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "walk", "encounter_rate": 60, "min_level": 55, @@ -2376,7 +2770,7 @@ }, { "pokeapi_id": 453, - "pokemon_name": "croagunk", + "pokemon_name": "Croagunk", "method": "walk", "encounter_rate": 45, "min_level": 55, @@ -2384,7 +2778,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "super-rod", "encounter_rate": 40, "min_level": 45, @@ -2392,7 +2786,7 @@ }, { "pokeapi_id": 616, - "pokemon_name": "shelmet", + "pokemon_name": "Shelmet", "method": "walk", "encounter_rate": 15, "min_level": 57, @@ -2400,206 +2794,13 @@ } ] }, - { - "name": "Giant Chasm", - "order": 51, - "encounters": [], - "children": [ - { - "name": "Giant Chasm (Outside)", - "order": 52, - "encounters": [ - { - "pokeapi_id": 114, - "pokemon_name": "tangela", - "method": "walk", - "encounter_rate": 30, - "min_level": 44, - "max_level": 45 - }, - { - "pokeapi_id": 279, - "pokemon_name": "pelipper", - "method": "walk", - "encounter_rate": 20, - "min_level": 45, - "max_level": 45 - }, - { - "pokeapi_id": 35, - "pokemon_name": "clefairy", - "method": "walk", - "encounter_rate": 15, - "min_level": 45, - "max_level": 47 - }, - { - "pokeapi_id": 337, - "pokemon_name": "lunatone", - "method": "walk", - "encounter_rate": 10, - "min_level": 45, - "max_level": 45 - }, - { - "pokeapi_id": 338, - "pokemon_name": "solrock", - "method": "walk", - "encounter_rate": 10, - "min_level": 46, - "max_level": 46 - }, - { - "pokeapi_id": 583, - "pokemon_name": "vanillish", - "method": "walk", - "encounter_rate": 10, - "min_level": 45, - "max_level": 47 - }, - { - "pokeapi_id": 225, - "pokemon_name": "delibird", - "method": "walk", - "encounter_rate": 5, - "min_level": 44, - "max_level": 44 - } - ] - }, - { - "name": "Giant Chasm (Forest)", - "order": 53, - "encounters": [ - { - "pokeapi_id": 221, - "pokemon_name": "piloswine", - "method": "walk", - "encounter_rate": 30, - "min_level": 44, - "max_level": 46 - }, - { - "pokeapi_id": 35, - "pokemon_name": "clefairy", - "method": "walk", - "encounter_rate": 20, - "min_level": 45, - "max_level": 45 - }, - { - "pokeapi_id": 132, - "pokemon_name": "ditto", - "method": "walk", - "encounter_rate": 15, - "min_level": 45, - "max_level": 47 - }, - { - "pokeapi_id": 337, - "pokemon_name": "lunatone", - "method": "walk", - "encounter_rate": 10, - "min_level": 46, - "max_level": 46 - }, - { - "pokeapi_id": 375, - "pokemon_name": "metang", - "method": "walk", - "encounter_rate": 10, - "min_level": 45, - "max_level": 47 - }, - { - "pokeapi_id": 338, - "pokemon_name": "solrock", - "method": "walk", - "encounter_rate": 10, - "min_level": 46, - "max_level": 46 - }, - { - "pokeapi_id": 225, - "pokemon_name": "delibird", - "method": "walk", - "encounter_rate": 5, - "min_level": 44, - "max_level": 44 - } - ] - }, - { - "name": "Giant Chasm (Forest Cave)", - "order": 54, - "encounters": [ - { - "pokeapi_id": 221, - "pokemon_name": "piloswine", - "method": "walk", - "encounter_rate": 30, - "min_level": 44, - "max_level": 46 - }, - { - "pokeapi_id": 35, - "pokemon_name": "clefairy", - "method": "walk", - "encounter_rate": 20, - "min_level": 45, - "max_level": 45 - }, - { - "pokeapi_id": 132, - "pokemon_name": "ditto", - "method": "walk", - "encounter_rate": 15, - "min_level": 45, - "max_level": 47 - }, - { - "pokeapi_id": 337, - "pokemon_name": "lunatone", - "method": "walk", - "encounter_rate": 10, - "min_level": 46, - "max_level": 46 - }, - { - "pokeapi_id": 375, - "pokemon_name": "metang", - "method": "walk", - "encounter_rate": 10, - "min_level": 45, - "max_level": 47 - }, - { - "pokeapi_id": 338, - "pokemon_name": "solrock", - "method": "walk", - "encounter_rate": 10, - "min_level": 46, - "max_level": 46 - }, - { - "pokeapi_id": 225, - "pokemon_name": "delibird", - "method": "walk", - "encounter_rate": 5, - "min_level": 44, - "max_level": 44 - } - ] - } - ] - }, { "name": "Giant Chasm", "order": 55, "encounters": [ { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 70, "min_level": 35, @@ -2607,7 +2808,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -2615,7 +2816,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -2623,7 +2824,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "surf", "encounter_rate": 30, "min_level": 35, @@ -2631,7 +2832,7 @@ }, { "pokeapi_id": 221, - "pokemon_name": "piloswine", + "pokemon_name": "Piloswine", "method": "walk", "encounter_rate": 25, "min_level": 44, @@ -2639,7 +2840,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 20, "min_level": 44, @@ -2647,7 +2848,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 15, "min_level": 44, @@ -2655,7 +2856,7 @@ }, { "pokeapi_id": 583, - "pokemon_name": "vanillish", + "pokemon_name": "Vanillish", "method": "walk", "encounter_rate": 15, "min_level": 45, @@ -2663,7 +2864,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 10, "min_level": 46, @@ -2671,7 +2872,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 10, "min_level": 46, @@ -2679,12 +2880,200 @@ }, { "pokeapi_id": 225, - "pokemon_name": "delibird", + "pokemon_name": "Delibird", "method": "walk", "encounter_rate": 5, "min_level": 47, "max_level": 47 } + ], + "children": [ + { + "name": "Giant Chasm (Forest)", + "order": 52, + "encounters": [ + { + "pokeapi_id": 221, + "pokemon_name": "Piloswine", + "method": "walk", + "encounter_rate": 30, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 132, + "pokemon_name": "Ditto", + "method": "walk", + "encounter_rate": 15, + "min_level": 45, + "max_level": 47 + }, + { + "pokeapi_id": 337, + "pokemon_name": "Lunatone", + "method": "walk", + "encounter_rate": 10, + "min_level": 46, + "max_level": 46 + }, + { + "pokeapi_id": 375, + "pokemon_name": "Metang", + "method": "walk", + "encounter_rate": 10, + "min_level": 45, + "max_level": 47 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", + "method": "walk", + "encounter_rate": 10, + "min_level": 46, + "max_level": 46 + }, + { + "pokeapi_id": 225, + "pokemon_name": "Delibird", + "method": "walk", + "encounter_rate": 5, + "min_level": 44, + "max_level": 44 + } + ] + }, + { + "name": "Giant Chasm (Forest Cave)", + "order": 53, + "encounters": [ + { + "pokeapi_id": 221, + "pokemon_name": "Piloswine", + "method": "walk", + "encounter_rate": 30, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 132, + "pokemon_name": "Ditto", + "method": "walk", + "encounter_rate": 15, + "min_level": 45, + "max_level": 47 + }, + { + "pokeapi_id": 337, + "pokemon_name": "Lunatone", + "method": "walk", + "encounter_rate": 10, + "min_level": 46, + "max_level": 46 + }, + { + "pokeapi_id": 375, + "pokemon_name": "Metang", + "method": "walk", + "encounter_rate": 10, + "min_level": 45, + "max_level": 47 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", + "method": "walk", + "encounter_rate": 10, + "min_level": 46, + "max_level": 46 + }, + { + "pokeapi_id": 225, + "pokemon_name": "Delibird", + "method": "walk", + "encounter_rate": 5, + "min_level": 44, + "max_level": 44 + } + ] + }, + { + "name": "Giant Chasm (Outside)", + "order": 54, + "encounters": [ + { + "pokeapi_id": 114, + "pokemon_name": "Tangela", + "method": "walk", + "encounter_rate": 30, + "min_level": 44, + "max_level": 45 + }, + { + "pokeapi_id": 279, + "pokemon_name": "Pelipper", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 15, + "min_level": 45, + "max_level": 47 + }, + { + "pokeapi_id": 337, + "pokemon_name": "Lunatone", + "method": "walk", + "encounter_rate": 10, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", + "method": "walk", + "encounter_rate": 10, + "min_level": 46, + "max_level": 46 + }, + { + "pokeapi_id": 583, + "pokemon_name": "Vanillish", + "method": "walk", + "encounter_rate": 10, + "min_level": 45, + "max_level": 47 + }, + { + "pokeapi_id": 225, + "pokemon_name": "Delibird", + "method": "walk", + "encounter_rate": 5, + "min_level": 44, + "max_level": 44 + } + ] + } ] }, { @@ -2693,7 +3082,7 @@ "encounters": [ { "pokeapi_id": 592, - "pokemon_name": "frillish", + "pokemon_name": "Frillish", "method": "surf", "encounter_rate": 100, "min_level": 45, @@ -2701,7 +3090,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 55, "min_level": 35, @@ -2709,7 +3098,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "super-rod", "encounter_rate": 45, "min_level": 35, @@ -2717,7 +3106,7 @@ }, { "pokeapi_id": 507, - "pokemon_name": "herdier", + "pokemon_name": "Herdier", "method": "walk", "encounter_rate": 20, "min_level": 56, @@ -2725,7 +3114,7 @@ }, { "pokeapi_id": 505, - "pokemon_name": "watchog", + "pokemon_name": "Watchog", "method": "walk", "encounter_rate": 20, "min_level": 56, @@ -2733,7 +3122,7 @@ }, { "pokeapi_id": 600, - "pokemon_name": "klang", + "pokemon_name": "Klang", "method": "walk", "encounter_rate": 15, "min_level": 57, @@ -2741,7 +3130,7 @@ }, { "pokeapi_id": 82, - "pokemon_name": "magneton", + "pokemon_name": "Magneton", "method": "walk", "encounter_rate": 15, "min_level": 57, @@ -2749,7 +3138,7 @@ }, { "pokeapi_id": 560, - "pokemon_name": "scrafty", + "pokemon_name": "Scrafty", "method": "walk", "encounter_rate": 15, "min_level": 57, @@ -2757,7 +3146,7 @@ }, { "pokeapi_id": 110, - "pokemon_name": "weezing", + "pokemon_name": "Weezing", "method": "walk", "encounter_rate": 15, "min_level": 57, @@ -2771,7 +3160,7 @@ "encounters": [ { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 70, "min_level": 25, @@ -2779,7 +3168,7 @@ }, { "pokeapi_id": 318, - "pokemon_name": "carvanha", + "pokemon_name": "Carvanha", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -2787,7 +3176,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -2795,7 +3184,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 35, "min_level": 36, @@ -2803,7 +3192,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 35, "min_level": 36, @@ -2811,7 +3200,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -2819,7 +3208,7 @@ }, { "pokeapi_id": 336, - "pokemon_name": "seviper", + "pokemon_name": "Seviper", "method": "walk", "encounter_rate": 15, "min_level": 37, @@ -2827,7 +3216,7 @@ }, { "pokeapi_id": 335, - "pokemon_name": "zangoose", + "pokemon_name": "Zangoose", "method": "walk", "encounter_rate": 15, "min_level": 37, @@ -2841,7 +3230,7 @@ "encounters": [ { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 70, "min_level": 25, @@ -2849,7 +3238,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -2857,7 +3246,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -2865,7 +3254,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -2873,7 +3262,7 @@ }, { "pokeapi_id": 548, - "pokemon_name": "petilil", + "pokemon_name": "Petilil", "method": "walk", "encounter_rate": 30, "min_level": 33, @@ -2881,7 +3270,7 @@ }, { "pokeapi_id": 333, - "pokemon_name": "swablu", + "pokemon_name": "Swablu", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -2889,7 +3278,7 @@ }, { "pokeapi_id": 436, - "pokemon_name": "bronzor", + "pokemon_name": "Bronzor", "method": "walk", "encounter_rate": 15, "min_level": 32, @@ -2897,7 +3286,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 10, "min_level": 34, @@ -2905,7 +3294,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 10, "min_level": 34, @@ -2913,7 +3302,7 @@ }, { "pokeapi_id": 37, - "pokemon_name": "vulpix", + "pokemon_name": "Vulpix", "method": "walk", "encounter_rate": 10, "min_level": 34, @@ -2921,7 +3310,7 @@ }, { "pokeapi_id": 334, - "pokemon_name": "altaria", + "pokemon_name": "Altaria", "method": "walk", "encounter_rate": 5, "min_level": 36, @@ -2935,7 +3324,7 @@ "encounters": [ { "pokeapi_id": 458, - "pokemon_name": "mantyke", + "pokemon_name": "Mantyke", "method": "surf", "encounter_rate": 90, "min_level": 25, @@ -2943,7 +3332,7 @@ }, { "pokeapi_id": 592, - "pokemon_name": "frillish", + "pokemon_name": "Frillish", "method": "surf", "encounter_rate": 65, "min_level": 25, @@ -2951,7 +3340,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -2959,7 +3348,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -2967,7 +3356,7 @@ }, { "pokeapi_id": 363, - "pokemon_name": "spheal", + "pokemon_name": "Spheal", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -2975,7 +3364,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "surf", "encounter_rate": 5, "min_level": 30, @@ -2989,7 +3378,7 @@ "encounters": [ { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 70, "min_level": 10, @@ -2997,7 +3386,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -3005,7 +3394,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -3013,7 +3402,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "surf", "encounter_rate": 30, "min_level": 10, @@ -3021,7 +3410,7 @@ }, { "pokeapi_id": 548, - "pokemon_name": "petilil", + "pokemon_name": "Petilil", "method": "walk", "encounter_rate": 25, "min_level": 21, @@ -3029,7 +3418,7 @@ }, { "pokeapi_id": 541, - "pokemon_name": "swadloon", + "pokemon_name": "Swadloon", "method": "walk", "encounter_rate": 25, "min_level": 21, @@ -3037,7 +3426,7 @@ }, { "pokeapi_id": 543, - "pokemon_name": "venipede", + "pokemon_name": "Venipede", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -3045,7 +3434,7 @@ }, { "pokeapi_id": 315, - "pokemon_name": "roselia", + "pokemon_name": "Roselia", "method": "walk", "encounter_rate": 15, "min_level": 23, @@ -3053,7 +3442,7 @@ }, { "pokeapi_id": 415, - "pokemon_name": "combee", + "pokemon_name": "Combee", "method": "walk", "encounter_rate": 10, "min_level": 22, @@ -3061,7 +3450,7 @@ }, { "pokeapi_id": 127, - "pokemon_name": "pinsir", + "pokemon_name": "Pinsir", "method": "walk", "encounter_rate": 5, "min_level": 24, @@ -3075,7 +3464,7 @@ "encounters": [ { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 30, "min_level": 27, @@ -3083,7 +3472,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 30, "min_level": 27, @@ -3091,7 +3480,7 @@ }, { "pokeapi_id": 304, - "pokemon_name": "aron", + "pokemon_name": "Aron", "method": "walk", "encounter_rate": 20, "min_level": 29, @@ -3099,7 +3488,7 @@ }, { "pokeapi_id": 610, - "pokemon_name": "axew", + "pokemon_name": "Axew", "method": "walk", "encounter_rate": 20, "min_level": 29, @@ -3113,7 +3502,7 @@ "encounters": [ { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -3121,7 +3510,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -3129,7 +3518,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -3143,7 +3532,7 @@ "encounters": [ { "pokeapi_id": 592, - "pokemon_name": "frillish", + "pokemon_name": "Frillish", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -3151,7 +3540,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "super-rod", "encounter_rate": 55, "min_level": 40, @@ -3159,7 +3548,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -3167,7 +3556,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "super-rod", "encounter_rate": 5, "min_level": 50, @@ -3181,7 +3570,7 @@ "encounters": [ { "pokeapi_id": 592, - "pokemon_name": "frillish", + "pokemon_name": "Frillish", "method": "surf", "encounter_rate": 65, "min_level": 30, @@ -3189,7 +3578,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -3197,7 +3586,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -3205,7 +3594,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "surf", "encounter_rate": 30, "min_level": 30, @@ -3213,7 +3602,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -3227,7 +3616,7 @@ "encounters": [ { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -3235,7 +3624,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -3243,7 +3632,7 @@ }, { "pokeapi_id": 504, - "pokemon_name": "patrat", + "pokemon_name": "Patrat", "method": "walk", "encounter_rate": 50, "min_level": 2, @@ -3251,7 +3640,7 @@ }, { "pokeapi_id": 509, - "pokemon_name": "purrloin", + "pokemon_name": "Purrloin", "method": "walk", "encounter_rate": 50, "min_level": 2, @@ -3259,7 +3648,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -3273,7 +3662,7 @@ "encounters": [ { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 70, "min_level": 5, @@ -3281,7 +3670,7 @@ }, { "pokeapi_id": 519, - "pokemon_name": "pidove", + "pokemon_name": "Pidove", "method": "walk", "encounter_rate": 65, "min_level": 2, @@ -3289,7 +3678,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -3297,7 +3686,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -3305,7 +3694,7 @@ }, { "pokeapi_id": 191, - "pokemon_name": "sunkern", + "pokemon_name": "Sunkern", "method": "walk", "encounter_rate": 38, "min_level": 2, @@ -3313,7 +3702,7 @@ }, { "pokeapi_id": 540, - "pokemon_name": "sewaddle", + "pokemon_name": "Sewaddle", "method": "walk", "encounter_rate": 35, "min_level": 2, @@ -3321,7 +3710,7 @@ }, { "pokeapi_id": 298, - "pokemon_name": "azurill", + "pokemon_name": "Azurill", "method": "surf", "encounter_rate": 30, "min_level": 5, @@ -3329,7 +3718,7 @@ }, { "pokeapi_id": 504, - "pokemon_name": "patrat", + "pokemon_name": "Patrat", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -3337,7 +3726,7 @@ }, { "pokeapi_id": 509, - "pokemon_name": "purrloin", + "pokemon_name": "Purrloin", "method": "walk", "encounter_rate": 17, "min_level": 3, @@ -3351,7 +3740,7 @@ "encounters": [ { "pokeapi_id": 592, - "pokemon_name": "frillish", + "pokemon_name": "Frillish", "method": "surf", "encounter_rate": 65, "min_level": 30, @@ -3359,7 +3748,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -3367,7 +3756,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -3375,7 +3764,7 @@ }, { "pokeapi_id": 458, - "pokemon_name": "mantyke", + "pokemon_name": "Mantyke", "method": "surf", "encounter_rate": 30, "min_level": 30, @@ -3383,7 +3772,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "surf", "encounter_rate": 5, "min_level": 35, @@ -3397,7 +3786,7 @@ "encounters": [ { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 70, "min_level": 15, @@ -3405,7 +3794,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -3413,7 +3802,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -3421,7 +3810,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 30, "min_level": 15, @@ -3429,7 +3818,7 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 25, "min_level": 39, @@ -3437,7 +3826,7 @@ }, { "pokeapi_id": 591, - "pokemon_name": "amoonguss", + "pokemon_name": "Amoonguss", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -3445,7 +3834,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -3453,7 +3842,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -3461,7 +3850,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -3469,7 +3858,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "walk", "encounter_rate": 10, "min_level": 40, @@ -3477,7 +3866,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -3485,7 +3874,7 @@ }, { "pokeapi_id": 225, - "pokemon_name": "delibird", + "pokemon_name": "Delibird", "method": "walk", "encounter_rate": 5, "min_level": 39, @@ -3499,7 +3888,7 @@ "encounters": [ { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 70, "min_level": 40, @@ -3507,7 +3896,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -3515,7 +3904,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -3523,7 +3912,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "surf", "encounter_rate": 30, "min_level": 40, @@ -3531,7 +3920,7 @@ }, { "pokeapi_id": 626, - "pokemon_name": "bouffalant", + "pokemon_name": "Bouffalant", "method": "walk", "encounter_rate": 25, "min_level": 49, @@ -3539,7 +3928,7 @@ }, { "pokeapi_id": 538, - "pokemon_name": "throh", + "pokemon_name": "Throh", "method": "walk", "encounter_rate": 25, "min_level": 48, @@ -3547,7 +3936,7 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 15, "min_level": 48, @@ -3555,7 +3944,7 @@ }, { "pokeapi_id": 591, - "pokemon_name": "amoonguss", + "pokemon_name": "Amoonguss", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -3563,7 +3952,7 @@ }, { "pokeapi_id": 207, - "pokemon_name": "gligar", + "pokemon_name": "Gligar", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -3571,7 +3960,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 10, "min_level": 50, @@ -3579,7 +3968,7 @@ }, { "pokeapi_id": 627, - "pokemon_name": "rufflet", + "pokemon_name": "Rufflet", "method": "walk", "encounter_rate": 5, "min_level": 47, @@ -3593,7 +3982,7 @@ "encounters": [ { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -3601,7 +3990,7 @@ }, { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -3609,7 +3998,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 45, "min_level": 14, @@ -3617,7 +4006,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 45, "min_level": 14, @@ -3625,7 +4014,7 @@ }, { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -3639,7 +4028,7 @@ "encounters": [ { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "super-rod", "encounter_rate": 100, "min_level": 40, @@ -3647,7 +4036,7 @@ }, { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -3655,7 +4044,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 45, "min_level": 14, @@ -3663,7 +4052,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 45, "min_level": 14, @@ -3671,7 +4060,7 @@ }, { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -3690,7 +4079,7 @@ "encounters": [ { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 70, "min_level": 5, @@ -3698,7 +4087,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -3706,7 +4095,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -3714,7 +4103,7 @@ }, { "pokeapi_id": 298, - "pokemon_name": "azurill", + "pokemon_name": "Azurill", "method": "surf", "encounter_rate": 30, "min_level": 5, @@ -3728,7 +4117,7 @@ "encounters": [ { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 70, "min_level": 5, @@ -3736,7 +4125,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -3744,7 +4133,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -3752,7 +4141,7 @@ }, { "pokeapi_id": 506, - "pokemon_name": "lillipup", + "pokemon_name": "Lillipup", "method": "walk", "encounter_rate": 40, "min_level": 4, @@ -3760,7 +4149,7 @@ }, { "pokeapi_id": 298, - "pokemon_name": "azurill", + "pokemon_name": "Azurill", "method": "surf", "encounter_rate": 30, "min_level": 5, @@ -3768,7 +4157,7 @@ }, { "pokeapi_id": 298, - "pokemon_name": "azurill", + "pokemon_name": "Azurill", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -3776,7 +4165,7 @@ }, { "pokeapi_id": 179, - "pokemon_name": "mareep", + "pokemon_name": "Mareep", "method": "walk", "encounter_rate": 10, "min_level": 5, @@ -3784,7 +4173,7 @@ }, { "pokeapi_id": 504, - "pokemon_name": "patrat", + "pokemon_name": "Patrat", "method": "walk", "encounter_rate": 10, "min_level": 5, @@ -3792,7 +4181,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 10, "min_level": 5, @@ -3800,7 +4189,7 @@ }, { "pokeapi_id": 519, - "pokemon_name": "pidove", + "pokemon_name": "Pidove", "method": "walk", "encounter_rate": 5, "min_level": 7, @@ -3808,7 +4197,7 @@ }, { "pokeapi_id": 447, - "pokemon_name": "riolu", + "pokemon_name": "Riolu", "method": "walk", "encounter_rate": 5, "min_level": 5, @@ -3829,7 +4218,7 @@ "encounters": [ { "pokeapi_id": 592, - "pokemon_name": "frillish", + "pokemon_name": "Frillish", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -3837,7 +4226,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "super-rod", "encounter_rate": 55, "min_level": 40, @@ -3845,7 +4234,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -3853,7 +4242,7 @@ }, { "pokeapi_id": 504, - "pokemon_name": "patrat", + "pokemon_name": "Patrat", "method": "walk", "encounter_rate": 35, "min_level": 10, @@ -3861,7 +4250,7 @@ }, { "pokeapi_id": 519, - "pokemon_name": "pidove", + "pokemon_name": "Pidove", "method": "walk", "encounter_rate": 35, "min_level": 10, @@ -3869,7 +4258,7 @@ }, { "pokeapi_id": 239, - "pokemon_name": "elekid", + "pokemon_name": "Elekid", "method": "walk", "encounter_rate": 15, "min_level": 10, @@ -3877,7 +4266,7 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 15, "min_level": 10, @@ -3885,7 +4274,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "super-rod", "encounter_rate": 5, "min_level": 50, @@ -3899,7 +4288,7 @@ "encounters": [ { "pokeapi_id": 239, - "pokemon_name": "elekid", + "pokemon_name": "Elekid", "method": "walk", "encounter_rate": 25, "min_level": 10, @@ -3907,7 +4296,7 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 25, "min_level": 10, @@ -3915,7 +4304,7 @@ }, { "pokeapi_id": 58, - "pokemon_name": "growlithe", + "pokemon_name": "Growlithe", "method": "walk", "encounter_rate": 20, "min_level": 11, @@ -3923,7 +4312,7 @@ }, { "pokeapi_id": 109, - "pokemon_name": "koffing", + "pokemon_name": "Koffing", "method": "walk", "encounter_rate": 15, "min_level": 10, @@ -3931,7 +4320,7 @@ }, { "pokeapi_id": 504, - "pokemon_name": "patrat", + "pokemon_name": "Patrat", "method": "walk", "encounter_rate": 15, "min_level": 10, @@ -3947,12 +4336,12 @@ "encounters": [], "children": [ { - "name": "Reversal Mountain (Unknown Area 51)", + "name": "Reversal Mountain (Unknown Area 55)", "order": 79, "encounters": [ { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 35, "min_level": 32, @@ -3960,7 +4349,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 25, "min_level": 32, @@ -3968,7 +4357,7 @@ }, { "pokeapi_id": 322, - "pokemon_name": "numel", + "pokemon_name": "Numel", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -3976,7 +4365,7 @@ }, { "pokeapi_id": 451, - "pokemon_name": "skorupi", + "pokemon_name": "Skorupi", "method": "walk", "encounter_rate": 15, "min_level": 33, @@ -3984,99 +4373,7 @@ }, { "pokeapi_id": 323, - "pokemon_name": "camerupt", - "method": "walk", - "encounter_rate": 5, - "min_level": 35, - "max_level": 35 - } - ] - }, - { - "name": "Reversal Mountain (Unknown Area 52)", - "order": 80, - "encounters": [ - { - "pokeapi_id": 527, - "pokemon_name": "woobat", - "method": "walk", - "encounter_rate": 35, - "min_level": 32, - "max_level": 35 - }, - { - "pokeapi_id": 525, - "pokemon_name": "boldore", - "method": "walk", - "encounter_rate": 25, - "min_level": 32, - "max_level": 35 - }, - { - "pokeapi_id": 322, - "pokemon_name": "numel", - "method": "walk", - "encounter_rate": 20, - "min_level": 31, - "max_level": 31 - }, - { - "pokeapi_id": 451, - "pokemon_name": "skorupi", - "method": "walk", - "encounter_rate": 15, - "min_level": 33, - "max_level": 35 - }, - { - "pokeapi_id": 323, - "pokemon_name": "camerupt", - "method": "walk", - "encounter_rate": 5, - "min_level": 35, - "max_level": 35 - } - ] - }, - { - "name": "Reversal Mountain (Unknown Area 54)", - "order": 81, - "encounters": [ - { - "pokeapi_id": 527, - "pokemon_name": "woobat", - "method": "walk", - "encounter_rate": 35, - "min_level": 32, - "max_level": 35 - }, - { - "pokeapi_id": 525, - "pokemon_name": "boldore", - "method": "walk", - "encounter_rate": 25, - "min_level": 32, - "max_level": 35 - }, - { - "pokeapi_id": 322, - "pokemon_name": "numel", - "method": "walk", - "encounter_rate": 20, - "min_level": 31, - "max_level": 31 - }, - { - "pokeapi_id": 451, - "pokemon_name": "skorupi", - "method": "walk", - "encounter_rate": 15, - "min_level": 33, - "max_level": 35 - }, - { - "pokeapi_id": 323, - "pokemon_name": "camerupt", + "pokemon_name": "Camerupt", "method": "walk", "encounter_rate": 5, "min_level": 35, @@ -4086,11 +4383,11 @@ }, { "name": "Reversal Mountain (Unknown Area 56)", - "order": 82, + "order": 80, "encounters": [ { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 35, "min_level": 32, @@ -4098,7 +4395,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 25, "min_level": 32, @@ -4106,7 +4403,7 @@ }, { "pokeapi_id": 323, - "pokemon_name": "camerupt", + "pokemon_name": "Camerupt", "method": "walk", "encounter_rate": 20, "min_level": 35, @@ -4114,7 +4411,7 @@ }, { "pokeapi_id": 451, - "pokemon_name": "skorupi", + "pokemon_name": "Skorupi", "method": "walk", "encounter_rate": 15, "min_level": 33, @@ -4122,7 +4419,7 @@ }, { "pokeapi_id": 322, - "pokemon_name": "numel", + "pokemon_name": "Numel", "method": "walk", "encounter_rate": 5, "min_level": 31, @@ -4132,11 +4429,11 @@ }, { "name": "Reversal Mountain (Unknown Area 57)", - "order": 83, + "order": 81, "encounters": [ { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 35, "min_level": 32, @@ -4144,7 +4441,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 25, "min_level": 32, @@ -4152,7 +4449,7 @@ }, { "pokeapi_id": 322, - "pokemon_name": "numel", + "pokemon_name": "Numel", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -4160,7 +4457,7 @@ }, { "pokeapi_id": 451, - "pokemon_name": "skorupi", + "pokemon_name": "Skorupi", "method": "walk", "encounter_rate": 15, "min_level": 33, @@ -4168,7 +4465,7 @@ }, { "pokeapi_id": 323, - "pokemon_name": "camerupt", + "pokemon_name": "Camerupt", "method": "walk", "encounter_rate": 5, "min_level": 35, @@ -4178,11 +4475,103 @@ }, { "name": "Reversal Mountain (Unknown Area 58)", + "order": 82, + "encounters": [ + { + "pokeapi_id": 527, + "pokemon_name": "Woobat", + "method": "walk", + "encounter_rate": 35, + "min_level": 32, + "max_level": 35 + }, + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 25, + "min_level": 32, + "max_level": 35 + }, + { + "pokeapi_id": 322, + "pokemon_name": "Numel", + "method": "walk", + "encounter_rate": 20, + "min_level": 31, + "max_level": 31 + }, + { + "pokeapi_id": 451, + "pokemon_name": "Skorupi", + "method": "walk", + "encounter_rate": 15, + "min_level": 33, + "max_level": 35 + }, + { + "pokeapi_id": 323, + "pokemon_name": "Camerupt", + "method": "walk", + "encounter_rate": 5, + "min_level": 35, + "max_level": 35 + } + ] + }, + { + "name": "Reversal Mountain (Unknown Area 51)", + "order": 83, + "encounters": [ + { + "pokeapi_id": 527, + "pokemon_name": "Woobat", + "method": "walk", + "encounter_rate": 35, + "min_level": 32, + "max_level": 35 + }, + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 25, + "min_level": 32, + "max_level": 35 + }, + { + "pokeapi_id": 322, + "pokemon_name": "Numel", + "method": "walk", + "encounter_rate": 20, + "min_level": 31, + "max_level": 31 + }, + { + "pokeapi_id": 451, + "pokemon_name": "Skorupi", + "method": "walk", + "encounter_rate": 15, + "min_level": 33, + "max_level": 35 + }, + { + "pokeapi_id": 323, + "pokemon_name": "Camerupt", + "method": "walk", + "encounter_rate": 5, + "min_level": 35, + "max_level": 35 + } + ] + }, + { + "name": "Reversal Mountain (Unknown Area 52)", "order": 84, "encounters": [ { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 35, "min_level": 32, @@ -4190,7 +4579,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 25, "min_level": 32, @@ -4198,7 +4587,7 @@ }, { "pokeapi_id": 322, - "pokemon_name": "numel", + "pokemon_name": "Numel", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -4206,7 +4595,7 @@ }, { "pokeapi_id": 451, - "pokemon_name": "skorupi", + "pokemon_name": "Skorupi", "method": "walk", "encounter_rate": 15, "min_level": 33, @@ -4214,7 +4603,7 @@ }, { "pokeapi_id": 323, - "pokemon_name": "camerupt", + "pokemon_name": "Camerupt", "method": "walk", "encounter_rate": 5, "min_level": 35, @@ -4223,66 +4612,12 @@ ] }, { - "name": "Reversal Mountain (Unknown Area 48)", + "name": "Reversal Mountain (Unknown Area 54)", "order": 85, - "encounters": [ - { - "pokeapi_id": 451, - "pokemon_name": "skorupi", - "method": "walk", - "encounter_rate": 30, - "min_level": 31, - "max_level": 33 - }, - { - "pokeapi_id": 426, - "pokemon_name": "drifblim", - "method": "walk", - "encounter_rate": 20, - "min_level": 32, - "max_level": 33 - }, - { - "pokeapi_id": 322, - "pokemon_name": "numel", - "method": "walk", - "encounter_rate": 20, - "min_level": 31, - "max_level": 31 - }, - { - "pokeapi_id": 328, - "pokemon_name": "trapinch", - "method": "walk", - "encounter_rate": 15, - "min_level": 32, - "max_level": 34 - }, - { - "pokeapi_id": 323, - "pokemon_name": "camerupt", - "method": "walk", - "encounter_rate": 10, - "min_level": 33, - "max_level": 33 - }, - { - "pokeapi_id": 227, - "pokemon_name": "skarmory", - "method": "walk", - "encounter_rate": 5, - "min_level": 34, - "max_level": 34 - } - ] - }, - { - "name": "Reversal Mountain (Unknown Area 53)", - "order": 86, "encounters": [ { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 35, "min_level": 32, @@ -4290,7 +4625,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 25, "min_level": 32, @@ -4298,7 +4633,7 @@ }, { "pokeapi_id": 322, - "pokemon_name": "numel", + "pokemon_name": "Numel", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -4306,7 +4641,7 @@ }, { "pokeapi_id": 451, - "pokemon_name": "skorupi", + "pokemon_name": "Skorupi", "method": "walk", "encounter_rate": 15, "min_level": 33, @@ -4314,53 +4649,7 @@ }, { "pokeapi_id": 323, - "pokemon_name": "camerupt", - "method": "walk", - "encounter_rate": 5, - "min_level": 35, - "max_level": 35 - } - ] - }, - { - "name": "Reversal Mountain (Unknown Area 55)", - "order": 87, - "encounters": [ - { - "pokeapi_id": 527, - "pokemon_name": "woobat", - "method": "walk", - "encounter_rate": 35, - "min_level": 32, - "max_level": 35 - }, - { - "pokeapi_id": 525, - "pokemon_name": "boldore", - "method": "walk", - "encounter_rate": 25, - "min_level": 32, - "max_level": 35 - }, - { - "pokeapi_id": 322, - "pokemon_name": "numel", - "method": "walk", - "encounter_rate": 20, - "min_level": 31, - "max_level": 31 - }, - { - "pokeapi_id": 451, - "pokemon_name": "skorupi", - "method": "walk", - "encounter_rate": 15, - "min_level": 33, - "max_level": 35 - }, - { - "pokeapi_id": 323, - "pokemon_name": "camerupt", + "pokemon_name": "Camerupt", "method": "walk", "encounter_rate": 5, "min_level": 35, @@ -4370,11 +4659,11 @@ }, { "name": "Reversal Mountain (Unknown Area 59)", - "order": 88, + "order": 86, "encounters": [ { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 35, "min_level": 32, @@ -4382,7 +4671,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 25, "min_level": 32, @@ -4390,7 +4679,7 @@ }, { "pokeapi_id": 322, - "pokemon_name": "numel", + "pokemon_name": "Numel", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -4398,7 +4687,7 @@ }, { "pokeapi_id": 451, - "pokemon_name": "skorupi", + "pokemon_name": "Skorupi", "method": "walk", "encounter_rate": 15, "min_level": 33, @@ -4406,7 +4695,7 @@ }, { "pokeapi_id": 323, - "pokemon_name": "camerupt", + "pokemon_name": "Camerupt", "method": "walk", "encounter_rate": 5, "min_level": 35, @@ -4416,11 +4705,11 @@ }, { "name": "Reversal Mountain (Unknown Area 60)", - "order": 89, + "order": 87, "encounters": [ { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 35, "min_level": 32, @@ -4428,7 +4717,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 25, "min_level": 32, @@ -4436,7 +4725,7 @@ }, { "pokeapi_id": 322, - "pokemon_name": "numel", + "pokemon_name": "Numel", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -4444,7 +4733,7 @@ }, { "pokeapi_id": 451, - "pokemon_name": "skorupi", + "pokemon_name": "Skorupi", "method": "walk", "encounter_rate": 15, "min_level": 33, @@ -4452,7 +4741,7 @@ }, { "pokeapi_id": 323, - "pokemon_name": "camerupt", + "pokemon_name": "Camerupt", "method": "walk", "encounter_rate": 5, "min_level": 35, @@ -4460,13 +4749,67 @@ } ] }, + { + "name": "Reversal Mountain (Unknown Area 48)", + "order": 88, + "encounters": [ + { + "pokeapi_id": 451, + "pokemon_name": "Skorupi", + "method": "walk", + "encounter_rate": 30, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 426, + "pokemon_name": "Drifblim", + "method": "walk", + "encounter_rate": 20, + "min_level": 32, + "max_level": 33 + }, + { + "pokeapi_id": 322, + "pokemon_name": "Numel", + "method": "walk", + "encounter_rate": 20, + "min_level": 31, + "max_level": 31 + }, + { + "pokeapi_id": 328, + "pokemon_name": "Trapinch", + "method": "walk", + "encounter_rate": 15, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 323, + "pokemon_name": "Camerupt", + "method": "walk", + "encounter_rate": 10, + "min_level": 33, + "max_level": 33 + }, + { + "pokeapi_id": 227, + "pokemon_name": "Skarmory", + "method": "walk", + "encounter_rate": 5, + "min_level": 34, + "max_level": 34 + } + ] + }, { "name": "Reversal Mountain (Unknown Area 49)", - "order": 90, + "order": 89, "encounters": [ { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 35, "min_level": 32, @@ -4474,7 +4817,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 25, "min_level": 32, @@ -4482,7 +4825,7 @@ }, { "pokeapi_id": 322, - "pokemon_name": "numel", + "pokemon_name": "Numel", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -4490,7 +4833,7 @@ }, { "pokeapi_id": 451, - "pokemon_name": "skorupi", + "pokemon_name": "Skorupi", "method": "walk", "encounter_rate": 15, "min_level": 33, @@ -4498,7 +4841,7 @@ }, { "pokeapi_id": 323, - "pokemon_name": "camerupt", + "pokemon_name": "Camerupt", "method": "walk", "encounter_rate": 5, "min_level": 35, @@ -4508,11 +4851,11 @@ }, { "name": "Reversal Mountain (Unknown Area 50)", - "order": 91, + "order": 90, "encounters": [ { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 35, "min_level": 32, @@ -4520,7 +4863,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 25, "min_level": 32, @@ -4528,7 +4871,7 @@ }, { "pokeapi_id": 323, - "pokemon_name": "camerupt", + "pokemon_name": "Camerupt", "method": "walk", "encounter_rate": 20, "min_level": 35, @@ -4536,7 +4879,7 @@ }, { "pokeapi_id": 451, - "pokemon_name": "skorupi", + "pokemon_name": "Skorupi", "method": "walk", "encounter_rate": 15, "min_level": 33, @@ -4544,13 +4887,59 @@ }, { "pokeapi_id": 322, - "pokemon_name": "numel", + "pokemon_name": "Numel", "method": "walk", "encounter_rate": 5, "min_level": 31, "max_level": 31 } ] + }, + { + "name": "Reversal Mountain (Unknown Area 53)", + "order": 91, + "encounters": [ + { + "pokeapi_id": 527, + "pokemon_name": "Woobat", + "method": "walk", + "encounter_rate": 35, + "min_level": 32, + "max_level": 35 + }, + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 25, + "min_level": 32, + "max_level": 35 + }, + { + "pokeapi_id": 322, + "pokemon_name": "Numel", + "method": "walk", + "encounter_rate": 20, + "min_level": 31, + "max_level": 31 + }, + { + "pokeapi_id": 451, + "pokemon_name": "Skorupi", + "method": "walk", + "encounter_rate": 15, + "min_level": 33, + "max_level": 35 + }, + { + "pokeapi_id": 323, + "pokemon_name": "Camerupt", + "method": "walk", + "encounter_rate": 5, + "min_level": 35, + "max_level": 35 + } + ] } ] }, @@ -4565,7 +4954,7 @@ "encounters": [ { "pokeapi_id": 607, - "pokemon_name": "litwick", + "pokemon_name": "Litwick", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -4573,7 +4962,7 @@ }, { "pokeapi_id": 577, - "pokemon_name": "solosis", + "pokemon_name": "Solosis", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -4581,7 +4970,7 @@ }, { "pokeapi_id": 354, - "pokemon_name": "banette", + "pokemon_name": "Banette", "method": "walk", "encounter_rate": 15, "min_level": 32, @@ -4589,7 +4978,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 15, "min_level": 32, @@ -4597,7 +4986,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 15, "min_level": 32, @@ -4605,7 +4994,7 @@ }, { "pokeapi_id": 578, - "pokemon_name": "duosion", + "pokemon_name": "Duosion", "method": "walk", "encounter_rate": 5, "min_level": 34, @@ -4613,13 +5002,121 @@ } ] }, + { + "name": "Strange House (1F)", + "order": 93, + "encounters": [ + { + "pokeapi_id": 607, + "pokemon_name": "Litwick", + "method": "walk", + "encounter_rate": 30, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 577, + "pokemon_name": "Solosis", + "method": "walk", + "encounter_rate": 20, + "min_level": 31, + "max_level": 31 + }, + { + "pokeapi_id": 354, + "pokemon_name": "Banette", + "method": "walk", + "encounter_rate": 15, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 15, + "min_level": 32, + "max_level": 33 + }, + { + "pokeapi_id": 20, + "pokemon_name": "Raticate", + "method": "walk", + "encounter_rate": 15, + "min_level": 32, + "max_level": 33 + }, + { + "pokeapi_id": 578, + "pokemon_name": "Duosion", + "method": "walk", + "encounter_rate": 5, + "min_level": 34, + "max_level": 34 + } + ] + }, + { + "name": "Strange House (B1F)", + "order": 94, + "encounters": [ + { + "pokeapi_id": 607, + "pokemon_name": "Litwick", + "method": "walk", + "encounter_rate": 20, + "min_level": 31, + "max_level": 31 + }, + { + "pokeapi_id": 577, + "pokemon_name": "Solosis", + "method": "walk", + "encounter_rate": 20, + "min_level": 31, + "max_level": 31 + }, + { + "pokeapi_id": 354, + "pokemon_name": "Banette", + "method": "walk", + "encounter_rate": 15, + "min_level": 32, + "max_level": 34 + }, + { + "pokeapi_id": 578, + "pokemon_name": "Duosion", + "method": "walk", + "encounter_rate": 15, + "min_level": 33, + "max_level": 34 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 15, + "min_level": 32, + "max_level": 33 + }, + { + "pokeapi_id": 20, + "pokemon_name": "Raticate", + "method": "walk", + "encounter_rate": 15, + "min_level": 32, + "max_level": 33 + } + ] + }, { "name": "Strange House (B1f)", "order": 94, "encounters": [ { "pokeapi_id": 607, - "pokemon_name": "litwick", + "pokemon_name": "Litwick", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -4627,7 +5124,7 @@ }, { "pokeapi_id": 577, - "pokemon_name": "solosis", + "pokemon_name": "Solosis", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -4635,7 +5132,7 @@ }, { "pokeapi_id": 354, - "pokemon_name": "banette", + "pokemon_name": "Banette", "method": "walk", "encounter_rate": 15, "min_level": 32, @@ -4643,7 +5140,7 @@ }, { "pokeapi_id": 578, - "pokemon_name": "duosion", + "pokemon_name": "Duosion", "method": "walk", "encounter_rate": 15, "min_level": 33, @@ -4651,7 +5148,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 15, "min_level": 32, @@ -4659,7 +5156,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 15, "min_level": 32, @@ -4675,88 +5172,12 @@ "encounters": [], "children": [ { - "name": "Victory Road 2 (Unknown Area 80)", + "name": "Victory Road 2 (Unknown Area 74)", "order": 96, - "encounters": [ - { - "pokeapi_id": 621, - "pokemon_name": "druddigon", - "method": "walk", - "encounter_rate": 80, - "min_level": 47, - "max_level": 50 - }, - { - "pokeapi_id": 634, - "pokemon_name": "zweilous", - "method": "walk", - "encounter_rate": 20, - "min_level": 49, - "max_level": 50 - } - ] - }, - { - "name": "Victory Road 2 (Unknown Area 73)", - "order": 97, - "encounters": [ - { - "pokeapi_id": 520, - "pokemon_name": "tranquill", - "method": "walk", - "encounter_rate": 80, - "min_level": 47, - "max_level": 50 - }, - { - "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", - "method": "surf", - "encounter_rate": 70, - "min_level": 35, - "max_level": 50 - }, - { - "pokeapi_id": 60, - "pokemon_name": "poliwag", - "method": "super-rod", - "encounter_rate": 60, - "min_level": 40, - "max_level": 70 - }, - { - "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", - "method": "super-rod", - "encounter_rate": 40, - "min_level": 40, - "max_level": 60 - }, - { - "pokeapi_id": 418, - "pokemon_name": "buizel", - "method": "surf", - "encounter_rate": 30, - "min_level": 35, - "max_level": 50 - }, - { - "pokeapi_id": 334, - "pokemon_name": "altaria", - "method": "walk", - "encounter_rate": 20, - "min_level": 49, - "max_level": 50 - } - ] - }, - { - "name": "Victory Road 2 (Unknown Area 74)", - "order": 98, "encounters": [ { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 80, "min_level": 41, @@ -4764,7 +5185,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 20, "min_level": 43, @@ -4772,35 +5193,13 @@ } ] }, - { - "name": "Victory Road 2 (Unknown Area 76)", - "order": 99, - "encounters": [ - { - "pokeapi_id": 533, - "pokemon_name": "gurdurr", - "method": "walk", - "encounter_rate": 70, - "min_level": 47, - "max_level": 50 - }, - { - "pokeapi_id": 538, - "pokemon_name": "throh", - "method": "walk", - "encounter_rate": 30, - "min_level": 48, - "max_level": 50 - } - ] - }, { "name": "Victory Road 2 (Unknown Area 77)", - "order": 100, + "order": 97, "encounters": [ { "pokeapi_id": 621, - "pokemon_name": "druddigon", + "pokemon_name": "Druddigon", "method": "walk", "encounter_rate": 80, "min_level": 47, @@ -4808,7 +5207,7 @@ }, { "pokeapi_id": 634, - "pokemon_name": "zweilous", + "pokemon_name": "Zweilous", "method": "walk", "encounter_rate": 20, "min_level": 49, @@ -4816,67 +5215,13 @@ } ] }, - { - "name": "Victory Road 2 (Unknown Area 78)", - "order": 101, - "encounters": [ - { - "pokeapi_id": 354, - "pokemon_name": "banette", - "method": "walk", - "encounter_rate": 70, - "min_level": 47, - "max_level": 50 - }, - { - "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", - "method": "surf", - "encounter_rate": 70, - "min_level": 35, - "max_level": 50 - }, - { - "pokeapi_id": 60, - "pokemon_name": "poliwag", - "method": "super-rod", - "encounter_rate": 60, - "min_level": 40, - "max_level": 70 - }, - { - "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", - "method": "super-rod", - "encounter_rate": 40, - "min_level": 40, - "max_level": 60 - }, - { - "pokeapi_id": 623, - "pokemon_name": "golurk", - "method": "walk", - "encounter_rate": 30, - "min_level": 48, - "max_level": 50 - }, - { - "pokeapi_id": 183, - "pokemon_name": "marill", - "method": "surf", - "encounter_rate": 30, - "min_level": 35, - "max_level": 50 - } - ] - }, { "name": "Victory Road 2 (Unknown Area 79)", - "order": 102, + "order": 98, "encounters": [ { "pokeapi_id": 520, - "pokemon_name": "tranquill", + "pokemon_name": "Tranquill", "method": "walk", "encounter_rate": 80, "min_level": 47, @@ -4884,7 +5229,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 70, "min_level": 35, @@ -4892,7 +5237,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -4900,7 +5245,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -4908,7 +5253,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "surf", "encounter_rate": 30, "min_level": 35, @@ -4916,7 +5261,29 @@ }, { "pokeapi_id": 334, - "pokemon_name": "altaria", + "pokemon_name": "Altaria", + "method": "walk", + "encounter_rate": 20, + "min_level": 49, + "max_level": 50 + } + ] + }, + { + "name": "Victory Road 2 (Unknown Area 80)", + "order": 99, + "encounters": [ + { + "pokeapi_id": 621, + "pokemon_name": "Druddigon", + "method": "walk", + "encounter_rate": 80, + "min_level": 47, + "max_level": 50 + }, + { + "pokeapi_id": 634, + "pokemon_name": "Zweilous", "method": "walk", "encounter_rate": 20, "min_level": 49, @@ -4926,11 +5293,11 @@ }, { "name": "Victory Road 2 (Unknown Area 71)", - "order": 103, + "order": 100, "encounters": [ { "pokeapi_id": 354, - "pokemon_name": "banette", + "pokemon_name": "Banette", "method": "walk", "encounter_rate": 70, "min_level": 47, @@ -4938,7 +5305,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 70, "min_level": 35, @@ -4946,7 +5313,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -4954,7 +5321,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -4962,7 +5329,7 @@ }, { "pokeapi_id": 623, - "pokemon_name": "golurk", + "pokemon_name": "Golurk", "method": "walk", "encounter_rate": 30, "min_level": 48, @@ -4970,7 +5337,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 30, "min_level": 35, @@ -4980,11 +5347,11 @@ }, { "name": "Victory Road 2 (Unknown Area 72)", - "order": 104, + "order": 101, "encounters": [ { "pokeapi_id": 548, - "pokemon_name": "petilil", + "pokemon_name": "Petilil", "method": "walk", "encounter_rate": 70, "min_level": 47, @@ -4992,7 +5359,7 @@ }, { "pokeapi_id": 315, - "pokemon_name": "roselia", + "pokemon_name": "Roselia", "method": "walk", "encounter_rate": 30, "min_level": 48, @@ -5001,12 +5368,12 @@ ] }, { - "name": "Victory Road 2 (Unknown Area 75)", - "order": 105, + "name": "Victory Road 2 (Unknown Area 73)", + "order": 102, "encounters": [ { - "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokeapi_id": 520, + "pokemon_name": "Tranquill", "method": "walk", "encounter_rate": 80, "min_level": 47, @@ -5014,7 +5381,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 70, "min_level": 35, @@ -5022,7 +5389,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -5030,7 +5397,61 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 40, + "max_level": 60 + }, + { + "pokeapi_id": 418, + "pokemon_name": "Buizel", + "method": "surf", + "encounter_rate": 30, + "min_level": 35, + "max_level": 50 + }, + { + "pokeapi_id": 334, + "pokemon_name": "Altaria", + "method": "walk", + "encounter_rate": 20, + "min_level": 49, + "max_level": 50 + } + ] + }, + { + "name": "Victory Road 2 (Unknown Area 75)", + "order": 103, + "encounters": [ + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 80, + "min_level": 47, + "max_level": 50 + }, + { + "pokeapi_id": 10016, + "pokemon_name": "Basculin (Blue Striped)", + "method": "surf", + "encounter_rate": 70, + "min_level": 35, + "max_level": 50 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "super-rod", + "encounter_rate": 60, + "min_level": 40, + "max_level": 70 + }, + { + "pokeapi_id": 10016, + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -5038,7 +5459,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 30, "min_level": 35, @@ -5046,13 +5467,89 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 20, "min_level": 49, "max_level": 50 } ] + }, + { + "name": "Victory Road 2 (Unknown Area 76)", + "order": 104, + "encounters": [ + { + "pokeapi_id": 533, + "pokemon_name": "Gurdurr", + "method": "walk", + "encounter_rate": 70, + "min_level": 47, + "max_level": 50 + }, + { + "pokeapi_id": 538, + "pokemon_name": "Throh", + "method": "walk", + "encounter_rate": 30, + "min_level": 48, + "max_level": 50 + } + ] + }, + { + "name": "Victory Road 2 (Unknown Area 78)", + "order": 105, + "encounters": [ + { + "pokeapi_id": 354, + "pokemon_name": "Banette", + "method": "walk", + "encounter_rate": 70, + "min_level": 47, + "max_level": 50 + }, + { + "pokeapi_id": 10016, + "pokemon_name": "Basculin (Blue Striped)", + "method": "surf", + "encounter_rate": 70, + "min_level": 35, + "max_level": 50 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "super-rod", + "encounter_rate": 60, + "min_level": 40, + "max_level": 70 + }, + { + "pokeapi_id": 10016, + "pokemon_name": "Basculin (Blue Striped)", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 40, + "max_level": 60 + }, + { + "pokeapi_id": 623, + "pokemon_name": "Golurk", + "method": "walk", + "encounter_rate": 30, + "min_level": 48, + "max_level": 50 + }, + { + "pokeapi_id": 183, + "pokemon_name": "Marill", + "method": "surf", + "encounter_rate": 30, + "min_level": 35, + "max_level": 50 + } + ] } ] }, @@ -5067,7 +5564,7 @@ "encounters": [ { "pokeapi_id": 524, - "pokemon_name": "roggenrola", + "pokemon_name": "Roggenrola", "method": "walk", "encounter_rate": 34, "min_level": 16, @@ -5075,7 +5572,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 31, "min_level": 16, @@ -5083,7 +5580,7 @@ }, { "pokeapi_id": 532, - "pokemon_name": "timburr", + "pokemon_name": "Timburr", "method": "walk", "encounter_rate": 20, "min_level": 17, @@ -5091,7 +5588,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 10, "min_level": 17, @@ -5099,7 +5596,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 18, @@ -5113,7 +5610,7 @@ "encounters": [ { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 70, "min_level": 10, @@ -5121,7 +5618,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -5129,7 +5626,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -5137,7 +5634,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 34, "min_level": 27, @@ -5145,7 +5642,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 31, "min_level": 27, @@ -5153,7 +5650,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 30, "min_level": 10, @@ -5161,7 +5658,7 @@ }, { "pokeapi_id": 533, - "pokemon_name": "gurdurr", + "pokemon_name": "Gurdurr", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -5169,7 +5666,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 10, "min_level": 29, @@ -5177,7 +5674,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -5191,7 +5688,7 @@ "encounters": [ { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 39, "min_level": 27, @@ -5199,7 +5696,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 36, "min_level": 27, @@ -5207,7 +5704,7 @@ }, { "pokeapi_id": 533, - "pokemon_name": "gurdurr", + "pokemon_name": "Gurdurr", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -5215,7 +5712,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -5231,7 +5728,7 @@ "encounters": [ { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 100, "min_level": 45, @@ -5239,7 +5736,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 60, "min_level": 50, @@ -5247,7 +5744,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 40, "min_level": 50, @@ -5255,7 +5752,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 35, "min_level": 54, @@ -5263,7 +5760,7 @@ }, { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -5271,7 +5768,7 @@ }, { "pokeapi_id": 305, - "pokemon_name": "lairon", + "pokemon_name": "Lairon", "method": "walk", "encounter_rate": 15, "min_level": 55, @@ -5279,7 +5776,7 @@ }, { "pokeapi_id": 299, - "pokemon_name": "nosepass", + "pokemon_name": "Nosepass", "method": "walk", "encounter_rate": 15, "min_level": 55, @@ -5287,7 +5784,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -5295,7 +5792,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 57, @@ -5309,12 +5806,12 @@ "encounters": [], "children": [ { - "name": "Seaside Cave (1f)", + "name": "Seaside Cave (1F)", "order": 112, "encounters": [ { "pokeapi_id": 592, - "pokemon_name": "frillish", + "pokemon_name": "Frillish", "method": "surf", "encounter_rate": 70, "min_level": 25, @@ -5322,7 +5819,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -5330,7 +5827,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -5338,7 +5835,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 35, "min_level": 34, @@ -5346,7 +5843,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 35, "min_level": 34, @@ -5354,7 +5851,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -5362,7 +5859,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 15, "min_level": 35, @@ -5370,7 +5867,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 10, "min_level": 35, @@ -5378,7 +5875,85 @@ }, { "pokeapi_id": 602, - "pokemon_name": "tynamo", + "pokemon_name": "Tynamo", + "method": "walk", + "encounter_rate": 5, + "min_level": 37, + "max_level": 37 + } + ] + }, + { + "name": "Seaside Cave (1f)", + "order": 112, + "encounters": [ + { + "pokeapi_id": 592, + "pokemon_name": "Frillish", + "method": "surf", + "encounter_rate": 70, + "min_level": 25, + "max_level": 40 + }, + { + "pokeapi_id": 370, + "pokemon_name": "Luvdisc", + "method": "super-rod", + "encounter_rate": 60, + "min_level": 40, + "max_level": 70 + }, + { + "pokeapi_id": 90, + "pokemon_name": "Shellder", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 40, + "max_level": 60 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "walk", + "encounter_rate": 35, + "min_level": 34, + "max_level": 36 + }, + { + "pokeapi_id": 527, + "pokemon_name": "Woobat", + "method": "walk", + "encounter_rate": 35, + "min_level": 34, + "max_level": 36 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "surf", + "encounter_rate": 30, + "min_level": 25, + "max_level": 40 + }, + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 15, + "min_level": 35, + "max_level": 37 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 10, + "min_level": 35, + "max_level": 35 + }, + { + "pokeapi_id": 602, + "pokemon_name": "Tynamo", "method": "walk", "encounter_rate": 5, "min_level": 37, @@ -5392,7 +5967,7 @@ "encounters": [ { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 35, "min_level": 39, @@ -5400,7 +5975,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 35, "min_level": 39, @@ -5408,7 +5983,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 20, "min_level": 40, @@ -5416,7 +5991,7 @@ }, { "pokeapi_id": 603, - "pokemon_name": "eelektrik", + "pokemon_name": "Eelektrik", "method": "walk", "encounter_rate": 5, "min_level": 42, @@ -5424,7 +5999,53 @@ }, { "pokeapi_id": 213, - "pokemon_name": "shuckle", + "pokemon_name": "Shuckle", + "method": "walk", + "encounter_rate": 5, + "min_level": 41, + "max_level": 41 + } + ] + }, + { + "name": "Seaside Cave (B1F)", + "order": 113, + "encounters": [ + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 35, + "min_level": 39, + "max_level": 42 + }, + { + "pokeapi_id": 527, + "pokemon_name": "Woobat", + "method": "walk", + "encounter_rate": 35, + "min_level": 39, + "max_level": 41 + }, + { + "pokeapi_id": 55, + "pokemon_name": "Golduck", + "method": "walk", + "encounter_rate": 20, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 603, + "pokemon_name": "Eelektrik", + "method": "walk", + "encounter_rate": 5, + "min_level": 42, + "max_level": 42 + }, + { + "pokeapi_id": 213, + "pokemon_name": "Shuckle", "method": "walk", "encounter_rate": 5, "min_level": 41, @@ -5440,7 +6061,7 @@ "encounters": [ { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 70, "min_level": 45, @@ -5448,7 +6069,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 60, "min_level": 1, @@ -5456,7 +6077,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 40, "min_level": 40, @@ -5464,7 +6085,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "surf", "encounter_rate": 30, "min_level": 45, @@ -5472,7 +6093,7 @@ }, { "pokeapi_id": 274, - "pokemon_name": "nuzleaf", + "pokemon_name": "Nuzleaf", "method": "walk", "encounter_rate": 30, "min_level": 56, @@ -5480,7 +6101,7 @@ }, { "pokeapi_id": 334, - "pokemon_name": "altaria", + "pokemon_name": "Altaria", "method": "walk", "encounter_rate": 20, "min_level": 56, @@ -5488,7 +6109,7 @@ }, { "pokeapi_id": 203, - "pokemon_name": "girafarig", + "pokemon_name": "Girafarig", "method": "walk", "encounter_rate": 15, "min_level": 58, @@ -5496,7 +6117,7 @@ }, { "pokeapi_id": 611, - "pokemon_name": "fraxure", + "pokemon_name": "Fraxure", "method": "walk", "encounter_rate": 10, "min_level": 57, @@ -5504,7 +6125,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 10, "min_level": 57, @@ -5512,7 +6133,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 10, "min_level": 58, @@ -5520,7 +6141,7 @@ }, { "pokeapi_id": 352, - "pokemon_name": "kecleon", + "pokemon_name": "Kecleon", "method": "walk", "encounter_rate": 5, "min_level": 57, @@ -5534,7 +6155,7 @@ "encounters": [ { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 35, "min_level": 54, @@ -5542,7 +6163,7 @@ }, { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -5550,7 +6171,7 @@ }, { "pokeapi_id": 305, - "pokemon_name": "lairon", + "pokemon_name": "Lairon", "method": "walk", "encounter_rate": 15, "min_level": 55, @@ -5558,7 +6179,7 @@ }, { "pokeapi_id": 299, - "pokemon_name": "nosepass", + "pokemon_name": "Nosepass", "method": "walk", "encounter_rate": 15, "min_level": 55, @@ -5566,7 +6187,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -5574,7 +6195,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 57, @@ -5588,7 +6209,7 @@ "encounters": [ { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 35, "min_level": 54, @@ -5596,7 +6217,7 @@ }, { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -5604,7 +6225,7 @@ }, { "pokeapi_id": 305, - "pokemon_name": "lairon", + "pokemon_name": "Lairon", "method": "walk", "encounter_rate": 15, "min_level": 55, @@ -5612,7 +6233,7 @@ }, { "pokeapi_id": 299, - "pokemon_name": "nosepass", + "pokemon_name": "Nosepass", "method": "walk", "encounter_rate": 15, "min_level": 55, @@ -5620,7 +6241,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -5628,7 +6249,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 57, @@ -5642,7 +6263,7 @@ "encounters": [ { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 35, "min_level": 54, @@ -5650,7 +6271,7 @@ }, { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -5658,7 +6279,7 @@ }, { "pokeapi_id": 305, - "pokemon_name": "lairon", + "pokemon_name": "Lairon", "method": "walk", "encounter_rate": 15, "min_level": 55, @@ -5666,7 +6287,7 @@ }, { "pokeapi_id": 299, - "pokemon_name": "nosepass", + "pokemon_name": "Nosepass", "method": "walk", "encounter_rate": 15, "min_level": 55, @@ -5674,7 +6295,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -5682,7 +6303,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 57, @@ -5696,7 +6317,7 @@ "encounters": [ { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 35, "min_level": 54, @@ -5704,7 +6325,7 @@ }, { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 20, "min_level": 54, @@ -5712,7 +6333,7 @@ }, { "pokeapi_id": 305, - "pokemon_name": "lairon", + "pokemon_name": "Lairon", "method": "walk", "encounter_rate": 15, "min_level": 55, @@ -5720,7 +6341,7 @@ }, { "pokeapi_id": 299, - "pokemon_name": "nosepass", + "pokemon_name": "Nosepass", "method": "walk", "encounter_rate": 15, "min_level": 55, @@ -5728,7 +6349,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 10, "min_level": 54, @@ -5736,7 +6357,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 5, "min_level": 57, diff --git a/backend/src/app/seeds/data/white.json b/backend/src/app/seeds/data/white.json index 21d87e1..e4b49bf 100644 --- a/backend/src/app/seeds/data/white.json +++ b/backend/src/app/seeds/data/white.json @@ -5,7 +5,7 @@ "encounters": [ { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -13,7 +13,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -21,7 +21,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -35,7 +35,7 @@ "encounters": [ { "pokeapi_id": 592, - "pokemon_name": "frillish", + "pokemon_name": "Frillish", "method": "surf", "encounter_rate": 100, "min_level": 10, @@ -43,7 +43,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 55, "min_level": 35, @@ -51,7 +51,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -59,7 +59,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 5, "min_level": 35, @@ -73,7 +73,7 @@ "encounters": [ { "pokeapi_id": 536, - "pokemon_name": "palpitoad", + "pokemon_name": "Palpitoad", "method": "walk", "encounter_rate": 100, "min_level": 30, @@ -81,7 +81,7 @@ }, { "pokeapi_id": 616, - "pokemon_name": "shelmet", + "pokemon_name": "Shelmet", "method": "walk", "encounter_rate": 100, "min_level": 30, @@ -89,7 +89,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "surf", "encounter_rate": 100, "min_level": 15, @@ -97,7 +97,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -105,7 +105,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "walk", "encounter_rate": 60, "min_level": 31, @@ -113,7 +113,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -127,7 +127,7 @@ "encounters": [ { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -135,7 +135,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 95, "min_level": 35, @@ -143,7 +143,7 @@ }, { "pokeapi_id": 506, - "pokemon_name": "lillipup", + "pokemon_name": "Lillipup", "method": "walk", "encounter_rate": 50, "min_level": 2, @@ -151,7 +151,7 @@ }, { "pokeapi_id": 504, - "pokemon_name": "patrat", + "pokemon_name": "Patrat", "method": "walk", "encounter_rate": 50, "min_level": 2, @@ -159,7 +159,7 @@ }, { "pokeapi_id": 349, - "pokemon_name": "feebas", + "pokemon_name": "Feebas", "method": "super-rod", "encounter_rate": 5, "min_level": 35, @@ -173,7 +173,7 @@ "encounters": [ { "pokeapi_id": 506, - "pokemon_name": "lillipup", + "pokemon_name": "Lillipup", "method": "walk", "encounter_rate": 40, "min_level": 4, @@ -181,7 +181,7 @@ }, { "pokeapi_id": 504, - "pokemon_name": "patrat", + "pokemon_name": "Patrat", "method": "walk", "encounter_rate": 40, "min_level": 4, @@ -189,7 +189,7 @@ }, { "pokeapi_id": 509, - "pokemon_name": "purrloin", + "pokemon_name": "Purrloin", "method": "walk", "encounter_rate": 20, "min_level": 4, @@ -203,7 +203,7 @@ "encounters": [ { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -211,7 +211,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -219,7 +219,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -227,7 +227,7 @@ }, { "pokeapi_id": 519, - "pokemon_name": "pidove", + "pokemon_name": "Pidove", "method": "walk", "encounter_rate": 40, "min_level": 8, @@ -235,7 +235,7 @@ }, { "pokeapi_id": 522, - "pokemon_name": "blitzle", + "pokemon_name": "Blitzle", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -243,7 +243,7 @@ }, { "pokeapi_id": 504, - "pokemon_name": "patrat", + "pokemon_name": "Patrat", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -251,7 +251,7 @@ }, { "pokeapi_id": 506, - "pokemon_name": "lillipup", + "pokemon_name": "Lillipup", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -259,7 +259,7 @@ }, { "pokeapi_id": 509, - "pokemon_name": "purrloin", + "pokemon_name": "Purrloin", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -273,7 +273,7 @@ "encounters": [ { "pokeapi_id": 592, - "pokemon_name": "frillish", + "pokemon_name": "Frillish", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -281,7 +281,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 55, "min_level": 35, @@ -289,7 +289,7 @@ }, { "pokeapi_id": 366, - "pokemon_name": "clamperl", + "pokemon_name": "Clamperl", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -297,7 +297,7 @@ }, { "pokeapi_id": 554, - "pokemon_name": "darumaka", + "pokemon_name": "Darumaka", "method": "walk", "encounter_rate": 40, "min_level": 15, @@ -305,7 +305,7 @@ }, { "pokeapi_id": 551, - "pokemon_name": "sandile", + "pokemon_name": "Sandile", "method": "walk", "encounter_rate": 40, "min_level": 15, @@ -313,7 +313,7 @@ }, { "pokeapi_id": 559, - "pokemon_name": "scraggy", + "pokemon_name": "Scraggy", "method": "walk", "encounter_rate": 20, "min_level": 16, @@ -321,7 +321,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 5, "min_level": 35, @@ -335,7 +335,7 @@ "encounters": [ { "pokeapi_id": 572, - "pokemon_name": "minccino", + "pokemon_name": "Minccino", "method": "walk", "encounter_rate": 30, "min_level": 19, @@ -343,7 +343,7 @@ }, { "pokeapi_id": 577, - "pokemon_name": "solosis", + "pokemon_name": "Solosis", "method": "walk", "encounter_rate": 30, "min_level": 19, @@ -351,7 +351,7 @@ }, { "pokeapi_id": 510, - "pokemon_name": "liepard", + "pokemon_name": "Liepard", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -359,7 +359,7 @@ }, { "pokeapi_id": 568, - "pokemon_name": "trubbish", + "pokemon_name": "Trubbish", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -373,7 +373,7 @@ "encounters": [ { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 100, "min_level": 10, @@ -381,7 +381,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 45, "min_level": 35, @@ -389,7 +389,7 @@ }, { "pokeapi_id": 520, - "pokemon_name": "tranquill", + "pokemon_name": "Tranquill", "method": "walk", "encounter_rate": 45, "min_level": 23, @@ -397,7 +397,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -405,7 +405,7 @@ }, { "pokeapi_id": 585, - "pokemon_name": "deerling", + "pokemon_name": "Deerling", "method": "walk", "encounter_rate": 35, "min_level": 22, @@ -413,7 +413,7 @@ }, { "pokeapi_id": 588, - "pokemon_name": "karrablast", + "pokemon_name": "Karrablast", "method": "walk", "encounter_rate": 25, "min_level": 22, @@ -421,7 +421,7 @@ }, { "pokeapi_id": 590, - "pokemon_name": "foongus", + "pokemon_name": "Foongus", "method": "walk", "encounter_rate": 15, "min_level": 23, @@ -429,7 +429,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 15, "min_level": 35, @@ -437,7 +437,7 @@ }, { "pokeapi_id": 582, - "pokemon_name": "vanillite", + "pokemon_name": "Vanillite", "method": "walk", "encounter_rate": 15, "min_level": 23, @@ -445,7 +445,7 @@ }, { "pokeapi_id": 541, - "pokemon_name": "swadloon", + "pokemon_name": "Swadloon", "method": "walk", "encounter_rate": 10, "min_level": 23, @@ -459,7 +459,7 @@ "encounters": [ { "pokeapi_id": 520, - "pokemon_name": "tranquill", + "pokemon_name": "Tranquill", "method": "walk", "encounter_rate": 90, "min_level": 26, @@ -467,7 +467,7 @@ }, { "pokeapi_id": 613, - "pokemon_name": "cubchoo", + "pokemon_name": "Cubchoo", "method": "walk", "encounter_rate": 30, "min_level": 26, @@ -475,7 +475,7 @@ }, { "pokeapi_id": 585, - "pokemon_name": "deerling", + "pokemon_name": "Deerling", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -483,7 +483,7 @@ }, { "pokeapi_id": 505, - "pokemon_name": "watchog", + "pokemon_name": "Watchog", "method": "walk", "encounter_rate": 20, "min_level": 27, @@ -491,7 +491,7 @@ }, { "pokeapi_id": 523, - "pokemon_name": "zebstrika", + "pokemon_name": "Zebstrika", "method": "walk", "encounter_rate": 20, "min_level": 27, @@ -499,7 +499,7 @@ }, { "pokeapi_id": 590, - "pokemon_name": "foongus", + "pokemon_name": "Foongus", "method": "walk", "encounter_rate": 10, "min_level": 27, @@ -513,7 +513,7 @@ "encounters": [ { "pokeapi_id": 536, - "pokemon_name": "palpitoad", + "pokemon_name": "Palpitoad", "method": "walk", "encounter_rate": 100, "min_level": 30, @@ -521,7 +521,7 @@ }, { "pokeapi_id": 616, - "pokemon_name": "shelmet", + "pokemon_name": "Shelmet", "method": "walk", "encounter_rate": 100, "min_level": 30, @@ -529,7 +529,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "surf", "encounter_rate": 100, "min_level": 15, @@ -537,7 +537,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -545,7 +545,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "walk", "encounter_rate": 60, "min_level": 31, @@ -553,7 +553,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -567,7 +567,7 @@ "encounters": [ { "pokeapi_id": 578, - "pokemon_name": "duosion", + "pokemon_name": "Duosion", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -575,7 +575,7 @@ }, { "pokeapi_id": 569, - "pokemon_name": "garbodor", + "pokemon_name": "Garbodor", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -583,7 +583,7 @@ }, { "pokeapi_id": 572, - "pokemon_name": "minccino", + "pokemon_name": "Minccino", "method": "walk", "encounter_rate": 20, "min_level": 32, @@ -591,7 +591,7 @@ }, { "pokeapi_id": 624, - "pokemon_name": "pawniard", + "pokemon_name": "Pawniard", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -599,7 +599,7 @@ }, { "pokeapi_id": 510, - "pokemon_name": "liepard", + "pokemon_name": "Liepard", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -613,7 +613,7 @@ "encounters": [ { "pokeapi_id": 507, - "pokemon_name": "herdier", + "pokemon_name": "Herdier", "method": "walk", "encounter_rate": 30, "min_level": 33, @@ -621,7 +621,7 @@ }, { "pokeapi_id": 627, - "pokemon_name": "rufflet", + "pokemon_name": "Rufflet", "method": "walk", "encounter_rate": 30, "min_level": 34, @@ -629,7 +629,7 @@ }, { "pokeapi_id": 626, - "pokemon_name": "bouffalant", + "pokemon_name": "Bouffalant", "method": "walk", "encounter_rate": 20, "min_level": 34, @@ -637,7 +637,7 @@ }, { "pokeapi_id": 590, - "pokemon_name": "foongus", + "pokemon_name": "Foongus", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -645,7 +645,7 @@ }, { "pokeapi_id": 538, - "pokemon_name": "throh", + "pokemon_name": "Throh", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -659,7 +659,7 @@ "encounters": [ { "pokeapi_id": 507, - "pokemon_name": "herdier", + "pokemon_name": "Herdier", "method": "walk", "encounter_rate": 30, "min_level": 33, @@ -667,7 +667,7 @@ }, { "pokeapi_id": 627, - "pokemon_name": "rufflet", + "pokemon_name": "Rufflet", "method": "walk", "encounter_rate": 30, "min_level": 34, @@ -675,7 +675,7 @@ }, { "pokeapi_id": 626, - "pokemon_name": "bouffalant", + "pokemon_name": "Bouffalant", "method": "walk", "encounter_rate": 20, "min_level": 34, @@ -683,7 +683,7 @@ }, { "pokeapi_id": 590, - "pokemon_name": "foongus", + "pokemon_name": "Foongus", "method": "walk", "encounter_rate": 10, "min_level": 34, @@ -691,7 +691,7 @@ }, { "pokeapi_id": 538, - "pokemon_name": "throh", + "pokemon_name": "Throh", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -705,7 +705,7 @@ "encounters": [ { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 70, "min_level": 25, @@ -713,7 +713,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -721,7 +721,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -729,7 +729,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -737,7 +737,7 @@ }, { "pokeapi_id": 627, - "pokemon_name": "rufflet", + "pokemon_name": "Rufflet", "method": "walk", "encounter_rate": 25, "min_level": 48, @@ -745,7 +745,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -753,7 +753,7 @@ }, { "pokeapi_id": 207, - "pokemon_name": "gligar", + "pokemon_name": "Gligar", "method": "walk", "encounter_rate": 15, "min_level": 47, @@ -761,7 +761,7 @@ }, { "pokeapi_id": 591, - "pokemon_name": "amoonguss", + "pokemon_name": "Amoonguss", "method": "walk", "encounter_rate": 10, "min_level": 48, @@ -769,7 +769,7 @@ }, { "pokeapi_id": 336, - "pokemon_name": "seviper", + "pokemon_name": "Seviper", "method": "walk", "encounter_rate": 10, "min_level": 48, @@ -777,7 +777,7 @@ }, { "pokeapi_id": 335, - "pokemon_name": "zangoose", + "pokemon_name": "Zangoose", "method": "walk", "encounter_rate": 10, "min_level": 48, @@ -785,7 +785,7 @@ }, { "pokeapi_id": 588, - "pokemon_name": "karrablast", + "pokemon_name": "Karrablast", "method": "walk", "encounter_rate": 5, "min_level": 49, @@ -793,7 +793,7 @@ }, { "pokeapi_id": 624, - "pokemon_name": "pawniard", + "pokemon_name": "Pawniard", "method": "walk", "encounter_rate": 5, "min_level": 50, @@ -807,7 +807,7 @@ "encounters": [ { "pokeapi_id": 415, - "pokemon_name": "combee", + "pokemon_name": "Combee", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -815,7 +815,7 @@ }, { "pokeapi_id": 191, - "pokemon_name": "sunkern", + "pokemon_name": "Sunkern", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -823,7 +823,7 @@ }, { "pokeapi_id": 520, - "pokemon_name": "tranquill", + "pokemon_name": "Tranquill", "method": "walk", "encounter_rate": 15, "min_level": 48, @@ -831,7 +831,7 @@ }, { "pokeapi_id": 421, - "pokemon_name": "cherrim", + "pokemon_name": "Cherrim", "method": "walk", "encounter_rate": 10, "min_level": 48, @@ -839,7 +839,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 10, "min_level": 48, @@ -847,7 +847,7 @@ }, { "pokeapi_id": 78, - "pokemon_name": "rapidash", + "pokemon_name": "Rapidash", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -855,7 +855,7 @@ }, { "pokeapi_id": 206, - "pokemon_name": "dunsparce", + "pokemon_name": "Dunsparce", "method": "walk", "encounter_rate": 5, "min_level": 48, @@ -863,7 +863,7 @@ }, { "pokeapi_id": 214, - "pokemon_name": "heracross", + "pokemon_name": "Heracross", "method": "walk", "encounter_rate": 5, "min_level": 50, @@ -871,7 +871,7 @@ }, { "pokeapi_id": 127, - "pokemon_name": "pinsir", + "pokemon_name": "Pinsir", "method": "walk", "encounter_rate": 5, "min_level": 50, @@ -885,7 +885,7 @@ "encounters": [ { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 60, "min_level": 25, @@ -893,7 +893,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 55, "min_level": 35, @@ -901,7 +901,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -909,7 +909,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -917,7 +917,7 @@ }, { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 25, "min_level": 47, @@ -925,7 +925,7 @@ }, { "pokeapi_id": 277, - "pokemon_name": "swellow", + "pokemon_name": "Swellow", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -933,7 +933,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 15, "min_level": 48, @@ -941,7 +941,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 10, "min_level": 48, @@ -949,7 +949,7 @@ }, { "pokeapi_id": 426, - "pokemon_name": "drifblim", + "pokemon_name": "Drifblim", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -957,7 +957,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 10, "min_level": 48, @@ -965,7 +965,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 10, "min_level": 25, @@ -973,7 +973,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 10, "min_level": 48, @@ -981,7 +981,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 5, "min_level": 35, @@ -995,7 +995,7 @@ "encounters": [ { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 70, "min_level": 25, @@ -1003,7 +1003,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -1011,7 +1011,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -1019,7 +1019,7 @@ }, { "pokeapi_id": 418, - "pokemon_name": "buizel", + "pokemon_name": "Buizel", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -1027,7 +1027,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -1035,7 +1035,7 @@ }, { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 20, "min_level": 48, @@ -1043,31 +1043,15 @@ }, { "pokeapi_id": 357, - "pokemon_name": "tropius", + "pokemon_name": "Tropius", "method": "walk", "encounter_rate": 15, "min_level": 48, "max_level": 50 }, - { - "pokeapi_id": 334, - "pokemon_name": "altaria", - "method": "walk", - "encounter_rate": 10, - "min_level": 49, - "max_level": 49 - }, - { - "pokeapi_id": 606, - "pokemon_name": "beheeyem", - "method": "walk", - "encounter_rate": 10, - "min_level": 48, - "max_level": 50 - }, { "pokeapi_id": 426, - "pokemon_name": "drifblim", + "pokemon_name": "Drifblim", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -1075,15 +1059,31 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 10, "min_level": 49, "max_level": 49 }, + { + "pokeapi_id": 334, + "pokemon_name": "Altaria", + "method": "walk", + "encounter_rate": 10, + "min_level": 49, + "max_level": 49 + }, + { + "pokeapi_id": 606, + "pokemon_name": "Beheeyem", + "method": "walk", + "encounter_rate": 10, + "min_level": 48, + "max_level": 50 + }, { "pokeapi_id": 213, - "pokemon_name": "shuckle", + "pokemon_name": "Shuckle", "method": "walk", "encounter_rate": 5, "min_level": 49, @@ -1097,7 +1097,7 @@ "encounters": [ { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 30, "min_level": 48, @@ -1105,7 +1105,7 @@ }, { "pokeapi_id": 105, - "pokemon_name": "marowak", + "pokemon_name": "Marowak", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -1113,7 +1113,7 @@ }, { "pokeapi_id": 207, - "pokemon_name": "gligar", + "pokemon_name": "Gligar", "method": "walk", "encounter_rate": 15, "min_level": 47, @@ -1121,7 +1121,7 @@ }, { "pokeapi_id": 538, - "pokemon_name": "throh", + "pokemon_name": "Throh", "method": "walk", "encounter_rate": 15, "min_level": 48, @@ -1129,7 +1129,7 @@ }, { "pokeapi_id": 115, - "pokemon_name": "kangaskhan", + "pokemon_name": "Kangaskhan", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -1137,7 +1137,7 @@ }, { "pokeapi_id": 247, - "pokemon_name": "pupitar", + "pokemon_name": "Pupitar", "method": "walk", "encounter_rate": 10, "min_level": 48, @@ -1151,7 +1151,7 @@ "encounters": [ { "pokeapi_id": 572, - "pokemon_name": "minccino", + "pokemon_name": "Minccino", "method": "walk", "encounter_rate": 30, "min_level": 19, @@ -1159,7 +1159,7 @@ }, { "pokeapi_id": 577, - "pokemon_name": "solosis", + "pokemon_name": "Solosis", "method": "walk", "encounter_rate": 30, "min_level": 19, @@ -1167,7 +1167,7 @@ }, { "pokeapi_id": 510, - "pokemon_name": "liepard", + "pokemon_name": "Liepard", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -1175,7 +1175,7 @@ }, { "pokeapi_id": 568, - "pokemon_name": "trubbish", + "pokemon_name": "Trubbish", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -1189,7 +1189,7 @@ "encounters": [ { "pokeapi_id": 592, - "pokemon_name": "frillish", + "pokemon_name": "Frillish", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -1197,7 +1197,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 55, "min_level": 35, @@ -1205,7 +1205,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "super-rod", "encounter_rate": 45, "min_level": 35, @@ -1219,7 +1219,7 @@ "encounters": [ { "pokeapi_id": 592, - "pokemon_name": "frillish", + "pokemon_name": "Frillish", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -1227,7 +1227,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 55, "min_level": 35, @@ -1235,7 +1235,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "super-rod", "encounter_rate": 44, "min_level": 35, @@ -1243,7 +1243,7 @@ }, { "pokeapi_id": 559, - "pokemon_name": "scraggy", + "pokemon_name": "Scraggy", "method": "walk", "encounter_rate": 40, "min_level": 28, @@ -1251,7 +1251,7 @@ }, { "pokeapi_id": 557, - "pokemon_name": "dwebble", + "pokemon_name": "Dwebble", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -1259,7 +1259,7 @@ }, { "pokeapi_id": 505, - "pokemon_name": "watchog", + "pokemon_name": "Watchog", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -1267,7 +1267,7 @@ }, { "pokeapi_id": 538, - "pokemon_name": "throh", + "pokemon_name": "Throh", "method": "walk", "encounter_rate": 10, "min_level": 29, @@ -1275,7 +1275,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "super-rod", "encounter_rate": 1, "min_level": 35, @@ -1289,7 +1289,7 @@ "encounters": [ { "pokeapi_id": 504, - "pokemon_name": "patrat", + "pokemon_name": "Patrat", "method": "walk", "encounter_rate": 40, "min_level": 8, @@ -1297,7 +1297,7 @@ }, { "pokeapi_id": 509, - "pokemon_name": "purrloin", + "pokemon_name": "Purrloin", "method": "walk", "encounter_rate": 40, "min_level": 8, @@ -1305,7 +1305,7 @@ }, { "pokeapi_id": 517, - "pokemon_name": "munna", + "pokemon_name": "Munna", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -1324,7 +1324,7 @@ "encounters": [ { "pokeapi_id": 535, - "pokemon_name": "tympole", + "pokemon_name": "Tympole", "method": "walk", "encounter_rate": 40, "min_level": 12, @@ -1332,7 +1332,7 @@ }, { "pokeapi_id": 519, - "pokemon_name": "pidove", + "pokemon_name": "Pidove", "method": "walk", "encounter_rate": 30, "min_level": 12, @@ -1340,7 +1340,7 @@ }, { "pokeapi_id": 532, - "pokemon_name": "timburr", + "pokemon_name": "Timburr", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -1348,7 +1348,7 @@ }, { "pokeapi_id": 538, - "pokemon_name": "throh", + "pokemon_name": "Throh", "method": "walk", "encounter_rate": 10, "min_level": 12, @@ -1362,7 +1362,7 @@ "encounters": [ { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -1370,7 +1370,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -1378,7 +1378,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -1386,7 +1386,7 @@ }, { "pokeapi_id": 548, - "pokemon_name": "petilil", + "pokemon_name": "Petilil", "method": "walk", "encounter_rate": 35, "min_level": 14, @@ -1394,7 +1394,7 @@ }, { "pokeapi_id": 540, - "pokemon_name": "sewaddle", + "pokemon_name": "Sewaddle", "method": "walk", "encounter_rate": 35, "min_level": 14, @@ -1402,7 +1402,7 @@ }, { "pokeapi_id": 519, - "pokemon_name": "pidove", + "pokemon_name": "Pidove", "method": "walk", "encounter_rate": 15, "min_level": 15, @@ -1410,7 +1410,7 @@ }, { "pokeapi_id": 543, - "pokemon_name": "venipede", + "pokemon_name": "Venipede", "method": "walk", "encounter_rate": 15, "min_level": 15, @@ -1426,7 +1426,7 @@ "encounters": [ { "pokeapi_id": 551, - "pokemon_name": "sandile", + "pokemon_name": "Sandile", "method": "walk", "encounter_rate": 40, "min_level": 19, @@ -1434,7 +1434,7 @@ }, { "pokeapi_id": 554, - "pokemon_name": "darumaka", + "pokemon_name": "Darumaka", "method": "walk", "encounter_rate": 30, "min_level": 19, @@ -1442,7 +1442,7 @@ }, { "pokeapi_id": 557, - "pokemon_name": "dwebble", + "pokemon_name": "Dwebble", "method": "walk", "encounter_rate": 10, "min_level": 20, @@ -1450,7 +1450,7 @@ }, { "pokeapi_id": 556, - "pokemon_name": "maractus", + "pokemon_name": "Maractus", "method": "walk", "encounter_rate": 10, "min_level": 20, @@ -1458,7 +1458,7 @@ }, { "pokeapi_id": 559, - "pokemon_name": "scraggy", + "pokemon_name": "Scraggy", "method": "walk", "encounter_rate": 10, "min_level": 20, @@ -1472,7 +1472,7 @@ "encounters": [ { "pokeapi_id": 551, - "pokemon_name": "sandile", + "pokemon_name": "Sandile", "method": "walk", "encounter_rate": 40, "min_level": 19, @@ -1480,7 +1480,7 @@ }, { "pokeapi_id": 554, - "pokemon_name": "darumaka", + "pokemon_name": "Darumaka", "method": "walk", "encounter_rate": 30, "min_level": 19, @@ -1488,7 +1488,7 @@ }, { "pokeapi_id": 557, - "pokemon_name": "dwebble", + "pokemon_name": "Dwebble", "method": "walk", "encounter_rate": 10, "min_level": 20, @@ -1496,7 +1496,7 @@ }, { "pokeapi_id": 556, - "pokemon_name": "maractus", + "pokemon_name": "Maractus", "method": "walk", "encounter_rate": 10, "min_level": 20, @@ -1504,7 +1504,7 @@ }, { "pokeapi_id": 561, - "pokemon_name": "sigilyph", + "pokemon_name": "Sigilyph", "method": "walk", "encounter_rate": 10, "min_level": 20, @@ -1523,7 +1523,7 @@ "encounters": [ { "pokeapi_id": 551, - "pokemon_name": "sandile", + "pokemon_name": "Sandile", "method": "walk", "encounter_rate": 50, "min_level": 19, @@ -1531,7 +1531,7 @@ }, { "pokeapi_id": 562, - "pokemon_name": "yamask", + "pokemon_name": "Yamask", "method": "walk", "encounter_rate": 50, "min_level": 19, @@ -1545,7 +1545,7 @@ "encounters": [ { "pokeapi_id": 563, - "pokemon_name": "cofagrigus", + "pokemon_name": "Cofagrigus", "method": "walk", "encounter_rate": 50, "min_level": 34, @@ -1553,7 +1553,7 @@ }, { "pokeapi_id": 552, - "pokemon_name": "krokorok", + "pokemon_name": "Krokorok", "method": "walk", "encounter_rate": 50, "min_level": 34, @@ -1567,7 +1567,7 @@ "encounters": [ { "pokeapi_id": 552, - "pokemon_name": "krokorok", + "pokemon_name": "Krokorok", "method": "walk", "encounter_rate": 35, "min_level": 47, @@ -1575,7 +1575,7 @@ }, { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 30, "min_level": 47, @@ -1583,7 +1583,7 @@ }, { "pokeapi_id": 563, - "pokemon_name": "cofagrigus", + "pokemon_name": "Cofagrigus", "method": "walk", "encounter_rate": 20, "min_level": 48, @@ -1591,7 +1591,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 15, "min_level": 48, @@ -1605,7 +1605,7 @@ "encounters": [ { "pokeapi_id": 344, - "pokemon_name": "claydol", + "pokemon_name": "Claydol", "method": "walk", "encounter_rate": 100, "min_level": 47, @@ -1621,7 +1621,7 @@ "encounters": [ { "pokeapi_id": 507, - "pokemon_name": "herdier", + "pokemon_name": "Herdier", "method": "walk", "encounter_rate": 35, "min_level": 21, @@ -1629,7 +1629,7 @@ }, { "pokeapi_id": 582, - "pokemon_name": "vanillite", + "pokemon_name": "Vanillite", "method": "walk", "encounter_rate": 30, "min_level": 20, @@ -1637,7 +1637,7 @@ }, { "pokeapi_id": 572, - "pokemon_name": "minccino", + "pokemon_name": "Minccino", "method": "walk", "encounter_rate": 20, "min_level": 20, @@ -1645,7 +1645,7 @@ }, { "pokeapi_id": 532, - "pokemon_name": "timburr", + "pokemon_name": "Timburr", "method": "walk", "encounter_rate": 15, "min_level": 21, @@ -1659,12 +1659,12 @@ "encounters": [], "children": [ { - "name": "Chargestone Cave (1f)", + "name": "Chargestone Cave (1F)", "order": 36, "encounters": [ { "pokeapi_id": 595, - "pokemon_name": "joltik", + "pokemon_name": "Joltik", "method": "walk", "encounter_rate": 39, "min_level": 24, @@ -1672,7 +1672,7 @@ }, { "pokeapi_id": 599, - "pokemon_name": "klink", + "pokemon_name": "Klink", "method": "walk", "encounter_rate": 29, "min_level": 25, @@ -1680,7 +1680,7 @@ }, { "pokeapi_id": 597, - "pokemon_name": "ferroseed", + "pokemon_name": "Ferroseed", "method": "walk", "encounter_rate": 20, "min_level": 24, @@ -1688,7 +1688,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -1696,7 +1696,7 @@ }, { "pokeapi_id": 602, - "pokemon_name": "tynamo", + "pokemon_name": "Tynamo", "method": "walk", "encounter_rate": 2, "min_level": 27, @@ -1706,11 +1706,11 @@ }, { "name": "Chargestone Cave (B1f)", - "order": 37, + "order": 36, "encounters": [ { "pokeapi_id": 595, - "pokemon_name": "joltik", + "pokemon_name": "Joltik", "method": "walk", "encounter_rate": 39, "min_level": 24, @@ -1718,7 +1718,7 @@ }, { "pokeapi_id": 599, - "pokemon_name": "klink", + "pokemon_name": "Klink", "method": "walk", "encounter_rate": 29, "min_level": 25, @@ -1726,7 +1726,7 @@ }, { "pokeapi_id": 597, - "pokemon_name": "ferroseed", + "pokemon_name": "Ferroseed", "method": "walk", "encounter_rate": 20, "min_level": 25, @@ -1734,7 +1734,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -1742,7 +1742,7 @@ }, { "pokeapi_id": 602, - "pokemon_name": "tynamo", + "pokemon_name": "Tynamo", "method": "walk", "encounter_rate": 2, "min_level": 27, @@ -1752,11 +1752,11 @@ }, { "name": "Chargestone Cave (B2f)", - "order": 38, + "order": 37, "encounters": [ { "pokeapi_id": 595, - "pokemon_name": "joltik", + "pokemon_name": "Joltik", "method": "walk", "encounter_rate": 36, "min_level": 24, @@ -1764,7 +1764,7 @@ }, { "pokeapi_id": 599, - "pokemon_name": "klink", + "pokemon_name": "Klink", "method": "walk", "encounter_rate": 26, "min_level": 25, @@ -1772,7 +1772,7 @@ }, { "pokeapi_id": 597, - "pokemon_name": "ferroseed", + "pokemon_name": "Ferroseed", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -1780,7 +1780,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -1788,13 +1788,151 @@ }, { "pokeapi_id": 602, - "pokemon_name": "tynamo", + "pokemon_name": "Tynamo", "method": "walk", "encounter_rate": 8, "min_level": 27, "max_level": 27 } ] + }, + { + "name": "Chargestone Cave (B1F)", + "order": 37, + "encounters": [ + { + "pokeapi_id": 595, + "pokemon_name": "Joltik", + "method": "walk", + "encounter_rate": 39, + "min_level": 24, + "max_level": 27 + }, + { + "pokeapi_id": 599, + "pokemon_name": "Klink", + "method": "walk", + "encounter_rate": 29, + "min_level": 25, + "max_level": 27 + }, + { + "pokeapi_id": 597, + "pokemon_name": "Ferroseed", + "method": "walk", + "encounter_rate": 20, + "min_level": 25, + "max_level": 26 + }, + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 10, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 602, + "pokemon_name": "Tynamo", + "method": "walk", + "encounter_rate": 2, + "min_level": 27, + "max_level": 27 + } + ] + }, + { + "name": "Chargestone Cave (B2F)", + "order": 38, + "encounters": [ + { + "pokeapi_id": 595, + "pokemon_name": "Joltik", + "method": "walk", + "encounter_rate": 36, + "min_level": 24, + "max_level": 27 + }, + { + "pokeapi_id": 599, + "pokemon_name": "Klink", + "method": "walk", + "encounter_rate": 26, + "min_level": 25, + "max_level": 27 + }, + { + "pokeapi_id": 597, + "pokemon_name": "Ferroseed", + "method": "walk", + "encounter_rate": 20, + "min_level": 26, + "max_level": 27 + }, + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 10, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 602, + "pokemon_name": "Tynamo", + "method": "walk", + "encounter_rate": 8, + "min_level": 27, + "max_level": 27 + } + ] + }, + { + "name": "Chargestone Cave (1f)", + "order": 38, + "encounters": [ + { + "pokeapi_id": 595, + "pokemon_name": "Joltik", + "method": "walk", + "encounter_rate": 39, + "min_level": 24, + "max_level": 27 + }, + { + "pokeapi_id": 599, + "pokemon_name": "Klink", + "method": "walk", + "encounter_rate": 29, + "min_level": 25, + "max_level": 27 + }, + { + "pokeapi_id": 597, + "pokemon_name": "Ferroseed", + "method": "walk", + "encounter_rate": 20, + "min_level": 24, + "max_level": 25 + }, + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 10, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 602, + "pokemon_name": "Tynamo", + "method": "walk", + "encounter_rate": 2, + "min_level": 27, + "max_level": 27 + } + ] } ] }, @@ -1804,7 +1942,7 @@ "encounters": [ { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 100, "min_level": 28, @@ -1812,7 +1950,7 @@ }, { "pokeapi_id": 533, - "pokemon_name": "gurdurr", + "pokemon_name": "Gurdurr", "method": "walk", "encounter_rate": 100, "min_level": 28, @@ -1820,7 +1958,7 @@ }, { "pokeapi_id": 613, - "pokemon_name": "cubchoo", + "pokemon_name": "Cubchoo", "method": "walk", "encounter_rate": 69, "min_level": 28, @@ -1828,7 +1966,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 50, "min_level": 28, @@ -1836,7 +1974,53 @@ }, { "pokeapi_id": 615, - "pokemon_name": "cryogonal", + "pokemon_name": "Cryogonal", + "method": "walk", + "encounter_rate": 8, + "min_level": 28, + "max_level": 31 + } + ] + }, + { + "name": "Twist Mountain (B1F 3F)", + "order": 39, + "encounters": [ + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 100, + "min_level": 28, + "max_level": 31 + }, + { + "pokeapi_id": 533, + "pokemon_name": "Gurdurr", + "method": "walk", + "encounter_rate": 100, + "min_level": 28, + "max_level": 30 + }, + { + "pokeapi_id": 613, + "pokemon_name": "Cubchoo", + "method": "walk", + "encounter_rate": 69, + "min_level": 28, + "max_level": 31 + }, + { + "pokeapi_id": 527, + "pokemon_name": "Woobat", + "method": "walk", + "encounter_rate": 50, + "min_level": 28, + "max_level": 31 + }, + { + "pokeapi_id": 615, + "pokemon_name": "Cryogonal", "method": "walk", "encounter_rate": 8, "min_level": 28, @@ -1850,12 +2034,98 @@ "encounters": [], "children": [ { - "name": "Dragonspiral Tower (1f)", + "name": "Dragonspiral Tower (Outside)", "order": 41, + "encounters": [ + { + "pokeapi_id": 10016, + "pokemon_name": "Basculin (Blue Striped)", + "method": "surf", + "encounter_rate": 100, + "min_level": 15, + "max_level": 35 + }, + { + "pokeapi_id": 520, + "pokemon_name": "Tranquill", + "method": "walk", + "encounter_rate": 90, + "min_level": 31, + "max_level": 32 + }, + { + "pokeapi_id": 147, + "pokemon_name": "Dratini", + "method": "super-rod", + "encounter_rate": 55, + "min_level": 35, + "max_level": 55 + }, + { + "pokeapi_id": 10016, + "pokemon_name": "Basculin (Blue Striped)", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 35, + "max_level": 55 + }, + { + "pokeapi_id": 585, + "pokemon_name": "Deerling", + "method": "walk", + "encounter_rate": 30, + "min_level": 30, + "max_level": 32 + }, + { + "pokeapi_id": 621, + "pokemon_name": "Druddigon", + "method": "walk", + "encounter_rate": 30, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 619, + "pokemon_name": "Mienfoo", + "method": "walk", + "encounter_rate": 30, + "min_level": 30, + "max_level": 33 + }, + { + "pokeapi_id": 582, + "pokemon_name": "Vanillite", + "method": "walk", + "encounter_rate": 30, + "min_level": 31, + "max_level": 33 + }, + { + "pokeapi_id": 613, + "pokemon_name": "Cubchoo", + "method": "walk", + "encounter_rate": 10, + "min_level": 33, + "max_level": 33 + }, + { + "pokeapi_id": 148, + "pokemon_name": "Dragonair", + "method": "super-rod", + "encounter_rate": 5, + "min_level": 35, + "max_level": 55 + } + ] + }, + { + "name": "Dragonspiral Tower (1f)", + "order": 42, "encounters": [ { "pokeapi_id": 622, - "pokemon_name": "golett", + "pokemon_name": "Golett", "method": "walk", "encounter_rate": 50, "min_level": 30, @@ -1863,7 +2133,7 @@ }, { "pokeapi_id": 621, - "pokemon_name": "druddigon", + "pokemon_name": "Druddigon", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -1871,7 +2141,37 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", + "method": "walk", + "encounter_rate": 20, + "min_level": 33, + "max_level": 33 + } + ] + }, + { + "name": "Dragonspiral Tower (1F)", + "order": 43, + "encounters": [ + { + "pokeapi_id": 622, + "pokemon_name": "Golett", + "method": "walk", + "encounter_rate": 50, + "min_level": 30, + "max_level": 33 + }, + { + "pokeapi_id": 621, + "pokemon_name": "Druddigon", + "method": "walk", + "encounter_rate": 30, + "min_level": 30, + "max_level": 33 + }, + { + "pokeapi_id": 619, + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -1881,11 +2181,11 @@ }, { "name": "Dragonspiral Tower (2f)", - "order": 42, + "order": 43, "encounters": [ { "pokeapi_id": 622, - "pokemon_name": "golett", + "pokemon_name": "Golett", "method": "walk", "encounter_rate": 100, "min_level": 30, @@ -1895,11 +2195,11 @@ }, { "name": "Dragonspiral Tower (Entrance)", - "order": 43, + "order": 44, "encounters": [ { "pokeapi_id": 585, - "pokemon_name": "deerling", + "pokemon_name": "Deerling", "method": "walk", "encounter_rate": 90, "min_level": 30, @@ -1907,7 +2207,7 @@ }, { "pokeapi_id": 520, - "pokemon_name": "tranquill", + "pokemon_name": "Tranquill", "method": "walk", "encounter_rate": 90, "min_level": 30, @@ -1915,7 +2215,7 @@ }, { "pokeapi_id": 621, - "pokemon_name": "druddigon", + "pokemon_name": "Druddigon", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -1923,7 +2223,7 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 30, "min_level": 30, @@ -1931,7 +2231,7 @@ }, { "pokeapi_id": 582, - "pokemon_name": "vanillite", + "pokemon_name": "Vanillite", "method": "walk", "encounter_rate": 30, "min_level": 31, @@ -1939,7 +2239,7 @@ }, { "pokeapi_id": 613, - "pokemon_name": "cubchoo", + "pokemon_name": "Cubchoo", "method": "walk", "encounter_rate": 10, "min_level": 33, @@ -1948,88 +2248,16 @@ ] }, { - "name": "Dragonspiral Tower (Outside)", + "name": "Dragonspiral Tower (2F)", "order": 44, "encounters": [ { - "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", - "method": "surf", + "pokeapi_id": 622, + "pokemon_name": "Golett", + "method": "walk", "encounter_rate": 100, - "min_level": 15, - "max_level": 35 - }, - { - "pokeapi_id": 520, - "pokemon_name": "tranquill", - "method": "walk", - "encounter_rate": 90, - "min_level": 31, - "max_level": 32 - }, - { - "pokeapi_id": 147, - "pokemon_name": "dratini", - "method": "super-rod", - "encounter_rate": 55, - "min_level": 35, - "max_level": 55 - }, - { - "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", - "method": "super-rod", - "encounter_rate": 40, - "min_level": 35, - "max_level": 55 - }, - { - "pokeapi_id": 585, - "pokemon_name": "deerling", - "method": "walk", - "encounter_rate": 30, - "min_level": 30, - "max_level": 32 - }, - { - "pokeapi_id": 621, - "pokemon_name": "druddigon", - "method": "walk", - "encounter_rate": 30, - "min_level": 31, - "max_level": 33 - }, - { - "pokeapi_id": 619, - "pokemon_name": "mienfoo", - "method": "walk", - "encounter_rate": 30, "min_level": 30, "max_level": 33 - }, - { - "pokeapi_id": 582, - "pokemon_name": "vanillite", - "method": "walk", - "encounter_rate": 30, - "min_level": 31, - "max_level": 33 - }, - { - "pokeapi_id": 613, - "pokemon_name": "cubchoo", - "method": "walk", - "encounter_rate": 10, - "min_level": 33, - "max_level": 33 - }, - { - "pokeapi_id": 148, - "pokemon_name": "dragonair", - "method": "super-rod", - "encounter_rate": 5, - "min_level": 35, - "max_level": 55 } ] } @@ -2041,36 +2269,12 @@ "encounters": [], "children": [ { - "name": "Victory Road (Unknown Area 53)", + "name": "Victory Road (Unknown Area 61)", "order": 46, "encounters": [ - { - "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", - "method": "surf", - "encounter_rate": 100, - "min_level": 20, - "max_level": 45 - }, - { - "pokeapi_id": 60, - "pokemon_name": "poliwag", - "method": "super-rod", - "encounter_rate": 45, - "min_level": 35, - "max_level": 55 - }, - { - "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", - "method": "super-rod", - "encounter_rate": 40, - "min_level": 35, - "max_level": 55 - }, { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 40, "min_level": 37, @@ -2078,91 +2282,75 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", - "encounter_rate": 20, - "min_level": 39, - "max_level": 39 - }, - { - "pokeapi_id": 633, - "pokemon_name": "deino", - "method": "walk", - "encounter_rate": 20, - "min_level": 38, - "max_level": 40 - }, - { - "pokeapi_id": 61, - "pokemon_name": "poliwhirl", - "method": "super-rod", - "encounter_rate": 15, - "min_level": 35, - "max_level": 55 - }, - { - "pokeapi_id": 619, - "pokemon_name": "mienfoo", - "method": "walk", - "encounter_rate": 10, - "min_level": 39, + "encounter_rate": 30, + "min_level": 37, "max_level": 39 }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", + "method": "walk", + "encounter_rate": 20, + "min_level": 37, + "max_level": 40 + }, + { + "pokeapi_id": 619, + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 10, - "min_level": 37, - "max_level": 37 + "min_level": 39, + "max_level": 39 } ] }, { - "name": "Victory Road (Unknown Area 55)", + "name": "Victory Road (Unknown Area 62)", "order": 47, "encounters": [ { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 40, - "min_level": 37, - "max_level": 40 + "min_level": 39, + "max_level": 42 }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 30, - "min_level": 37, - "max_level": 39 + "min_level": 39, + "max_level": 41 }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 20, - "min_level": 37, - "max_level": 40 + "min_level": 39, + "max_level": 42 }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 10, - "min_level": 39, - "max_level": 39 + "min_level": 41, + "max_level": 41 } ] }, { - "name": "Victory Road (Unknown Area 57)", + "name": "Victory Road (Unknown Area 59)", "order": 48, "encounters": [ { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 40, "min_level": 37, @@ -2170,7 +2358,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 30, "min_level": 37, @@ -2178,7 +2366,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -2186,7 +2374,7 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -2200,7 +2388,7 @@ "encounters": [ { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 40, "min_level": 39, @@ -2208,7 +2396,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 30, "min_level": 39, @@ -2216,7 +2404,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -2224,7 +2412,7 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -2233,36 +2421,12 @@ ] }, { - "name": "Victory Road (1f Unknown Room)", + "name": "Victory Road (Unknown Area 54)", "order": 50, "encounters": [ - { - "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", - "method": "surf", - "encounter_rate": 100, - "min_level": 20, - "max_level": 45 - }, - { - "pokeapi_id": 60, - "pokemon_name": "poliwag", - "method": "super-rod", - "encounter_rate": 45, - "min_level": 35, - "max_level": 55 - }, - { - "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", - "method": "super-rod", - "encounter_rate": 40, - "min_level": 35, - "max_level": 55 - }, { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 40, "min_level": 37, @@ -2270,61 +2434,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", - "method": "walk", - "encounter_rate": 20, - "min_level": 39, - "max_level": 39 - }, - { - "pokeapi_id": 633, - "pokemon_name": "deino", - "method": "walk", - "encounter_rate": 20, - "min_level": 38, - "max_level": 40 - }, - { - "pokeapi_id": 61, - "pokemon_name": "poliwhirl", - "method": "super-rod", - "encounter_rate": 15, - "min_level": 35, - "max_level": 55 - }, - { - "pokeapi_id": 619, - "pokemon_name": "mienfoo", - "method": "walk", - "encounter_rate": 10, - "min_level": 39, - "max_level": 39 - }, - { - "pokeapi_id": 527, - "pokemon_name": "woobat", - "method": "walk", - "encounter_rate": 10, - "min_level": 37, - "max_level": 37 - } - ] - }, - { - "name": "Victory Road (Unknown Area 54)", - "order": 51, - "encounters": [ - { - "pokeapi_id": 632, - "pokemon_name": "durant", - "method": "walk", - "encounter_rate": 40, - "min_level": 37, - "max_level": 40 - }, - { - "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 30, "min_level": 37, @@ -2332,7 +2442,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -2340,7 +2450,83 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", + "method": "walk", + "encounter_rate": 10, + "min_level": 39, + "max_level": 39 + } + ] + }, + { + "name": "Victory Road (4F Middle Room)", + "order": 50, + "encounters": [ + { + "pokeapi_id": 632, + "pokemon_name": "Durant", + "method": "walk", + "encounter_rate": 40, + "min_level": 39, + "max_level": 42 + }, + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 30, + "min_level": 39, + "max_level": 41 + }, + { + "pokeapi_id": 527, + "pokemon_name": "Woobat", + "method": "walk", + "encounter_rate": 20, + "min_level": 39, + "max_level": 42 + }, + { + "pokeapi_id": 619, + "pokemon_name": "Mienfoo", + "method": "walk", + "encounter_rate": 10, + "min_level": 41, + "max_level": 41 + } + ] + }, + { + "name": "Victory Road (Unknown Area 55)", + "order": 51, + "encounters": [ + { + "pokeapi_id": 632, + "pokemon_name": "Durant", + "method": "walk", + "encounter_rate": 40, + "min_level": 37, + "max_level": 40 + }, + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 30, + "min_level": 37, + "max_level": 39 + }, + { + "pokeapi_id": 527, + "pokemon_name": "Woobat", + "method": "walk", + "encounter_rate": 20, + "min_level": 37, + "max_level": 40 + }, + { + "pokeapi_id": 619, + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -2354,7 +2540,7 @@ "encounters": [ { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 40, "min_level": 39, @@ -2362,7 +2548,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 30, "min_level": 39, @@ -2370,7 +2556,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -2378,7 +2564,7 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -2387,12 +2573,36 @@ ] }, { - "name": "Victory Road (Unknown Area 59)", - "order": 53, + "name": "Victory Road (1F Unknown Room)", + "order": 52, "encounters": [ + { + "pokeapi_id": 10016, + "pokemon_name": "Basculin (Blue Striped)", + "method": "surf", + "encounter_rate": 100, + "min_level": 20, + "max_level": 45 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "super-rod", + "encounter_rate": 45, + "min_level": 35, + "max_level": 55 + }, + { + "pokeapi_id": 10016, + "pokemon_name": "Basculin (Blue Striped)", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 35, + "max_level": 55 + }, { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 40, "min_level": 37, @@ -2400,189 +2610,53 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", - "encounter_rate": 30, - "min_level": 37, + "encounter_rate": 20, + "min_level": 39, "max_level": 39 }, { - "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokeapi_id": 633, + "pokemon_name": "Deino", "method": "walk", "encounter_rate": 20, - "min_level": 37, + "min_level": 38, "max_level": 40 }, + { + "pokeapi_id": 61, + "pokemon_name": "Poliwhirl", + "method": "super-rod", + "encounter_rate": 15, + "min_level": 35, + "max_level": 55 + }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 10, "min_level": 39, "max_level": 39 - } - ] - }, - { - "name": "Victory Road (Unknown Area 65)", - "order": 54, - "encounters": [ - { - "pokeapi_id": 632, - "pokemon_name": "durant", - "method": "walk", - "encounter_rate": 40, - "min_level": 39, - "max_level": 42 - }, - { - "pokeapi_id": 525, - "pokemon_name": "boldore", - "method": "walk", - "encounter_rate": 30, - "min_level": 39, - "max_level": 41 }, { "pokeapi_id": 527, - "pokemon_name": "woobat", - "method": "walk", - "encounter_rate": 20, - "min_level": 39, - "max_level": 42 - }, - { - "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 10, - "min_level": 41, - "max_level": 41 - } - ] - }, - { - "name": "Victory Road (Unknown Area 60)", - "order": 55, - "encounters": [ - { - "pokeapi_id": 632, - "pokemon_name": "durant", - "method": "walk", - "encounter_rate": 40, "min_level": 37, - "max_level": 40 - }, - { - "pokeapi_id": 525, - "pokemon_name": "boldore", - "method": "walk", - "encounter_rate": 30, - "min_level": 37, - "max_level": 39 - }, - { - "pokeapi_id": 527, - "pokemon_name": "woobat", - "method": "walk", - "encounter_rate": 20, - "min_level": 37, - "max_level": 40 - }, - { - "pokeapi_id": 619, - "pokemon_name": "mienfoo", - "method": "walk", - "encounter_rate": 10, - "min_level": 39, - "max_level": 39 - } - ] - }, - { - "name": "Victory Road (Unknown Area 61)", - "order": 56, - "encounters": [ - { - "pokeapi_id": 632, - "pokemon_name": "durant", - "method": "walk", - "encounter_rate": 40, - "min_level": 37, - "max_level": 40 - }, - { - "pokeapi_id": 525, - "pokemon_name": "boldore", - "method": "walk", - "encounter_rate": 30, - "min_level": 37, - "max_level": 39 - }, - { - "pokeapi_id": 527, - "pokemon_name": "woobat", - "method": "walk", - "encounter_rate": 20, - "min_level": 37, - "max_level": 40 - }, - { - "pokeapi_id": 619, - "pokemon_name": "mienfoo", - "method": "walk", - "encounter_rate": 10, - "min_level": 39, - "max_level": 39 - } - ] - }, - { - "name": "Victory Road (Unknown Area 62)", - "order": 57, - "encounters": [ - { - "pokeapi_id": 632, - "pokemon_name": "durant", - "method": "walk", - "encounter_rate": 40, - "min_level": 39, - "max_level": 42 - }, - { - "pokeapi_id": 525, - "pokemon_name": "boldore", - "method": "walk", - "encounter_rate": 30, - "min_level": 39, - "max_level": 41 - }, - { - "pokeapi_id": 527, - "pokemon_name": "woobat", - "method": "walk", - "encounter_rate": 20, - "min_level": 39, - "max_level": 42 - }, - { - "pokeapi_id": 619, - "pokemon_name": "mienfoo", - "method": "walk", - "encounter_rate": 10, - "min_level": 41, - "max_level": 41 + "max_level": 37 } ] }, { "name": "Victory Road (Unknown Area 64)", - "order": 58, + "order": 53, "encounters": [ { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 40, "min_level": 39, @@ -2590,7 +2664,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 30, "min_level": 39, @@ -2598,7 +2672,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -2606,7 +2680,7 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -2616,11 +2690,11 @@ }, { "name": "Victory Road (Unknown Area 66)", - "order": 59, + "order": 54, "encounters": [ { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 40, "min_level": 39, @@ -2628,7 +2702,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 30, "min_level": 39, @@ -2636,7 +2710,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -2644,7 +2718,83 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", + "method": "walk", + "encounter_rate": 10, + "min_level": 41, + "max_level": 41 + } + ] + }, + { + "name": "Victory Road (Unknown Area 57)", + "order": 55, + "encounters": [ + { + "pokeapi_id": 632, + "pokemon_name": "Durant", + "method": "walk", + "encounter_rate": 40, + "min_level": 37, + "max_level": 40 + }, + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 30, + "min_level": 37, + "max_level": 39 + }, + { + "pokeapi_id": 527, + "pokemon_name": "Woobat", + "method": "walk", + "encounter_rate": 20, + "min_level": 37, + "max_level": 40 + }, + { + "pokeapi_id": 619, + "pokemon_name": "Mienfoo", + "method": "walk", + "encounter_rate": 10, + "min_level": 39, + "max_level": 39 + } + ] + }, + { + "name": "Victory Road (Unknown Area 65)", + "order": 56, + "encounters": [ + { + "pokeapi_id": 632, + "pokemon_name": "Durant", + "method": "walk", + "encounter_rate": 40, + "min_level": 39, + "max_level": 42 + }, + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 30, + "min_level": 39, + "max_level": 41 + }, + { + "pokeapi_id": 527, + "pokemon_name": "Woobat", + "method": "walk", + "encounter_rate": 20, + "min_level": 39, + "max_level": 42 + }, + { + "pokeapi_id": 619, + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -2654,11 +2804,11 @@ }, { "name": "Victory Road (Outside)", - "order": 60, + "order": 57, "encounters": [ { "pokeapi_id": 631, - "pokemon_name": "heatmor", + "pokemon_name": "Heatmor", "method": "walk", "encounter_rate": 45, "min_level": 37, @@ -2666,7 +2816,7 @@ }, { "pokeapi_id": 627, - "pokemon_name": "rufflet", + "pokemon_name": "Rufflet", "method": "walk", "encounter_rate": 35, "min_level": 37, @@ -2674,7 +2824,7 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 15, "min_level": 38, @@ -2682,13 +2832,207 @@ }, { "pokeapi_id": 611, - "pokemon_name": "fraxure", + "pokemon_name": "Fraxure", "method": "walk", "encounter_rate": 5, "min_level": 40, "max_level": 40 } ] + }, + { + "name": "Victory Road (Unknown Area 53)", + "order": 58, + "encounters": [ + { + "pokeapi_id": 10016, + "pokemon_name": "Basculin (Blue Striped)", + "method": "surf", + "encounter_rate": 100, + "min_level": 20, + "max_level": 45 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "super-rod", + "encounter_rate": 45, + "min_level": 35, + "max_level": 55 + }, + { + "pokeapi_id": 10016, + "pokemon_name": "Basculin (Blue Striped)", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 35, + "max_level": 55 + }, + { + "pokeapi_id": 632, + "pokemon_name": "Durant", + "method": "walk", + "encounter_rate": 40, + "min_level": 37, + "max_level": 40 + }, + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 20, + "min_level": 39, + "max_level": 39 + }, + { + "pokeapi_id": 633, + "pokemon_name": "Deino", + "method": "walk", + "encounter_rate": 20, + "min_level": 38, + "max_level": 40 + }, + { + "pokeapi_id": 61, + "pokemon_name": "Poliwhirl", + "method": "super-rod", + "encounter_rate": 15, + "min_level": 35, + "max_level": 55 + }, + { + "pokeapi_id": 619, + "pokemon_name": "Mienfoo", + "method": "walk", + "encounter_rate": 10, + "min_level": 39, + "max_level": 39 + }, + { + "pokeapi_id": 527, + "pokemon_name": "Woobat", + "method": "walk", + "encounter_rate": 10, + "min_level": 37, + "max_level": 37 + } + ] + }, + { + "name": "Victory Road (1f Unknown Room)", + "order": 59, + "encounters": [ + { + "pokeapi_id": 10016, + "pokemon_name": "Basculin (Blue Striped)", + "method": "surf", + "encounter_rate": 100, + "min_level": 20, + "max_level": 45 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "super-rod", + "encounter_rate": 45, + "min_level": 35, + "max_level": 55 + }, + { + "pokeapi_id": 10016, + "pokemon_name": "Basculin (Blue Striped)", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 35, + "max_level": 55 + }, + { + "pokeapi_id": 632, + "pokemon_name": "Durant", + "method": "walk", + "encounter_rate": 40, + "min_level": 37, + "max_level": 40 + }, + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 20, + "min_level": 39, + "max_level": 39 + }, + { + "pokeapi_id": 633, + "pokemon_name": "Deino", + "method": "walk", + "encounter_rate": 20, + "min_level": 38, + "max_level": 40 + }, + { + "pokeapi_id": 61, + "pokemon_name": "Poliwhirl", + "method": "super-rod", + "encounter_rate": 15, + "min_level": 35, + "max_level": 55 + }, + { + "pokeapi_id": 619, + "pokemon_name": "Mienfoo", + "method": "walk", + "encounter_rate": 10, + "min_level": 39, + "max_level": 39 + }, + { + "pokeapi_id": 527, + "pokemon_name": "Woobat", + "method": "walk", + "encounter_rate": 10, + "min_level": 37, + "max_level": 37 + } + ] + }, + { + "name": "Victory Road (Unknown Area 60)", + "order": 60, + "encounters": [ + { + "pokeapi_id": 632, + "pokemon_name": "Durant", + "method": "walk", + "encounter_rate": 40, + "min_level": 37, + "max_level": 40 + }, + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 30, + "min_level": 37, + "max_level": 39 + }, + { + "pokeapi_id": 527, + "pokemon_name": "Woobat", + "method": "walk", + "encounter_rate": 20, + "min_level": 37, + "max_level": 40 + }, + { + "pokeapi_id": 619, + "pokemon_name": "Mienfoo", + "method": "walk", + "encounter_rate": 10, + "min_level": 39, + "max_level": 39 + } + ] } ] }, @@ -2698,7 +3042,7 @@ "encounters": [ { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 60, "min_level": 25, @@ -2706,7 +3050,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "super-rod", "encounter_rate": 55, "min_level": 35, @@ -2714,7 +3058,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -2722,7 +3066,7 @@ }, { "pokeapi_id": 458, - "pokemon_name": "mantyke", + "pokemon_name": "Mantyke", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -2730,7 +3074,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 10, "min_level": 25, @@ -2738,7 +3082,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 5, "min_level": 35, @@ -2752,7 +3096,7 @@ "encounters": [ { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -2760,7 +3104,7 @@ }, { "pokeapi_id": 524, - "pokemon_name": "roggenrola", + "pokemon_name": "Roggenrola", "method": "walk", "encounter_rate": 50, "min_level": 10, @@ -2768,7 +3112,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 50, "min_level": 10, @@ -2776,7 +3120,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 45, "min_level": 35, @@ -2784,7 +3128,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -2792,7 +3136,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 15, "min_level": 35, @@ -2806,7 +3150,7 @@ "encounters": [ { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 50, "min_level": 28, @@ -2814,7 +3158,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 30, "min_level": 28, @@ -2822,7 +3166,7 @@ }, { "pokeapi_id": 610, - "pokemon_name": "axew", + "pokemon_name": "Axew", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -2836,26 +3180,12 @@ "encounters": [], "children": [ { - "name": "Celestial Tower (2f)", + "name": "Celestial Tower (3f)", "order": 65, "encounters": [ { "pokeapi_id": 607, - "pokemon_name": "litwick", - "method": "walk", - "encounter_rate": 100, - "min_level": 26, - "max_level": 29 - } - ] - }, - { - "name": "Celestial Tower (3f)", - "order": 66, - "encounters": [ - { - "pokeapi_id": 607, - "pokemon_name": "litwick", + "pokemon_name": "Litwick", "method": "walk", "encounter_rate": 85, "min_level": 26, @@ -2863,7 +3193,7 @@ }, { "pokeapi_id": 605, - "pokemon_name": "elgyem", + "pokemon_name": "Elgyem", "method": "walk", "encounter_rate": 15, "min_level": 26, @@ -2872,12 +3202,26 @@ ] }, { - "name": "Celestial Tower (4f)", - "order": 67, + "name": "Celestial Tower (2F)", + "order": 65, "encounters": [ { "pokeapi_id": 607, - "pokemon_name": "litwick", + "pokemon_name": "Litwick", + "method": "walk", + "encounter_rate": 100, + "min_level": 26, + "max_level": 29 + } + ] + }, + { + "name": "Celestial Tower (4f)", + "order": 66, + "encounters": [ + { + "pokeapi_id": 607, + "pokemon_name": "Litwick", "method": "walk", "encounter_rate": 70, "min_level": 26, @@ -2885,7 +3229,7 @@ }, { "pokeapi_id": 605, - "pokemon_name": "elgyem", + "pokemon_name": "Elgyem", "method": "walk", "encounter_rate": 30, "min_level": 26, @@ -2893,13 +3237,35 @@ } ] }, + { + "name": "Celestial Tower (3F)", + "order": 66, + "encounters": [ + { + "pokeapi_id": 607, + "pokemon_name": "Litwick", + "method": "walk", + "encounter_rate": 85, + "min_level": 26, + "max_level": 29 + }, + { + "pokeapi_id": 605, + "pokemon_name": "Elgyem", + "method": "walk", + "encounter_rate": 15, + "min_level": 26, + "max_level": 28 + } + ] + }, { "name": "Celestial Tower (5f)", - "order": 68, + "order": 67, "encounters": [ { "pokeapi_id": 605, - "pokemon_name": "elgyem", + "pokemon_name": "Elgyem", "method": "walk", "encounter_rate": 50, "min_level": 26, @@ -2907,13 +3273,71 @@ }, { "pokeapi_id": 607, - "pokemon_name": "litwick", + "pokemon_name": "Litwick", "method": "walk", "encounter_rate": 50, "min_level": 26, "max_level": 29 } ] + }, + { + "name": "Celestial Tower (4F)", + "order": 67, + "encounters": [ + { + "pokeapi_id": 607, + "pokemon_name": "Litwick", + "method": "walk", + "encounter_rate": 70, + "min_level": 26, + "max_level": 29 + }, + { + "pokeapi_id": 605, + "pokemon_name": "Elgyem", + "method": "walk", + "encounter_rate": 30, + "min_level": 26, + "max_level": 29 + } + ] + }, + { + "name": "Celestial Tower (5F)", + "order": 68, + "encounters": [ + { + "pokeapi_id": 605, + "pokemon_name": "Elgyem", + "method": "walk", + "encounter_rate": 50, + "min_level": 26, + "max_level": 29 + }, + { + "pokeapi_id": 607, + "pokemon_name": "Litwick", + "method": "walk", + "encounter_rate": 50, + "min_level": 26, + "max_level": 29 + } + ] + }, + { + "name": "Celestial Tower (2f)", + "order": 68, + "encounters": [ + { + "pokeapi_id": 607, + "pokemon_name": "Litwick", + "method": "walk", + "encounter_rate": 100, + "min_level": 26, + "max_level": 29 + } + ] } ] }, @@ -2923,7 +3347,7 @@ "encounters": [ { "pokeapi_id": 536, - "pokemon_name": "palpitoad", + "pokemon_name": "Palpitoad", "method": "walk", "encounter_rate": 100, "min_level": 30, @@ -2931,7 +3355,7 @@ }, { "pokeapi_id": 616, - "pokemon_name": "shelmet", + "pokemon_name": "Shelmet", "method": "walk", "encounter_rate": 100, "min_level": 30, @@ -2939,7 +3363,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "surf", "encounter_rate": 100, "min_level": 15, @@ -2947,7 +3371,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -2955,7 +3379,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "walk", "encounter_rate": 60, "min_level": 31, @@ -2963,7 +3387,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -2982,7 +3406,7 @@ "encounters": [ { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 20, "min_level": 48, @@ -2990,7 +3414,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -2998,7 +3422,7 @@ }, { "pokeapi_id": 108, - "pokemon_name": "lickitung", + "pokemon_name": "Lickitung", "method": "walk", "encounter_rate": 20, "min_level": 49, @@ -3006,7 +3430,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -3014,7 +3438,7 @@ }, { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -3022,7 +3446,61 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 10, + "min_level": 49, + "max_level": 49 + } + ] + }, + { + "name": "Challengers Cave (1F)", + "order": 71, + "encounters": [ + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 20, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 49 + }, + { + "pokeapi_id": 108, + "pokemon_name": "Lickitung", + "method": "walk", + "encounter_rate": 20, + "min_level": 49, + "max_level": 50 + }, + { + "pokeapi_id": 527, + "pokemon_name": "Woobat", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 47 + }, + { + "pokeapi_id": 303, + "pokemon_name": "Mawile", + "method": "walk", + "encounter_rate": 10, + "min_level": 49, + "max_level": 49 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -3036,7 +3514,7 @@ "encounters": [ { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 20, "min_level": 48, @@ -3044,7 +3522,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -3052,7 +3530,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -3060,7 +3538,7 @@ }, { "pokeapi_id": 108, - "pokemon_name": "lickitung", + "pokemon_name": "Lickitung", "method": "walk", "encounter_rate": 15, "min_level": 49, @@ -3068,7 +3546,7 @@ }, { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -3076,7 +3554,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -3084,7 +3562,69 @@ }, { "pokeapi_id": 447, - "pokemon_name": "riolu", + "pokemon_name": "Riolu", + "method": "walk", + "encounter_rate": 5, + "min_level": 49, + "max_level": 50 + } + ] + }, + { + "name": "Challengers Cave (B1F)", + "order": 72, + "encounters": [ + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 20, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 49 + }, + { + "pokeapi_id": 527, + "pokemon_name": "Woobat", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 47 + }, + { + "pokeapi_id": 108, + "pokemon_name": "Lickitung", + "method": "walk", + "encounter_rate": 15, + "min_level": 49, + "max_level": 50 + }, + { + "pokeapi_id": 303, + "pokemon_name": "Mawile", + "method": "walk", + "encounter_rate": 10, + "min_level": 49, + "max_level": 49 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 10, + "min_level": 49, + "max_level": 49 + }, + { + "pokeapi_id": 447, + "pokemon_name": "Riolu", "method": "walk", "encounter_rate": 5, "min_level": 49, @@ -3098,7 +3638,7 @@ "encounters": [ { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 100, "min_level": 25, @@ -3106,7 +3646,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 45, "min_level": 35, @@ -3114,23 +3654,15 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 40, "min_level": 35, "max_level": 55 }, - { - "pokeapi_id": 525, - "pokemon_name": "boldore", - "method": "walk", - "encounter_rate": 20, - "min_level": 48, - "max_level": 48 - }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -3138,15 +3670,23 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 20, "min_level": 47, "max_level": 47 }, + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 20, + "min_level": 48, + "max_level": 48 + }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 15, "min_level": 35, @@ -3154,7 +3694,7 @@ }, { "pokeapi_id": 108, - "pokemon_name": "lickitung", + "pokemon_name": "Lickitung", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -3162,7 +3702,7 @@ }, { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -3170,7 +3710,7 @@ }, { "pokeapi_id": 447, - "pokemon_name": "riolu", + "pokemon_name": "Riolu", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -3178,152 +3718,29 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 10, "min_level": 49, "max_level": 49 } ] - } - ] - }, - { - "name": "Giant Chasm", - "order": 74, - "encounters": [], - "children": [ - { - "name": "Giant Chasm (Outside)", - "order": 75, - "encounters": [ - { - "pokeapi_id": 114, - "pokemon_name": "tangela", - "method": "walk", - "encounter_rate": 25, - "min_level": 47, - "max_level": 49 - }, - { - "pokeapi_id": 277, - "pokemon_name": "swellow", - "method": "walk", - "encounter_rate": 20, - "min_level": 47, - "max_level": 47 - }, - { - "pokeapi_id": 42, - "pokemon_name": "golbat", - "method": "walk", - "encounter_rate": 15, - "min_level": 48, - "max_level": 50 - }, - { - "pokeapi_id": 359, - "pokemon_name": "absol", - "method": "walk", - "encounter_rate": 10, - "min_level": 48, - "max_level": 50 - }, - { - "pokeapi_id": 426, - "pokemon_name": "drifblim", - "method": "walk", - "encounter_rate": 10, - "min_level": 49, - "max_level": 49 - }, - { - "pokeapi_id": 337, - "pokemon_name": "lunatone", - "method": "walk", - "encounter_rate": 10, - "min_level": 48, - "max_level": 48 - }, - { - "pokeapi_id": 338, - "pokemon_name": "solrock", - "method": "walk", - "encounter_rate": 10, - "min_level": 48, - "max_level": 48 - } - ] }, { - "name": "Giant Chasm (Forest)", - "order": 76, - "encounters": [ - { - "pokeapi_id": 35, - "pokemon_name": "clefairy", - "method": "walk", - "encounter_rate": 30, - "min_level": 52, - "max_level": 54 - }, - { - "pokeapi_id": 221, - "pokemon_name": "piloswine", - "method": "walk", - "encounter_rate": 25, - "min_level": 52, - "max_level": 54 - }, - { - "pokeapi_id": 132, - "pokemon_name": "ditto", - "method": "walk", - "encounter_rate": 15, - "min_level": 53, - "max_level": 55 - }, - { - "pokeapi_id": 337, - "pokemon_name": "lunatone", - "method": "walk", - "encounter_rate": 10, - "min_level": 55, - "max_level": 55 - }, - { - "pokeapi_id": 375, - "pokemon_name": "metang", - "method": "walk", - "encounter_rate": 10, - "min_level": 53, - "max_level": 55 - }, - { - "pokeapi_id": 338, - "pokemon_name": "solrock", - "method": "walk", - "encounter_rate": 10, - "min_level": 55, - "max_level": 55 - } - ] - }, - { - "name": "Giant Chasm (Forest Cave)", - "order": 77, + "name": "Challengers Cave (B2F)", + "order": 73, "encounters": [ { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", - "encounter_rate": 70, + "encounter_rate": 100, "min_level": 25, "max_level": 55 }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 45, "min_level": 35, @@ -3331,91 +3748,75 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 40, "min_level": 35, "max_level": 55 }, { - "pokeapi_id": 86, - "pokemon_name": "seel", - "method": "surf", - "encounter_rate": 30, - "min_level": 25, - "max_level": 55 - }, - { - "pokeapi_id": 221, - "pokemon_name": "piloswine", - "method": "walk", - "encounter_rate": 25, - "min_level": 57, - "max_level": 59 - }, - { - "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokeapi_id": 525, + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 20, - "min_level": 57, - "max_level": 57 + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 49 + }, + { + "pokeapi_id": 527, + "pokemon_name": "Woobat", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 47 }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 15, "min_level": 35, "max_level": 55 }, { - "pokeapi_id": 225, - "pokemon_name": "delibird", + "pokeapi_id": 108, + "pokemon_name": "Lickitung", "method": "walk", "encounter_rate": 10, - "min_level": 58, - "max_level": 58 + "min_level": 49, + "max_level": 49 }, { - "pokeapi_id": 124, - "pokemon_name": "jynx", + "pokeapi_id": 303, + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 10, - "min_level": 58, - "max_level": 60 + "min_level": 49, + "max_level": 49 }, { - "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokeapi_id": 447, + "pokemon_name": "Riolu", "method": "walk", "encounter_rate": 10, - "min_level": 60, - "max_level": 60 + "min_level": 49, + "max_level": 50 }, { - "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokeapi_id": 302, + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 10, - "min_level": 58, - "max_level": 58 - }, - { - "pokeapi_id": 338, - "pokemon_name": "solrock", - "method": "walk", - "encounter_rate": 10, - "min_level": 60, - "max_level": 60 - }, - { - "pokeapi_id": 525, - "pokemon_name": "boldore", - "method": "walk", - "encounter_rate": 5, - "min_level": 59, - "max_level": 59 + "min_level": 49, + "max_level": 49 } ] } @@ -3427,7 +3828,7 @@ "encounters": [ { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 70, "min_level": 25, @@ -3435,7 +3836,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 45, "min_level": 35, @@ -3443,7 +3844,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -3451,7 +3852,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -3459,7 +3860,7 @@ }, { "pokeapi_id": 221, - "pokemon_name": "piloswine", + "pokemon_name": "Piloswine", "method": "walk", "encounter_rate": 25, "min_level": 47, @@ -3467,7 +3868,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -3475,7 +3876,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 15, "min_level": 35, @@ -3483,7 +3884,7 @@ }, { "pokeapi_id": 225, - "pokemon_name": "delibird", + "pokemon_name": "Delibird", "method": "walk", "encounter_rate": 10, "min_level": 48, @@ -3491,7 +3892,7 @@ }, { "pokeapi_id": 124, - "pokemon_name": "jynx", + "pokemon_name": "Jynx", "method": "walk", "encounter_rate": 10, "min_level": 48, @@ -3499,7 +3900,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 10, "min_level": 50, @@ -3507,7 +3908,7 @@ }, { "pokeapi_id": 215, - "pokemon_name": "sneasel", + "pokemon_name": "Sneasel", "method": "walk", "encounter_rate": 10, "min_level": 48, @@ -3515,7 +3916,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 10, "min_level": 50, @@ -3523,12 +3924,240 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 5, "min_level": 49, "max_level": 49 } + ], + "children": [ + { + "name": "Giant Chasm (Forest)", + "order": 75, + "encounters": [ + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 30, + "min_level": 52, + "max_level": 54 + }, + { + "pokeapi_id": 221, + "pokemon_name": "Piloswine", + "method": "walk", + "encounter_rate": 25, + "min_level": 52, + "max_level": 54 + }, + { + "pokeapi_id": 132, + "pokemon_name": "Ditto", + "method": "walk", + "encounter_rate": 15, + "min_level": 53, + "max_level": 55 + }, + { + "pokeapi_id": 337, + "pokemon_name": "Lunatone", + "method": "walk", + "encounter_rate": 10, + "min_level": 55, + "max_level": 55 + }, + { + "pokeapi_id": 375, + "pokemon_name": "Metang", + "method": "walk", + "encounter_rate": 10, + "min_level": 53, + "max_level": 55 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", + "method": "walk", + "encounter_rate": 10, + "min_level": 55, + "max_level": 55 + } + ] + }, + { + "name": "Giant Chasm (Forest Cave)", + "order": 76, + "encounters": [ + { + "pokeapi_id": 10016, + "pokemon_name": "Basculin (Blue Striped)", + "method": "surf", + "encounter_rate": 70, + "min_level": 25, + "max_level": 55 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "super-rod", + "encounter_rate": 45, + "min_level": 35, + "max_level": 55 + }, + { + "pokeapi_id": 10016, + "pokemon_name": "Basculin (Blue Striped)", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 35, + "max_level": 55 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "surf", + "encounter_rate": 30, + "min_level": 25, + "max_level": 55 + }, + { + "pokeapi_id": 221, + "pokemon_name": "Piloswine", + "method": "walk", + "encounter_rate": 25, + "min_level": 57, + "max_level": 59 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 57, + "max_level": 57 + }, + { + "pokeapi_id": 61, + "pokemon_name": "Poliwhirl", + "method": "super-rod", + "encounter_rate": 15, + "min_level": 35, + "max_level": 55 + }, + { + "pokeapi_id": 225, + "pokemon_name": "Delibird", + "method": "walk", + "encounter_rate": 10, + "min_level": 58, + "max_level": 58 + }, + { + "pokeapi_id": 124, + "pokemon_name": "Jynx", + "method": "walk", + "encounter_rate": 10, + "min_level": 58, + "max_level": 60 + }, + { + "pokeapi_id": 337, + "pokemon_name": "Lunatone", + "method": "walk", + "encounter_rate": 10, + "min_level": 60, + "max_level": 60 + }, + { + "pokeapi_id": 215, + "pokemon_name": "Sneasel", + "method": "walk", + "encounter_rate": 10, + "min_level": 58, + "max_level": 58 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", + "method": "walk", + "encounter_rate": 10, + "min_level": 60, + "max_level": 60 + }, + { + "pokeapi_id": 525, + "pokemon_name": "Boldore", + "method": "walk", + "encounter_rate": 5, + "min_level": 59, + "max_level": 59 + } + ] + }, + { + "name": "Giant Chasm (Outside)", + "order": 77, + "encounters": [ + { + "pokeapi_id": 114, + "pokemon_name": "Tangela", + "method": "walk", + "encounter_rate": 25, + "min_level": 47, + "max_level": 49 + }, + { + "pokeapi_id": 277, + "pokemon_name": "Swellow", + "method": "walk", + "encounter_rate": 20, + "min_level": 47, + "max_level": 47 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 15, + "min_level": 48, + "max_level": 50 + }, + { + "pokeapi_id": 359, + "pokemon_name": "Absol", + "method": "walk", + "encounter_rate": 10, + "min_level": 48, + "max_level": 50 + }, + { + "pokeapi_id": 426, + "pokemon_name": "Drifblim", + "method": "walk", + "encounter_rate": 10, + "min_level": 49, + "max_level": 49 + }, + { + "pokeapi_id": 337, + "pokemon_name": "Lunatone", + "method": "walk", + "encounter_rate": 10, + "min_level": 48, + "max_level": 48 + }, + { + "pokeapi_id": 338, + "pokemon_name": "Solrock", + "method": "walk", + "encounter_rate": 10, + "min_level": 48, + "max_level": 48 + } + ] + } ] }, { @@ -3537,7 +4166,7 @@ "encounters": [ { "pokeapi_id": 592, - "pokemon_name": "frillish", + "pokemon_name": "Frillish", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -3545,7 +4174,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 55, "min_level": 35, @@ -3553,7 +4182,7 @@ }, { "pokeapi_id": 456, - "pokemon_name": "finneon", + "pokemon_name": "Finneon", "method": "super-rod", "encounter_rate": 45, "min_level": 35, @@ -3561,7 +4190,7 @@ }, { "pokeapi_id": 507, - "pokemon_name": "herdier", + "pokemon_name": "Herdier", "method": "walk", "encounter_rate": 36, "min_level": 28, @@ -3569,7 +4198,7 @@ }, { "pokeapi_id": 505, - "pokemon_name": "watchog", + "pokemon_name": "Watchog", "method": "walk", "encounter_rate": 36, "min_level": 28, @@ -3577,7 +4206,7 @@ }, { "pokeapi_id": 599, - "pokemon_name": "klink", + "pokemon_name": "Klink", "method": "walk", "encounter_rate": 14, "min_level": 29, @@ -3585,7 +4214,7 @@ }, { "pokeapi_id": 559, - "pokemon_name": "scraggy", + "pokemon_name": "Scraggy", "method": "walk", "encounter_rate": 14, "min_level": 29, @@ -3599,7 +4228,7 @@ "encounters": [ { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 100, "min_level": 25, @@ -3607,7 +4236,7 @@ }, { "pokeapi_id": 318, - "pokemon_name": "carvanha", + "pokemon_name": "Carvanha", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -3615,7 +4244,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -3623,7 +4252,7 @@ }, { "pokeapi_id": 400, - "pokemon_name": "bibarel", + "pokemon_name": "Bibarel", "method": "walk", "encounter_rate": 25, "min_level": 47, @@ -3631,7 +4260,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "walk", "encounter_rate": 25, "min_level": 47, @@ -3639,7 +4268,7 @@ }, { "pokeapi_id": 627, - "pokemon_name": "rufflet", + "pokemon_name": "Rufflet", "method": "walk", "encounter_rate": 20, "min_level": 48, @@ -3647,7 +4276,7 @@ }, { "pokeapi_id": 336, - "pokemon_name": "seviper", + "pokemon_name": "Seviper", "method": "walk", "encounter_rate": 15, "min_level": 48, @@ -3655,7 +4284,7 @@ }, { "pokeapi_id": 335, - "pokemon_name": "zangoose", + "pokemon_name": "Zangoose", "method": "walk", "encounter_rate": 15, "min_level": 48, @@ -3669,7 +4298,7 @@ "encounters": [ { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 70, "min_level": 25, @@ -3677,7 +4306,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -3685,7 +4314,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -3693,7 +4322,7 @@ }, { "pokeapi_id": 358, - "pokemon_name": "chimecho", + "pokemon_name": "Chimecho", "method": "walk", "encounter_rate": 30, "min_level": 47, @@ -3701,7 +4330,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -3709,7 +4338,7 @@ }, { "pokeapi_id": 37, - "pokemon_name": "vulpix", + "pokemon_name": "Vulpix", "method": "walk", "encounter_rate": 20, "min_level": 47, @@ -3717,7 +4346,7 @@ }, { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 15, "min_level": 48, @@ -3725,7 +4354,7 @@ }, { "pokeapi_id": 437, - "pokemon_name": "bronzong", + "pokemon_name": "Bronzong", "method": "walk", "encounter_rate": 10, "min_level": 48, @@ -3733,7 +4362,7 @@ }, { "pokeapi_id": 548, - "pokemon_name": "petilil", + "pokemon_name": "Petilil", "method": "walk", "encounter_rate": 10, "min_level": 48, @@ -3741,7 +4370,7 @@ }, { "pokeapi_id": 234, - "pokemon_name": "stantler", + "pokemon_name": "Stantler", "method": "walk", "encounter_rate": 10, "min_level": 48, @@ -3749,7 +4378,7 @@ }, { "pokeapi_id": 200, - "pokemon_name": "misdreavus", + "pokemon_name": "Misdreavus", "method": "walk", "encounter_rate": 5, "min_level": 48, @@ -3763,7 +4392,7 @@ "encounters": [ { "pokeapi_id": 458, - "pokemon_name": "mantyke", + "pokemon_name": "Mantyke", "method": "surf", "encounter_rate": 90, "min_level": 25, @@ -3771,7 +4400,7 @@ }, { "pokeapi_id": 278, - "pokemon_name": "wingull", + "pokemon_name": "Wingull", "method": "surf", "encounter_rate": 60, "min_level": 25, @@ -3779,7 +4408,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "super-rod", "encounter_rate": 55, "min_level": 35, @@ -3787,7 +4416,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -3795,7 +4424,7 @@ }, { "pokeapi_id": 363, - "pokemon_name": "spheal", + "pokemon_name": "Spheal", "method": "surf", "encounter_rate": 30, "min_level": 25, @@ -3803,7 +4432,7 @@ }, { "pokeapi_id": 279, - "pokemon_name": "pelipper", + "pokemon_name": "Pelipper", "method": "surf", "encounter_rate": 10, "min_level": 25, @@ -3811,7 +4440,7 @@ }, { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "super-rod", "encounter_rate": 5, "min_level": 35, @@ -3825,7 +4454,7 @@ "encounters": [ { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -3833,7 +4462,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -3841,7 +4470,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 40, "min_level": 35, @@ -3849,7 +4478,7 @@ }, { "pokeapi_id": 548, - "pokemon_name": "petilil", + "pokemon_name": "Petilil", "method": "walk", "encounter_rate": 35, "min_level": 19, @@ -3857,7 +4486,7 @@ }, { "pokeapi_id": 541, - "pokemon_name": "swadloon", + "pokemon_name": "Swadloon", "method": "walk", "encounter_rate": 35, "min_level": 20, @@ -3865,7 +4494,7 @@ }, { "pokeapi_id": 520, - "pokemon_name": "tranquill", + "pokemon_name": "Tranquill", "method": "walk", "encounter_rate": 15, "min_level": 21, @@ -3873,7 +4502,7 @@ }, { "pokeapi_id": 543, - "pokemon_name": "venipede", + "pokemon_name": "Venipede", "method": "walk", "encounter_rate": 15, "min_level": 20, @@ -3887,7 +4516,7 @@ "encounters": [ { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 40, "min_level": 39, @@ -3895,7 +4524,7 @@ }, { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 30, "min_level": 39, @@ -3903,7 +4532,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -3911,7 +4540,7 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -3925,7 +4554,7 @@ "encounters": [ { "pokeapi_id": 525, - "pokemon_name": "boldore", + "pokemon_name": "Boldore", "method": "walk", "encounter_rate": 50, "min_level": 28, @@ -3933,7 +4562,7 @@ }, { "pokeapi_id": 527, - "pokemon_name": "woobat", + "pokemon_name": "Woobat", "method": "walk", "encounter_rate": 30, "min_level": 28, @@ -3941,7 +4570,7 @@ }, { "pokeapi_id": 610, - "pokemon_name": "axew", + "pokemon_name": "Axew", "method": "walk", "encounter_rate": 20, "min_level": 30, diff --git a/backend/src/app/seeds/data/x.json b/backend/src/app/seeds/data/x.json index eadb36e..22f83d5 100644 --- a/backend/src/app/seeds/data/x.json +++ b/backend/src/app/seeds/data/x.json @@ -5,7 +5,7 @@ "encounters": [ { "pokeapi_id": 659, - "pokemon_name": "bunnelby", + "pokemon_name": "Bunnelby", "method": "walk", "encounter_rate": 20, "min_level": 2, @@ -13,7 +13,7 @@ }, { "pokeapi_id": 661, - "pokemon_name": "fletchling", + "pokemon_name": "Fletchling", "method": "walk", "encounter_rate": 20, "min_level": 2, @@ -21,7 +21,7 @@ }, { "pokeapi_id": 664, - "pokemon_name": "scatterbug", + "pokemon_name": "Scatterbug", "method": "walk", "encounter_rate": 20, "min_level": 2, @@ -29,7 +29,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 15, "min_level": 3, @@ -37,7 +37,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 14, "min_level": 3, @@ -45,7 +45,7 @@ }, { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 11, "min_level": 3, @@ -59,7 +59,7 @@ "encounters": [ { "pokeapi_id": 664, - "pokemon_name": "scatterbug", + "pokemon_name": "Scatterbug", "method": "walk", "encounter_rate": 20, "min_level": 2, @@ -67,7 +67,7 @@ }, { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 20, "min_level": 2, @@ -75,7 +75,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 10, "min_level": 2, @@ -83,7 +83,7 @@ }, { "pokeapi_id": 661, - "pokemon_name": "fletchling", + "pokemon_name": "Fletchling", "method": "walk", "encounter_rate": 10, "min_level": 4, @@ -91,7 +91,7 @@ }, { "pokeapi_id": 515, - "pokemon_name": "panpour", + "pokemon_name": "Panpour", "method": "walk", "encounter_rate": 10, "min_level": 4, @@ -99,7 +99,7 @@ }, { "pokeapi_id": 511, - "pokemon_name": "pansage", + "pokemon_name": "Pansage", "method": "walk", "encounter_rate": 10, "min_level": 4, @@ -107,7 +107,7 @@ }, { "pokeapi_id": 513, - "pokemon_name": "pansear", + "pokemon_name": "Pansear", "method": "walk", "encounter_rate": 10, "min_level": 4, @@ -115,7 +115,7 @@ }, { "pokeapi_id": 25, - "pokemon_name": "pikachu", + "pokemon_name": "Pikachu", "method": "walk", "encounter_rate": 6, "min_level": 3, @@ -123,7 +123,7 @@ }, { "pokeapi_id": 14, - "pokemon_name": "kakuna", + "pokemon_name": "Kakuna", "method": "walk", "encounter_rate": 4, "min_level": 4, @@ -137,7 +137,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 15, @@ -145,7 +145,7 @@ }, { "pokeapi_id": 284, - "pokemon_name": "masquerain", + "pokemon_name": "Masquerain", "method": "surf", "encounter_rate": 66, "min_level": 25, @@ -153,7 +153,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 25, @@ -161,7 +161,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -169,7 +169,7 @@ }, { "pokeapi_id": 341, - "pokemon_name": "corphish", + "pokemon_name": "Corphish", "method": "good-rod", "encounter_rate": 35, "min_level": 25, @@ -177,7 +177,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 35, "min_level": 35, @@ -185,7 +185,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 34, "min_level": 25, @@ -193,7 +193,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -201,7 +201,7 @@ }, { "pokeapi_id": 659, - "pokemon_name": "bunnelby", + "pokemon_name": "Bunnelby", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -209,7 +209,7 @@ }, { "pokeapi_id": 661, - "pokemon_name": "fletchling", + "pokemon_name": "Fletchling", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -217,7 +217,7 @@ }, { "pokeapi_id": 298, - "pokemon_name": "azurill", + "pokemon_name": "Azurill", "method": "walk", "encounter_rate": 10, "min_level": 5, @@ -225,7 +225,7 @@ }, { "pokeapi_id": 412, - "pokemon_name": "burmy", + "pokemon_name": "Burmy", "method": "walk", "encounter_rate": 10, "min_level": 5, @@ -233,7 +233,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 10, "min_level": 4, @@ -241,7 +241,7 @@ }, { "pokeapi_id": 342, - "pokemon_name": "crawdaunt", + "pokemon_name": "Crawdaunt", "method": "super-rod", "encounter_rate": 5, "min_level": 35, @@ -249,7 +249,7 @@ }, { "pokeapi_id": 206, - "pokemon_name": "dunsparce", + "pokemon_name": "Dunsparce", "method": "walk", "encounter_rate": 5, "min_level": 5, @@ -257,7 +257,7 @@ }, { "pokeapi_id": 25, - "pokemon_name": "pikachu", + "pokemon_name": "Pikachu", "method": "walk", "encounter_rate": 5, "min_level": 4, @@ -271,7 +271,7 @@ "encounters": [ { "pokeapi_id": 659, - "pokemon_name": "bunnelby", + "pokemon_name": "Bunnelby", "method": "walk", "encounter_rate": 30, "min_level": 8, @@ -279,7 +279,7 @@ }, { "pokeapi_id": 676, - "pokemon_name": "furfrou", + "pokemon_name": "Furfrou", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -287,7 +287,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -295,7 +295,7 @@ }, { "pokeapi_id": 316, - "pokemon_name": "gulpin", + "pokemon_name": "Gulpin", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -303,7 +303,7 @@ }, { "pokeapi_id": 674, - "pokemon_name": "pancham", + "pokemon_name": "Pancham", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -311,7 +311,7 @@ }, { "pokeapi_id": 672, - "pokemon_name": "skiddo", + "pokemon_name": "Skiddo", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -319,7 +319,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 5, "min_level": 10, @@ -327,7 +327,7 @@ }, { "pokeapi_id": 311, - "pokemon_name": "plusle", + "pokemon_name": "Plusle", "method": "walk", "encounter_rate": 5, "min_level": 9, @@ -341,7 +341,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 15, @@ -349,7 +349,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 25, @@ -357,7 +357,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -365,7 +365,7 @@ }, { "pokeapi_id": 341, - "pokemon_name": "corphish", + "pokemon_name": "Corphish", "method": "good-rod", "encounter_rate": 35, "min_level": 25, @@ -373,7 +373,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 35, "min_level": 35, @@ -381,7 +381,7 @@ }, { "pokeapi_id": 342, - "pokemon_name": "crawdaunt", + "pokemon_name": "Crawdaunt", "method": "super-rod", "encounter_rate": 5, "min_level": 35, @@ -395,7 +395,7 @@ "encounters": [ { "pokeapi_id": 453, - "pokemon_name": "croagunk", + "pokemon_name": "Croagunk", "method": "walk", "encounter_rate": 35, "min_level": 12, @@ -403,7 +403,7 @@ }, { "pokeapi_id": 580, - "pokemon_name": "ducklett", + "pokemon_name": "Ducklett", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -411,7 +411,7 @@ }, { "pokeapi_id": 314, - "pokemon_name": "illumise", + "pokemon_name": "Illumise", "method": "walk", "encounter_rate": 10, "min_level": 13, @@ -419,7 +419,7 @@ }, { "pokeapi_id": 315, - "pokemon_name": "roselia", + "pokemon_name": "Roselia", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -427,7 +427,7 @@ }, { "pokeapi_id": 235, - "pokemon_name": "smeargle", + "pokemon_name": "Smeargle", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -435,7 +435,7 @@ }, { "pokeapi_id": 684, - "pokemon_name": "swirlix", + "pokemon_name": "Swirlix", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -443,7 +443,7 @@ }, { "pokeapi_id": 313, - "pokemon_name": "volbeat", + "pokemon_name": "Volbeat", "method": "walk", "encounter_rate": 10, "min_level": 13, @@ -451,7 +451,7 @@ }, { "pokeapi_id": 669, - "pokemon_name": "flabebe", + "pokemon_name": "Flabebe", "method": "walk", "encounter_rate": 5, "min_level": 13, @@ -465,7 +465,7 @@ "encounters": [ { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "old-rod", "encounter_rate": 100, "min_level": 15, @@ -473,7 +473,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 69, "min_level": 25, @@ -481,7 +481,7 @@ }, { "pokeapi_id": 692, - "pokemon_name": "clauncher", + "pokemon_name": "Clauncher", "method": "good-rod", "encounter_rate": 65, "min_level": 25, @@ -489,7 +489,7 @@ }, { "pokeapi_id": 557, - "pokemon_name": "dwebble", + "pokemon_name": "Dwebble", "method": "rock-smash", "encounter_rate": 65, "min_level": 15, @@ -497,7 +497,7 @@ }, { "pokeapi_id": 369, - "pokemon_name": "relicanth", + "pokemon_name": "Relicanth", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -505,7 +505,7 @@ }, { "pokeapi_id": 693, - "pokemon_name": "clawitzer", + "pokemon_name": "Clawitzer", "method": "super-rod", "encounter_rate": 35, "min_level": 35, @@ -513,7 +513,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 35, "min_level": 25, @@ -521,7 +521,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "rock-smash", "encounter_rate": 35, "min_level": 15, @@ -529,7 +529,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "surf", "encounter_rate": 31, "min_level": 25, @@ -537,7 +537,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 5, "min_level": 35, @@ -551,7 +551,7 @@ "encounters": [ { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "old-rod", "encounter_rate": 100, "min_level": 15, @@ -559,7 +559,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 69, "min_level": 25, @@ -567,7 +567,7 @@ }, { "pokeapi_id": 557, - "pokemon_name": "dwebble", + "pokemon_name": "Dwebble", "method": "rock-smash", "encounter_rate": 66, "min_level": 18, @@ -575,7 +575,7 @@ }, { "pokeapi_id": 692, - "pokemon_name": "clauncher", + "pokemon_name": "Clauncher", "method": "good-rod", "encounter_rate": 65, "min_level": 25, @@ -583,7 +583,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -591,7 +591,7 @@ }, { "pokeapi_id": 693, - "pokemon_name": "clawitzer", + "pokemon_name": "Clawitzer", "method": "super-rod", "encounter_rate": 35, "min_level": 35, @@ -599,7 +599,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "good-rod", "encounter_rate": 35, "min_level": 25, @@ -607,7 +607,7 @@ }, { "pokeapi_id": 688, - "pokemon_name": "binacle", + "pokemon_name": "Binacle", "method": "rock-smash", "encounter_rate": 34, "min_level": 18, @@ -615,7 +615,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "surf", "encounter_rate": 31, "min_level": 25, @@ -623,7 +623,7 @@ }, { "pokeapi_id": 425, - "pokemon_name": "drifloon", + "pokemon_name": "Drifloon", "method": "walk", "encounter_rate": 30, "min_level": 13, @@ -631,7 +631,7 @@ }, { "pokeapi_id": 325, - "pokemon_name": "spoink", + "pokemon_name": "Spoink", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -639,7 +639,7 @@ }, { "pokeapi_id": 686, - "pokemon_name": "inkay", + "pokemon_name": "Inkay", "method": "walk", "encounter_rate": 15, "min_level": 14, @@ -647,7 +647,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -655,7 +655,7 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -663,7 +663,7 @@ }, { "pokeapi_id": 335, - "pokemon_name": "zangoose", + "pokemon_name": "Zangoose", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -671,7 +671,7 @@ }, { "pokeapi_id": 371, - "pokemon_name": "bagon", + "pokemon_name": "Bagon", "method": "walk", "encounter_rate": 5, "min_level": 14, @@ -679,7 +679,7 @@ }, { "pokeapi_id": 121, - "pokemon_name": "starmie", + "pokemon_name": "Starmie", "method": "super-rod", "encounter_rate": 5, "min_level": 35, @@ -693,7 +693,7 @@ "encounters": [ { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "old-rod", "encounter_rate": 100, "min_level": 15, @@ -701,7 +701,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 69, "min_level": 25, @@ -709,7 +709,7 @@ }, { "pokeapi_id": 557, - "pokemon_name": "dwebble", + "pokemon_name": "Dwebble", "method": "rock-smash", "encounter_rate": 66, "min_level": 18, @@ -717,7 +717,7 @@ }, { "pokeapi_id": 692, - "pokemon_name": "clauncher", + "pokemon_name": "Clauncher", "method": "good-rod", "encounter_rate": 65, "min_level": 25, @@ -725,7 +725,7 @@ }, { "pokeapi_id": 369, - "pokemon_name": "relicanth", + "pokemon_name": "Relicanth", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -733,7 +733,7 @@ }, { "pokeapi_id": 693, - "pokemon_name": "clawitzer", + "pokemon_name": "Clawitzer", "method": "super-rod", "encounter_rate": 35, "min_level": 35, @@ -741,7 +741,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 35, "min_level": 25, @@ -749,7 +749,7 @@ }, { "pokeapi_id": 688, - "pokemon_name": "binacle", + "pokemon_name": "Binacle", "method": "rock-smash", "encounter_rate": 34, "min_level": 18, @@ -757,7 +757,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "surf", "encounter_rate": 31, "min_level": 25, @@ -765,7 +765,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 5, "min_level": 35, @@ -779,7 +779,7 @@ "encounters": [ { "pokeapi_id": 622, - "pokemon_name": "golett", + "pokemon_name": "Golett", "method": "walk", "encounter_rate": 30, "min_level": 19, @@ -787,7 +787,7 @@ }, { "pokeapi_id": 701, - "pokemon_name": "hawlucha", + "pokemon_name": "Hawlucha", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -795,7 +795,7 @@ }, { "pokeapi_id": 561, - "pokemon_name": "sigilyph", + "pokemon_name": "Sigilyph", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -803,7 +803,7 @@ }, { "pokeapi_id": 228, - "pokemon_name": "houndour", + "pokemon_name": "Houndour", "method": "walk", "encounter_rate": 10, "min_level": 21, @@ -811,7 +811,7 @@ }, { "pokeapi_id": 209, - "pokemon_name": "snubbull", + "pokemon_name": "Snubbull", "method": "walk", "encounter_rate": 10, "min_level": 21, @@ -819,7 +819,7 @@ }, { "pokeapi_id": 133, - "pokemon_name": "eevee", + "pokemon_name": "Eevee", "method": "walk", "encounter_rate": 5, "min_level": 21, @@ -827,7 +827,7 @@ }, { "pokeapi_id": 587, - "pokemon_name": "emolga", + "pokemon_name": "Emolga", "method": "walk", "encounter_rate": 5, "min_level": 19, @@ -841,7 +841,7 @@ "encounters": [ { "pokeapi_id": 297, - "pokemon_name": "hariyama", + "pokemon_name": "Hariyama", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -849,7 +849,7 @@ }, { "pokeapi_id": 539, - "pokemon_name": "sawk", + "pokemon_name": "Sawk", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -857,7 +857,7 @@ }, { "pokeapi_id": 397, - "pokemon_name": "staravia", + "pokemon_name": "Staravia", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -865,7 +865,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 10, "min_level": 21, @@ -873,7 +873,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 10, "min_level": 21, @@ -881,7 +881,7 @@ }, { "pokeapi_id": 434, - "pokemon_name": "stunky", + "pokemon_name": "Stunky", "method": "walk", "encounter_rate": 10, "min_level": 21, @@ -889,7 +889,7 @@ }, { "pokeapi_id": 702, - "pokemon_name": "dedenne", + "pokemon_name": "Dedenne", "method": "walk", "encounter_rate": 5, "min_level": 21, @@ -897,7 +897,7 @@ }, { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 5, "min_level": 21, @@ -916,7 +916,7 @@ "encounters": [ { "pokeapi_id": 122, - "pokemon_name": "mr-mime", + "pokemon_name": "Mr Mime", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -924,7 +924,7 @@ }, { "pokeapi_id": 524, - "pokemon_name": "roggenrola", + "pokemon_name": "Roggenrola", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -932,7 +932,7 @@ }, { "pokeapi_id": 577, - "pokemon_name": "solosis", + "pokemon_name": "Solosis", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -940,7 +940,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 15, "min_level": 21, @@ -948,7 +948,7 @@ }, { "pokeapi_id": 703, - "pokemon_name": "carbink", + "pokemon_name": "Carbink", "method": "walk", "encounter_rate": 10, "min_level": 23, @@ -956,7 +956,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 10, "min_level": 22, @@ -964,7 +964,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 5, "min_level": 22, @@ -978,7 +978,7 @@ "encounters": [ { "pokeapi_id": 122, - "pokemon_name": "mr-mime", + "pokemon_name": "Mr Mime", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -986,7 +986,7 @@ }, { "pokeapi_id": 524, - "pokemon_name": "roggenrola", + "pokemon_name": "Roggenrola", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -994,7 +994,7 @@ }, { "pokeapi_id": 577, - "pokemon_name": "solosis", + "pokemon_name": "Solosis", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -1002,7 +1002,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 15, "min_level": 21, @@ -1010,7 +1010,7 @@ }, { "pokeapi_id": 703, - "pokemon_name": "carbink", + "pokemon_name": "Carbink", "method": "walk", "encounter_rate": 10, "min_level": 23, @@ -1018,7 +1018,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 10, "min_level": 22, @@ -1026,7 +1026,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 5, "min_level": 22, @@ -1040,7 +1040,7 @@ "encounters": [ { "pokeapi_id": 122, - "pokemon_name": "mr-mime", + "pokemon_name": "Mr Mime", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -1048,7 +1048,7 @@ }, { "pokeapi_id": 524, - "pokemon_name": "roggenrola", + "pokemon_name": "Roggenrola", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -1056,7 +1056,7 @@ }, { "pokeapi_id": 577, - "pokemon_name": "solosis", + "pokemon_name": "Solosis", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -1064,7 +1064,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 15, "min_level": 21, @@ -1072,7 +1072,7 @@ }, { "pokeapi_id": 703, - "pokemon_name": "carbink", + "pokemon_name": "Carbink", "method": "walk", "encounter_rate": 10, "min_level": 23, @@ -1080,7 +1080,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 10, "min_level": 22, @@ -1088,7 +1088,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 5, "min_level": 22, @@ -1102,7 +1102,7 @@ "encounters": [ { "pokeapi_id": 122, - "pokemon_name": "mr-mime", + "pokemon_name": "Mr Mime", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -1110,7 +1110,7 @@ }, { "pokeapi_id": 524, - "pokemon_name": "roggenrola", + "pokemon_name": "Roggenrola", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -1118,7 +1118,7 @@ }, { "pokeapi_id": 577, - "pokemon_name": "solosis", + "pokemon_name": "Solosis", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -1126,7 +1126,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 15, "min_level": 21, @@ -1134,7 +1134,7 @@ }, { "pokeapi_id": 703, - "pokemon_name": "carbink", + "pokemon_name": "Carbink", "method": "walk", "encounter_rate": 10, "min_level": 23, @@ -1142,7 +1142,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 10, "min_level": 22, @@ -1150,7 +1150,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 5, "min_level": 22, @@ -1166,7 +1166,7 @@ "encounters": [ { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "old-rod", "encounter_rate": 100, "min_level": 15, @@ -1174,7 +1174,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 84, "min_level": 25, @@ -1182,7 +1182,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "good-rod", "encounter_rate": 65, "min_level": 25, @@ -1190,7 +1190,7 @@ }, { "pokeapi_id": 594, - "pokemon_name": "alomomola", + "pokemon_name": "Alomomola", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -1198,7 +1198,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 35, "min_level": 25, @@ -1206,7 +1206,7 @@ }, { "pokeapi_id": 224, - "pokemon_name": "octillery", + "pokemon_name": "Octillery", "method": "super-rod", "encounter_rate": 35, "min_level": 35, @@ -1214,7 +1214,7 @@ }, { "pokeapi_id": 458, - "pokemon_name": "mantyke", + "pokemon_name": "Mantyke", "method": "surf", "encounter_rate": 16, "min_level": 27, @@ -1222,7 +1222,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 5, "min_level": 35, @@ -1236,7 +1236,7 @@ "encounters": [ { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "old-rod", "encounter_rate": 100, "min_level": 15, @@ -1244,7 +1244,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 84, "min_level": 25, @@ -1252,7 +1252,7 @@ }, { "pokeapi_id": 557, - "pokemon_name": "dwebble", + "pokemon_name": "Dwebble", "method": "rock-smash", "encounter_rate": 66, "min_level": 23, @@ -1260,7 +1260,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "good-rod", "encounter_rate": 65, "min_level": 25, @@ -1268,7 +1268,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -1276,7 +1276,7 @@ }, { "pokeapi_id": 366, - "pokemon_name": "clamperl", + "pokemon_name": "Clamperl", "method": "good-rod", "encounter_rate": 35, "min_level": 25, @@ -1284,7 +1284,7 @@ }, { "pokeapi_id": 224, - "pokemon_name": "octillery", + "pokemon_name": "Octillery", "method": "super-rod", "encounter_rate": 35, "min_level": 35, @@ -1292,7 +1292,7 @@ }, { "pokeapi_id": 688, - "pokemon_name": "binacle", + "pokemon_name": "Binacle", "method": "rock-smash", "encounter_rate": 34, "min_level": 23, @@ -1300,7 +1300,7 @@ }, { "pokeapi_id": 441, - "pokemon_name": "chatot", + "pokemon_name": "Chatot", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -1308,7 +1308,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -1316,7 +1316,7 @@ }, { "pokeapi_id": 458, - "pokemon_name": "mantyke", + "pokemon_name": "Mantyke", "method": "surf", "encounter_rate": 15, "min_level": 27, @@ -1324,7 +1324,7 @@ }, { "pokeapi_id": 102, - "pokemon_name": "exeggcute", + "pokemon_name": "Exeggcute", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -1332,7 +1332,7 @@ }, { "pokeapi_id": 241, - "pokemon_name": "miltank", + "pokemon_name": "Miltank", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -1340,7 +1340,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -1348,7 +1348,7 @@ }, { "pokeapi_id": 367, - "pokemon_name": "huntail", + "pokemon_name": "Huntail", "method": "super-rod", "encounter_rate": 5, "min_level": 35, @@ -1356,7 +1356,7 @@ }, { "pokeapi_id": 417, - "pokemon_name": "pachirisu", + "pokemon_name": "Pachirisu", "method": "walk", "encounter_rate": 5, "min_level": 23, @@ -1364,7 +1364,7 @@ }, { "pokeapi_id": 127, - "pokemon_name": "pinsir", + "pokemon_name": "Pinsir", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -1372,7 +1372,7 @@ }, { "pokeapi_id": 131, - "pokemon_name": "lapras", + "pokemon_name": "Lapras", "method": "surf", "encounter_rate": 1, "min_level": 27, @@ -1386,7 +1386,7 @@ "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 66, "min_level": 26, @@ -1394,7 +1394,7 @@ }, { "pokeapi_id": 218, - "pokemon_name": "slugma", + "pokemon_name": "Slugma", "method": "rock-smash", "encounter_rate": 34, "min_level": 26, @@ -1408,7 +1408,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 100, "min_level": 15, @@ -1416,7 +1416,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 65, "min_level": 25, @@ -1424,7 +1424,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 65, "min_level": 35, @@ -1432,7 +1432,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 50, "min_level": 30, @@ -1440,7 +1440,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "good-rod", "encounter_rate": 35, "min_level": 35, @@ -1448,7 +1448,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "surf", "encounter_rate": 35, "min_level": 30, @@ -1456,7 +1456,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 35, "min_level": 35, @@ -1464,7 +1464,7 @@ }, { "pokeapi_id": 451, - "pokemon_name": "skorupi", + "pokemon_name": "Skorupi", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -1472,7 +1472,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -1480,7 +1480,7 @@ }, { "pokeapi_id": 455, - "pokemon_name": "carnivine", + "pokemon_name": "Carnivine", "method": "walk", "encounter_rate": 15, "min_level": 30, @@ -1488,7 +1488,7 @@ }, { "pokeapi_id": 704, - "pokemon_name": "goomy", + "pokemon_name": "Goomy", "method": "surf", "encounter_rate": 15, "min_level": 31, @@ -1496,7 +1496,7 @@ }, { "pokeapi_id": 704, - "pokemon_name": "goomy", + "pokemon_name": "Goomy", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -1504,7 +1504,7 @@ }, { "pokeapi_id": 588, - "pokemon_name": "karrablast", + "pokemon_name": "Karrablast", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -1512,7 +1512,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -1520,7 +1520,7 @@ }, { "pokeapi_id": 616, - "pokemon_name": "shelmet", + "pokemon_name": "Shelmet", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -1528,7 +1528,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 5, "min_level": 31, @@ -1542,7 +1542,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 100, "min_level": 15, @@ -1550,7 +1550,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "good-rod", "encounter_rate": 65, "min_level": 25, @@ -1558,7 +1558,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 65, "min_level": 35, @@ -1566,7 +1566,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 35, "min_level": 35, @@ -1574,7 +1574,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "good-rod", "encounter_rate": 35, "min_level": 25, @@ -1588,7 +1588,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 100, "min_level": 15, @@ -1596,7 +1596,7 @@ }, { "pokeapi_id": 271, - "pokemon_name": "lombre", + "pokemon_name": "Lombre", "method": "surf", "encounter_rate": 66, "min_level": 34, @@ -1604,7 +1604,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "good-rod", "encounter_rate": 65, "min_level": 25, @@ -1612,7 +1612,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 65, "min_level": 35, @@ -1620,7 +1620,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 35, "min_level": 35, @@ -1628,7 +1628,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "good-rod", "encounter_rate": 35, "min_level": 25, @@ -1636,7 +1636,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "surf", "encounter_rate": 34, "min_level": 34, @@ -1644,7 +1644,7 @@ }, { "pokeapi_id": 262, - "pokemon_name": "mightyena", + "pokemon_name": "Mightyena", "method": "walk", "encounter_rate": 30, "min_level": 34, @@ -1652,7 +1652,7 @@ }, { "pokeapi_id": 590, - "pokemon_name": "foongus", + "pokemon_name": "Foongus", "method": "walk", "encounter_rate": 20, "min_level": 34, @@ -1660,7 +1660,7 @@ }, { "pokeapi_id": 451, - "pokemon_name": "skorupi", + "pokemon_name": "Skorupi", "method": "walk", "encounter_rate": 20, "min_level": 34, @@ -1668,7 +1668,7 @@ }, { "pokeapi_id": 707, - "pokemon_name": "klefki", + "pokemon_name": "Klefki", "method": "walk", "encounter_rate": 10, "min_level": 34, @@ -1676,7 +1676,7 @@ }, { "pokeapi_id": 624, - "pokemon_name": "pawniard", + "pokemon_name": "Pawniard", "method": "walk", "encounter_rate": 10, "min_level": 36, @@ -1684,7 +1684,7 @@ }, { "pokeapi_id": 505, - "pokemon_name": "watchog", + "pokemon_name": "Watchog", "method": "walk", "encounter_rate": 10, "min_level": 36, @@ -1698,7 +1698,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 100, "min_level": 15, @@ -1706,7 +1706,7 @@ }, { "pokeapi_id": 271, - "pokemon_name": "lombre", + "pokemon_name": "Lombre", "method": "surf", "encounter_rate": 66, "min_level": 34, @@ -1714,7 +1714,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "good-rod", "encounter_rate": 65, "min_level": 25, @@ -1722,7 +1722,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 65, "min_level": 35, @@ -1730,7 +1730,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 35, "min_level": 35, @@ -1738,7 +1738,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "good-rod", "encounter_rate": 35, "min_level": 25, @@ -1746,7 +1746,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "surf", "encounter_rate": 34, "min_level": 34, @@ -1765,7 +1765,7 @@ "encounters": [ { "pokeapi_id": 614, - "pokemon_name": "beartic", + "pokemon_name": "Beartic", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -1773,7 +1773,7 @@ }, { "pokeapi_id": 712, - "pokemon_name": "bergmite", + "pokemon_name": "Bergmite", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -1781,7 +1781,7 @@ }, { "pokeapi_id": 124, - "pokemon_name": "jynx", + "pokemon_name": "Jynx", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -1789,7 +1789,7 @@ }, { "pokeapi_id": 221, - "pokemon_name": "piloswine", + "pokemon_name": "Piloswine", "method": "walk", "encounter_rate": 20, "min_level": 38, @@ -1797,7 +1797,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 16, "min_level": 38, @@ -1805,7 +1805,7 @@ }, { "pokeapi_id": 615, - "pokemon_name": "cryogonal", + "pokemon_name": "Cryogonal", "method": "walk", "encounter_rate": 4, "min_level": 40, @@ -1819,7 +1819,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 100, "min_level": 20, @@ -1827,7 +1827,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 66, "min_level": 38, @@ -1835,7 +1835,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "good-rod", "encounter_rate": 65, "min_level": 30, @@ -1843,7 +1843,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 65, "min_level": 40, @@ -1851,7 +1851,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 35, "min_level": 40, @@ -1859,7 +1859,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "good-rod", "encounter_rate": 35, "min_level": 30, @@ -1867,7 +1867,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "surf", "encounter_rate": 34, "min_level": 38, @@ -1875,7 +1875,7 @@ }, { "pokeapi_id": 614, - "pokemon_name": "beartic", + "pokemon_name": "Beartic", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -1883,7 +1883,7 @@ }, { "pokeapi_id": 712, - "pokemon_name": "bergmite", + "pokemon_name": "Bergmite", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -1891,7 +1891,7 @@ }, { "pokeapi_id": 124, - "pokemon_name": "jynx", + "pokemon_name": "Jynx", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -1899,7 +1899,7 @@ }, { "pokeapi_id": 221, - "pokemon_name": "piloswine", + "pokemon_name": "Piloswine", "method": "walk", "encounter_rate": 20, "min_level": 38, @@ -1907,7 +1907,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 16, "min_level": 38, @@ -1915,7 +1915,7 @@ }, { "pokeapi_id": 615, - "pokemon_name": "cryogonal", + "pokemon_name": "Cryogonal", "method": "walk", "encounter_rate": 4, "min_level": 40, @@ -1929,7 +1929,7 @@ "encounters": [ { "pokeapi_id": 614, - "pokemon_name": "beartic", + "pokemon_name": "Beartic", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -1937,7 +1937,7 @@ }, { "pokeapi_id": 712, - "pokemon_name": "bergmite", + "pokemon_name": "Bergmite", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -1945,7 +1945,7 @@ }, { "pokeapi_id": 124, - "pokemon_name": "jynx", + "pokemon_name": "Jynx", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -1953,7 +1953,7 @@ }, { "pokeapi_id": 221, - "pokemon_name": "piloswine", + "pokemon_name": "Piloswine", "method": "walk", "encounter_rate": 20, "min_level": 38, @@ -1961,7 +1961,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 16, "min_level": 38, @@ -1969,7 +1969,7 @@ }, { "pokeapi_id": 615, - "pokemon_name": "cryogonal", + "pokemon_name": "Cryogonal", "method": "walk", "encounter_rate": 4, "min_level": 40, @@ -1983,7 +1983,7 @@ "encounters": [ { "pokeapi_id": 614, - "pokemon_name": "beartic", + "pokemon_name": "Beartic", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -1991,7 +1991,7 @@ }, { "pokeapi_id": 712, - "pokemon_name": "bergmite", + "pokemon_name": "Bergmite", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -1999,7 +1999,7 @@ }, { "pokeapi_id": 124, - "pokemon_name": "jynx", + "pokemon_name": "Jynx", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -2007,7 +2007,7 @@ }, { "pokeapi_id": 221, - "pokemon_name": "piloswine", + "pokemon_name": "Piloswine", "method": "walk", "encounter_rate": 20, "min_level": 38, @@ -2015,7 +2015,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 16, "min_level": 38, @@ -2023,7 +2023,7 @@ }, { "pokeapi_id": 615, - "pokemon_name": "cryogonal", + "pokemon_name": "Cryogonal", "method": "walk", "encounter_rate": 4, "min_level": 40, @@ -2037,7 +2037,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 100, "min_level": 20, @@ -2045,7 +2045,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 66, "min_level": 38, @@ -2053,7 +2053,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "good-rod", "encounter_rate": 65, "min_level": 30, @@ -2061,7 +2061,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 65, "min_level": 40, @@ -2069,7 +2069,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 35, "min_level": 40, @@ -2077,7 +2077,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "good-rod", "encounter_rate": 35, "min_level": 30, @@ -2085,7 +2085,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "surf", "encounter_rate": 34, "min_level": 38, @@ -2101,7 +2101,7 @@ "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 95, "min_level": 44, @@ -2109,7 +2109,7 @@ }, { "pokeapi_id": 533, - "pokemon_name": "gurdurr", + "pokemon_name": "Gurdurr", "method": "walk", "encounter_rate": 30, "min_level": 44, @@ -2117,7 +2117,7 @@ }, { "pokeapi_id": 324, - "pokemon_name": "torkoal", + "pokemon_name": "Torkoal", "method": "walk", "encounter_rate": 20, "min_level": 44, @@ -2125,7 +2125,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 15, "min_level": 45, @@ -2133,7 +2133,7 @@ }, { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 10, "min_level": 44, @@ -2141,7 +2141,7 @@ }, { "pokeapi_id": 305, - "pokemon_name": "lairon", + "pokemon_name": "Lairon", "method": "walk", "encounter_rate": 10, "min_level": 46, @@ -2149,7 +2149,7 @@ }, { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 10, "min_level": 46, @@ -2157,7 +2157,7 @@ }, { "pokeapi_id": 631, - "pokemon_name": "heatmor", + "pokemon_name": "Heatmor", "method": "walk", "encounter_rate": 5, "min_level": 45, @@ -2165,7 +2165,7 @@ }, { "pokeapi_id": 213, - "pokemon_name": "shuckle", + "pokemon_name": "Shuckle", "method": "rock-smash", "encounter_rate": 5, "min_level": 44, @@ -2179,7 +2179,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 100, "min_level": 25, @@ -2187,7 +2187,7 @@ }, { "pokeapi_id": 271, - "pokemon_name": "lombre", + "pokemon_name": "Lombre", "method": "surf", "encounter_rate": 66, "min_level": 44, @@ -2195,7 +2195,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "good-rod", "encounter_rate": 65, "min_level": 35, @@ -2203,7 +2203,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 65, "min_level": 45, @@ -2211,7 +2211,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 35, "min_level": 45, @@ -2219,7 +2219,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "good-rod", "encounter_rate": 35, "min_level": 35, @@ -2227,7 +2227,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "surf", "encounter_rate": 34, "min_level": 44, @@ -2241,7 +2241,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 100, "min_level": 25, @@ -2249,7 +2249,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 65, "min_level": 35, @@ -2257,7 +2257,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 60, "min_level": 45, @@ -2265,7 +2265,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 50, "min_level": 46, @@ -2273,7 +2273,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "good-rod", "encounter_rate": 35, "min_level": 35, @@ -2281,7 +2281,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 35, "min_level": 45, @@ -2289,7 +2289,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "surf", "encounter_rate": 34, "min_level": 46, @@ -2297,7 +2297,7 @@ }, { "pokeapi_id": 705, - "pokemon_name": "sliggoo", + "pokemon_name": "Sliggoo", "method": "surf", "encounter_rate": 16, "min_level": 47, @@ -2305,7 +2305,7 @@ }, { "pokeapi_id": 186, - "pokemon_name": "politoed", + "pokemon_name": "Politoed", "method": "super-rod", "encounter_rate": 5, "min_level": 50, @@ -2319,7 +2319,7 @@ "encounters": [ { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 30, "min_level": 48, @@ -2327,7 +2327,7 @@ }, { "pokeapi_id": 591, - "pokemon_name": "amoonguss", + "pokemon_name": "Amoonguss", "method": "walk", "encounter_rate": 25, "min_level": 48, @@ -2335,7 +2335,7 @@ }, { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 20, "min_level": 48, @@ -2343,7 +2343,7 @@ }, { "pokeapi_id": 575, - "pokemon_name": "gothorita", + "pokemon_name": "Gothorita", "method": "walk", "encounter_rate": 10, "min_level": 50, @@ -2351,7 +2351,7 @@ }, { "pokeapi_id": 709, - "pokemon_name": "trevenant", + "pokemon_name": "Trevenant", "method": "walk", "encounter_rate": 10, "min_level": 50, @@ -2359,7 +2359,7 @@ }, { "pokeapi_id": 571, - "pokemon_name": "zoroark", + "pokemon_name": "Zoroark", "method": "walk", "encounter_rate": 5, "min_level": 48, @@ -2373,7 +2373,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 100, "min_level": 30, @@ -2381,7 +2381,7 @@ }, { "pokeapi_id": 271, - "pokemon_name": "lombre", + "pokemon_name": "Lombre", "method": "surf", "encounter_rate": 66, "min_level": 48, @@ -2389,7 +2389,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "good-rod", "encounter_rate": 65, "min_level": 40, @@ -2397,7 +2397,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 65, "min_level": 50, @@ -2405,7 +2405,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 35, "min_level": 50, @@ -2413,7 +2413,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "good-rod", "encounter_rate": 35, "min_level": 40, @@ -2421,7 +2421,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 34, "min_level": 48, @@ -2435,7 +2435,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 100, "min_level": 30, @@ -2443,7 +2443,7 @@ }, { "pokeapi_id": 271, - "pokemon_name": "lombre", + "pokemon_name": "Lombre", "method": "surf", "encounter_rate": 66, "min_level": 50, @@ -2451,7 +2451,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "good-rod", "encounter_rate": 60, "min_level": 40, @@ -2459,7 +2459,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 60, "min_level": 50, @@ -2467,7 +2467,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 35, "min_level": 50, @@ -2475,7 +2475,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "good-rod", "encounter_rate": 35, "min_level": 40, @@ -2483,7 +2483,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "surf", "encounter_rate": 34, "min_level": 50, @@ -2491,7 +2491,7 @@ }, { "pokeapi_id": 148, - "pokemon_name": "dragonair", + "pokemon_name": "Dragonair", "method": "super-rod", "encounter_rate": 5, "min_level": 50, @@ -2499,7 +2499,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "good-rod", "encounter_rate": 5, "min_level": 40, @@ -2513,7 +2513,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 15, @@ -2521,7 +2521,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 95, "min_level": 25, @@ -2529,7 +2529,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 25, @@ -2537,7 +2537,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -2545,7 +2545,7 @@ }, { "pokeapi_id": 318, - "pokemon_name": "carvanha", + "pokemon_name": "Carvanha", "method": "good-rod", "encounter_rate": 35, "min_level": 25, @@ -2553,7 +2553,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 35, "min_level": 35, @@ -2561,7 +2561,7 @@ }, { "pokeapi_id": 298, - "pokemon_name": "azurill", + "pokemon_name": "Azurill", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -2569,7 +2569,7 @@ }, { "pokeapi_id": 659, - "pokemon_name": "bunnelby", + "pokemon_name": "Bunnelby", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -2577,7 +2577,7 @@ }, { "pokeapi_id": 667, - "pokemon_name": "litleo", + "pokemon_name": "Litleo", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -2585,7 +2585,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -2593,7 +2593,7 @@ }, { "pokeapi_id": 83, - "pokemon_name": "farfetchd", + "pokemon_name": "Farfetchd", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -2601,7 +2601,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -2609,7 +2609,7 @@ }, { "pokeapi_id": 184, - "pokemon_name": "azumarill", + "pokemon_name": "Azumarill", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -2617,7 +2617,7 @@ }, { "pokeapi_id": 206, - "pokemon_name": "dunsparce", + "pokemon_name": "Dunsparce", "method": "walk", "encounter_rate": 5, "min_level": 7, @@ -2625,7 +2625,7 @@ }, { "pokeapi_id": 447, - "pokemon_name": "riolu", + "pokemon_name": "Riolu", "method": "walk", "encounter_rate": 5, "min_level": 6, @@ -2633,7 +2633,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 5, "min_level": 35, @@ -2652,7 +2652,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 100, "min_level": 35, @@ -2660,7 +2660,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 95, "min_level": 57, @@ -2668,7 +2668,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 66, "min_level": 57, @@ -2676,7 +2676,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "good-rod", "encounter_rate": 65, "min_level": 45, @@ -2684,7 +2684,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 65, "min_level": 55, @@ -2692,7 +2692,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 35, "min_level": 55, @@ -2700,7 +2700,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "good-rod", "encounter_rate": 35, "min_level": 45, @@ -2708,7 +2708,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "surf", "encounter_rate": 34, "min_level": 57, @@ -2716,7 +2716,7 @@ }, { "pokeapi_id": 533, - "pokemon_name": "gurdurr", + "pokemon_name": "Gurdurr", "method": "walk", "encounter_rate": 30, "min_level": 57, @@ -2724,7 +2724,7 @@ }, { "pokeapi_id": 621, - "pokemon_name": "druddigon", + "pokemon_name": "Druddigon", "method": "walk", "encounter_rate": 20, "min_level": 58, @@ -2732,7 +2732,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 57, @@ -2740,7 +2740,7 @@ }, { "pokeapi_id": 108, - "pokemon_name": "lickitung", + "pokemon_name": "Lickitung", "method": "walk", "encounter_rate": 15, "min_level": 58, @@ -2748,7 +2748,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 10, "min_level": 58, @@ -2756,7 +2756,7 @@ }, { "pokeapi_id": 213, - "pokemon_name": "shuckle", + "pokemon_name": "Shuckle", "method": "rock-smash", "encounter_rate": 5, "min_level": 57, @@ -2764,7 +2764,7 @@ }, { "pokeapi_id": 634, - "pokemon_name": "zweilous", + "pokemon_name": "Zweilous", "method": "walk", "encounter_rate": 5, "min_level": 59, @@ -2778,7 +2778,7 @@ "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 95, "min_level": 57, @@ -2786,7 +2786,7 @@ }, { "pokeapi_id": 533, - "pokemon_name": "gurdurr", + "pokemon_name": "Gurdurr", "method": "walk", "encounter_rate": 30, "min_level": 57, @@ -2794,7 +2794,7 @@ }, { "pokeapi_id": 621, - "pokemon_name": "druddigon", + "pokemon_name": "Druddigon", "method": "walk", "encounter_rate": 20, "min_level": 58, @@ -2802,7 +2802,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 57, @@ -2810,7 +2810,7 @@ }, { "pokeapi_id": 108, - "pokemon_name": "lickitung", + "pokemon_name": "Lickitung", "method": "walk", "encounter_rate": 15, "min_level": 58, @@ -2818,7 +2818,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 10, "min_level": 58, @@ -2826,7 +2826,7 @@ }, { "pokeapi_id": 213, - "pokemon_name": "shuckle", + "pokemon_name": "Shuckle", "method": "rock-smash", "encounter_rate": 5, "min_level": 57, @@ -2834,7 +2834,7 @@ }, { "pokeapi_id": 634, - "pokemon_name": "zweilous", + "pokemon_name": "Zweilous", "method": "walk", "encounter_rate": 5, "min_level": 59, @@ -2848,7 +2848,7 @@ "encounters": [ { "pokeapi_id": 533, - "pokemon_name": "gurdurr", + "pokemon_name": "Gurdurr", "method": "walk", "encounter_rate": 30, "min_level": 57, @@ -2856,7 +2856,7 @@ }, { "pokeapi_id": 621, - "pokemon_name": "druddigon", + "pokemon_name": "Druddigon", "method": "walk", "encounter_rate": 20, "min_level": 58, @@ -2864,7 +2864,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 57, @@ -2872,7 +2872,7 @@ }, { "pokeapi_id": 108, - "pokemon_name": "lickitung", + "pokemon_name": "Lickitung", "method": "walk", "encounter_rate": 15, "min_level": 58, @@ -2880,7 +2880,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 10, "min_level": 58, @@ -2888,7 +2888,7 @@ }, { "pokeapi_id": 634, - "pokemon_name": "zweilous", + "pokemon_name": "Zweilous", "method": "walk", "encounter_rate": 5, "min_level": 59, @@ -2902,7 +2902,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 100, "min_level": 35, @@ -2910,7 +2910,7 @@ }, { "pokeapi_id": 271, - "pokemon_name": "lombre", + "pokemon_name": "Lombre", "method": "surf", "encounter_rate": 66, "min_level": 57, @@ -2918,7 +2918,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "good-rod", "encounter_rate": 65, "min_level": 45, @@ -2926,7 +2926,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 65, "min_level": 55, @@ -2934,7 +2934,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 35, "min_level": 55, @@ -2942,7 +2942,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "good-rod", "encounter_rate": 35, "min_level": 45, @@ -2950,7 +2950,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "surf", "encounter_rate": 34, "min_level": 57, @@ -2964,7 +2964,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 100, "min_level": 35, @@ -2972,7 +2972,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 66, "min_level": 57, @@ -2980,7 +2980,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "good-rod", "encounter_rate": 65, "min_level": 45, @@ -2988,7 +2988,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 60, "min_level": 55, @@ -2996,7 +2996,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 35, "min_level": 55, @@ -3004,7 +3004,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "good-rod", "encounter_rate": 35, "min_level": 45, @@ -3012,7 +3012,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "surf", "encounter_rate": 34, "min_level": 57, @@ -3020,7 +3020,7 @@ }, { "pokeapi_id": 533, - "pokemon_name": "gurdurr", + "pokemon_name": "Gurdurr", "method": "walk", "encounter_rate": 30, "min_level": 57, @@ -3028,7 +3028,7 @@ }, { "pokeapi_id": 621, - "pokemon_name": "druddigon", + "pokemon_name": "Druddigon", "method": "walk", "encounter_rate": 20, "min_level": 58, @@ -3036,7 +3036,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 57, @@ -3044,7 +3044,7 @@ }, { "pokeapi_id": 108, - "pokemon_name": "lickitung", + "pokemon_name": "Lickitung", "method": "walk", "encounter_rate": 15, "min_level": 58, @@ -3052,7 +3052,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 10, "min_level": 58, @@ -3060,7 +3060,7 @@ }, { "pokeapi_id": 62, - "pokemon_name": "poliwrath", + "pokemon_name": "Poliwrath", "method": "super-rod", "encounter_rate": 5, "min_level": 60, @@ -3068,7 +3068,7 @@ }, { "pokeapi_id": 634, - "pokemon_name": "zweilous", + "pokemon_name": "Zweilous", "method": "walk", "encounter_rate": 5, "min_level": 59, @@ -3084,7 +3084,7 @@ "encounters": [ { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "old-rod", "encounter_rate": 100, "min_level": 15, @@ -3092,7 +3092,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 84, "min_level": 25, @@ -3100,7 +3100,7 @@ }, { "pokeapi_id": 557, - "pokemon_name": "dwebble", + "pokemon_name": "Dwebble", "method": "rock-smash", "encounter_rate": 66, "min_level": 23, @@ -3108,7 +3108,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "good-rod", "encounter_rate": 65, "min_level": 25, @@ -3116,7 +3116,7 @@ }, { "pokeapi_id": 594, - "pokemon_name": "alomomola", + "pokemon_name": "Alomomola", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -3124,7 +3124,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 40, "min_level": 25, @@ -3132,7 +3132,7 @@ }, { "pokeapi_id": 441, - "pokemon_name": "chatot", + "pokemon_name": "Chatot", "method": "walk", "encounter_rate": 35, "min_level": 25, @@ -3140,7 +3140,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 35, "min_level": 25, @@ -3148,7 +3148,7 @@ }, { "pokeapi_id": 224, - "pokemon_name": "octillery", + "pokemon_name": "Octillery", "method": "super-rod", "encounter_rate": 35, "min_level": 35, @@ -3156,7 +3156,7 @@ }, { "pokeapi_id": 688, - "pokemon_name": "binacle", + "pokemon_name": "Binacle", "method": "rock-smash", "encounter_rate": 34, "min_level": 23, @@ -3164,7 +3164,7 @@ }, { "pokeapi_id": 686, - "pokemon_name": "inkay", + "pokemon_name": "Inkay", "method": "walk", "encounter_rate": 15, "min_level": 26, @@ -3172,7 +3172,7 @@ }, { "pokeapi_id": 458, - "pokemon_name": "mantyke", + "pokemon_name": "Mantyke", "method": "surf", "encounter_rate": 15, "min_level": 27, @@ -3180,7 +3180,7 @@ }, { "pokeapi_id": 102, - "pokemon_name": "exeggcute", + "pokemon_name": "Exeggcute", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -3188,7 +3188,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 5, "min_level": 35, @@ -3196,7 +3196,7 @@ }, { "pokeapi_id": 131, - "pokemon_name": "lapras", + "pokemon_name": "Lapras", "method": "surf", "encounter_rate": 1, "min_level": 27, @@ -3215,7 +3215,7 @@ "encounters": [ { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -3223,7 +3223,7 @@ }, { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -3231,7 +3231,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 10, "min_level": 17, @@ -3239,7 +3239,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 10, "min_level": 17, @@ -3247,7 +3247,7 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 10, "min_level": 17, @@ -3255,7 +3255,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 10, "min_level": 17, @@ -3263,7 +3263,7 @@ }, { "pokeapi_id": 115, - "pokemon_name": "kangaskhan", + "pokemon_name": "Kangaskhan", "method": "walk", "encounter_rate": 5, "min_level": 17, @@ -3271,7 +3271,7 @@ }, { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -3285,7 +3285,7 @@ "encounters": [ { "pokeapi_id": 557, - "pokemon_name": "dwebble", + "pokemon_name": "Dwebble", "method": "rock-smash", "encounter_rate": 65, "min_level": 15, @@ -3293,7 +3293,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "rock-smash", "encounter_rate": 35, "min_level": 15, @@ -3309,7 +3309,7 @@ "encounters": [ { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 30, "min_level": 13, @@ -3317,7 +3317,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 30, "min_level": 13, @@ -3325,7 +3325,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 13, @@ -3333,7 +3333,7 @@ }, { "pokeapi_id": 610, - "pokemon_name": "axew", + "pokemon_name": "Axew", "method": "walk", "encounter_rate": 10, "min_level": 13, @@ -3347,12 +3347,12 @@ "encounters": [], "children": [ { - "name": "Terminus Cave (1f)", + "name": "Terminus Cave (1F)", "order": 49, "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 95, "min_level": 44, @@ -3360,7 +3360,7 @@ }, { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 40, "min_level": 44, @@ -3368,7 +3368,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 44, @@ -3376,7 +3376,7 @@ }, { "pokeapi_id": 305, - "pokemon_name": "lairon", + "pokemon_name": "Lairon", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -3384,7 +3384,7 @@ }, { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -3392,7 +3392,61 @@ }, { "pokeapi_id": 213, - "pokemon_name": "shuckle", + "pokemon_name": "Shuckle", + "method": "rock-smash", + "encounter_rate": 5, + "min_level": 44, + "max_level": 46 + } + ] + }, + { + "name": "Terminus Cave (1f)", + "order": 49, + "encounters": [ + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "rock-smash", + "encounter_rate": 95, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 632, + "pokemon_name": "Durant", + "method": "walk", + "encounter_rate": 40, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 305, + "pokemon_name": "Lairon", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 46 + }, + { + "pokeapi_id": 28, + "pokemon_name": "Sandslash", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 46 + }, + { + "pokeapi_id": 213, + "pokemon_name": "Shuckle", "method": "rock-smash", "encounter_rate": 5, "min_level": 44, @@ -3406,7 +3460,7 @@ "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 95, "min_level": 44, @@ -3414,7 +3468,7 @@ }, { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 40, "min_level": 44, @@ -3422,7 +3476,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 44, @@ -3430,7 +3484,7 @@ }, { "pokeapi_id": 305, - "pokemon_name": "lairon", + "pokemon_name": "Lairon", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -3438,7 +3492,7 @@ }, { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -3446,7 +3500,61 @@ }, { "pokeapi_id": 213, - "pokemon_name": "shuckle", + "pokemon_name": "Shuckle", + "method": "rock-smash", + "encounter_rate": 5, + "min_level": 44, + "max_level": 46 + } + ] + }, + { + "name": "Terminus Cave (B1F Left)", + "order": 50, + "encounters": [ + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "rock-smash", + "encounter_rate": 95, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 632, + "pokemon_name": "Durant", + "method": "walk", + "encounter_rate": 40, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 305, + "pokemon_name": "Lairon", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 46 + }, + { + "pokeapi_id": 28, + "pokemon_name": "Sandslash", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 46 + }, + { + "pokeapi_id": 213, + "pokemon_name": "Shuckle", "method": "rock-smash", "encounter_rate": 5, "min_level": 44, @@ -3460,7 +3568,7 @@ "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 95, "min_level": 44, @@ -3468,7 +3576,7 @@ }, { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 40, "min_level": 44, @@ -3476,7 +3584,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 44, @@ -3484,7 +3592,7 @@ }, { "pokeapi_id": 305, - "pokemon_name": "lairon", + "pokemon_name": "Lairon", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -3492,7 +3600,7 @@ }, { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -3500,7 +3608,7 @@ }, { "pokeapi_id": 213, - "pokemon_name": "shuckle", + "pokemon_name": "Shuckle", "method": "rock-smash", "encounter_rate": 5, "min_level": 44, @@ -3508,13 +3616,105 @@ } ] }, + { + "name": "Terminus Cave (B1F Right)", + "order": 51, + "encounters": [ + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "rock-smash", + "encounter_rate": 95, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 632, + "pokemon_name": "Durant", + "method": "walk", + "encounter_rate": 40, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 305, + "pokemon_name": "Lairon", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 46 + }, + { + "pokeapi_id": 28, + "pokemon_name": "Sandslash", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 46 + }, + { + "pokeapi_id": 213, + "pokemon_name": "Shuckle", + "method": "rock-smash", + "encounter_rate": 5, + "min_level": 44, + "max_level": 46 + } + ] + }, + { + "name": "Terminus Cave (B2F)", + "order": 52, + "encounters": [ + { + "pokeapi_id": 632, + "pokemon_name": "Durant", + "method": "walk", + "encounter_rate": 40, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 305, + "pokemon_name": "Lairon", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 46 + }, + { + "pokeapi_id": 28, + "pokemon_name": "Sandslash", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 46 + } + ] + }, { "name": "Terminus Cave (B2f)", "order": 52, "encounters": [ { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 40, "min_level": 44, @@ -3522,7 +3722,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 44, @@ -3530,7 +3730,7 @@ }, { "pokeapi_id": 305, - "pokemon_name": "lairon", + "pokemon_name": "Lairon", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -3538,7 +3738,7 @@ }, { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -3552,7 +3752,7 @@ "encounters": [ { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 40, "min_level": 44, @@ -3560,7 +3760,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 44, @@ -3568,7 +3768,7 @@ }, { "pokeapi_id": 305, - "pokemon_name": "lairon", + "pokemon_name": "Lairon", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -3576,7 +3776,7 @@ }, { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -3592,7 +3792,7 @@ "encounters": [ { "pokeapi_id": 101, - "pokemon_name": "electrode", + "pokemon_name": "Electrode", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -3600,7 +3800,7 @@ }, { "pokeapi_id": 707, - "pokemon_name": "klefki", + "pokemon_name": "Klefki", "method": "walk", "encounter_rate": 20, "min_level": 36, @@ -3608,7 +3808,7 @@ }, { "pokeapi_id": 607, - "pokemon_name": "litwick", + "pokemon_name": "Litwick", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -3616,7 +3816,7 @@ }, { "pokeapi_id": 82, - "pokemon_name": "magneton", + "pokemon_name": "Magneton", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -3624,7 +3824,7 @@ }, { "pokeapi_id": 624, - "pokemon_name": "pawniard", + "pokemon_name": "Pawniard", "method": "walk", "encounter_rate": 20, "min_level": 36, diff --git a/backend/src/app/seeds/data/y.json b/backend/src/app/seeds/data/y.json index 042e813..050e541 100644 --- a/backend/src/app/seeds/data/y.json +++ b/backend/src/app/seeds/data/y.json @@ -5,7 +5,7 @@ "encounters": [ { "pokeapi_id": 659, - "pokemon_name": "bunnelby", + "pokemon_name": "Bunnelby", "method": "walk", "encounter_rate": 20, "min_level": 2, @@ -13,7 +13,7 @@ }, { "pokeapi_id": 661, - "pokemon_name": "fletchling", + "pokemon_name": "Fletchling", "method": "walk", "encounter_rate": 20, "min_level": 2, @@ -21,7 +21,7 @@ }, { "pokeapi_id": 664, - "pokemon_name": "scatterbug", + "pokemon_name": "Scatterbug", "method": "walk", "encounter_rate": 20, "min_level": 2, @@ -29,7 +29,7 @@ }, { "pokeapi_id": 263, - "pokemon_name": "zigzagoon", + "pokemon_name": "Zigzagoon", "method": "walk", "encounter_rate": 15, "min_level": 3, @@ -37,7 +37,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 14, "min_level": 3, @@ -45,7 +45,7 @@ }, { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 11, "min_level": 3, @@ -59,7 +59,7 @@ "encounters": [ { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 20, "min_level": 2, @@ -67,7 +67,7 @@ }, { "pokeapi_id": 664, - "pokemon_name": "scatterbug", + "pokemon_name": "Scatterbug", "method": "walk", "encounter_rate": 20, "min_level": 2, @@ -75,7 +75,7 @@ }, { "pokeapi_id": 661, - "pokemon_name": "fletchling", + "pokemon_name": "Fletchling", "method": "walk", "encounter_rate": 10, "min_level": 4, @@ -83,7 +83,7 @@ }, { "pokeapi_id": 515, - "pokemon_name": "panpour", + "pokemon_name": "Panpour", "method": "walk", "encounter_rate": 10, "min_level": 4, @@ -91,7 +91,7 @@ }, { "pokeapi_id": 511, - "pokemon_name": "pansage", + "pokemon_name": "Pansage", "method": "walk", "encounter_rate": 10, "min_level": 4, @@ -99,7 +99,7 @@ }, { "pokeapi_id": 513, - "pokemon_name": "pansear", + "pokemon_name": "Pansear", "method": "walk", "encounter_rate": 10, "min_level": 4, @@ -107,7 +107,7 @@ }, { "pokeapi_id": 13, - "pokemon_name": "weedle", + "pokemon_name": "Weedle", "method": "walk", "encounter_rate": 10, "min_level": 2, @@ -115,7 +115,7 @@ }, { "pokeapi_id": 25, - "pokemon_name": "pikachu", + "pokemon_name": "Pikachu", "method": "walk", "encounter_rate": 6, "min_level": 3, @@ -123,7 +123,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 4, "min_level": 4, @@ -137,7 +137,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 15, @@ -145,7 +145,7 @@ }, { "pokeapi_id": 284, - "pokemon_name": "masquerain", + "pokemon_name": "Masquerain", "method": "surf", "encounter_rate": 66, "min_level": 25, @@ -153,7 +153,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 25, @@ -161,7 +161,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -169,7 +169,7 @@ }, { "pokeapi_id": 341, - "pokemon_name": "corphish", + "pokemon_name": "Corphish", "method": "good-rod", "encounter_rate": 35, "min_level": 25, @@ -177,7 +177,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 35, "min_level": 35, @@ -185,7 +185,7 @@ }, { "pokeapi_id": 183, - "pokemon_name": "marill", + "pokemon_name": "Marill", "method": "surf", "encounter_rate": 34, "min_level": 25, @@ -193,7 +193,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -201,7 +201,7 @@ }, { "pokeapi_id": 659, - "pokemon_name": "bunnelby", + "pokemon_name": "Bunnelby", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -209,7 +209,7 @@ }, { "pokeapi_id": 661, - "pokemon_name": "fletchling", + "pokemon_name": "Fletchling", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -217,7 +217,7 @@ }, { "pokeapi_id": 298, - "pokemon_name": "azurill", + "pokemon_name": "Azurill", "method": "walk", "encounter_rate": 10, "min_level": 5, @@ -225,7 +225,7 @@ }, { "pokeapi_id": 412, - "pokemon_name": "burmy", + "pokemon_name": "Burmy", "method": "walk", "encounter_rate": 10, "min_level": 5, @@ -233,7 +233,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 10, "min_level": 4, @@ -241,7 +241,7 @@ }, { "pokeapi_id": 342, - "pokemon_name": "crawdaunt", + "pokemon_name": "Crawdaunt", "method": "super-rod", "encounter_rate": 5, "min_level": 35, @@ -249,7 +249,7 @@ }, { "pokeapi_id": 206, - "pokemon_name": "dunsparce", + "pokemon_name": "Dunsparce", "method": "walk", "encounter_rate": 5, "min_level": 5, @@ -257,7 +257,7 @@ }, { "pokeapi_id": 25, - "pokemon_name": "pikachu", + "pokemon_name": "Pikachu", "method": "walk", "encounter_rate": 5, "min_level": 4, @@ -271,7 +271,7 @@ "encounters": [ { "pokeapi_id": 659, - "pokemon_name": "bunnelby", + "pokemon_name": "Bunnelby", "method": "walk", "encounter_rate": 30, "min_level": 8, @@ -279,7 +279,7 @@ }, { "pokeapi_id": 676, - "pokemon_name": "furfrou", + "pokemon_name": "Furfrou", "method": "walk", "encounter_rate": 20, "min_level": 8, @@ -287,7 +287,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -295,7 +295,7 @@ }, { "pokeapi_id": 316, - "pokemon_name": "gulpin", + "pokemon_name": "Gulpin", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -303,7 +303,7 @@ }, { "pokeapi_id": 674, - "pokemon_name": "pancham", + "pokemon_name": "Pancham", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -311,7 +311,7 @@ }, { "pokeapi_id": 672, - "pokemon_name": "skiddo", + "pokemon_name": "Skiddo", "method": "walk", "encounter_rate": 10, "min_level": 10, @@ -319,7 +319,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 5, "min_level": 10, @@ -327,7 +327,7 @@ }, { "pokeapi_id": 312, - "pokemon_name": "minun", + "pokemon_name": "Minun", "method": "walk", "encounter_rate": 5, "min_level": 9, @@ -341,7 +341,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 15, @@ -349,7 +349,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 25, @@ -357,7 +357,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -365,7 +365,7 @@ }, { "pokeapi_id": 341, - "pokemon_name": "corphish", + "pokemon_name": "Corphish", "method": "good-rod", "encounter_rate": 35, "min_level": 25, @@ -373,7 +373,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 35, "min_level": 35, @@ -381,7 +381,7 @@ }, { "pokeapi_id": 342, - "pokemon_name": "crawdaunt", + "pokemon_name": "Crawdaunt", "method": "super-rod", "encounter_rate": 5, "min_level": 35, @@ -395,7 +395,7 @@ "encounters": [ { "pokeapi_id": 453, - "pokemon_name": "croagunk", + "pokemon_name": "Croagunk", "method": "walk", "encounter_rate": 35, "min_level": 12, @@ -403,7 +403,7 @@ }, { "pokeapi_id": 580, - "pokemon_name": "ducklett", + "pokemon_name": "Ducklett", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -411,7 +411,7 @@ }, { "pokeapi_id": 314, - "pokemon_name": "illumise", + "pokemon_name": "Illumise", "method": "walk", "encounter_rate": 10, "min_level": 13, @@ -419,7 +419,7 @@ }, { "pokeapi_id": 315, - "pokemon_name": "roselia", + "pokemon_name": "Roselia", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -427,7 +427,7 @@ }, { "pokeapi_id": 235, - "pokemon_name": "smeargle", + "pokemon_name": "Smeargle", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -435,7 +435,7 @@ }, { "pokeapi_id": 682, - "pokemon_name": "spritzee", + "pokemon_name": "Spritzee", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -443,7 +443,7 @@ }, { "pokeapi_id": 313, - "pokemon_name": "volbeat", + "pokemon_name": "Volbeat", "method": "walk", "encounter_rate": 10, "min_level": 13, @@ -451,7 +451,7 @@ }, { "pokeapi_id": 669, - "pokemon_name": "flabebe", + "pokemon_name": "Flabebe", "method": "walk", "encounter_rate": 5, "min_level": 13, @@ -465,7 +465,7 @@ "encounters": [ { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "old-rod", "encounter_rate": 100, "min_level": 15, @@ -473,7 +473,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 69, "min_level": 25, @@ -481,7 +481,7 @@ }, { "pokeapi_id": 557, - "pokemon_name": "dwebble", + "pokemon_name": "Dwebble", "method": "rock-smash", "encounter_rate": 66, "min_level": 13, @@ -489,7 +489,7 @@ }, { "pokeapi_id": 690, - "pokemon_name": "skrelp", + "pokemon_name": "Skrelp", "method": "good-rod", "encounter_rate": 65, "min_level": 25, @@ -497,7 +497,7 @@ }, { "pokeapi_id": 369, - "pokemon_name": "relicanth", + "pokemon_name": "Relicanth", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -505,7 +505,7 @@ }, { "pokeapi_id": 691, - "pokemon_name": "dragalge", + "pokemon_name": "Dragalge", "method": "super-rod", "encounter_rate": 35, "min_level": 35, @@ -513,7 +513,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 35, "min_level": 25, @@ -521,7 +521,7 @@ }, { "pokeapi_id": 688, - "pokemon_name": "binacle", + "pokemon_name": "Binacle", "method": "rock-smash", "encounter_rate": 34, "min_level": 13, @@ -529,7 +529,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "surf", "encounter_rate": 31, "min_level": 25, @@ -537,7 +537,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 5, "min_level": 35, @@ -551,7 +551,7 @@ "encounters": [ { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "old-rod", "encounter_rate": 100, "min_level": 15, @@ -559,7 +559,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 69, "min_level": 25, @@ -567,7 +567,7 @@ }, { "pokeapi_id": 557, - "pokemon_name": "dwebble", + "pokemon_name": "Dwebble", "method": "rock-smash", "encounter_rate": 66, "min_level": 13, @@ -575,7 +575,7 @@ }, { "pokeapi_id": 690, - "pokemon_name": "skrelp", + "pokemon_name": "Skrelp", "method": "good-rod", "encounter_rate": 65, "min_level": 25, @@ -583,7 +583,7 @@ }, { "pokeapi_id": 211, - "pokemon_name": "qwilfish", + "pokemon_name": "Qwilfish", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -591,7 +591,7 @@ }, { "pokeapi_id": 691, - "pokemon_name": "dragalge", + "pokemon_name": "Dragalge", "method": "super-rod", "encounter_rate": 35, "min_level": 35, @@ -599,7 +599,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "good-rod", "encounter_rate": 35, "min_level": 25, @@ -607,7 +607,7 @@ }, { "pokeapi_id": 688, - "pokemon_name": "binacle", + "pokemon_name": "Binacle", "method": "rock-smash", "encounter_rate": 34, "min_level": 13, @@ -615,7 +615,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "surf", "encounter_rate": 31, "min_level": 25, @@ -623,7 +623,7 @@ }, { "pokeapi_id": 425, - "pokemon_name": "drifloon", + "pokemon_name": "Drifloon", "method": "walk", "encounter_rate": 30, "min_level": 13, @@ -631,7 +631,7 @@ }, { "pokeapi_id": 325, - "pokemon_name": "spoink", + "pokemon_name": "Spoink", "method": "walk", "encounter_rate": 20, "min_level": 13, @@ -639,7 +639,7 @@ }, { "pokeapi_id": 686, - "pokemon_name": "inkay", + "pokemon_name": "Inkay", "method": "walk", "encounter_rate": 15, "min_level": 14, @@ -647,7 +647,7 @@ }, { "pokeapi_id": 359, - "pokemon_name": "absol", + "pokemon_name": "Absol", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -655,7 +655,7 @@ }, { "pokeapi_id": 619, - "pokemon_name": "mienfoo", + "pokemon_name": "Mienfoo", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -663,7 +663,7 @@ }, { "pokeapi_id": 336, - "pokemon_name": "seviper", + "pokemon_name": "Seviper", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -671,7 +671,7 @@ }, { "pokeapi_id": 371, - "pokemon_name": "bagon", + "pokemon_name": "Bagon", "method": "walk", "encounter_rate": 5, "min_level": 14, @@ -679,7 +679,7 @@ }, { "pokeapi_id": 91, - "pokemon_name": "cloyster", + "pokemon_name": "Cloyster", "method": "super-rod", "encounter_rate": 5, "min_level": 35, @@ -693,7 +693,7 @@ "encounters": [ { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "old-rod", "encounter_rate": 100, "min_level": 15, @@ -701,7 +701,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 69, "min_level": 25, @@ -709,7 +709,7 @@ }, { "pokeapi_id": 557, - "pokemon_name": "dwebble", + "pokemon_name": "Dwebble", "method": "rock-smash", "encounter_rate": 66, "min_level": 13, @@ -717,7 +717,7 @@ }, { "pokeapi_id": 690, - "pokemon_name": "skrelp", + "pokemon_name": "Skrelp", "method": "good-rod", "encounter_rate": 65, "min_level": 25, @@ -725,7 +725,7 @@ }, { "pokeapi_id": 369, - "pokemon_name": "relicanth", + "pokemon_name": "Relicanth", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -733,7 +733,7 @@ }, { "pokeapi_id": 691, - "pokemon_name": "dragalge", + "pokemon_name": "Dragalge", "method": "super-rod", "encounter_rate": 35, "min_level": 35, @@ -741,7 +741,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "good-rod", "encounter_rate": 35, "min_level": 25, @@ -749,7 +749,7 @@ }, { "pokeapi_id": 688, - "pokemon_name": "binacle", + "pokemon_name": "Binacle", "method": "rock-smash", "encounter_rate": 34, "min_level": 13, @@ -757,7 +757,7 @@ }, { "pokeapi_id": 320, - "pokemon_name": "wailmer", + "pokemon_name": "Wailmer", "method": "surf", "encounter_rate": 31, "min_level": 25, @@ -765,7 +765,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 5, "min_level": 35, @@ -779,7 +779,7 @@ "encounters": [ { "pokeapi_id": 622, - "pokemon_name": "golett", + "pokemon_name": "Golett", "method": "walk", "encounter_rate": 30, "min_level": 19, @@ -787,7 +787,7 @@ }, { "pokeapi_id": 701, - "pokemon_name": "hawlucha", + "pokemon_name": "Hawlucha", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -795,7 +795,7 @@ }, { "pokeapi_id": 561, - "pokemon_name": "sigilyph", + "pokemon_name": "Sigilyph", "method": "walk", "encounter_rate": 20, "min_level": 19, @@ -803,7 +803,7 @@ }, { "pokeapi_id": 309, - "pokemon_name": "electrike", + "pokemon_name": "Electrike", "method": "walk", "encounter_rate": 10, "min_level": 21, @@ -811,7 +811,7 @@ }, { "pokeapi_id": 209, - "pokemon_name": "snubbull", + "pokemon_name": "Snubbull", "method": "walk", "encounter_rate": 10, "min_level": 21, @@ -819,7 +819,7 @@ }, { "pokeapi_id": 133, - "pokemon_name": "eevee", + "pokemon_name": "Eevee", "method": "walk", "encounter_rate": 5, "min_level": 21, @@ -827,7 +827,7 @@ }, { "pokeapi_id": 587, - "pokemon_name": "emolga", + "pokemon_name": "Emolga", "method": "walk", "encounter_rate": 5, "min_level": 19, @@ -841,7 +841,7 @@ "encounters": [ { "pokeapi_id": 297, - "pokemon_name": "hariyama", + "pokemon_name": "Hariyama", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -849,7 +849,7 @@ }, { "pokeapi_id": 397, - "pokemon_name": "staravia", + "pokemon_name": "Staravia", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -857,7 +857,7 @@ }, { "pokeapi_id": 538, - "pokemon_name": "throh", + "pokemon_name": "Throh", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -865,7 +865,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 10, "min_level": 21, @@ -873,7 +873,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 10, "min_level": 21, @@ -881,7 +881,7 @@ }, { "pokeapi_id": 434, - "pokemon_name": "stunky", + "pokemon_name": "Stunky", "method": "walk", "encounter_rate": 10, "min_level": 21, @@ -889,7 +889,7 @@ }, { "pokeapi_id": 702, - "pokemon_name": "dedenne", + "pokemon_name": "Dedenne", "method": "walk", "encounter_rate": 5, "min_level": 21, @@ -897,7 +897,7 @@ }, { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 5, "min_level": 21, @@ -911,12 +911,12 @@ "encounters": [], "children": [ { - "name": "Reflection Cave (Unknown Area 307)", + "name": "Reflection Cave (Unknown Area 305)", "order": 13, "encounters": [ { "pokeapi_id": 122, - "pokemon_name": "mr-mime", + "pokemon_name": "Mr Mime", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -924,7 +924,7 @@ }, { "pokeapi_id": 524, - "pokemon_name": "roggenrola", + "pokemon_name": "Roggenrola", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -932,7 +932,7 @@ }, { "pokeapi_id": 577, - "pokemon_name": "solosis", + "pokemon_name": "Solosis", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -940,7 +940,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 15, "min_level": 21, @@ -948,7 +948,7 @@ }, { "pokeapi_id": 703, - "pokemon_name": "carbink", + "pokemon_name": "Carbink", "method": "walk", "encounter_rate": 10, "min_level": 23, @@ -956,7 +956,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 10, "min_level": 22, @@ -964,131 +964,7 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", - "method": "walk", - "encounter_rate": 5, - "min_level": 22, - "max_level": 23 - } - ] - }, - { - "name": "Reflection Cave (Unknown Area 308)", - "order": 14, - "encounters": [ - { - "pokeapi_id": 122, - "pokemon_name": "mr-mime", - "method": "walk", - "encounter_rate": 20, - "min_level": 22, - "max_level": 23 - }, - { - "pokeapi_id": 524, - "pokemon_name": "roggenrola", - "method": "walk", - "encounter_rate": 20, - "min_level": 21, - "max_level": 22 - }, - { - "pokeapi_id": 577, - "pokemon_name": "solosis", - "method": "walk", - "encounter_rate": 20, - "min_level": 22, - "max_level": 23 - }, - { - "pokeapi_id": 433, - "pokemon_name": "chingling", - "method": "walk", - "encounter_rate": 15, - "min_level": 21, - "max_level": 22 - }, - { - "pokeapi_id": 703, - "pokemon_name": "carbink", - "method": "walk", - "encounter_rate": 10, - "min_level": 23, - "max_level": 23 - }, - { - "pokeapi_id": 202, - "pokemon_name": "wobbuffet", - "method": "walk", - "encounter_rate": 10, - "min_level": 22, - "max_level": 22 - }, - { - "pokeapi_id": 302, - "pokemon_name": "sableye", - "method": "walk", - "encounter_rate": 5, - "min_level": 22, - "max_level": 23 - } - ] - }, - { - "name": "Reflection Cave (Unknown Area 305)", - "order": 15, - "encounters": [ - { - "pokeapi_id": 122, - "pokemon_name": "mr-mime", - "method": "walk", - "encounter_rate": 20, - "min_level": 22, - "max_level": 23 - }, - { - "pokeapi_id": 524, - "pokemon_name": "roggenrola", - "method": "walk", - "encounter_rate": 20, - "min_level": 21, - "max_level": 22 - }, - { - "pokeapi_id": 577, - "pokemon_name": "solosis", - "method": "walk", - "encounter_rate": 20, - "min_level": 22, - "max_level": 23 - }, - { - "pokeapi_id": 433, - "pokemon_name": "chingling", - "method": "walk", - "encounter_rate": 15, - "min_level": 21, - "max_level": 22 - }, - { - "pokeapi_id": 703, - "pokemon_name": "carbink", - "method": "walk", - "encounter_rate": 10, - "min_level": 23, - "max_level": 23 - }, - { - "pokeapi_id": 202, - "pokemon_name": "wobbuffet", - "method": "walk", - "encounter_rate": 10, - "min_level": 22, - "max_level": 22 - }, - { - "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 5, "min_level": 22, @@ -1098,11 +974,11 @@ }, { "name": "Reflection Cave (Unknown Area 306)", - "order": 16, + "order": 14, "encounters": [ { "pokeapi_id": 122, - "pokemon_name": "mr-mime", + "pokemon_name": "Mr Mime", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -1110,7 +986,7 @@ }, { "pokeapi_id": 524, - "pokemon_name": "roggenrola", + "pokemon_name": "Roggenrola", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -1118,7 +994,7 @@ }, { "pokeapi_id": 577, - "pokemon_name": "solosis", + "pokemon_name": "Solosis", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -1126,7 +1002,7 @@ }, { "pokeapi_id": 433, - "pokemon_name": "chingling", + "pokemon_name": "Chingling", "method": "walk", "encounter_rate": 15, "min_level": 21, @@ -1134,7 +1010,7 @@ }, { "pokeapi_id": 703, - "pokemon_name": "carbink", + "pokemon_name": "Carbink", "method": "walk", "encounter_rate": 10, "min_level": 23, @@ -1142,7 +1018,7 @@ }, { "pokeapi_id": 202, - "pokemon_name": "wobbuffet", + "pokemon_name": "Wobbuffet", "method": "walk", "encounter_rate": 10, "min_level": 22, @@ -1150,7 +1026,131 @@ }, { "pokeapi_id": 302, - "pokemon_name": "sableye", + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 5, + "min_level": 22, + "max_level": 23 + } + ] + }, + { + "name": "Reflection Cave (Unknown Area 307)", + "order": 15, + "encounters": [ + { + "pokeapi_id": 122, + "pokemon_name": "Mr Mime", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 23 + }, + { + "pokeapi_id": 524, + "pokemon_name": "Roggenrola", + "method": "walk", + "encounter_rate": 20, + "min_level": 21, + "max_level": 22 + }, + { + "pokeapi_id": 577, + "pokemon_name": "Solosis", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 23 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 15, + "min_level": 21, + "max_level": 22 + }, + { + "pokeapi_id": 703, + "pokemon_name": "Carbink", + "method": "walk", + "encounter_rate": 10, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 202, + "pokemon_name": "Wobbuffet", + "method": "walk", + "encounter_rate": 10, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", + "method": "walk", + "encounter_rate": 5, + "min_level": 22, + "max_level": 23 + } + ] + }, + { + "name": "Reflection Cave (Unknown Area 308)", + "order": 16, + "encounters": [ + { + "pokeapi_id": 122, + "pokemon_name": "Mr Mime", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 23 + }, + { + "pokeapi_id": 524, + "pokemon_name": "Roggenrola", + "method": "walk", + "encounter_rate": 20, + "min_level": 21, + "max_level": 22 + }, + { + "pokeapi_id": 577, + "pokemon_name": "Solosis", + "method": "walk", + "encounter_rate": 20, + "min_level": 22, + "max_level": 23 + }, + { + "pokeapi_id": 433, + "pokemon_name": "Chingling", + "method": "walk", + "encounter_rate": 15, + "min_level": 21, + "max_level": 22 + }, + { + "pokeapi_id": 703, + "pokemon_name": "Carbink", + "method": "walk", + "encounter_rate": 10, + "min_level": 23, + "max_level": 23 + }, + { + "pokeapi_id": 202, + "pokemon_name": "Wobbuffet", + "method": "walk", + "encounter_rate": 10, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 302, + "pokemon_name": "Sableye", "method": "walk", "encounter_rate": 5, "min_level": 22, @@ -1166,7 +1166,7 @@ "encounters": [ { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "old-rod", "encounter_rate": 100, "min_level": 15, @@ -1174,7 +1174,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 84, "min_level": 25, @@ -1182,7 +1182,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "good-rod", "encounter_rate": 65, "min_level": 25, @@ -1190,7 +1190,7 @@ }, { "pokeapi_id": 594, - "pokemon_name": "alomomola", + "pokemon_name": "Alomomola", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -1198,7 +1198,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 35, "min_level": 25, @@ -1206,7 +1206,7 @@ }, { "pokeapi_id": 224, - "pokemon_name": "octillery", + "pokemon_name": "Octillery", "method": "super-rod", "encounter_rate": 35, "min_level": 35, @@ -1214,7 +1214,7 @@ }, { "pokeapi_id": 458, - "pokemon_name": "mantyke", + "pokemon_name": "Mantyke", "method": "surf", "encounter_rate": 16, "min_level": 27, @@ -1222,7 +1222,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 5, "min_level": 35, @@ -1236,7 +1236,7 @@ "encounters": [ { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "old-rod", "encounter_rate": 100, "min_level": 15, @@ -1244,7 +1244,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 84, "min_level": 25, @@ -1252,7 +1252,7 @@ }, { "pokeapi_id": 557, - "pokemon_name": "dwebble", + "pokemon_name": "Dwebble", "method": "rock-smash", "encounter_rate": 66, "min_level": 23, @@ -1260,7 +1260,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "good-rod", "encounter_rate": 65, "min_level": 25, @@ -1268,7 +1268,7 @@ }, { "pokeapi_id": 222, - "pokemon_name": "corsola", + "pokemon_name": "Corsola", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -1276,7 +1276,7 @@ }, { "pokeapi_id": 366, - "pokemon_name": "clamperl", + "pokemon_name": "Clamperl", "method": "good-rod", "encounter_rate": 35, "min_level": 25, @@ -1284,7 +1284,7 @@ }, { "pokeapi_id": 224, - "pokemon_name": "octillery", + "pokemon_name": "Octillery", "method": "super-rod", "encounter_rate": 35, "min_level": 35, @@ -1292,7 +1292,7 @@ }, { "pokeapi_id": 688, - "pokemon_name": "binacle", + "pokemon_name": "Binacle", "method": "rock-smash", "encounter_rate": 34, "min_level": 23, @@ -1300,7 +1300,7 @@ }, { "pokeapi_id": 441, - "pokemon_name": "chatot", + "pokemon_name": "Chatot", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -1308,7 +1308,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 30, "min_level": 23, @@ -1316,7 +1316,7 @@ }, { "pokeapi_id": 458, - "pokemon_name": "mantyke", + "pokemon_name": "Mantyke", "method": "surf", "encounter_rate": 15, "min_level": 27, @@ -1324,7 +1324,7 @@ }, { "pokeapi_id": 102, - "pokemon_name": "exeggcute", + "pokemon_name": "Exeggcute", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -1332,7 +1332,7 @@ }, { "pokeapi_id": 241, - "pokemon_name": "miltank", + "pokemon_name": "Miltank", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -1340,7 +1340,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -1348,7 +1348,7 @@ }, { "pokeapi_id": 368, - "pokemon_name": "gorebyss", + "pokemon_name": "Gorebyss", "method": "super-rod", "encounter_rate": 5, "min_level": 35, @@ -1356,7 +1356,7 @@ }, { "pokeapi_id": 214, - "pokemon_name": "heracross", + "pokemon_name": "Heracross", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -1364,7 +1364,7 @@ }, { "pokeapi_id": 417, - "pokemon_name": "pachirisu", + "pokemon_name": "Pachirisu", "method": "walk", "encounter_rate": 5, "min_level": 23, @@ -1372,7 +1372,7 @@ }, { "pokeapi_id": 131, - "pokemon_name": "lapras", + "pokemon_name": "Lapras", "method": "surf", "encounter_rate": 1, "min_level": 27, @@ -1386,7 +1386,7 @@ "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 66, "min_level": 26, @@ -1394,7 +1394,7 @@ }, { "pokeapi_id": 218, - "pokemon_name": "slugma", + "pokemon_name": "Slugma", "method": "rock-smash", "encounter_rate": 34, "min_level": 26, @@ -1408,7 +1408,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 100, "min_level": 15, @@ -1416,7 +1416,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 65, "min_level": 25, @@ -1424,7 +1424,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 65, "min_level": 35, @@ -1432,7 +1432,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 50, "min_level": 30, @@ -1440,7 +1440,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "good-rod", "encounter_rate": 35, "min_level": 35, @@ -1448,7 +1448,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "surf", "encounter_rate": 35, "min_level": 30, @@ -1456,7 +1456,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 35, "min_level": 35, @@ -1464,7 +1464,7 @@ }, { "pokeapi_id": 451, - "pokemon_name": "skorupi", + "pokemon_name": "Skorupi", "method": "walk", "encounter_rate": 20, "min_level": 30, @@ -1472,7 +1472,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 20, "min_level": 31, @@ -1480,7 +1480,7 @@ }, { "pokeapi_id": 455, - "pokemon_name": "carnivine", + "pokemon_name": "Carnivine", "method": "walk", "encounter_rate": 15, "min_level": 30, @@ -1488,7 +1488,7 @@ }, { "pokeapi_id": 704, - "pokemon_name": "goomy", + "pokemon_name": "Goomy", "method": "surf", "encounter_rate": 15, "min_level": 31, @@ -1496,7 +1496,7 @@ }, { "pokeapi_id": 704, - "pokemon_name": "goomy", + "pokemon_name": "Goomy", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -1504,7 +1504,7 @@ }, { "pokeapi_id": 588, - "pokemon_name": "karrablast", + "pokemon_name": "Karrablast", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -1512,7 +1512,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -1520,7 +1520,7 @@ }, { "pokeapi_id": 616, - "pokemon_name": "shelmet", + "pokemon_name": "Shelmet", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -1528,7 +1528,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 5, "min_level": 31, @@ -1542,7 +1542,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 100, "min_level": 15, @@ -1550,7 +1550,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "good-rod", "encounter_rate": 65, "min_level": 25, @@ -1558,7 +1558,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 65, "min_level": 35, @@ -1566,7 +1566,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 35, "min_level": 35, @@ -1574,7 +1574,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "good-rod", "encounter_rate": 35, "min_level": 25, @@ -1588,7 +1588,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 100, "min_level": 15, @@ -1596,7 +1596,7 @@ }, { "pokeapi_id": 271, - "pokemon_name": "lombre", + "pokemon_name": "Lombre", "method": "surf", "encounter_rate": 66, "min_level": 34, @@ -1604,7 +1604,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "good-rod", "encounter_rate": 65, "min_level": 25, @@ -1612,7 +1612,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 65, "min_level": 35, @@ -1620,7 +1620,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 35, "min_level": 35, @@ -1628,7 +1628,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "good-rod", "encounter_rate": 35, "min_level": 25, @@ -1636,7 +1636,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "surf", "encounter_rate": 34, "min_level": 34, @@ -1644,7 +1644,7 @@ }, { "pokeapi_id": 510, - "pokemon_name": "liepard", + "pokemon_name": "Liepard", "method": "walk", "encounter_rate": 30, "min_level": 34, @@ -1652,7 +1652,7 @@ }, { "pokeapi_id": 590, - "pokemon_name": "foongus", + "pokemon_name": "Foongus", "method": "walk", "encounter_rate": 20, "min_level": 34, @@ -1660,7 +1660,7 @@ }, { "pokeapi_id": 451, - "pokemon_name": "skorupi", + "pokemon_name": "Skorupi", "method": "walk", "encounter_rate": 20, "min_level": 34, @@ -1668,7 +1668,7 @@ }, { "pokeapi_id": 707, - "pokemon_name": "klefki", + "pokemon_name": "Klefki", "method": "walk", "encounter_rate": 10, "min_level": 34, @@ -1676,7 +1676,7 @@ }, { "pokeapi_id": 624, - "pokemon_name": "pawniard", + "pokemon_name": "Pawniard", "method": "walk", "encounter_rate": 10, "min_level": 36, @@ -1684,7 +1684,7 @@ }, { "pokeapi_id": 505, - "pokemon_name": "watchog", + "pokemon_name": "Watchog", "method": "walk", "encounter_rate": 10, "min_level": 36, @@ -1698,7 +1698,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 100, "min_level": 15, @@ -1706,7 +1706,7 @@ }, { "pokeapi_id": 271, - "pokemon_name": "lombre", + "pokemon_name": "Lombre", "method": "surf", "encounter_rate": 66, "min_level": 34, @@ -1714,7 +1714,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "good-rod", "encounter_rate": 65, "min_level": 25, @@ -1722,7 +1722,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 65, "min_level": 35, @@ -1730,7 +1730,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 35, "min_level": 35, @@ -1738,7 +1738,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "good-rod", "encounter_rate": 35, "min_level": 25, @@ -1746,7 +1746,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "surf", "encounter_rate": 34, "min_level": 34, @@ -1760,74 +1760,12 @@ "encounters": [], "children": [ { - "name": "Frost Cavern (Unknown Area 313)", + "name": "Frost Cavern (Unknown Area 314)", "order": 25, - "encounters": [ - { - "pokeapi_id": 60, - "pokemon_name": "poliwag", - "method": "old-rod", - "encounter_rate": 100, - "min_level": 20, - "max_level": 20 - }, - { - "pokeapi_id": 61, - "pokemon_name": "poliwhirl", - "method": "surf", - "encounter_rate": 66, - "min_level": 38, - "max_level": 40 - }, - { - "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", - "method": "good-rod", - "encounter_rate": 65, - "min_level": 30, - "max_level": 30 - }, - { - "pokeapi_id": 61, - "pokemon_name": "poliwhirl", - "method": "super-rod", - "encounter_rate": 65, - "min_level": 40, - "max_level": 40 - }, - { - "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", - "method": "super-rod", - "encounter_rate": 35, - "min_level": 40, - "max_level": 40 - }, - { - "pokeapi_id": 61, - "pokemon_name": "poliwhirl", - "method": "good-rod", - "encounter_rate": 35, - "min_level": 30, - "max_level": 30 - }, - { - "pokeapi_id": 419, - "pokemon_name": "floatzel", - "method": "surf", - "encounter_rate": 34, - "min_level": 38, - "max_level": 40 - } - ] - }, - { - "name": "Frost Cavern (Unknown Area 314)", - "order": 26, "encounters": [ { "pokeapi_id": 614, - "pokemon_name": "beartic", + "pokemon_name": "Beartic", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -1835,7 +1773,7 @@ }, { "pokeapi_id": 712, - "pokemon_name": "bergmite", + "pokemon_name": "Bergmite", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -1843,7 +1781,7 @@ }, { "pokeapi_id": 124, - "pokemon_name": "jynx", + "pokemon_name": "Jynx", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -1851,7 +1789,7 @@ }, { "pokeapi_id": 221, - "pokemon_name": "piloswine", + "pokemon_name": "Piloswine", "method": "walk", "encounter_rate": 20, "min_level": 38, @@ -1859,7 +1797,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 16, "min_level": 38, @@ -1867,7 +1805,7 @@ }, { "pokeapi_id": 615, - "pokemon_name": "cryogonal", + "pokemon_name": "Cryogonal", "method": "walk", "encounter_rate": 4, "min_level": 40, @@ -1877,11 +1815,11 @@ }, { "name": "Frost Cavern (Unknown Area 315)", - "order": 27, + "order": 26, "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 100, "min_level": 20, @@ -1889,7 +1827,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 66, "min_level": 38, @@ -1897,7 +1835,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "good-rod", "encounter_rate": 65, "min_level": 30, @@ -1905,7 +1843,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 65, "min_level": 40, @@ -1913,7 +1851,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 35, "min_level": 40, @@ -1921,7 +1859,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "good-rod", "encounter_rate": 35, "min_level": 30, @@ -1929,7 +1867,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "surf", "encounter_rate": 34, "min_level": 38, @@ -1937,7 +1875,7 @@ }, { "pokeapi_id": 614, - "pokemon_name": "beartic", + "pokemon_name": "Beartic", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -1945,7 +1883,7 @@ }, { "pokeapi_id": 712, - "pokemon_name": "bergmite", + "pokemon_name": "Bergmite", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -1953,7 +1891,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 20, "min_level": 38, @@ -1961,7 +1899,7 @@ }, { "pokeapi_id": 124, - "pokemon_name": "jynx", + "pokemon_name": "Jynx", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -1969,7 +1907,7 @@ }, { "pokeapi_id": 221, - "pokemon_name": "piloswine", + "pokemon_name": "Piloswine", "method": "walk", "encounter_rate": 20, "min_level": 38, @@ -1979,11 +1917,11 @@ }, { "name": "Frost Cavern (Unknown Area 316)", - "order": 28, + "order": 27, "encounters": [ { "pokeapi_id": 614, - "pokemon_name": "beartic", + "pokemon_name": "Beartic", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -1991,7 +1929,7 @@ }, { "pokeapi_id": 712, - "pokemon_name": "bergmite", + "pokemon_name": "Bergmite", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -1999,7 +1937,7 @@ }, { "pokeapi_id": 124, - "pokemon_name": "jynx", + "pokemon_name": "Jynx", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -2007,7 +1945,7 @@ }, { "pokeapi_id": 221, - "pokemon_name": "piloswine", + "pokemon_name": "Piloswine", "method": "walk", "encounter_rate": 20, "min_level": 38, @@ -2015,7 +1953,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 16, "min_level": 38, @@ -2023,7 +1961,7 @@ }, { "pokeapi_id": 615, - "pokemon_name": "cryogonal", + "pokemon_name": "Cryogonal", "method": "walk", "encounter_rate": 4, "min_level": 40, @@ -2033,11 +1971,11 @@ }, { "name": "Frost Cavern (Unknown Area 317)", - "order": 29, + "order": 28, "encounters": [ { "pokeapi_id": 614, - "pokemon_name": "beartic", + "pokemon_name": "Beartic", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -2045,7 +1983,7 @@ }, { "pokeapi_id": 712, - "pokemon_name": "bergmite", + "pokemon_name": "Bergmite", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -2053,7 +1991,7 @@ }, { "pokeapi_id": 124, - "pokemon_name": "jynx", + "pokemon_name": "Jynx", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -2061,7 +1999,7 @@ }, { "pokeapi_id": 221, - "pokemon_name": "piloswine", + "pokemon_name": "Piloswine", "method": "walk", "encounter_rate": 20, "min_level": 38, @@ -2069,7 +2007,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 16, "min_level": 38, @@ -2077,13 +2015,75 @@ }, { "pokeapi_id": 615, - "pokemon_name": "cryogonal", + "pokemon_name": "Cryogonal", "method": "walk", "encounter_rate": 4, "min_level": 40, "max_level": 40 } ] + }, + { + "name": "Frost Cavern (Unknown Area 313)", + "order": 29, + "encounters": [ + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 61, + "pokemon_name": "Poliwhirl", + "method": "surf", + "encounter_rate": 66, + "min_level": 38, + "max_level": 40 + }, + { + "pokeapi_id": 550, + "pokemon_name": "Basculin Red Striped", + "method": "good-rod", + "encounter_rate": 65, + "min_level": 30, + "max_level": 30 + }, + { + "pokeapi_id": 61, + "pokemon_name": "Poliwhirl", + "method": "super-rod", + "encounter_rate": 65, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 10016, + "pokemon_name": "Basculin (Blue Striped)", + "method": "super-rod", + "encounter_rate": 35, + "min_level": 40, + "max_level": 40 + }, + { + "pokeapi_id": 61, + "pokemon_name": "Poliwhirl", + "method": "good-rod", + "encounter_rate": 35, + "min_level": 30, + "max_level": 30 + }, + { + "pokeapi_id": 419, + "pokemon_name": "Floatzel", + "method": "surf", + "encounter_rate": 34, + "min_level": 38, + "max_level": 40 + } + ] } ] }, @@ -2093,7 +2093,7 @@ "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 95, "min_level": 44, @@ -2101,7 +2101,7 @@ }, { "pokeapi_id": 533, - "pokemon_name": "gurdurr", + "pokemon_name": "Gurdurr", "method": "walk", "encounter_rate": 30, "min_level": 44, @@ -2109,7 +2109,7 @@ }, { "pokeapi_id": 324, - "pokemon_name": "torkoal", + "pokemon_name": "Torkoal", "method": "walk", "encounter_rate": 20, "min_level": 44, @@ -2117,7 +2117,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 15, "min_level": 45, @@ -2125,7 +2125,7 @@ }, { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 10, "min_level": 44, @@ -2133,7 +2133,7 @@ }, { "pokeapi_id": 247, - "pokemon_name": "pupitar", + "pokemon_name": "Pupitar", "method": "walk", "encounter_rate": 10, "min_level": 46, @@ -2141,7 +2141,7 @@ }, { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 10, "min_level": 46, @@ -2149,7 +2149,7 @@ }, { "pokeapi_id": 631, - "pokemon_name": "heatmor", + "pokemon_name": "Heatmor", "method": "walk", "encounter_rate": 5, "min_level": 45, @@ -2157,7 +2157,7 @@ }, { "pokeapi_id": 213, - "pokemon_name": "shuckle", + "pokemon_name": "Shuckle", "method": "rock-smash", "encounter_rate": 5, "min_level": 44, @@ -2171,7 +2171,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 100, "min_level": 25, @@ -2179,7 +2179,7 @@ }, { "pokeapi_id": 271, - "pokemon_name": "lombre", + "pokemon_name": "Lombre", "method": "surf", "encounter_rate": 66, "min_level": 44, @@ -2187,7 +2187,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "good-rod", "encounter_rate": 65, "min_level": 35, @@ -2195,7 +2195,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 65, "min_level": 45, @@ -2203,7 +2203,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 35, "min_level": 45, @@ -2211,7 +2211,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "good-rod", "encounter_rate": 35, "min_level": 35, @@ -2219,7 +2219,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "surf", "encounter_rate": 34, "min_level": 44, @@ -2233,7 +2233,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 100, "min_level": 25, @@ -2241,7 +2241,7 @@ }, { "pokeapi_id": 339, - "pokemon_name": "barboach", + "pokemon_name": "Barboach", "method": "good-rod", "encounter_rate": 65, "min_level": 35, @@ -2249,7 +2249,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 60, "min_level": 45, @@ -2257,7 +2257,7 @@ }, { "pokeapi_id": 195, - "pokemon_name": "quagsire", + "pokemon_name": "Quagsire", "method": "surf", "encounter_rate": 50, "min_level": 46, @@ -2265,7 +2265,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "good-rod", "encounter_rate": 35, "min_level": 35, @@ -2273,7 +2273,7 @@ }, { "pokeapi_id": 340, - "pokemon_name": "whiscash", + "pokemon_name": "Whiscash", "method": "super-rod", "encounter_rate": 35, "min_level": 45, @@ -2281,7 +2281,7 @@ }, { "pokeapi_id": 618, - "pokemon_name": "stunfisk", + "pokemon_name": "Stunfisk", "method": "surf", "encounter_rate": 34, "min_level": 46, @@ -2289,7 +2289,7 @@ }, { "pokeapi_id": 705, - "pokemon_name": "sliggoo", + "pokemon_name": "Sliggoo", "method": "surf", "encounter_rate": 16, "min_level": 47, @@ -2297,7 +2297,7 @@ }, { "pokeapi_id": 186, - "pokemon_name": "politoed", + "pokemon_name": "Politoed", "method": "super-rod", "encounter_rate": 5, "min_level": 50, @@ -2311,7 +2311,7 @@ "encounters": [ { "pokeapi_id": 164, - "pokemon_name": "noctowl", + "pokemon_name": "Noctowl", "method": "walk", "encounter_rate": 30, "min_level": 48, @@ -2319,7 +2319,7 @@ }, { "pokeapi_id": 591, - "pokemon_name": "amoonguss", + "pokemon_name": "Amoonguss", "method": "walk", "encounter_rate": 25, "min_level": 48, @@ -2327,7 +2327,7 @@ }, { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 20, "min_level": 48, @@ -2335,7 +2335,7 @@ }, { "pokeapi_id": 575, - "pokemon_name": "gothorita", + "pokemon_name": "Gothorita", "method": "walk", "encounter_rate": 10, "min_level": 50, @@ -2343,7 +2343,7 @@ }, { "pokeapi_id": 709, - "pokemon_name": "trevenant", + "pokemon_name": "Trevenant", "method": "walk", "encounter_rate": 10, "min_level": 50, @@ -2351,7 +2351,7 @@ }, { "pokeapi_id": 571, - "pokemon_name": "zoroark", + "pokemon_name": "Zoroark", "method": "walk", "encounter_rate": 5, "min_level": 48, @@ -2365,7 +2365,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 100, "min_level": 30, @@ -2373,7 +2373,7 @@ }, { "pokeapi_id": 271, - "pokemon_name": "lombre", + "pokemon_name": "Lombre", "method": "surf", "encounter_rate": 66, "min_level": 48, @@ -2381,7 +2381,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "good-rod", "encounter_rate": 65, "min_level": 40, @@ -2389,7 +2389,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 65, "min_level": 50, @@ -2397,7 +2397,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 35, "min_level": 50, @@ -2405,7 +2405,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "good-rod", "encounter_rate": 35, "min_level": 40, @@ -2413,7 +2413,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 34, "min_level": 48, @@ -2427,7 +2427,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 100, "min_level": 30, @@ -2435,7 +2435,7 @@ }, { "pokeapi_id": 271, - "pokemon_name": "lombre", + "pokemon_name": "Lombre", "method": "surf", "encounter_rate": 66, "min_level": 50, @@ -2443,7 +2443,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "good-rod", "encounter_rate": 60, "min_level": 40, @@ -2451,7 +2451,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 60, "min_level": 50, @@ -2459,7 +2459,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "super-rod", "encounter_rate": 35, "min_level": 50, @@ -2467,7 +2467,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "good-rod", "encounter_rate": 35, "min_level": 40, @@ -2475,7 +2475,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "surf", "encounter_rate": 34, "min_level": 50, @@ -2483,7 +2483,7 @@ }, { "pokeapi_id": 148, - "pokemon_name": "dragonair", + "pokemon_name": "Dragonair", "method": "super-rod", "encounter_rate": 5, "min_level": 50, @@ -2491,7 +2491,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "good-rod", "encounter_rate": 5, "min_level": 40, @@ -2505,7 +2505,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 15, @@ -2513,7 +2513,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 95, "min_level": 25, @@ -2521,7 +2521,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 65, "min_level": 25, @@ -2529,7 +2529,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -2537,7 +2537,7 @@ }, { "pokeapi_id": 318, - "pokemon_name": "carvanha", + "pokemon_name": "Carvanha", "method": "good-rod", "encounter_rate": 35, "min_level": 25, @@ -2545,7 +2545,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 35, "min_level": 35, @@ -2553,7 +2553,7 @@ }, { "pokeapi_id": 298, - "pokemon_name": "azurill", + "pokemon_name": "Azurill", "method": "walk", "encounter_rate": 20, "min_level": 6, @@ -2561,7 +2561,7 @@ }, { "pokeapi_id": 659, - "pokemon_name": "bunnelby", + "pokemon_name": "Bunnelby", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -2569,7 +2569,7 @@ }, { "pokeapi_id": 667, - "pokemon_name": "litleo", + "pokemon_name": "Litleo", "method": "walk", "encounter_rate": 20, "min_level": 5, @@ -2577,7 +2577,7 @@ }, { "pokeapi_id": 399, - "pokemon_name": "bidoof", + "pokemon_name": "Bidoof", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -2585,7 +2585,7 @@ }, { "pokeapi_id": 83, - "pokemon_name": "farfetchd", + "pokemon_name": "Farfetchd", "method": "walk", "encounter_rate": 10, "min_level": 7, @@ -2593,7 +2593,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "walk", "encounter_rate": 10, "min_level": 6, @@ -2601,7 +2601,7 @@ }, { "pokeapi_id": 184, - "pokemon_name": "azumarill", + "pokemon_name": "Azumarill", "method": "surf", "encounter_rate": 5, "min_level": 25, @@ -2609,7 +2609,7 @@ }, { "pokeapi_id": 206, - "pokemon_name": "dunsparce", + "pokemon_name": "Dunsparce", "method": "walk", "encounter_rate": 5, "min_level": 7, @@ -2617,7 +2617,7 @@ }, { "pokeapi_id": 447, - "pokemon_name": "riolu", + "pokemon_name": "Riolu", "method": "walk", "encounter_rate": 5, "min_level": 6, @@ -2625,7 +2625,7 @@ }, { "pokeapi_id": 319, - "pokemon_name": "sharpedo", + "pokemon_name": "Sharpedo", "method": "super-rod", "encounter_rate": 5, "min_level": 35, @@ -2644,7 +2644,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 100, "min_level": 35, @@ -2652,7 +2652,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 95, "min_level": 57, @@ -2660,7 +2660,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 66, "min_level": 57, @@ -2668,7 +2668,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "good-rod", "encounter_rate": 65, "min_level": 45, @@ -2676,7 +2676,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 65, "min_level": 55, @@ -2684,7 +2684,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 35, "min_level": 55, @@ -2692,7 +2692,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "good-rod", "encounter_rate": 35, "min_level": 45, @@ -2700,7 +2700,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "surf", "encounter_rate": 34, "min_level": 57, @@ -2708,7 +2708,7 @@ }, { "pokeapi_id": 533, - "pokemon_name": "gurdurr", + "pokemon_name": "Gurdurr", "method": "walk", "encounter_rate": 30, "min_level": 57, @@ -2716,7 +2716,7 @@ }, { "pokeapi_id": 621, - "pokemon_name": "druddigon", + "pokemon_name": "Druddigon", "method": "walk", "encounter_rate": 20, "min_level": 58, @@ -2724,7 +2724,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 57, @@ -2732,7 +2732,7 @@ }, { "pokeapi_id": 108, - "pokemon_name": "lickitung", + "pokemon_name": "Lickitung", "method": "walk", "encounter_rate": 15, "min_level": 58, @@ -2740,7 +2740,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 10, "min_level": 58, @@ -2748,7 +2748,7 @@ }, { "pokeapi_id": 213, - "pokemon_name": "shuckle", + "pokemon_name": "Shuckle", "method": "rock-smash", "encounter_rate": 5, "min_level": 57, @@ -2756,7 +2756,7 @@ }, { "pokeapi_id": 634, - "pokemon_name": "zweilous", + "pokemon_name": "Zweilous", "method": "walk", "encounter_rate": 5, "min_level": 59, @@ -2770,7 +2770,7 @@ "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 95, "min_level": 57, @@ -2778,7 +2778,7 @@ }, { "pokeapi_id": 533, - "pokemon_name": "gurdurr", + "pokemon_name": "Gurdurr", "method": "walk", "encounter_rate": 30, "min_level": 57, @@ -2786,7 +2786,7 @@ }, { "pokeapi_id": 621, - "pokemon_name": "druddigon", + "pokemon_name": "Druddigon", "method": "walk", "encounter_rate": 20, "min_level": 58, @@ -2794,7 +2794,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 57, @@ -2802,7 +2802,7 @@ }, { "pokeapi_id": 108, - "pokemon_name": "lickitung", + "pokemon_name": "Lickitung", "method": "walk", "encounter_rate": 15, "min_level": 58, @@ -2810,7 +2810,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 10, "min_level": 58, @@ -2818,7 +2818,7 @@ }, { "pokeapi_id": 213, - "pokemon_name": "shuckle", + "pokemon_name": "Shuckle", "method": "rock-smash", "encounter_rate": 5, "min_level": 57, @@ -2826,7 +2826,7 @@ }, { "pokeapi_id": 634, - "pokemon_name": "zweilous", + "pokemon_name": "Zweilous", "method": "walk", "encounter_rate": 5, "min_level": 59, @@ -2840,7 +2840,7 @@ "encounters": [ { "pokeapi_id": 533, - "pokemon_name": "gurdurr", + "pokemon_name": "Gurdurr", "method": "walk", "encounter_rate": 30, "min_level": 57, @@ -2848,7 +2848,7 @@ }, { "pokeapi_id": 621, - "pokemon_name": "druddigon", + "pokemon_name": "Druddigon", "method": "walk", "encounter_rate": 20, "min_level": 58, @@ -2856,7 +2856,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 57, @@ -2864,7 +2864,7 @@ }, { "pokeapi_id": 108, - "pokemon_name": "lickitung", + "pokemon_name": "Lickitung", "method": "walk", "encounter_rate": 15, "min_level": 58, @@ -2872,7 +2872,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 10, "min_level": 58, @@ -2880,7 +2880,7 @@ }, { "pokeapi_id": 634, - "pokemon_name": "zweilous", + "pokemon_name": "Zweilous", "method": "walk", "encounter_rate": 5, "min_level": 59, @@ -2894,7 +2894,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 100, "min_level": 35, @@ -2902,7 +2902,7 @@ }, { "pokeapi_id": 271, - "pokemon_name": "lombre", + "pokemon_name": "Lombre", "method": "surf", "encounter_rate": 66, "min_level": 57, @@ -2910,7 +2910,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "good-rod", "encounter_rate": 65, "min_level": 45, @@ -2918,7 +2918,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 65, "min_level": 55, @@ -2926,7 +2926,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 35, "min_level": 55, @@ -2934,7 +2934,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "good-rod", "encounter_rate": 35, "min_level": 45, @@ -2942,7 +2942,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "surf", "encounter_rate": 34, "min_level": 57, @@ -2956,7 +2956,7 @@ "encounters": [ { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "old-rod", "encounter_rate": 100, "min_level": 35, @@ -2964,7 +2964,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "surf", "encounter_rate": 66, "min_level": 57, @@ -2972,7 +2972,7 @@ }, { "pokeapi_id": 550, - "pokemon_name": "basculin-red-striped", + "pokemon_name": "Basculin Red Striped", "method": "good-rod", "encounter_rate": 65, "min_level": 45, @@ -2980,7 +2980,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 60, "min_level": 55, @@ -2988,7 +2988,7 @@ }, { "pokeapi_id": 10016, - "pokemon_name": "basculin-blue-striped", + "pokemon_name": "Basculin (Blue Striped)", "method": "super-rod", "encounter_rate": 35, "min_level": 55, @@ -2996,7 +2996,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "good-rod", "encounter_rate": 35, "min_level": 45, @@ -3004,7 +3004,7 @@ }, { "pokeapi_id": 419, - "pokemon_name": "floatzel", + "pokemon_name": "Floatzel", "method": "surf", "encounter_rate": 34, "min_level": 57, @@ -3012,7 +3012,7 @@ }, { "pokeapi_id": 533, - "pokemon_name": "gurdurr", + "pokemon_name": "Gurdurr", "method": "walk", "encounter_rate": 30, "min_level": 57, @@ -3020,7 +3020,7 @@ }, { "pokeapi_id": 621, - "pokemon_name": "druddigon", + "pokemon_name": "Druddigon", "method": "walk", "encounter_rate": 20, "min_level": 58, @@ -3028,7 +3028,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 57, @@ -3036,7 +3036,7 @@ }, { "pokeapi_id": 108, - "pokemon_name": "lickitung", + "pokemon_name": "Lickitung", "method": "walk", "encounter_rate": 15, "min_level": 58, @@ -3044,7 +3044,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 10, "min_level": 58, @@ -3052,7 +3052,7 @@ }, { "pokeapi_id": 62, - "pokemon_name": "poliwrath", + "pokemon_name": "Poliwrath", "method": "super-rod", "encounter_rate": 5, "min_level": 60, @@ -3060,7 +3060,7 @@ }, { "pokeapi_id": 634, - "pokemon_name": "zweilous", + "pokemon_name": "Zweilous", "method": "walk", "encounter_rate": 5, "min_level": 59, @@ -3076,7 +3076,7 @@ "encounters": [ { "pokeapi_id": 370, - "pokemon_name": "luvdisc", + "pokemon_name": "Luvdisc", "method": "old-rod", "encounter_rate": 100, "min_level": 15, @@ -3084,7 +3084,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 84, "min_level": 25, @@ -3092,7 +3092,7 @@ }, { "pokeapi_id": 557, - "pokemon_name": "dwebble", + "pokemon_name": "Dwebble", "method": "rock-smash", "encounter_rate": 66, "min_level": 23, @@ -3100,7 +3100,7 @@ }, { "pokeapi_id": 223, - "pokemon_name": "remoraid", + "pokemon_name": "Remoraid", "method": "good-rod", "encounter_rate": 65, "min_level": 25, @@ -3108,7 +3108,7 @@ }, { "pokeapi_id": 594, - "pokemon_name": "alomomola", + "pokemon_name": "Alomomola", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -3116,7 +3116,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 40, "min_level": 25, @@ -3124,7 +3124,7 @@ }, { "pokeapi_id": 441, - "pokemon_name": "chatot", + "pokemon_name": "Chatot", "method": "walk", "encounter_rate": 35, "min_level": 25, @@ -3132,7 +3132,7 @@ }, { "pokeapi_id": 170, - "pokemon_name": "chinchou", + "pokemon_name": "Chinchou", "method": "good-rod", "encounter_rate": 35, "min_level": 25, @@ -3140,7 +3140,7 @@ }, { "pokeapi_id": 224, - "pokemon_name": "octillery", + "pokemon_name": "Octillery", "method": "super-rod", "encounter_rate": 35, "min_level": 35, @@ -3148,7 +3148,7 @@ }, { "pokeapi_id": 688, - "pokemon_name": "binacle", + "pokemon_name": "Binacle", "method": "rock-smash", "encounter_rate": 34, "min_level": 23, @@ -3156,7 +3156,7 @@ }, { "pokeapi_id": 686, - "pokemon_name": "inkay", + "pokemon_name": "Inkay", "method": "walk", "encounter_rate": 15, "min_level": 26, @@ -3164,7 +3164,7 @@ }, { "pokeapi_id": 458, - "pokemon_name": "mantyke", + "pokemon_name": "Mantyke", "method": "surf", "encounter_rate": 15, "min_level": 27, @@ -3172,7 +3172,7 @@ }, { "pokeapi_id": 102, - "pokemon_name": "exeggcute", + "pokemon_name": "Exeggcute", "method": "walk", "encounter_rate": 10, "min_level": 26, @@ -3180,7 +3180,7 @@ }, { "pokeapi_id": 171, - "pokemon_name": "lanturn", + "pokemon_name": "Lanturn", "method": "super-rod", "encounter_rate": 5, "min_level": 35, @@ -3188,7 +3188,7 @@ }, { "pokeapi_id": 131, - "pokemon_name": "lapras", + "pokemon_name": "Lapras", "method": "surf", "encounter_rate": 1, "min_level": 27, @@ -3207,7 +3207,7 @@ "encounters": [ { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -3215,7 +3215,7 @@ }, { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -3223,7 +3223,7 @@ }, { "pokeapi_id": 337, - "pokemon_name": "lunatone", + "pokemon_name": "Lunatone", "method": "walk", "encounter_rate": 10, "min_level": 17, @@ -3231,7 +3231,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 10, "min_level": 17, @@ -3239,7 +3239,7 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 10, "min_level": 17, @@ -3247,7 +3247,7 @@ }, { "pokeapi_id": 338, - "pokemon_name": "solrock", + "pokemon_name": "Solrock", "method": "walk", "encounter_rate": 10, "min_level": 17, @@ -3255,7 +3255,7 @@ }, { "pokeapi_id": 115, - "pokemon_name": "kangaskhan", + "pokemon_name": "Kangaskhan", "method": "walk", "encounter_rate": 5, "min_level": 17, @@ -3263,7 +3263,7 @@ }, { "pokeapi_id": 303, - "pokemon_name": "mawile", + "pokemon_name": "Mawile", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -3277,7 +3277,7 @@ "encounters": [ { "pokeapi_id": 557, - "pokemon_name": "dwebble", + "pokemon_name": "Dwebble", "method": "rock-smash", "encounter_rate": 65, "min_level": 15, @@ -3285,7 +3285,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "rock-smash", "encounter_rate": 35, "min_level": 15, @@ -3301,7 +3301,7 @@ "encounters": [ { "pokeapi_id": 307, - "pokemon_name": "meditite", + "pokemon_name": "Meditite", "method": "walk", "encounter_rate": 30, "min_level": 13, @@ -3309,7 +3309,7 @@ }, { "pokeapi_id": 293, - "pokemon_name": "whismur", + "pokemon_name": "Whismur", "method": "walk", "encounter_rate": 30, "min_level": 13, @@ -3317,7 +3317,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 13, @@ -3325,7 +3325,7 @@ }, { "pokeapi_id": 610, - "pokemon_name": "axew", + "pokemon_name": "Axew", "method": "walk", "encounter_rate": 10, "min_level": 13, @@ -3339,12 +3339,12 @@ "encounters": [], "children": [ { - "name": "Terminus Cave (B1f Right)", + "name": "Terminus Cave (1F)", "order": 49, "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 95, "min_level": 44, @@ -3352,7 +3352,7 @@ }, { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 40, "min_level": 44, @@ -3360,7 +3360,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 44, @@ -3368,7 +3368,7 @@ }, { "pokeapi_id": 247, - "pokemon_name": "pupitar", + "pokemon_name": "Pupitar", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -3376,7 +3376,7 @@ }, { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -3384,7 +3384,7 @@ }, { "pokeapi_id": 213, - "pokemon_name": "shuckle", + "pokemon_name": "Shuckle", "method": "rock-smash", "encounter_rate": 5, "min_level": 44, @@ -3392,89 +3392,13 @@ } ] }, - { - "name": "Terminus Cave (B2f)", - "order": 50, - "encounters": [ - { - "pokeapi_id": 632, - "pokemon_name": "durant", - "method": "walk", - "encounter_rate": 40, - "min_level": 44, - "max_level": 46 - }, - { - "pokeapi_id": 75, - "pokemon_name": "graveler", - "method": "walk", - "encounter_rate": 20, - "min_level": 44, - "max_level": 46 - }, - { - "pokeapi_id": 247, - "pokemon_name": "pupitar", - "method": "walk", - "encounter_rate": 20, - "min_level": 45, - "max_level": 46 - }, - { - "pokeapi_id": 28, - "pokemon_name": "sandslash", - "method": "walk", - "encounter_rate": 20, - "min_level": 45, - "max_level": 46 - } - ] - }, - { - "name": "Terminus Cave (Zygardes Chamber)", - "order": 51, - "encounters": [ - { - "pokeapi_id": 632, - "pokemon_name": "durant", - "method": "walk", - "encounter_rate": 40, - "min_level": 44, - "max_level": 46 - }, - { - "pokeapi_id": 75, - "pokemon_name": "graveler", - "method": "walk", - "encounter_rate": 20, - "min_level": 44, - "max_level": 46 - }, - { - "pokeapi_id": 247, - "pokemon_name": "pupitar", - "method": "walk", - "encounter_rate": 20, - "min_level": 45, - "max_level": 46 - }, - { - "pokeapi_id": 28, - "pokemon_name": "sandslash", - "method": "walk", - "encounter_rate": 20, - "min_level": 45, - "max_level": 46 - } - ] - }, { "name": "Terminus Cave (1f)", - "order": 52, + "order": 49, "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 95, "min_level": 44, @@ -3482,7 +3406,7 @@ }, { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 40, "min_level": 44, @@ -3490,7 +3414,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 44, @@ -3498,7 +3422,7 @@ }, { "pokeapi_id": 247, - "pokemon_name": "pupitar", + "pokemon_name": "Pupitar", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -3506,7 +3430,7 @@ }, { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -3514,7 +3438,7 @@ }, { "pokeapi_id": 213, - "pokemon_name": "shuckle", + "pokemon_name": "Shuckle", "method": "rock-smash", "encounter_rate": 5, "min_level": 44, @@ -3524,11 +3448,11 @@ }, { "name": "Terminus Cave (B1f Left)", - "order": 53, + "order": 50, "encounters": [ { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "rock-smash", "encounter_rate": 95, "min_level": 44, @@ -3536,7 +3460,7 @@ }, { "pokeapi_id": 632, - "pokemon_name": "durant", + "pokemon_name": "Durant", "method": "walk", "encounter_rate": 40, "min_level": 44, @@ -3544,7 +3468,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 20, "min_level": 44, @@ -3552,7 +3476,7 @@ }, { "pokeapi_id": 247, - "pokemon_name": "pupitar", + "pokemon_name": "Pupitar", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -3560,7 +3484,7 @@ }, { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 20, "min_level": 45, @@ -3568,13 +3492,289 @@ }, { "pokeapi_id": 213, - "pokemon_name": "shuckle", + "pokemon_name": "Shuckle", "method": "rock-smash", "encounter_rate": 5, "min_level": 44, "max_level": 46 } ] + }, + { + "name": "Terminus Cave (B1F Left)", + "order": 50, + "encounters": [ + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "rock-smash", + "encounter_rate": 95, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 632, + "pokemon_name": "Durant", + "method": "walk", + "encounter_rate": 40, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 247, + "pokemon_name": "Pupitar", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 46 + }, + { + "pokeapi_id": 28, + "pokemon_name": "Sandslash", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 46 + }, + { + "pokeapi_id": 213, + "pokemon_name": "Shuckle", + "method": "rock-smash", + "encounter_rate": 5, + "min_level": 44, + "max_level": 46 + } + ] + }, + { + "name": "Terminus Cave (B1f Right)", + "order": 51, + "encounters": [ + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "rock-smash", + "encounter_rate": 95, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 632, + "pokemon_name": "Durant", + "method": "walk", + "encounter_rate": 40, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 247, + "pokemon_name": "Pupitar", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 46 + }, + { + "pokeapi_id": 28, + "pokemon_name": "Sandslash", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 46 + }, + { + "pokeapi_id": 213, + "pokemon_name": "Shuckle", + "method": "rock-smash", + "encounter_rate": 5, + "min_level": 44, + "max_level": 46 + } + ] + }, + { + "name": "Terminus Cave (B1F Right)", + "order": 51, + "encounters": [ + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "rock-smash", + "encounter_rate": 95, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 632, + "pokemon_name": "Durant", + "method": "walk", + "encounter_rate": 40, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 247, + "pokemon_name": "Pupitar", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 46 + }, + { + "pokeapi_id": 28, + "pokemon_name": "Sandslash", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 46 + }, + { + "pokeapi_id": 213, + "pokemon_name": "Shuckle", + "method": "rock-smash", + "encounter_rate": 5, + "min_level": 44, + "max_level": 46 + } + ] + }, + { + "name": "Terminus Cave (B2F)", + "order": 52, + "encounters": [ + { + "pokeapi_id": 632, + "pokemon_name": "Durant", + "method": "walk", + "encounter_rate": 40, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 247, + "pokemon_name": "Pupitar", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 46 + }, + { + "pokeapi_id": 28, + "pokemon_name": "Sandslash", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 46 + } + ] + }, + { + "name": "Terminus Cave (B2f)", + "order": 52, + "encounters": [ + { + "pokeapi_id": 632, + "pokemon_name": "Durant", + "method": "walk", + "encounter_rate": 40, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 247, + "pokemon_name": "Pupitar", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 46 + }, + { + "pokeapi_id": 28, + "pokemon_name": "Sandslash", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 46 + } + ] + }, + { + "name": "Terminus Cave (Zygardes Chamber)", + "order": 53, + "encounters": [ + { + "pokeapi_id": 632, + "pokemon_name": "Durant", + "method": "walk", + "encounter_rate": 40, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 20, + "min_level": 44, + "max_level": 46 + }, + { + "pokeapi_id": 247, + "pokemon_name": "Pupitar", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 46 + }, + { + "pokeapi_id": 28, + "pokemon_name": "Sandslash", + "method": "walk", + "encounter_rate": 20, + "min_level": 45, + "max_level": 46 + } + ] } ] }, @@ -3584,7 +3784,7 @@ "encounters": [ { "pokeapi_id": 101, - "pokemon_name": "electrode", + "pokemon_name": "Electrode", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -3592,7 +3792,7 @@ }, { "pokeapi_id": 707, - "pokemon_name": "klefki", + "pokemon_name": "Klefki", "method": "walk", "encounter_rate": 20, "min_level": 36, @@ -3600,7 +3800,7 @@ }, { "pokeapi_id": 607, - "pokemon_name": "litwick", + "pokemon_name": "Litwick", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -3608,7 +3808,7 @@ }, { "pokeapi_id": 82, - "pokemon_name": "magneton", + "pokemon_name": "Magneton", "method": "walk", "encounter_rate": 20, "min_level": 37, @@ -3616,7 +3816,7 @@ }, { "pokeapi_id": 624, - "pokemon_name": "pawniard", + "pokemon_name": "Pawniard", "method": "walk", "encounter_rate": 20, "min_level": 36, diff --git a/backend/src/app/seeds/data/yellow.json b/backend/src/app/seeds/data/yellow.json index d6995cb..8dca97f 100644 --- a/backend/src/app/seeds/data/yellow.json +++ b/backend/src/app/seeds/data/yellow.json @@ -5,7 +5,7 @@ "encounters": [ { "pokeapi_id": 1, - "pokemon_name": "bulbasaur", + "pokemon_name": "Bulbasaur", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -13,7 +13,7 @@ }, { "pokeapi_id": 4, - "pokemon_name": "charmander", + "pokemon_name": "Charmander", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -21,7 +21,7 @@ }, { "pokeapi_id": 7, - "pokemon_name": "squirtle", + "pokemon_name": "Squirtle", "method": "starter", "encounter_rate": 100, "min_level": 5, @@ -35,7 +35,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -43,7 +43,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 60, "min_level": 5, @@ -51,7 +51,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -59,7 +59,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -67,7 +67,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 40, "min_level": 10, @@ -81,7 +81,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 70, "min_level": 2, @@ -89,7 +89,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 30, "min_level": 2, @@ -103,7 +103,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -111,7 +111,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 100, "min_level": 5, @@ -119,7 +119,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -127,7 +127,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -141,7 +141,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -149,7 +149,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 90, "min_level": 5, @@ -157,7 +157,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -165,7 +165,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -173,7 +173,7 @@ }, { "pokeapi_id": 29, - "pokemon_name": "nidoran-f", + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 30, "min_level": 2, @@ -181,7 +181,7 @@ }, { "pokeapi_id": 32, - "pokemon_name": "nidoran-m", + "pokemon_name": "Nidoran M", "method": "walk", "encounter_rate": 30, "min_level": 2, @@ -189,7 +189,7 @@ }, { "pokeapi_id": 56, - "pokemon_name": "mankey", + "pokemon_name": "Mankey", "method": "walk", "encounter_rate": 20, "min_level": 3, @@ -197,7 +197,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 10, "min_level": 15, @@ -205,7 +205,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 10, "min_level": 3, @@ -213,7 +213,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 10, "min_level": 2, @@ -227,7 +227,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 35, "min_level": 3, @@ -235,7 +235,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 35, "min_level": 3, @@ -243,7 +243,7 @@ }, { "pokeapi_id": 29, - "pokemon_name": "nidoran-f", + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 15, "min_level": 4, @@ -251,7 +251,7 @@ }, { "pokeapi_id": 32, - "pokemon_name": "nidoran-m", + "pokemon_name": "Nidoran M", "method": "walk", "encounter_rate": 15, "min_level": 4, @@ -265,7 +265,7 @@ "encounters": [ { "pokeapi_id": 10, - "pokemon_name": "caterpie", + "pokemon_name": "Caterpie", "method": "walk", "encounter_rate": 50, "min_level": 3, @@ -273,7 +273,7 @@ }, { "pokeapi_id": 11, - "pokemon_name": "metapod", + "pokemon_name": "Metapod", "method": "walk", "encounter_rate": 25, "min_level": 4, @@ -281,7 +281,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 24, "min_level": 4, @@ -289,7 +289,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 1, "min_level": 9, @@ -303,7 +303,7 @@ "encounters": [ { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 55, "min_level": 8, @@ -311,7 +311,7 @@ }, { "pokeapi_id": 56, - "pokemon_name": "mankey", + "pokemon_name": "Mankey", "method": "walk", "encounter_rate": 15, "min_level": 9, @@ -319,7 +319,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 15, "min_level": 10, @@ -327,7 +327,7 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 15, "min_level": 8, @@ -340,13 +340,51 @@ "order": 9, "encounters": [], "children": [ + { + "name": "Mt Moon (1F)", + "order": 10, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 75, + "min_level": 6, + "max_level": 11 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 20, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 27, + "pokemon_name": "Sandshrew", + "method": "walk", + "encounter_rate": 4, + "min_level": 12, + "max_level": 12 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 1, + "min_level": 11, + "max_level": 11 + } + ] + }, { "name": "Mt Moon (B1f)", "order": 10, "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 65, "min_level": 8, @@ -354,7 +392,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -362,7 +400,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -370,7 +408,45 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 5, + "min_level": 10, + "max_level": 12 + } + ] + }, + { + "name": "Mt Moon (B1F)", + "order": 11, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 65, + "min_level": 8, + "max_level": 11 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 20, + "min_level": 10, + "max_level": 11 + }, + { + "pokeapi_id": 46, + "pokemon_name": "Paras", + "method": "walk", + "encounter_rate": 10, + "min_level": 9, + "max_level": 11 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 5, "min_level": 10, @@ -384,7 +460,7 @@ "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 55, "min_level": 10, @@ -392,7 +468,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 20, "min_level": 11, @@ -400,7 +476,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 15, "min_level": 13, @@ -408,7 +484,45 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", + "method": "walk", + "encounter_rate": 10, + "min_level": 9, + "max_level": 13 + } + ] + }, + { + "name": "Mt Moon (B2F)", + "order": 12, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 55, + "min_level": 10, + "max_level": 13 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 20, + "min_level": 11, + "max_level": 11 + }, + { + "pokeapi_id": 46, + "pokemon_name": "Paras", + "method": "walk", + "encounter_rate": 15, + "min_level": 13, + "max_level": 13 + }, + { + "pokeapi_id": 35, + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 10, "min_level": 9, @@ -422,7 +536,7 @@ "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 75, "min_level": 6, @@ -430,7 +544,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 20, "min_level": 10, @@ -438,7 +552,7 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 4, "min_level": 12, @@ -446,7 +560,7 @@ }, { "pokeapi_id": 35, - "pokemon_name": "clefairy", + "pokemon_name": "Clefairy", "method": "walk", "encounter_rate": 1, "min_level": 11, @@ -460,9 +574,17 @@ "name": "Route 4", "order": 13, "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "gift", + "encounter_rate": 100, + "min_level": 5, + "max_level": 5 + }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 55, "min_level": 8, @@ -470,7 +592,7 @@ }, { "pokeapi_id": 56, - "pokemon_name": "mankey", + "pokemon_name": "Mankey", "method": "walk", "encounter_rate": 15, "min_level": 9, @@ -478,7 +600,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 15, "min_level": 10, @@ -486,19 +608,11 @@ }, { "pokeapi_id": 27, - "pokemon_name": "sandshrew", + "pokemon_name": "Sandshrew", "method": "walk", "encounter_rate": 15, "min_level": 8, "max_level": 10 - }, - { - "pokeapi_id": 129, - "pokemon_name": "magikarp", - "method": "gift", - "encounter_rate": 100, - "min_level": 5, - "max_level": 5 } ] }, @@ -508,7 +622,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -516,7 +630,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 70, "min_level": 25, @@ -524,7 +638,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -532,7 +646,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -540,7 +654,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 30, "min_level": 30, @@ -554,7 +668,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -562,7 +676,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 90, "min_level": 20, @@ -570,7 +684,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -578,7 +692,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -586,7 +700,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 30, "min_level": 12, @@ -594,7 +708,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 30, "min_level": 12, @@ -602,7 +716,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 29, "min_level": 13, @@ -610,7 +724,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 10, "min_level": 30, @@ -618,7 +732,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 10, "min_level": 13, @@ -626,7 +740,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 1, "min_level": 17, @@ -640,7 +754,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -648,7 +762,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 70, "min_level": 10, @@ -656,7 +770,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -664,7 +778,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -672,7 +786,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 30, "min_level": 12, @@ -680,7 +794,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 30, "min_level": 15, @@ -688,7 +802,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 30, "min_level": 12, @@ -696,7 +810,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 29, "min_level": 13, @@ -704,7 +818,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 10, "min_level": 13, @@ -712,7 +826,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 1, "min_level": 17, @@ -726,7 +840,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 40, "min_level": 15, @@ -734,7 +848,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 30, "min_level": 14, @@ -742,7 +856,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 15, "min_level": 7, @@ -750,7 +864,7 @@ }, { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 10, "min_level": 3, @@ -758,7 +872,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 5, "min_level": 17, @@ -772,7 +886,7 @@ "encounters": [ { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 100, "min_level": 5, @@ -780,7 +894,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -788,7 +902,7 @@ }, { "pokeapi_id": 54, - "pokemon_name": "psyduck", + "pokemon_name": "Psyduck", "method": "surf", "encounter_rate": 95, "min_level": 15, @@ -796,7 +910,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -804,7 +918,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -812,7 +926,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 40, "min_level": 15, @@ -820,7 +934,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 30, "min_level": 14, @@ -828,7 +942,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 15, "min_level": 7, @@ -836,7 +950,7 @@ }, { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 10, "min_level": 3, @@ -844,7 +958,7 @@ }, { "pokeapi_id": 55, - "pokemon_name": "golduck", + "pokemon_name": "Golduck", "method": "surf", "encounter_rate": 5, "min_level": 15, @@ -852,7 +966,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 5, "min_level": 17, @@ -866,7 +980,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -874,7 +988,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 90, "min_level": 10, @@ -882,7 +996,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -890,7 +1004,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -898,7 +1012,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 10, "min_level": 5, @@ -912,7 +1026,7 @@ "encounters": [ { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 70, "min_level": 10, @@ -920,7 +1034,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 20, "min_level": 15, @@ -928,7 +1042,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 10, "min_level": 10, @@ -942,7 +1056,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -950,7 +1064,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 90, "min_level": 10, @@ -958,7 +1072,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -966,7 +1080,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -974,7 +1088,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 35, "min_level": 16, @@ -982,7 +1096,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 30, "min_level": 15, @@ -990,7 +1104,7 @@ }, { "pokeapi_id": 96, - "pokemon_name": "drowzee", + "pokemon_name": "Drowzee", "method": "walk", "encounter_rate": 24, "min_level": 15, @@ -998,7 +1112,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 10, "min_level": 5, @@ -1006,7 +1120,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 10, "min_level": 18, @@ -1014,7 +1128,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 1, "min_level": 17, @@ -1028,7 +1142,7 @@ "encounters": [ { "pokeapi_id": 50, - "pokemon_name": "diglett", + "pokemon_name": "Diglett", "method": "walk", "encounter_rate": 95, "min_level": 15, @@ -1036,7 +1150,7 @@ }, { "pokeapi_id": 51, - "pokemon_name": "dugtrio", + "pokemon_name": "Dugtrio", "method": "walk", "encounter_rate": 5, "min_level": 29, @@ -1050,7 +1164,7 @@ "encounters": [ { "pokeapi_id": 29, - "pokemon_name": "nidoran-f", + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 30, "min_level": 16, @@ -1058,7 +1172,7 @@ }, { "pokeapi_id": 32, - "pokemon_name": "nidoran-m", + "pokemon_name": "Nidoran M", "method": "walk", "encounter_rate": 30, "min_level": 16, @@ -1066,7 +1180,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 15, "min_level": 18, @@ -1074,7 +1188,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 10, "min_level": 17, @@ -1082,7 +1196,7 @@ }, { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 5, "min_level": 18, @@ -1090,7 +1204,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 5, "min_level": 18, @@ -1098,7 +1212,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 4, "min_level": 20, @@ -1106,7 +1220,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 1, "min_level": 19, @@ -1120,7 +1234,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -1128,7 +1242,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 70, "min_level": 15, @@ -1136,7 +1250,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1144,7 +1258,7 @@ }, { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 50, "min_level": 16, @@ -1152,7 +1266,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1160,7 +1274,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 20, "min_level": 10, @@ -1168,7 +1282,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 20, "min_level": 18, @@ -1176,7 +1290,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 10, "min_level": 25, @@ -1184,7 +1298,7 @@ }, { "pokeapi_id": 29, - "pokemon_name": "nidoran-f", + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 10, "min_level": 17, @@ -1192,7 +1306,7 @@ }, { "pokeapi_id": 32, - "pokemon_name": "nidoran-m", + "pokemon_name": "Nidoran M", "method": "walk", "encounter_rate": 10, "min_level": 17, @@ -1200,7 +1314,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 5, "min_level": 16, @@ -1208,7 +1322,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 5, "min_level": 20, @@ -1227,7 +1341,7 @@ "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 50, "min_level": 15, @@ -1235,7 +1349,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 40, "min_level": 16, @@ -1243,7 +1357,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 10, "min_level": 17, @@ -1251,13 +1365,81 @@ } ] }, + { + "name": "Rock Tunnel (B1F)", + "order": 26, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 50, + "min_level": 15, + "max_level": 21 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 40, + "min_level": 16, + "max_level": 20 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 10, + "min_level": 17, + "max_level": 21 + } + ] + }, + { + "name": "Rock Tunnel (B2F)", + "order": 27, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 40, + "min_level": 20, + "max_level": 22 + }, + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 30, + "min_level": 17, + "max_level": 21 + }, + { + "pokeapi_id": 66, + "pokemon_name": "Machop", + "method": "walk", + "encounter_rate": 20, + "min_level": 18, + "max_level": 20 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 10, + "min_level": 14, + "max_level": 22 + } + ] + }, { "name": "Rock Tunnel (B2f)", "order": 27, "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 40, "min_level": 20, @@ -1265,7 +1447,7 @@ }, { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 30, "min_level": 17, @@ -1273,7 +1455,7 @@ }, { "pokeapi_id": 66, - "pokemon_name": "machop", + "pokemon_name": "Machop", "method": "walk", "encounter_rate": 20, "min_level": 18, @@ -1281,7 +1463,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 10, "min_level": 14, @@ -1297,7 +1479,7 @@ "encounters": [ { "pokeapi_id": 81, - "pokemon_name": "magnemite", + "pokemon_name": "Magnemite", "method": "walk", "encounter_rate": 40, "min_level": 30, @@ -1305,7 +1487,7 @@ }, { "pokeapi_id": 82, - "pokemon_name": "magneton", + "pokemon_name": "Magneton", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -1313,7 +1495,7 @@ }, { "pokeapi_id": 100, - "pokemon_name": "voltorb", + "pokemon_name": "Voltorb", "method": "walk", "encounter_rate": 20, "min_level": 33, @@ -1321,7 +1503,7 @@ }, { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 15, "min_level": 33, @@ -1329,7 +1511,7 @@ }, { "pokeapi_id": 89, - "pokemon_name": "muk", + "pokemon_name": "Muk", "method": "walk", "encounter_rate": 5, "min_level": 33, @@ -1343,7 +1525,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 40, "min_level": 20, @@ -1351,7 +1533,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 20, "min_level": 15, @@ -1359,7 +1541,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 15, "min_level": 20, @@ -1367,7 +1549,7 @@ }, { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -1375,7 +1557,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -1383,7 +1565,7 @@ }, { "pokeapi_id": 64, - "pokemon_name": "kadabra", + "pokemon_name": "Kadabra", "method": "walk", "encounter_rate": 5, "min_level": 20, @@ -1397,7 +1579,7 @@ "encounters": [ { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 40, "min_level": 20, @@ -1405,7 +1587,7 @@ }, { "pokeapi_id": 63, - "pokemon_name": "abra", + "pokemon_name": "Abra", "method": "walk", "encounter_rate": 25, "min_level": 15, @@ -1413,7 +1595,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 15, "min_level": 20, @@ -1421,7 +1603,7 @@ }, { "pokeapi_id": 39, - "pokemon_name": "jigglypuff", + "pokemon_name": "Jigglypuff", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -1429,7 +1611,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -1443,7 +1625,7 @@ "encounters": [ { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 100, "min_level": 5, @@ -1451,15 +1633,23 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, "max_level": 5 }, + { + "pokeapi_id": 133, + "pokemon_name": "Eevee", + "method": "gift", + "encounter_rate": 100, + "min_level": 25, + "max_level": 25 + }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1467,19 +1657,11 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, "max_level": 10 - }, - { - "pokeapi_id": 133, - "pokemon_name": "eevee", - "method": "gift", - "encounter_rate": 100, - "min_level": 25, - "max_level": 25 } ] }, @@ -1489,7 +1671,7 @@ "encounters": [ { "pokeapi_id": 131, - "pokemon_name": "lapras", + "pokemon_name": "Lapras", "method": "gift", "encounter_rate": 100, "min_level": 25, @@ -1497,7 +1679,7 @@ }, { "pokeapi_id": 106, - "pokemon_name": "hitmonlee", + "pokemon_name": "Hitmonlee", "method": "gift", "encounter_rate": 100, "min_level": 25, @@ -1505,7 +1687,7 @@ }, { "pokeapi_id": 107, - "pokemon_name": "hitmonchan", + "pokemon_name": "Hitmonchan", "method": "gift", "encounter_rate": 100, "min_level": 25, @@ -1519,7 +1701,7 @@ "encounters": [ { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 40, "min_level": 22, @@ -1527,7 +1709,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 25, "min_level": 23, @@ -1535,7 +1717,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 25, "min_level": 22, @@ -1543,7 +1725,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 5, "min_level": 24, @@ -1551,7 +1733,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -1565,7 +1747,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -1573,7 +1755,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 70, "min_level": 5, @@ -1581,7 +1763,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 50, "min_level": 26, @@ -1589,7 +1771,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1597,7 +1779,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1605,7 +1787,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 30, "min_level": 25, @@ -1613,7 +1795,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 25, "min_level": 27, @@ -1621,7 +1803,7 @@ }, { "pokeapi_id": 77, - "pokemon_name": "ponyta", + "pokemon_name": "Ponyta", "method": "walk", "encounter_rate": 24, "min_level": 28, @@ -1629,7 +1811,7 @@ }, { "pokeapi_id": 85, - "pokemon_name": "dodrio", + "pokemon_name": "Dodrio", "method": "walk", "encounter_rate": 1, "min_level": 29, @@ -1643,7 +1825,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -1651,7 +1833,7 @@ }, { "pokeapi_id": 90, - "pokemon_name": "shellder", + "pokemon_name": "Shellder", "method": "super-rod", "encounter_rate": 60, "min_level": 20, @@ -1659,7 +1841,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1667,7 +1849,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1675,7 +1857,7 @@ }, { "pokeapi_id": 84, - "pokemon_name": "doduo", + "pokemon_name": "Doduo", "method": "walk", "encounter_rate": 40, "min_level": 22, @@ -1683,7 +1865,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 40, "min_level": 15, @@ -1691,7 +1873,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 25, "min_level": 23, @@ -1699,7 +1881,7 @@ }, { "pokeapi_id": 21, - "pokemon_name": "spearow", + "pokemon_name": "Spearow", "method": "walk", "encounter_rate": 25, "min_level": 22, @@ -1707,7 +1889,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 5, "min_level": 24, @@ -1715,7 +1897,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 5, "min_level": 25, @@ -1729,7 +1911,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -1737,7 +1919,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 90, "min_level": 5, @@ -1745,7 +1927,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1753,7 +1935,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1761,7 +1943,7 @@ }, { "pokeapi_id": 130, - "pokemon_name": "gyarados", + "pokemon_name": "Gyarados", "method": "super-rod", "encounter_rate": 10, "min_level": 15, @@ -1780,7 +1962,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -1788,7 +1970,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 70, "min_level": 5, @@ -1796,7 +1978,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1804,7 +1986,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1812,7 +1994,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 20, "min_level": 10, @@ -1820,7 +2002,7 @@ }, { "pokeapi_id": 29, - "pokemon_name": "nidoran-f", + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 20, "min_level": 36, @@ -1828,7 +2010,7 @@ }, { "pokeapi_id": 32, - "pokemon_name": "nidoran-m", + "pokemon_name": "Nidoran M", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -1836,7 +2018,7 @@ }, { "pokeapi_id": 102, - "pokemon_name": "exeggcute", + "pokemon_name": "Exeggcute", "method": "walk", "encounter_rate": 15, "min_level": 24, @@ -1844,7 +2026,7 @@ }, { "pokeapi_id": 47, - "pokemon_name": "parasect", + "pokemon_name": "Parasect", "method": "walk", "encounter_rate": 15, "min_level": 27, @@ -1852,7 +2034,7 @@ }, { "pokeapi_id": 148, - "pokemon_name": "dragonair", + "pokemon_name": "Dragonair", "method": "super-rod", "encounter_rate": 10, "min_level": 15, @@ -1860,7 +2042,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 10, "min_level": 23, @@ -1868,7 +2050,7 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 10, "min_level": 20, @@ -1876,7 +2058,7 @@ }, { "pokeapi_id": 46, - "pokemon_name": "paras", + "pokemon_name": "Paras", "method": "walk", "encounter_rate": 5, "min_level": 27, @@ -1884,7 +2066,7 @@ }, { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 4, "min_level": 22, @@ -1892,7 +2074,7 @@ }, { "pokeapi_id": 113, - "pokemon_name": "chansey", + "pokemon_name": "Chansey", "method": "walk", "encounter_rate": 1, "min_level": 7, @@ -1906,7 +2088,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -1914,7 +2096,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 90, "min_level": 5, @@ -1922,7 +2104,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1930,7 +2112,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -1938,7 +2120,7 @@ }, { "pokeapi_id": 102, - "pokemon_name": "exeggcute", + "pokemon_name": "Exeggcute", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -1946,7 +2128,7 @@ }, { "pokeapi_id": 29, - "pokemon_name": "nidoran-f", + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 20, "min_level": 29, @@ -1954,7 +2136,7 @@ }, { "pokeapi_id": 32, - "pokemon_name": "nidoran-m", + "pokemon_name": "Nidoran M", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -1962,7 +2144,7 @@ }, { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -1970,7 +2152,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 10, "min_level": 15, @@ -1978,7 +2160,7 @@ }, { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 10, "min_level": 32, @@ -1986,7 +2168,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 10, "min_level": 21, @@ -1994,7 +2176,7 @@ }, { "pokeapi_id": 105, - "pokemon_name": "marowak", + "pokemon_name": "Marowak", "method": "walk", "encounter_rate": 5, "min_level": 24, @@ -2002,7 +2184,7 @@ }, { "pokeapi_id": 113, - "pokemon_name": "chansey", + "pokemon_name": "Chansey", "method": "walk", "encounter_rate": 4, "min_level": 21, @@ -2010,7 +2192,7 @@ }, { "pokeapi_id": 123, - "pokemon_name": "scyther", + "pokemon_name": "Scyther", "method": "walk", "encounter_rate": 1, "min_level": 15, @@ -2024,7 +2206,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -2032,7 +2214,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 90, "min_level": 5, @@ -2040,7 +2222,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -2048,7 +2230,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -2056,7 +2238,7 @@ }, { "pokeapi_id": 29, - "pokemon_name": "nidoran-f", + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 20, "min_level": 14, @@ -2064,7 +2246,7 @@ }, { "pokeapi_id": 32, - "pokemon_name": "nidoran-m", + "pokemon_name": "Nidoran M", "method": "walk", "encounter_rate": 20, "min_level": 36, @@ -2072,7 +2254,7 @@ }, { "pokeapi_id": 102, - "pokemon_name": "exeggcute", + "pokemon_name": "Exeggcute", "method": "walk", "encounter_rate": 15, "min_level": 20, @@ -2080,7 +2262,7 @@ }, { "pokeapi_id": 115, - "pokemon_name": "kangaskhan", + "pokemon_name": "Kangaskhan", "method": "walk", "encounter_rate": 15, "min_level": 28, @@ -2088,7 +2270,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 10, "min_level": 15, @@ -2096,7 +2278,7 @@ }, { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 10, "min_level": 23, @@ -2104,7 +2286,7 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 10, "min_level": 25, @@ -2112,7 +2294,7 @@ }, { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 5, "min_level": 16, @@ -2120,7 +2302,7 @@ }, { "pokeapi_id": 123, - "pokemon_name": "scyther", + "pokemon_name": "Scyther", "method": "walk", "encounter_rate": 4, "min_level": 25, @@ -2128,7 +2310,7 @@ }, { "pokeapi_id": 127, - "pokemon_name": "pinsir", + "pokemon_name": "Pinsir", "method": "walk", "encounter_rate": 1, "min_level": 15, @@ -2142,7 +2324,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -2150,7 +2332,7 @@ }, { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "super-rod", "encounter_rate": 90, "min_level": 5, @@ -2158,7 +2340,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -2166,7 +2348,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -2174,7 +2356,7 @@ }, { "pokeapi_id": 102, - "pokemon_name": "exeggcute", + "pokemon_name": "Exeggcute", "method": "walk", "encounter_rate": 20, "min_level": 22, @@ -2182,7 +2364,7 @@ }, { "pokeapi_id": 29, - "pokemon_name": "nidoran-f", + "pokemon_name": "Nidoran F", "method": "walk", "encounter_rate": 20, "min_level": 21, @@ -2190,7 +2372,7 @@ }, { "pokeapi_id": 32, - "pokemon_name": "nidoran-m", + "pokemon_name": "Nidoran M", "method": "walk", "encounter_rate": 20, "min_level": 29, @@ -2198,7 +2380,7 @@ }, { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 10, "min_level": 19, @@ -2206,7 +2388,7 @@ }, { "pokeapi_id": 147, - "pokemon_name": "dratini", + "pokemon_name": "Dratini", "method": "super-rod", "encounter_rate": 10, "min_level": 15, @@ -2214,7 +2396,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 10, "min_level": 32, @@ -2222,7 +2404,7 @@ }, { "pokeapi_id": 128, - "pokemon_name": "tauros", + "pokemon_name": "Tauros", "method": "walk", "encounter_rate": 10, "min_level": 21, @@ -2230,7 +2412,7 @@ }, { "pokeapi_id": 105, - "pokemon_name": "marowak", + "pokemon_name": "Marowak", "method": "walk", "encounter_rate": 5, "min_level": 24, @@ -2238,7 +2420,7 @@ }, { "pokeapi_id": 127, - "pokemon_name": "pinsir", + "pokemon_name": "Pinsir", "method": "walk", "encounter_rate": 4, "min_level": 25, @@ -2246,7 +2428,7 @@ }, { "pokeapi_id": 114, - "pokemon_name": "tangela", + "pokemon_name": "Tangela", "method": "walk", "encounter_rate": 1, "min_level": 27, @@ -2262,7 +2444,7 @@ "encounters": [ { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 30, "min_level": 26, @@ -2270,7 +2452,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 30, "min_level": 26, @@ -2278,7 +2460,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 19, "min_level": 24, @@ -2286,7 +2468,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 10, "min_level": 32, @@ -2294,7 +2476,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -2302,7 +2484,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -2310,7 +2492,7 @@ }, { "pokeapi_id": 49, - "pokemon_name": "venomoth", + "pokemon_name": "Venomoth", "method": "walk", "encounter_rate": 1, "min_level": 30, @@ -2324,7 +2506,7 @@ "encounters": [ { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 30, "min_level": 26, @@ -2332,7 +2514,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 30, "min_level": 26, @@ -2340,7 +2522,7 @@ }, { "pokeapi_id": 48, - "pokemon_name": "venonat", + "pokemon_name": "Venonat", "method": "walk", "encounter_rate": 19, "min_level": 24, @@ -2348,7 +2530,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -2356,7 +2538,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -2364,7 +2546,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -2372,7 +2554,7 @@ }, { "pokeapi_id": 49, - "pokemon_name": "venomoth", + "pokemon_name": "Venomoth", "method": "walk", "encounter_rate": 1, "min_level": 30, @@ -2386,7 +2568,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -2394,7 +2576,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "surf", "encounter_rate": 95, "min_level": 15, @@ -2402,7 +2584,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 70, "min_level": 15, @@ -2410,7 +2592,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -2418,7 +2600,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -2426,7 +2608,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 30, "min_level": 25, @@ -2434,7 +2616,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 30, "min_level": 25, @@ -2442,7 +2624,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 20, "min_level": 10, @@ -2450,7 +2632,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 15, "min_level": 28, @@ -2458,7 +2640,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 10, "min_level": 28, @@ -2466,7 +2648,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 10, "min_level": 20, @@ -2474,7 +2656,7 @@ }, { "pokeapi_id": 83, - "pokemon_name": "farfetchd", + "pokemon_name": "Farfetchd", "method": "walk", "encounter_rate": 5, "min_level": 26, @@ -2482,7 +2664,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 5, "min_level": 29, @@ -2490,7 +2672,7 @@ }, { "pokeapi_id": 80, - "pokemon_name": "slowbro", + "pokemon_name": "Slowbro", "method": "surf", "encounter_rate": 5, "min_level": 15, @@ -2498,7 +2680,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 5, "min_level": 29, @@ -2512,7 +2694,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -2520,7 +2702,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "surf", "encounter_rate": 95, "min_level": 15, @@ -2528,7 +2710,7 @@ }, { "pokeapi_id": 116, - "pokemon_name": "horsea", + "pokemon_name": "Horsea", "method": "super-rod", "encounter_rate": 70, "min_level": 20, @@ -2536,7 +2718,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -2544,7 +2726,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -2552,7 +2734,7 @@ }, { "pokeapi_id": 69, - "pokemon_name": "bellsprout", + "pokemon_name": "Bellsprout", "method": "walk", "encounter_rate": 30, "min_level": 25, @@ -2560,7 +2742,7 @@ }, { "pokeapi_id": 43, - "pokemon_name": "oddish", + "pokemon_name": "Oddish", "method": "walk", "encounter_rate": 30, "min_level": 25, @@ -2568,7 +2750,7 @@ }, { "pokeapi_id": 117, - "pokemon_name": "seadra", + "pokemon_name": "Seadra", "method": "super-rod", "encounter_rate": 30, "min_level": 25, @@ -2576,7 +2758,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 15, "min_level": 28, @@ -2584,7 +2766,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 10, "min_level": 28, @@ -2592,7 +2774,7 @@ }, { "pokeapi_id": 83, - "pokemon_name": "farfetchd", + "pokemon_name": "Farfetchd", "method": "walk", "encounter_rate": 5, "min_level": 26, @@ -2600,7 +2782,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 5, "min_level": 29, @@ -2608,7 +2790,7 @@ }, { "pokeapi_id": 80, - "pokemon_name": "slowbro", + "pokemon_name": "Slowbro", "method": "surf", "encounter_rate": 5, "min_level": 15, @@ -2616,7 +2798,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 5, "min_level": 29, @@ -2635,7 +2817,7 @@ "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 95, "min_level": 18, @@ -2643,7 +2825,51 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 5, + "min_level": 20, + "max_level": 25 + } + ] + }, + { + "name": "Pokemon Tower (3F)", + "order": 47, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 95, + "min_level": 18, + "max_level": 25 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 5, + "min_level": 20, + "max_level": 25 + } + ] + }, + { + "name": "Pokemon Tower (4F)", + "order": 48, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 95, + "min_level": 18, + "max_level": 25 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 5, "min_level": 20, @@ -2657,7 +2883,7 @@ "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 95, "min_level": 18, @@ -2665,7 +2891,7 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 5, "min_level": 20, @@ -2673,33 +2899,63 @@ } ] }, + { + "name": "Pokemon Tower (5F)", + "order": 49, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 90, + "min_level": 21, + "max_level": 27 + }, + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 5, + "min_level": 20, + "max_level": 20 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 5, + "min_level": 22, + "max_level": 27 + } + ] + }, { "name": "Pokemon Tower (5f)", "order": 49, "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 90, "min_level": 21, "max_level": 27 }, - { - "pokeapi_id": 104, - "pokemon_name": "cubone", - "method": "walk", - "encounter_rate": 5, - "min_level": 20, - "max_level": 20 - }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 5, "min_level": 22, "max_level": 27 + }, + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 5, + "min_level": 20, + "max_level": 20 } ] }, @@ -2709,7 +2965,7 @@ "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 90, "min_level": 21, @@ -2717,7 +2973,7 @@ }, { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 5, "min_level": 22, @@ -2725,7 +2981,37 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 5, + "min_level": 22, + "max_level": 27 + } + ] + }, + { + "name": "Pokemon Tower (6F)", + "order": 50, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 90, + "min_level": 21, + "max_level": 27 + }, + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 5, + "min_level": 22, + "max_level": 22 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 5, "min_level": 22, @@ -2739,7 +3025,7 @@ "encounters": [ { "pokeapi_id": 92, - "pokemon_name": "gastly", + "pokemon_name": "Gastly", "method": "walk", "encounter_rate": 90, "min_level": 23, @@ -2747,7 +3033,7 @@ }, { "pokeapi_id": 104, - "pokemon_name": "cubone", + "pokemon_name": "Cubone", "method": "walk", "encounter_rate": 5, "min_level": 24, @@ -2755,7 +3041,37 @@ }, { "pokeapi_id": 93, - "pokemon_name": "haunter", + "pokemon_name": "Haunter", + "method": "walk", + "encounter_rate": 5, + "min_level": 24, + "max_level": 29 + } + ] + }, + { + "name": "Pokemon Tower (7F)", + "order": 51, + "encounters": [ + { + "pokeapi_id": 92, + "pokemon_name": "Gastly", + "method": "walk", + "encounter_rate": 90, + "min_level": 23, + "max_level": 29 + }, + { + "pokeapi_id": 104, + "pokemon_name": "Cubone", + "method": "walk", + "encounter_rate": 5, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 93, + "pokemon_name": "Haunter", "method": "walk", "encounter_rate": 5, "min_level": 24, @@ -2771,7 +3087,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -2779,7 +3095,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -2787,7 +3103,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 60, "min_level": 15, @@ -2795,7 +3111,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -2803,7 +3119,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -2811,7 +3127,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 30, "min_level": 20, @@ -2819,7 +3135,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 10, "min_level": 30, @@ -2833,7 +3149,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -2841,7 +3157,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -2849,7 +3165,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -2857,7 +3173,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -2865,7 +3181,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 40, "min_level": 20, @@ -2873,7 +3189,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 40, "min_level": 20, @@ -2881,7 +3197,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 20, "min_level": 30, @@ -2894,13 +3210,51 @@ "order": 54, "encounters": [], "children": [ + { + "name": "Seafoam Islands (1F)", + "order": 55, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 45, + "min_level": 9, + "max_level": 36 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "walk", + "encounter_rate": 35, + "min_level": 25, + "max_level": 27 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "walk", + "encounter_rate": 15, + "min_level": 28, + "max_level": 30 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 5, + "min_level": 27, + "max_level": 36 + } + ] + }, { "name": "Seafoam Islands (B2f)", "order": 55, "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 35, "min_level": 27, @@ -2908,7 +3262,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "walk", "encounter_rate": 25, "min_level": 27, @@ -2916,7 +3270,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 15, "min_level": 27, @@ -2924,7 +3278,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "walk", "encounter_rate": 10, "min_level": 28, @@ -2932,7 +3286,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 10, "min_level": 24, @@ -2940,7 +3294,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 4, "min_level": 31, @@ -2948,7 +3302,7 @@ }, { "pokeapi_id": 80, - "pokemon_name": "slowbro", + "pokemon_name": "Slowbro", "method": "walk", "encounter_rate": 1, "min_level": 31, @@ -2956,13 +3310,67 @@ } ] }, + { + "name": "Seafoam Islands (B1F)", + "order": 56, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 40, + "min_level": 18, + "max_level": 36 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "walk", + "encounter_rate": 30, + "min_level": 26, + "max_level": 28 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 27, + "max_level": 27 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 29, + "max_level": 29 + }, + { + "pokeapi_id": 99, + "pokemon_name": "Kingler", + "method": "walk", + "encounter_rate": 5, + "min_level": 28, + "max_level": 28 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 5, + "min_level": 22, + "max_level": 26 + } + ] + }, { "name": "Seafoam Islands (B3f)", "order": 56, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -2970,7 +3378,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 70, "min_level": 20, @@ -2978,7 +3386,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -2986,7 +3394,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -2994,7 +3402,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 40, "min_level": 25, @@ -3002,7 +3410,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 40, "min_level": 20, @@ -3010,7 +3418,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "surf", "encounter_rate": 30, "min_level": 30, @@ -3018,7 +3426,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 30, "min_level": 27, @@ -3026,7 +3434,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 27, @@ -3034,7 +3442,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 20, "min_level": 35, @@ -3042,7 +3450,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "walk", "encounter_rate": 20, "min_level": 29, @@ -3050,7 +3458,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 15, "min_level": 26, @@ -3058,7 +3466,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "walk", "encounter_rate": 10, "min_level": 30, @@ -3066,7 +3474,7 @@ }, { "pokeapi_id": 87, - "pokemon_name": "dewgong", + "pokemon_name": "Dewgong", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -3074,13 +3482,75 @@ } ] }, + { + "name": "Seafoam Islands (B2F)", + "order": 57, + "encounters": [ + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 35, + "min_level": 27, + "max_level": 36 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "walk", + "encounter_rate": 25, + "min_level": 27, + "max_level": 29 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 15, + "min_level": 27, + "max_level": 36 + }, + { + "pokeapi_id": 99, + "pokemon_name": "Kingler", + "method": "walk", + "encounter_rate": 10, + "min_level": 28, + "max_level": 28 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 10, + "min_level": 24, + "max_level": 24 + }, + { + "pokeapi_id": 79, + "pokemon_name": "Slowpoke", + "method": "walk", + "encounter_rate": 4, + "min_level": 31, + "max_level": 31 + }, + { + "pokeapi_id": 80, + "pokemon_name": "Slowbro", + "method": "walk", + "encounter_rate": 1, + "min_level": 31, + "max_level": 31 + } + ] + }, { "name": "Seafoam Islands (B4f)", "order": 57, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -3088,7 +3558,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 70, "min_level": 20, @@ -3096,7 +3566,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -3104,7 +3574,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -3112,7 +3582,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "super-rod", "encounter_rate": 40, "min_level": 25, @@ -3120,7 +3590,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 40, "min_level": 20, @@ -3128,7 +3598,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "surf", "encounter_rate": 30, "min_level": 30, @@ -3136,7 +3606,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 25, "min_level": 27, @@ -3144,7 +3614,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 25, "min_level": 36, @@ -3152,7 +3622,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "super-rod", "encounter_rate": 20, "min_level": 35, @@ -3160,7 +3630,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 20, "min_level": 28, @@ -3168,7 +3638,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "walk", "encounter_rate": 15, "min_level": 30, @@ -3176,7 +3646,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "walk", "encounter_rate": 10, "min_level": 32, @@ -3184,7 +3654,7 @@ }, { "pokeapi_id": 87, - "pokemon_name": "dewgong", + "pokemon_name": "Dewgong", "method": "walk", "encounter_rate": 5, "min_level": 30, @@ -3198,7 +3668,7 @@ "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 45, "min_level": 9, @@ -3206,7 +3676,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "walk", "encounter_rate": 35, "min_level": 25, @@ -3214,7 +3684,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 15, "min_level": 28, @@ -3222,7 +3692,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 5, "min_level": 27, @@ -3230,13 +3700,249 @@ } ] }, + { + "name": "Seafoam Islands (B3F)", + "order": 58, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 5, + "max_level": 5 + }, + { + "pokeapi_id": 72, + "pokemon_name": "Tentacool", + "method": "surf", + "encounter_rate": 70, + "min_level": 20, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 25, + "max_level": 25 + }, + { + "pokeapi_id": 120, + "pokemon_name": "Staryu", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 40 + }, + { + "pokeapi_id": 120, + "pokemon_name": "Staryu", + "method": "surf", + "encounter_rate": 30, + "min_level": 30, + "max_level": 30 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 30, + "min_level": 27, + "max_level": 36 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 27, + "max_level": 27 + }, + { + "pokeapi_id": 99, + "pokemon_name": "Kingler", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 35, + "max_level": 35 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "walk", + "encounter_rate": 20, + "min_level": 29, + "max_level": 31 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 15, + "min_level": 26, + "max_level": 30 + }, + { + "pokeapi_id": 99, + "pokemon_name": "Kingler", + "method": "walk", + "encounter_rate": 10, + "min_level": 30, + "max_level": 30 + }, + { + "pokeapi_id": 87, + "pokemon_name": "Dewgong", + "method": "walk", + "encounter_rate": 5, + "min_level": 28, + "max_level": 32 + } + ] + }, + { + "name": "Seafoam Islands (B4F)", + "order": 59, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 5, + "max_level": 5 + }, + { + "pokeapi_id": 72, + "pokemon_name": "Tentacool", + "method": "surf", + "encounter_rate": 70, + "min_level": 20, + "max_level": 40 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 25, + "max_level": 25 + }, + { + "pokeapi_id": 120, + "pokemon_name": "Staryu", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 20, + "max_level": 40 + }, + { + "pokeapi_id": 120, + "pokemon_name": "Staryu", + "method": "surf", + "encounter_rate": 30, + "min_level": 30, + "max_level": 30 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 25, + "min_level": 27, + "max_level": 36 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 25, + "min_level": 36, + "max_level": 45 + }, + { + "pokeapi_id": 99, + "pokemon_name": "Kingler", + "method": "super-rod", + "encounter_rate": 20, + "min_level": 35, + "max_level": 35 + }, + { + "pokeapi_id": 86, + "pokemon_name": "Seel", + "method": "walk", + "encounter_rate": 20, + "min_level": 28, + "max_level": 32 + }, + { + "pokeapi_id": 98, + "pokemon_name": "Krabby", + "method": "walk", + "encounter_rate": 15, + "min_level": 30, + "max_level": 30 + }, + { + "pokeapi_id": 99, + "pokemon_name": "Kingler", + "method": "walk", + "encounter_rate": 10, + "min_level": 32, + "max_level": 32 + }, + { + "pokeapi_id": 87, + "pokemon_name": "Dewgong", + "method": "walk", + "encounter_rate": 5, + "min_level": 30, + "max_level": 34 + } + ] + }, { "name": "Seafoam Islands (B1f)", "order": 59, "encounters": [ { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 40, "min_level": 18, @@ -3244,7 +3950,7 @@ }, { "pokeapi_id": 98, - "pokemon_name": "krabby", + "pokemon_name": "Krabby", "method": "walk", "encounter_rate": 30, "min_level": 26, @@ -3252,7 +3958,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 27, @@ -3260,7 +3966,7 @@ }, { "pokeapi_id": 79, - "pokemon_name": "slowpoke", + "pokemon_name": "Slowpoke", "method": "walk", "encounter_rate": 10, "min_level": 29, @@ -3268,7 +3974,7 @@ }, { "pokeapi_id": 99, - "pokemon_name": "kingler", + "pokemon_name": "Kingler", "method": "walk", "encounter_rate": 5, "min_level": 28, @@ -3276,7 +3982,7 @@ }, { "pokeapi_id": 86, - "pokemon_name": "seel", + "pokemon_name": "Seel", "method": "walk", "encounter_rate": 5, "min_level": 22, @@ -3292,47 +3998,15 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, "max_level": 5 }, - { - "pokeapi_id": 120, - "pokemon_name": "staryu", - "method": "super-rod", - "encounter_rate": 60, - "min_level": 10, - "max_level": 15 - }, - { - "pokeapi_id": 118, - "pokemon_name": "goldeen", - "method": "good-rod", - "encounter_rate": 50, - "min_level": 10, - "max_level": 10 - }, - { - "pokeapi_id": 60, - "pokemon_name": "poliwag", - "method": "good-rod", - "encounter_rate": 50, - "min_level": 10, - "max_level": 10 - }, - { - "pokeapi_id": 72, - "pokemon_name": "tentacool", - "method": "super-rod", - "encounter_rate": 40, - "min_level": 15, - "max_level": 30 - }, { "pokeapi_id": 138, - "pokemon_name": "omanyte", + "pokemon_name": "Omanyte", "method": "fossil", "encounter_rate": 100, "min_level": 5, @@ -3340,7 +4014,7 @@ }, { "pokeapi_id": 140, - "pokemon_name": "kabuto", + "pokemon_name": "Kabuto", "method": "fossil", "encounter_rate": 100, "min_level": 5, @@ -3348,11 +4022,43 @@ }, { "pokeapi_id": 142, - "pokemon_name": "aerodactyl", + "pokemon_name": "Aerodactyl", "method": "fossil", "encounter_rate": 100, "min_level": 5, "max_level": 5 + }, + { + "pokeapi_id": 120, + "pokemon_name": "Staryu", + "method": "super-rod", + "encounter_rate": 60, + "min_level": 10, + "max_level": 15 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 72, + "pokemon_name": "Tentacool", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 15, + "max_level": 30 } ] }, @@ -3361,13 +4067,51 @@ "order": 61, "encounters": [], "children": [ + { + "name": "Pokemon Mansion (1F)", + "order": 62, + "encounters": [ + { + "pokeapi_id": 20, + "pokemon_name": "Raticate", + "method": "walk", + "encounter_rate": 30, + "min_level": 34, + "max_level": 37 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 30, + "min_level": 34, + "max_level": 37 + }, + { + "pokeapi_id": 88, + "pokemon_name": "Grimer", + "method": "walk", + "encounter_rate": 20, + "min_level": 23, + "max_level": 26 + }, + { + "pokeapi_id": 58, + "pokemon_name": "Growlithe", + "method": "walk", + "encounter_rate": 20, + "min_level": 26, + "max_level": 38 + } + ] + }, { "name": "Pokemon Mansion (2f)", "order": 62, "encounters": [ { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 35, "min_level": 26, @@ -3375,7 +4119,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 30, "min_level": 37, @@ -3383,7 +4127,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 30, "min_level": 37, @@ -3391,7 +4135,7 @@ }, { "pokeapi_id": 89, - "pokemon_name": "muk", + "pokemon_name": "Muk", "method": "walk", "encounter_rate": 5, "min_level": 35, @@ -3405,7 +4149,7 @@ "encounters": [ { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 35, "min_level": 32, @@ -3413,7 +4157,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 30, "min_level": 40, @@ -3421,7 +4165,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 30, "min_level": 40, @@ -3429,7 +4173,83 @@ }, { "pokeapi_id": 89, - "pokemon_name": "muk", + "pokemon_name": "Muk", + "method": "walk", + "encounter_rate": 5, + "min_level": 38, + "max_level": 41 + } + ] + }, + { + "name": "Pokemon Mansion (2F)", + "order": 63, + "encounters": [ + { + "pokeapi_id": 88, + "pokemon_name": "Grimer", + "method": "walk", + "encounter_rate": 35, + "min_level": 26, + "max_level": 35 + }, + { + "pokeapi_id": 20, + "pokemon_name": "Raticate", + "method": "walk", + "encounter_rate": 30, + "min_level": 37, + "max_level": 40 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 30, + "min_level": 37, + "max_level": 40 + }, + { + "pokeapi_id": 89, + "pokemon_name": "Muk", + "method": "walk", + "encounter_rate": 5, + "min_level": 35, + "max_level": 38 + } + ] + }, + { + "name": "Pokemon Mansion (3F)", + "order": 64, + "encounters": [ + { + "pokeapi_id": 88, + "pokemon_name": "Grimer", + "method": "walk", + "encounter_rate": 35, + "min_level": 32, + "max_level": 38 + }, + { + "pokeapi_id": 20, + "pokemon_name": "Raticate", + "method": "walk", + "encounter_rate": 30, + "min_level": 40, + "max_level": 43 + }, + { + "pokeapi_id": 19, + "pokemon_name": "Rattata", + "method": "walk", + "encounter_rate": 30, + "min_level": 40, + "max_level": 43 + }, + { + "pokeapi_id": 89, + "pokemon_name": "Muk", "method": "walk", "encounter_rate": 5, "min_level": 38, @@ -3443,7 +4263,7 @@ "encounters": [ { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 40, "min_level": 35, @@ -3451,7 +4271,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 40, "min_level": 37, @@ -3459,7 +4279,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 10, "min_level": 12, @@ -3467,7 +4287,45 @@ }, { "pokeapi_id": 89, - "pokemon_name": "muk", + "pokemon_name": "Muk", + "method": "walk", + "encounter_rate": 10, + "min_level": 41, + "max_level": 41 + } + ] + }, + { + "name": "Pokemon Mansion (B1F)", + "order": 65, + "encounters": [ + { + "pokeapi_id": 88, + "pokemon_name": "Grimer", + "method": "walk", + "encounter_rate": 40, + "min_level": 35, + "max_level": 38 + }, + { + "pokeapi_id": 20, + "pokemon_name": "Raticate", + "method": "walk", + "encounter_rate": 40, + "min_level": 37, + "max_level": 46 + }, + { + "pokeapi_id": 132, + "pokemon_name": "Ditto", + "method": "walk", + "encounter_rate": 10, + "min_level": 12, + "max_level": 24 + }, + { + "pokeapi_id": 89, + "pokemon_name": "Muk", "method": "walk", "encounter_rate": 10, "min_level": 41, @@ -3481,7 +4339,7 @@ "encounters": [ { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 30, "min_level": 34, @@ -3489,7 +4347,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 30, "min_level": 34, @@ -3497,7 +4355,7 @@ }, { "pokeapi_id": 88, - "pokemon_name": "grimer", + "pokemon_name": "Grimer", "method": "walk", "encounter_rate": 20, "min_level": 23, @@ -3505,7 +4363,7 @@ }, { "pokeapi_id": 58, - "pokemon_name": "growlithe", + "pokemon_name": "Growlithe", "method": "walk", "encounter_rate": 20, "min_level": 26, @@ -3521,7 +4379,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -3529,7 +4387,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "surf", "encounter_rate": 100, "min_level": 5, @@ -3537,7 +4395,7 @@ }, { "pokeapi_id": 72, - "pokemon_name": "tentacool", + "pokemon_name": "Tentacool", "method": "super-rod", "encounter_rate": 60, "min_level": 15, @@ -3545,7 +4403,7 @@ }, { "pokeapi_id": 16, - "pokemon_name": "pidgey", + "pokemon_name": "Pidgey", "method": "walk", "encounter_rate": 55, "min_level": 11, @@ -3553,7 +4411,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -3561,7 +4419,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -3569,7 +4427,7 @@ }, { "pokeapi_id": 19, - "pokemon_name": "rattata", + "pokemon_name": "Rattata", "method": "walk", "encounter_rate": 30, "min_level": 13, @@ -3577,7 +4435,7 @@ }, { "pokeapi_id": 120, - "pokemon_name": "staryu", + "pokemon_name": "Staryu", "method": "super-rod", "encounter_rate": 30, "min_level": 20, @@ -3585,7 +4443,7 @@ }, { "pokeapi_id": 17, - "pokemon_name": "pidgeotto", + "pokemon_name": "Pidgeotto", "method": "walk", "encounter_rate": 10, "min_level": 15, @@ -3593,7 +4451,7 @@ }, { "pokeapi_id": 73, - "pokemon_name": "tentacruel", + "pokemon_name": "Tentacruel", "method": "super-rod", "encounter_rate": 10, "min_level": 30, @@ -3601,7 +4459,7 @@ }, { "pokeapi_id": 20, - "pokemon_name": "raticate", + "pokemon_name": "Raticate", "method": "walk", "encounter_rate": 5, "min_level": 15, @@ -3615,7 +4473,7 @@ "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -3623,7 +4481,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "super-rod", "encounter_rate": 70, "min_level": 25, @@ -3631,7 +4489,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -3639,7 +4497,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -3647,7 +4505,7 @@ }, { "pokeapi_id": 30, - "pokemon_name": "nidorina", + "pokemon_name": "Nidorina", "method": "walk", "encounter_rate": 30, "min_level": 41, @@ -3655,7 +4513,7 @@ }, { "pokeapi_id": 33, - "pokemon_name": "nidorino", + "pokemon_name": "Nidorino", "method": "walk", "encounter_rate": 30, "min_level": 41, @@ -3663,7 +4521,7 @@ }, { "pokeapi_id": 61, - "pokemon_name": "poliwhirl", + "pokemon_name": "Poliwhirl", "method": "super-rod", "encounter_rate": 30, "min_level": 30, @@ -3671,7 +4529,7 @@ }, { "pokeapi_id": 56, - "pokemon_name": "mankey", + "pokemon_name": "Mankey", "method": "walk", "encounter_rate": 20, "min_level": 36, @@ -3679,7 +4537,7 @@ }, { "pokeapi_id": 22, - "pokemon_name": "fearow", + "pokemon_name": "Fearow", "method": "walk", "encounter_rate": 15, "min_level": 40, @@ -3687,7 +4545,7 @@ }, { "pokeapi_id": 57, - "pokemon_name": "primeape", + "pokemon_name": "Primeape", "method": "walk", "encounter_rate": 5, "min_level": 41, @@ -3700,13 +4558,51 @@ "order": 68, "encounters": [], "children": [ + { + "name": "Victory Road 2 (1F)", + "order": 69, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 65, + "min_level": 26, + "max_level": 41 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 20, + "min_level": 39, + "max_level": 44 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 10, + "min_level": 43, + "max_level": 45 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 5, + "min_level": 41, + "max_level": 47 + } + ] + }, { "name": "Victory Road 2 (2f)", "order": 69, "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 55, "min_level": 31, @@ -3714,7 +4610,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 10, "min_level": 39, @@ -3722,7 +4618,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 10, "min_level": 44, @@ -3730,7 +4626,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 10, "min_level": 45, @@ -3738,7 +4634,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 10, "min_level": 44, @@ -3746,7 +4642,61 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 5, + "min_level": 39, + "max_level": 42 + } + ] + }, + { + "name": "Victory Road 2 (2F)", + "order": 70, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 55, + "min_level": 31, + "max_level": 41 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 10, + "min_level": 39, + "max_level": 39 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 10, + "min_level": 44, + "max_level": 44 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 10, + "min_level": 45, + "max_level": 47 + }, + { + "pokeapi_id": 41, + "pokemon_name": "Zubat", + "method": "walk", + "encounter_rate": 10, + "min_level": 44, + "max_level": 44 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 5, "min_level": 39, @@ -3760,7 +4710,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 45, "min_level": 36, @@ -3768,7 +4718,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 20, "min_level": 44, @@ -3776,7 +4726,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 15, "min_level": 41, @@ -3784,7 +4734,7 @@ }, { "pokeapi_id": 67, - "pokemon_name": "machoke", + "pokemon_name": "Machoke", "method": "walk", "encounter_rate": 10, "min_level": 42, @@ -3792,7 +4742,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 10, "min_level": 49, @@ -3806,7 +4756,7 @@ "encounters": [ { "pokeapi_id": 74, - "pokemon_name": "geodude", + "pokemon_name": "Geodude", "method": "walk", "encounter_rate": 65, "min_level": 26, @@ -3814,7 +4764,7 @@ }, { "pokeapi_id": 41, - "pokemon_name": "zubat", + "pokemon_name": "Zubat", "method": "walk", "encounter_rate": 20, "min_level": 39, @@ -3822,7 +4772,7 @@ }, { "pokeapi_id": 95, - "pokemon_name": "onix", + "pokemon_name": "Onix", "method": "walk", "encounter_rate": 10, "min_level": 43, @@ -3830,13 +4780,59 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 5, "min_level": 41, "max_level": 47 } ] + }, + { + "name": "Victory Road 2 (3F)", + "order": 71, + "encounters": [ + { + "pokeapi_id": 74, + "pokemon_name": "Geodude", + "method": "walk", + "encounter_rate": 45, + "min_level": 36, + "max_level": 46 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 20, + "min_level": 44, + "max_level": 44 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 15, + "min_level": 41, + "max_level": 47 + }, + { + "pokeapi_id": 67, + "pokemon_name": "Machoke", + "method": "walk", + "encounter_rate": 10, + "min_level": 42, + "max_level": 45 + }, + { + "pokeapi_id": 95, + "pokemon_name": "Onix", + "method": "walk", + "encounter_rate": 10, + "min_level": 49, + "max_level": 49 + } + ] } ] }, @@ -3846,12 +4842,12 @@ "encounters": [], "children": [ { - "name": "Cerulean Cave (1f)", + "name": "Cerulean Cave (1F)", "order": 73, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -3859,7 +4855,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 60, "min_level": 35, @@ -3867,7 +4863,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -3875,7 +4871,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -3883,7 +4879,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 40, "min_level": 50, @@ -3891,7 +4887,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 40, "min_level": 25, @@ -3899,7 +4895,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 15, "min_level": 45, @@ -3907,7 +4903,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 10, "min_level": 55, @@ -3915,7 +4911,7 @@ }, { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 10, "min_level": 52, @@ -3923,7 +4919,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 10, "min_level": 55, @@ -3931,7 +4927,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 5, "min_level": 55, @@ -3939,7 +4935,7 @@ }, { "pokeapi_id": 47, - "pokemon_name": "parasect", + "pokemon_name": "Parasect", "method": "walk", "encounter_rate": 5, "min_level": 54, @@ -3947,7 +4943,7 @@ }, { "pokeapi_id": 49, - "pokemon_name": "venomoth", + "pokemon_name": "Venomoth", "method": "walk", "encounter_rate": 5, "min_level": 54, @@ -3955,13 +4951,193 @@ } ] }, + { + "name": "Cerulean Cave (1f)", + "order": 73, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 5, + "max_level": 5 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 60, + "min_level": 35, + "max_level": 55 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 40, + "min_level": 50, + "max_level": 55 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 25, + "max_level": 25 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 15, + "min_level": 45, + "max_level": 45 + }, + { + "pokeapi_id": 44, + "pokemon_name": "Gloom", + "method": "walk", + "encounter_rate": 10, + "min_level": 55, + "max_level": 55 + }, + { + "pokeapi_id": 28, + "pokemon_name": "Sandslash", + "method": "walk", + "encounter_rate": 10, + "min_level": 52, + "max_level": 52 + }, + { + "pokeapi_id": 70, + "pokemon_name": "Weepinbell", + "method": "walk", + "encounter_rate": 10, + "min_level": 55, + "max_level": 55 + }, + { + "pokeapi_id": 132, + "pokemon_name": "Ditto", + "method": "walk", + "encounter_rate": 5, + "min_level": 55, + "max_level": 60 + }, + { + "pokeapi_id": 47, + "pokemon_name": "Parasect", + "method": "walk", + "encounter_rate": 5, + "min_level": 54, + "max_level": 54 + }, + { + "pokeapi_id": 49, + "pokemon_name": "Venomoth", + "method": "walk", + "encounter_rate": 5, + "min_level": 54, + "max_level": 54 + } + ] + }, + { + "name": "Cerulean Cave (2F)", + "order": 74, + "encounters": [ + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 40, + "min_level": 52, + "max_level": 57 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 15, + "min_level": 50, + "max_level": 50 + }, + { + "pokeapi_id": 132, + "pokemon_name": "Ditto", + "method": "walk", + "encounter_rate": 10, + "min_level": 60, + "max_level": 60 + }, + { + "pokeapi_id": 111, + "pokemon_name": "Rhyhorn", + "method": "walk", + "encounter_rate": 10, + "min_level": 50, + "max_level": 50 + }, + { + "pokeapi_id": 28, + "pokemon_name": "Sandslash", + "method": "walk", + "encounter_rate": 10, + "min_level": 56, + "max_level": 56 + }, + { + "pokeapi_id": 44, + "pokemon_name": "Gloom", + "method": "walk", + "encounter_rate": 5, + "min_level": 58, + "max_level": 58 + }, + { + "pokeapi_id": 112, + "pokemon_name": "Rhydon", + "method": "walk", + "encounter_rate": 5, + "min_level": 58, + "max_level": 60 + }, + { + "pokeapi_id": 70, + "pokemon_name": "Weepinbell", + "method": "walk", + "encounter_rate": 5, + "min_level": 58, + "max_level": 58 + } + ] + }, { "name": "Cerulean Cave (2f)", "order": 74, "encounters": [ { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 40, "min_level": 52, @@ -3969,7 +5145,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 15, "min_level": 50, @@ -3977,7 +5153,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 10, "min_level": 60, @@ -3985,7 +5161,7 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 10, "min_level": 50, @@ -3993,7 +5169,7 @@ }, { "pokeapi_id": 28, - "pokemon_name": "sandslash", + "pokemon_name": "Sandslash", "method": "walk", "encounter_rate": 10, "min_level": 56, @@ -4001,7 +5177,7 @@ }, { "pokeapi_id": 44, - "pokemon_name": "gloom", + "pokemon_name": "Gloom", "method": "walk", "encounter_rate": 5, "min_level": 58, @@ -4009,7 +5185,7 @@ }, { "pokeapi_id": 112, - "pokemon_name": "rhydon", + "pokemon_name": "Rhydon", "method": "walk", "encounter_rate": 5, "min_level": 58, @@ -4017,7 +5193,7 @@ }, { "pokeapi_id": 70, - "pokemon_name": "weepinbell", + "pokemon_name": "Weepinbell", "method": "walk", "encounter_rate": 5, "min_level": 58, @@ -4025,13 +5201,115 @@ } ] }, + { + "name": "Cerulean Cave (B1F)", + "order": 75, + "encounters": [ + { + "pokeapi_id": 129, + "pokemon_name": "Magikarp", + "method": "old-rod", + "encounter_rate": 100, + "min_level": 5, + "max_level": 5 + }, + { + "pokeapi_id": 119, + "pokemon_name": "Seaking", + "method": "super-rod", + "encounter_rate": 60, + "min_level": 40, + "max_level": 60 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 60, + "pokemon_name": "Poliwag", + "method": "good-rod", + "encounter_rate": 50, + "min_level": 10, + "max_level": 10 + }, + { + "pokeapi_id": 42, + "pokemon_name": "Golbat", + "method": "walk", + "encounter_rate": 40, + "min_level": 54, + "max_level": 59 + }, + { + "pokeapi_id": 118, + "pokemon_name": "Goldeen", + "method": "super-rod", + "encounter_rate": 40, + "min_level": 30, + "max_level": 30 + }, + { + "pokeapi_id": 132, + "pokemon_name": "Ditto", + "method": "walk", + "encounter_rate": 15, + "min_level": 60, + "max_level": 65 + }, + { + "pokeapi_id": 75, + "pokemon_name": "Graveler", + "method": "walk", + "encounter_rate": 15, + "min_level": 55, + "max_level": 55 + }, + { + "pokeapi_id": 112, + "pokemon_name": "Rhydon", + "method": "walk", + "encounter_rate": 10, + "min_level": 62, + "max_level": 62 + }, + { + "pokeapi_id": 111, + "pokemon_name": "Rhyhorn", + "method": "walk", + "encounter_rate": 10, + "min_level": 52, + "max_level": 52 + }, + { + "pokeapi_id": 113, + "pokemon_name": "Chansey", + "method": "walk", + "encounter_rate": 5, + "min_level": 56, + "max_level": 56 + }, + { + "pokeapi_id": 108, + "pokemon_name": "Lickitung", + "method": "walk", + "encounter_rate": 5, + "min_level": 50, + "max_level": 55 + } + ] + }, { "name": "Cerulean Cave (B1f)", "order": 75, "encounters": [ { "pokeapi_id": 129, - "pokemon_name": "magikarp", + "pokemon_name": "Magikarp", "method": "old-rod", "encounter_rate": 100, "min_level": 5, @@ -4039,7 +5317,7 @@ }, { "pokeapi_id": 119, - "pokemon_name": "seaking", + "pokemon_name": "Seaking", "method": "super-rod", "encounter_rate": 60, "min_level": 40, @@ -4047,7 +5325,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -4055,7 +5333,7 @@ }, { "pokeapi_id": 60, - "pokemon_name": "poliwag", + "pokemon_name": "Poliwag", "method": "good-rod", "encounter_rate": 50, "min_level": 10, @@ -4063,7 +5341,7 @@ }, { "pokeapi_id": 42, - "pokemon_name": "golbat", + "pokemon_name": "Golbat", "method": "walk", "encounter_rate": 40, "min_level": 54, @@ -4071,7 +5349,7 @@ }, { "pokeapi_id": 118, - "pokemon_name": "goldeen", + "pokemon_name": "Goldeen", "method": "super-rod", "encounter_rate": 40, "min_level": 30, @@ -4079,7 +5357,7 @@ }, { "pokeapi_id": 132, - "pokemon_name": "ditto", + "pokemon_name": "Ditto", "method": "walk", "encounter_rate": 15, "min_level": 60, @@ -4087,7 +5365,7 @@ }, { "pokeapi_id": 75, - "pokemon_name": "graveler", + "pokemon_name": "Graveler", "method": "walk", "encounter_rate": 15, "min_level": 55, @@ -4095,7 +5373,7 @@ }, { "pokeapi_id": 112, - "pokemon_name": "rhydon", + "pokemon_name": "Rhydon", "method": "walk", "encounter_rate": 10, "min_level": 62, @@ -4103,7 +5381,7 @@ }, { "pokeapi_id": 111, - "pokemon_name": "rhyhorn", + "pokemon_name": "Rhyhorn", "method": "walk", "encounter_rate": 10, "min_level": 52, @@ -4111,7 +5389,7 @@ }, { "pokeapi_id": 113, - "pokemon_name": "chansey", + "pokemon_name": "Chansey", "method": "walk", "encounter_rate": 5, "min_level": 56, @@ -4119,7 +5397,7 @@ }, { "pokeapi_id": 108, - "pokemon_name": "lickitung", + "pokemon_name": "Lickitung", "method": "walk", "encounter_rate": 5, "min_level": 50, @@ -4135,7 +5413,7 @@ "encounters": [ { "pokeapi_id": 175, - "pokemon_name": "togepi", + "pokemon_name": "Togepi", "method": "gift", "encounter_rate": 100, "min_level": 5,