From c5ad98f704b8a905b77ced1d82a38532c6a7867b Mon Sep 17 00:00:00 2001 From: nurufu Date: Fri, 8 Nov 2024 18:08:06 -0500 Subject: [PATCH 01/16] test --- scripts/background.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/background.js b/scripts/background.js index 715bc1a..a084b8f 100644 --- a/scripts/background.js +++ b/scripts/background.js @@ -1,4 +1,4 @@ -max_onscreen = 16; +max_onscreen = 256; shiny_odds = 1 / 128; reload_mins = 5; big_wailords = true; @@ -95,6 +95,7 @@ var randomOrder = function () { } if (image['className'] == "sphealnone" || image['className'] == "sphealsparkle") { + console.log('spheal') $('.sphealnone').css('margin-top', y) $('.sphealsparkle').css('margin-top', y) } From 1d5321cc045c455270f439b72e55891b48314ace Mon Sep 17 00:00:00 2001 From: nurufu Date: Sat, 9 Nov 2024 05:28:02 -0500 Subject: [PATCH 02/16] first demo, missing most mons --- .vscode/settings.json | 9 + background.html | 6 +- scripts/background.css | 5 +- scripts/background.js | 61 +- scripts/background_pokemon copy.js | 2300 +++++++++++++++++++++++ scripts/background_pokemon-size-test.js | 275 +++ scripts/background_pokemon-size.js | 2300 +++++++++++++++++++++++ scripts/background_pokemon.js | 1682 ----------------- 8 files changed, 4946 insertions(+), 1692 deletions(-) create mode 100644 .vscode/settings.json create mode 100644 scripts/background_pokemon copy.js create mode 100644 scripts/background_pokemon-size-test.js create mode 100644 scripts/background_pokemon-size.js diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..aa6b794 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,9 @@ +{ + "cSpell.words": [ + "abomasnow", + "fakemon", + "pokemonsize", + "spheal", + "wailord" + ] +} \ No newline at end of file diff --git a/background.html b/background.html index 0c7d259..1fc25d7 100755 --- a/background.html +++ b/background.html @@ -7,10 +7,12 @@ - + + - + \ No newline at end of file diff --git a/scripts/background.css b/scripts/background.css index 5f62f6f..c7c4634 100644 --- a/scripts/background.css +++ b/scripts/background.css @@ -1,10 +1,11 @@ img { position: absolute; - max-width: 196px; + /*max-width: 196px;*/ height: auto; padding-left: 100px; padding-right: 100px; - transform: translate(var(--x-position), var(--y-position)) scale(1.6); + /*transform: translate(var(--x-position), var(--y-position)) scale(1.6);*/ + transform: translate(var(--x-position), var(--y-position)); animation: fadeIn ease 5s; -webkit-animation: fadeIn ease 5s; -moz-animation: fadeIn ease 5s; diff --git a/scripts/background.js b/scripts/background.js index a084b8f..b3ad3b4 100644 --- a/scripts/background.js +++ b/scripts/background.js @@ -1,8 +1,9 @@ -max_onscreen = 256; +max_onscreen = 16; shiny_odds = 1 / 128; reload_mins = 5; big_wailords = true; spheal_spin = true; +heights = true; create(); window.onload = function () { @@ -19,9 +20,20 @@ $(function () { }); function create() { + var height_pos= []; + var height_multi = []; + var shuffled_size = []; var body_wrapper = document.getElementById("body"); - - shuffled_pokemon = shuffle(pokemon) + if(heights) + { + multishuffle(pokemon, pokemonsize) + shuffled_pokemon = pokemon + shuffled_size = pokemonsize + } + else + { + shuffled_pokemon = shuffle(pokemon) + } // Fakemon sprites if (Math.random() < shiny_odds) { @@ -36,9 +48,10 @@ function create() { shuffled_pokemon.slice(0, max_onscreen).forEach(function (pokemon) { for (var val in pokemon) { list = pokemon[val] - form = pokemon[val][Math.floor(Math.random() * pokemon[val].length)] + formval = Math.floor(Math.random() * pokemon[val].length) + form = pokemon[val][formval] } - + height_pos.push(formval) export_data["background_sprites"].push(form) if (Math.random() < shiny_odds) { @@ -68,8 +81,29 @@ function create() { onscreen_pokemon += '/'; }); + shuffled_size.slice(0, max_onscreen).forEach(function (pokemonsize) { + i=0 + for (var val in pokemonsize) { + list = pokemonsize[val] + form = pokemonsize[val][height_pos[i]] + //alert(form) + height_multi.push(form) + i++ + } + }); body_wrapper.innerHTML = onscreen_pokemon + if(heights){ + setTimeout(function(){ + i = 0 + $("img").each(function(){ + h = $(this).height() * height_multi[i]; + console.log(h) + $(this).height(h); + i++ + }); + }, 100); + } } var randomOrder = function () { @@ -95,7 +129,6 @@ var randomOrder = function () { } if (image['className'] == "sphealnone" || image['className'] == "sphealsparkle") { - console.log('spheal') $('.sphealnone').css('margin-top', y) $('.sphealsparkle').css('margin-top', y) } @@ -129,3 +162,19 @@ function shuffle(array) { return array; } + +function multishuffle(array, array2) { + let i = array.length, + rand; + + while (i != 0) { + rand = Math.floor(Math.random() * i); + i--; + [array[i], array[rand]] = [ + array[rand], array[i] + ]; + [array2[i], array2[rand]] = [ + array2[rand], array2[i] + ]; + } +} \ No newline at end of file diff --git a/scripts/background_pokemon copy.js b/scripts/background_pokemon copy.js new file mode 100644 index 0000000..0553da4 --- /dev/null +++ b/scripts/background_pokemon copy.js @@ -0,0 +1,2300 @@ +pokemon = [{ + "abomasnow": ["abomasnow", "abomasnow-mega"] +}, { + "abra": ["abra"] +}, { + "absol": ["absol", "absol-mega"] +}, { + "accelgor": ["accelgor"] +}, { + "aegislash": ["aegislash", "aegislash-blade"] +}, { + "aerodactyl": ["aerodactyl", "aerodactyl-mega"] +}, { + "aggron": ["aggron", "aggron-mega"] +}, { + "aipom": ["aipom", "aipom-f"] +}, { + "alakazam": ["alakazam", "alakazam-mega"] +}, { + "alcremie": ["alcremie", "alcremie-caramel-swirl", "alcremie-gigantamax", "alcremie-lemon-cream", "alcremie-matcha-cream", "alcremie-mint-cream", "alcremie-rainbow-swirl", "alcremie-ruby-cream", "alcremie-ruby-swirl", "alcremie-salted-cream", "alcremie-vanilla-cream-berry", "alcremie-vanilla-cream-clover", "alcremie-vanilla-cream-flower", "alcremie-vanilla-cream-love", "alcremie-vanilla-cream-ribbon", "alcremie-vanilla-cream-star"] +}, { + "alomomola": ["alomomola"] +}, { + "altaria": ["altaria", "altaria-mega"] +}, { + "amaura": ["amaura"] +}, { + "ambipom": ["ambipom", "ambipom-f"] +}, { + "amoonguss": ["amoonguss"] +}, { + "ampharos": ["ampharos", "ampharos-mega"] +}, { + "anorith": ["anorith"] +}, { + "appletun": ["appletun", "appletun-gigantamax"] +}, { + "applin": ["applin"] +}, { + "araquanid": ["araquanid"] +}, { + "arbok": ["arbok"] +}, { + "arboliva": ["arboliva"] +}, { + "arcanine": ["arcanine", "arcanine-hisui"] +}, { + "arceus": ["arceus", "arceus-bug", "arceus-dark", "arceus-dragon", "arceus-electric", "arceus-fairy", "arceus-fighting", "arceus-fire", "arceus-flying", "arceus-ghost", "arceus-grass", "arceus-ground", "arceus-ice", "arceus-poison", "arceus-psychic", "arceus-rock", "arceus-steel", "arceus-water"] +}, { + "archen": ["archen"] +}, { + "archeops": ["archeops"] +}, { + "arctovish": ["arctovish"] +}, { + "arctozolt": ["arctozolt"] +}, { + "ariados": ["ariados"] +}, { + "armaldo": ["armaldo"] +}, { + "aromatisse": ["aromatisse"] +}, { + "aron": ["aron"] +}, { + "arrokuda": ["arrokuda"] +}, { + "articuno": ["articuno", "articuno-galar"] +}, { + "audino": ["audino", "audino-mega"] +}, { + "aurorus": ["aurorus"] +}, { + "avalugg": ["avalugg", "avalugg-hisui"] +}, { + "axew": ["axew"] +}, { + "azelf": ["azelf"] +}, { + "azumarill": ["azumarill"] +}, { + "azurill": ["azurill"] +}, { + "bagon": ["bagon"] +}, { + "baltoy": ["baltoy"] +}, { + "banette": ["banette", "banette-mega"] +}, { + "barbaracle": ["barbaracle"] +}, { + "barboach": ["barboach"] +}, { + "barraskewda": ["barraskewda"] +}, { + "basculegion": ["basculegion", "basculegion-f"] +}, { + "basculin": ["basculin", "basculin-blue", "basculin-whitestriped"] +}, { + "bastiodon": ["bastiodon"] +}, { + "bayleef": ["bayleef"] +}, { + "beartic": ["beartic"] +}, { + "beautifly": ["beautifly", "beautifly-f"] +}, { + "beedrill": ["beedrill", "beedrill-mega"] +}, { + "beheeyem": ["beheeyem"] +}, { + "beldum": ["beldum"] +}, { + "bellibolt": ["bellibolt"] +}, { + "bellossom": ["bellossom"] +}, { + "bellsprout": ["bellsprout"] +}, { + "bergmite": ["bergmite"] +}, { + "bewear": ["bewear"] +}, { + "bibarel": ["bibarel", "bibarel-f"] +}, { + "bidoof": ["bidoof", "bidoof-f"] +}, { + "binacle": ["binacle"] +}, { + "bisharp": ["bisharp"] +}, { + "blacephalon": ["blacephalon"] +}, { + "blastoise": ["blastoise", "blastoise-mega", "blastoise-gigantamax"] +}, { + "blaziken": ["blaziken", "blaziken-mega"] +}, { + "blipbug": ["blipbug"] +}, { + "blissey": ["blissey"] +}, { + "blitzle": ["blitzle"] +}, { + "boldore": ["boldore"] +}, { + "boltund": ["boltund"] +}, { + "bonsly": ["bonsly"] +}, { + "bouffalant": ["bouffalant"] +}, { + "bounsweet": ["bounsweet"] +}, { + "braixen": ["braixen"] +}, { + "braviary": ["braviary", "braviary-hisui"] +}, { + "breloom": ["breloom"] +}, { + "brionne": ["brionne"] +}, { + "bronzong": ["bronzong"] +}, { + "bronzor": ["bronzor"] +}, { + "bruxish": ["bruxish"] +}, { + "budew": ["budew"] +}, { + "buizel": ["buizel", "buizel-f"] +}, { + "bulbasaur": ["bulbasaur"] +}, { + "buneary": ["buneary"] +}, { + "bunnelby": ["bunnelby"] +}, { + "burmy": ["burmy", "burmy-sandy", "burmy-trash"] +}, { + "butterfree": ["butterfree", "butterfree-gigantamax"] +}, { + "buzzwole": ["buzzwole"] +}, { + "cacnea": ["cacnea"] +}, { + "cacturne": ["cacturne", "cacturne-f"] +}, { + "calyrex": ["calyrex", "calyrex-ice", "calyrex-shadow"] +}, { + "camerupt": ["camerupt", "camerupt-mega"] +}, { + "capsakid": ["capsakid"] +}, { + "carbink": ["carbink"] +}, { + "carkol": ["carkol"] +}, { + "carnivine": ["carnivine"] +}, { + "carracosta": ["carracosta"] +}, { + "carvanha": ["carvanha"] +}, { + "cascoon": ["cascoon"] +}, { + "castform": ["castform", "castform-rainy", "castform-snowy", "castform-sunny"] +}, { + "caterpie": ["caterpie"] +}, { + "celebi": ["celebi"] +}, { + "celesteela": ["celesteela"] +}, { + "centiskorch": ["centiskorch", "centiskorch-gigantamax"] +}, { + "cetitan": ["cetitan"] +}, { + "cetoddle": ["cetoddle"] +}, { + "chandelure": ["chandelure"] +}, { + "chansey": ["chansey"] +}, { + "charizard": ["charizard", "charizard-gigantamax", "charizard-megax", "charizard-megay"] +}, { + "charjabug": ["charjabug"] +}, { + "charmander": ["charmander"] +}, { + "charmeleon": ["charmeleon"] +}, { + "chatot": ["chatot"] +}, { + "cherrim": ["cherrim", "cherrim-sunshine"] +}, { + "cherubi": ["cherubi"] +}, { + "chesnaught": ["chesnaught"] +}, { + "chespin": ["chespin"] +}, { + "chewtle": ["chewtle"] +}, { + "chikorita": ["chikorita"] +}, { + "chimchar": ["chimchar"] +}, { + "chimecho": ["chimecho"] +}, { + "chinchou": ["chinchou"] +}, { + "chingling": ["chingling"] +}, { + "cinccino": ["cinccino"] +}, { + "cinderace": ["cinderace", "cinderace-gigantamax"] +}, { + "clamperl": ["clamperl"] +}, { + "clauncher": ["clauncher"] +}, { + "clawitzer": ["clawitzer"] +}, { + "claydol": ["claydol"] +}, { + "clefable": ["clefable"] +}, { + "clefairy": ["clefairy"] +}, { + "cleffa": ["cleffa"] +}, { + "clobbopus": ["clobbopus"] +}, { + "cloyster": ["cloyster"] +}, { + "coalossal": ["coalossal", "coalossal-gigantamax"] +}, { + "cobalion": ["cobalion"] +}, { + "cofagrigus": ["cofagrigus"] +}, { + "combee": ["combee", "combee-f"] +}, { + "combusken": ["combusken", "combusken-f"] +}, { + "comfey": ["comfey"] +}, { + "conkeldurr": ["conkeldurr"] +}, { + "copperajah": ["copperajah", "copperajah-gigantamax"] +}, { + "corphish": ["corphish"] +}, { + "corsola": ["corsola", "corsola-galar"] +}, { + "corviknight": ["corviknight", "corviknight-gigantamax"] +}, { + "corvisquire": ["corvisquire"] +}, { + "cosmoem": ["cosmoem"] +}, { + "cosmog": ["cosmog"] +}, { + "cottonee": ["cottonee"] +}, { + "crabominable": ["crabominable"] +}, { + "crabrawler": ["crabrawler"] +}, { + "cradily": ["cradily"] +}, { + "cramorant": ["cramorant", "cramorant-gorging", "cramorant-gulping"] +}, { + "cranidos": ["cranidos"] +}, { + "crawdaunt": ["crawdaunt"] +}, { + "cresselia": ["cresselia"] +}, { + "croagunk": ["croagunk", "croagunk-f"] +}, { + "crobat": ["crobat"] +}, { + "crocalor": ["crocalor"] +}, { + "croconaw": ["croconaw"] +}, { + "crustle": ["crustle"] +}, { + "cryogonal": ["cryogonal"] +}, { + "cubchoo": ["cubchoo"] +}, { + "cubone": ["cubone"] +}, { + "cufant": ["cufant"] +}, { + "cursola": ["cursola"] +}, { + "cutiefly": ["cutiefly"] +}, { + "cyndaquil": ["cyndaquil"] +}, { + "darkrai": ["darkrai"] +}, { + "darmanitan": ["darmanitan", "darmanitan-galar-zen", "darmanitan-galar", "darmanitan-zen"] +}, { + "dartrix": ["dartrix"] +}, { + "darumaka": ["darumaka", "darumaka-galar"] +}, { + "decidueye": ["decidueye", "decidueye-hisui"] +}, { + "dedenne": ["dedenne"] +}, { + "deerling": ["deerling", "deerling-autumn", "deerling-summer", "deerling-winter"] +}, { + "deino": ["deino"] +}, { + "delcatty": ["delcatty"] +}, { + "delibird": ["delibird"] +}, { + "delphox": ["delphox"] +}, { + "deoxys": ["deoxys", "deoxys-attack", "deoxys-defense", "deoxys-speed"] +}, { + "dewgong": ["dewgong"] +}, { + "dewott": ["dewott"] +}, { + "dewpider": ["dewpider"] +}, { + "dhelmise": ["dhelmise"] +}, { + "dialga": ["dialga"] +}, { + "diancie": ["diancie", "diancie-mega"] +}, { + "diggersby": ["diggersby"] +}, { + "diglett": ["diglett", "diglett-alola"] +}, { + "ditto": ["ditto"] +}, { + "dodrio": ["dodrio", "dodrio-f"] +}, { + "doduo": ["doduo", "doduo-f"] +}, { + "dolliv": ["dolliv"] +}, { + "dondozo": ["dondozo"] +}, { + "donphan": ["donphan", "donphan-f"] +}, { + "dottler": ["dottler"] +}, { + "doublade": ["doublade"] +}, { + "dracovish": ["dracovish"] +}, { + "dracozolt": ["dracozolt"] +}, { + "dragalge": ["dragalge"] +}, { + "dragapult": ["dragapult"] +}, { + "dragonair": ["dragonair"] +}, { + "dragonite": ["dragonite"] +}, { + "drakloak": ["drakloak"] +}, { + "drampa": ["drampa"] +}, { + "drapion": ["drapion"] +}, { + "dratini": ["dratini"] +}, { + "drednaw": ["drednaw", "drednaw-gigantamax"] +}, { + "dreepy": ["dreepy"] +}, { + "drifblim": ["drifblim"] +}, { + "drifloon": ["drifloon"] +}, { + "drilbur": ["drilbur"] +}, { + "drizzile": ["drizzile"] +}, { + "drowzee": ["drowzee"] +}, { + "druddigon": ["druddigon"] +}, { + "dubwool": ["dubwool"] +}, { + "ducklett": ["ducklett"] +}, { + "dugtrio": ["dugtrio", "dugtrio-alola"] +}, { + "dudunsparce": ["dudunsparce", "dudunsparce-threesegment"] +}, { + "dunsparce": ["dunsparce"] +}, { + "duosion": ["duosion"] +}, { + "duraludon": ["duraludon", "duraludon-gigantamax"] +}, { + "durant": ["durant"] +}, { + "dusclops": ["dusclops"] +}, { + "dusknoir": ["dusknoir"] +}, { + "duskull": ["duskull"] +}, { + "dustox": ["dustox", "dustox-f"] +}, { + "dwebble": ["dwebble"] +}, { + "eelektrik": ["eelektrik"] +}, { + "eelektross": ["eelektross"] +}, { + "eevee": ["eevee", "eevee-gigantamax"] +}, { + "eiscue": ["eiscue", "eiscue-noice-face"] +}, { + "ekans": ["ekans"] +}, { + "eldegoss": ["eldegoss"] +}, { + "electabuzz": ["electabuzz"] +}, { + "electivire": ["electivire"] +}, { + "electrike": ["electrike"] +}, { + "electrode": ["electrode", "electrode-hisui"] +}, { + "elekid": ["elekid"] +}, { + "elgyem": ["elgyem"] +}, { + "emboar": ["emboar"] +}, { + "emolga": ["emolga"] +}, { + "empoleon": ["empoleon"] +}, { + "enamorus": ["enamorus", "enamorus-therian"] +}, { + "entei": ["entei"] +}, { + "escavalier": ["escavalier"] +}, { + "espathra": ["espathra"] +}, { + "espeon": ["espeon"] +}, { + "espurr": ["espurr"] +}, { + "eternatus": ["eternatus", "eternatus-eternamax"] +}, { + "excadrill": ["excadrill"] +}, { + "exeggcute": ["exeggcute"] +}, { + "exeggutor": ["exeggutor", "exeggutor-alola"] +}, { + "exploud": ["exploud"] +}, { + "falinks": ["falinks"] +}, { + "farfetchd": ["farfetchd", "farfetchd-galar"] +}, { + "farigiraf": ["farigiraf"] +}, { + "fearow": ["fearow"] +}, { + "feebas": ["feebas"] +}, { + "fennekin": ["fennekin"] +}, { + "feraligatr": ["feraligatr"] +}, { + "ferroseed": ["ferroseed"] +}, { + "ferrothorn": ["ferrothorn"] +}, { + "finizen": ["finizen"] +}, { + "finneon": ["finneon", "finneon-f"] +}, { + "flaaffy": ["flaaffy"] +}, { + "flabebe": ["flabebe", "flabebe-blue", "flabebe-orange", "flabebe-white", "flabebe-yellow"] +}, { + "flapple": ["flapple", "flapple-gigantamax"] +}, { + "flareon": ["flareon"] +}, { + "fletchinder": ["fletchinder"] +}, { + "fletchling": ["fletchling"] +}, { + "flittle": ["flittle"] +}, { + "floatzel": ["floatzel", "floatzel-f"] +}, { + "floette": ["floette", "floette-blue", "floette-eternal", "floette-orange", "floette-white", "floette-yellow"] +}, { + "floragato": ["floragato"] +}, { + "florges": ["florges", "florges-blue", "florges-orange", "florges-white", "florges-yellow"] +}, { + "flygon": ["flygon"] +}, { + "fomantis": ["fomantis"] +}, { + "foongus": ["foongus"] +}, { + "forretress": ["forretress"] +}, { + "fraxure": ["fraxure"] +}, { + "frillish": ["frillish", "frillish-f"] +}, { + "froakie": ["froakie"] +}, { + "frogadier": ["frogadier"] +}, { + "froslass": ["froslass"] +}, { + "frosmoth": ["frosmoth"] +}, { + "fuecoco": ["fuecoco"] +}, { + "furfrou": ["furfrou", "furfrou-dandy", "furfrou-debutante", "furfrou-diamond", "furfrou-heart", "furfrou-kabuki", "furfrou-lareine", "furfrou-matron", "furfrou-pharaoh", "furfrou-star"] +}, { + "furret": ["furret"] +}, { + "gabite": ["gabite", "gabite-f"] +}, { + "gallade": ["gallade", "gallade-mega"] +}, { + "galvantula": ["galvantula"] +}, { + "garbodor": ["garbodor", "garbodor-gigantamax"] +}, { + "garchomp": ["garchomp", "garchomp-mega"] +}, { + "gardevoir": ["gardevoir", "gardevoir-mega"] +}, { + "gastly": ["gastly"] +}, { + "gastrodon": ["gastrodon", "gastrodon-east"] +}, { + "genesect": ["genesect", "genesect-electric", "genesect-fire", "genesect-ice", "genesect-water"] +}, { + "gengar": ["gengar", "gengar-gigantamax", "gengar-mega"] +}, { + "geodude": ["geodude", "geodude-alola"] +}, { + "gible": ["gible", "gible-f"] +}, { + "gigalith": ["gigalith"] +}, { + "girafarig": ["girafarig", "girafarig-f"] +}, { + "giratina": ["giratina", "giratina-origin"] +}, { + "glaceon": ["glaceon"] +}, { + "glalie": ["glalie", "glalie-mega"] +}, { + "glameow": ["glameow", "glameow-g6"] +}, { + "glastrier": ["glastrier"] +}, { + "gligar": ["gligar", "gligar-f"] +}, { + "gliscor": ["gliscor"] +}, { + "gloom": ["gloom", "gloom-f"] +}, { + "gogoat": ["gogoat"] +}, { + "golbat": ["golbat", "golbat-f"] +}, { + "goldeen": ["goldeen", "goldeen-f"] +}, { + "golduck": ["golduck"] +}, { + "golem": ["golem", "golem-alola"] +}, { + "golett": ["golett"] +}, { + "golisopod": ["golisopod"] +}, { + "golurk": ["golurk"] +}, { + "goodra": ["goodra", "goodra-hisui"] +}, { + "goomy": ["goomy"] +}, { + "gorebyss": ["gorebyss"] +}, { + "gossifleur": ["gossifleur"] +}, { + "gothita": ["gothita"] +}, { + "gothitelle": ["gothitelle"] +}, { + "gothorita": ["gothorita"] +}, { + "gourgeist": ["gourgeist", "gourgeist-large", "gourgeist-small", "gourgeist-super"] +}, { + "granbull": ["granbull"] +}, { + "grapploct": ["grapploct"] +}, { + "graveler": ["graveler", "graveler-alola"] +}, { + "greavard": ["greavard"] +}, { + "greedent": ["greedent"] +}, { + "greninja": ["greninja", "greninja-active"] +}, { + "grimer": ["grimer", "grimer-alola"] +}, { + "grimmsnarl": ["grimmsnarl", "grimmsnarl-gigantamax"] +}, { + "grookey": ["grookey"] +}, { + "grotle": ["grotle"] +}, { + "groudon": ["groudon", "groudon-primal"] +}, { + "grovyle": ["grovyle"] +}, { + "growlithe": ["growlithe", "growlithe-hisui"] +}, { + "grubbin": ["grubbin"] +}, { + "grumpig": ["grumpig"] +}, { + "gulpin": ["gulpin", "gulpin-f"] +}, { + "gumshoos": ["gumshoos"] +}, { + "gurdurr": ["gurdurr"] +}, { + "guzzlord": ["guzzlord"] +}, { + "gyarados": ["gyarados", "gyarados-mega"] +}, { + "hakamo-o": ["hakamo-o"] +}, { + "happiny": ["happiny"] +}, { + "hariyama": ["hariyama"] +}, { + "hatenna": ["hatenna"] +}, { + "hatterene": ["hatterene", "hatterene-gigantamax"] +}, { + "hattrem": ["hattrem"] +}, { + "haunter": ["haunter"] +}, { + "hawlucha": ["hawlucha"] +}, { + "haxorus": ["haxorus"] +}, { + "heatmor": ["heatmor"] +}, { + "heatran": ["heatran"] +}, { + "heliolisk": ["heliolisk"] +}, { + "helioptile": ["helioptile"] +}, { + "heracross": ["heracross", "heracross-mega"] +}, { + "herdier": ["herdier"] +}, { + "hippopotas": ["hippopotas", "hippopotas-f"] +}, { + "hippowdon": ["hippowdon", "hippowdon-f"] +}, { + "hitmonchan": ["hitmonchan"] +}, { + "hitmonlee": ["hitmonlee"] +}, { + "hitmontop": ["hitmontop"] +}, { + "ho-oh": ["ho-oh"] +}, { + "honchkrow": ["honchkrow"] +}, { + "honedge": ["honedge"] +}, { + "hoopa": ["hoopa", "hoopa-unbound"] +}, { + "hoothoot": ["hoothoot"] +}, { + "hoppip": ["hoppip"] +}, { + "horsea": ["horsea"] +}, { + "houndoom": ["houndoom", "houndoom-mega"] +}, { + "houndour": ["houndour"] +}, { + "houndstone": ["houndstone"] +}, { + "huntail": ["huntail"] +}, { + "hydreigon": ["hydreigon"] +}, { + "hypno": ["hypno", "hypno-f"] +}, { + "igglybuff": ["igglybuff"] +}, { + "illumise": ["illumise"] +}, { + "impidimp": ["impidimp"] +}, { + "incineroar": ["incineroar"] +}, { + "indeedee": ["indeedee", "indeedee-f"] +}, { + "infernape": ["infernape"] +}, { + "inkay": ["inkay"] +}, { + "inteleon": ["inteleon", "inteleon-gigantamax"] +}, { + "ivysaur": ["ivysaur"] +}, { + "jangmo-o": ["jangmo-o"] +}, { + "jellicent": ["jellicent", "jellicent-f"] +}, { + "jigglypuff": ["jigglypuff"] +}, { + "jirachi": ["jirachi"] +}, { + "jolteon": ["jolteon"] +}, { + "joltik": ["joltik"] +}, { + "jumpluff": ["jumpluff"] +}, { + "jynx": ["jynx"] +}, { + "kabuto": ["kabuto"] +}, { + "kabutops": ["kabutops"] +}, { + "kadabra": ["kadabra", "kadabra-f"] +}, { + "kakuna": ["kakuna"] +}, { + "kangaskhan": ["kangaskhan", "kangaskhan-mega"] +}, { + "karrablast": ["karrablast"] +}, { + "kartana": ["kartana"] +}, { + "kecleon": ["kecleon"] +}, { + "keldeo": ["keldeo", "keldeo-resolute"] +}, { + "kingdra": ["kingdra"] +}, { + "kingler": ["kingler", "kingler-gigantamax"] +}, { + "kirlia": ["kirlia"] +}, { + "klang": ["klang"] +}, { + "kleavor": ["kleavor"] +}, { + "klefki": ["klefki"] +}, { + "klink": ["klink"] +}, { + "klinklang": ["klinklang"] +}, { + "koffing": ["koffing"] +}, { + "komala": ["komala"] +}, { + "kommo-o": ["kommo-o"] +}, { + "krabby": ["krabby"] +}, { + "kricketot": ["kricketot", "kricketot-f"] +}, { + "kricketune": ["kricketune", "kricketune-f"] +}, { + "krokorok": ["krokorok"] +}, { + "krookodile": ["krookodile"] +}, { + "kubfu": ["kubfu"] +}, { + "kyogre": ["kyogre", "kyogre-primal"] +}, { + "kyurem": ["kyurem", "kyurem-black-overdrive", "kyurem-black", "kyurem-white-overdrive", "kyurem-white"] +}, { + "lairon": ["lairon"] +}, { + "lampent": ["lampent"] +}, { + "landorus": ["landorus", "landorus-therian"] +}, { + "lanturn": ["lanturn"] +}, { + "lapras": ["lapras", "lapras-gigantamax"] +}, { + "larvesta": ["larvesta"] +}, { + "larvitar": ["larvitar"] +}, { + "latias": ["latias", "latias-mega"] +}, { + "latios": ["latios", "latios-mega"] +}, { + "leafeon": ["leafeon"] +}, { + "leavanny": ["leavanny"] +}, { + "lechonk": ["lechonk"] +}, { + "ledian": ["ledian", "ledian-f"] +}, { + "ledyba": ["ledyba", "ledyba-f"] +}, { + "lickilicky": ["lickilicky"] +}, { + "lickitung": ["lickitung"] +}, { + "liepard": ["liepard"] +}, { + "lileep": ["lileep"] +}, { + "lilligant": ["lilligant", "lilligant-hisui"] +}, { + "lillipup": ["lillipup"] +}, { + "linoone": ["linoone", "linoone-galar"] +}, { + "litleo": ["litleo"] +}, { + "litten": ["litten"] +}, { + "litwick": ["litwick"] +}, { + "lokix": ["lokix"] +}, { + "lombre": ["lombre"] +}, { + "lopunny": ["lopunny", "lopunny-mega"] +}, { + "lotad": ["lotad"] +}, { + "loudred": ["loudred"] +}, { + "lucario": ["lucario", "lucario-mega"] +}, { + "ludicolo": ["ludicolo", "ludicolo-f"] +}, { + "lugia": ["lugia"] +}, { + "lumineon": ["lumineon", "lumineon-f"] +}, { + "lunala": ["lunala"] +}, { + "lunatone": ["lunatone"] +}, { + "lurantis": ["lurantis"] +}, { + "luvdisc": ["luvdisc"] +}, { + "luxio": ["luxio", "luxio-f"] +}, { + "luxray": ["luxray", "luxray-f"] +}, { + "lycanroc": ["lycanroc", "lycanroc-dusk", "lycanroc-midnight"] +}, { + "machamp": ["machamp", "machamp-gigantamax"] +}, { + "machoke": ["machoke"] +}, { + "machop": ["machop"] +}, { + "magby": ["magby"] +}, { + "magcargo": ["magcargo"] +}, { + "magearna": ["magearna", "magearna-original"] +}, { + "magikarp": ["magikarp", "magikarp-f"] +}, { + "magmar": ["magmar"] +}, { + "magmortar": ["magmortar"] +}, { + "magnemite": ["magnemite"] +}, { + "magneton": ["magneton"] +}, { + "magnezone": ["magnezone"] +}, { + "makuhita": ["makuhita"] +}, { + "malamar": ["malamar"] +}, { + "mamoswine": ["mamoswine", "mamoswine-f"] +}, { + "manaphy": ["manaphy"] +}, { + "mandibuzz": ["mandibuzz"] +}, { + "manectric": ["manectric", "manectric-mega"] +}, { + "mankey": ["mankey"] +}, { + "mantine": ["mantine"] +}, { + "mantyke": ["mantyke"] +}, { + "maractus": ["maractus"] +}, { + "mareanie": ["mareanie"] +}, { + "mareep": ["mareep"] +}, { + "marill": ["marill"] +}, { + "marowak": ["marowak", "marowak-alola"] +}, { + "marshadow": ["marshadow"] +}, { + "marshtomp": ["marshtomp"] +}, { + "masquerain": ["masquerain"] +}, { + "maushold": ["maushold", "maushold-four"] +}, { + "mawile": ["mawile", "mawile-mega"] +}, { + "medicham": ["medicham", "medicham-mega"] +}, { + "meditite": ["meditite", "meditite-f"] +}, { + "meltan": ["meltan"] +}, { + "meganium": ["meganium", "meganium-f"] +}, { + "melmetal": ["melmetal", "melmetal-gigantamax"] +}, { + "meloetta": ["meloetta", "meloetta-pirouette"] +}, { + "meowscarada": ["meowscarada"] +}, { + "meowstic": ["meowstic", "meowstic-f"] +}, { + "meowth": ["meowth", "meowth-alola", "meowth-galar", "meowth-gigantamax"] +}, { + "mesprit": ["mesprit"] +}, { + "metagross": ["metagross", "metagross-mega"] +}, { + "metang": ["metang"] +}, { + "metapod": ["metapod"] +}, { + "mew": ["mew"] +}, { + "mewtwo": ["mewtwo", "mewtwo-megax", "mewtwo-megay"] +}, { + "mienfoo": ["mienfoo"] +}, { + "mienshao": ["mienshao"] +}, { + "mightyena": ["mightyena"] +}, { + "milcery": ["milcery"] +}, { + "milotic": ["milotic", "milotic-f"] +}, { + "miltank": ["miltank"] +}, { + "mime_jr": ["mime_jr"] +}, { + "mimikyu": ["mimikyu", "mimikyu-busted"] +}, { + "minccino": ["minccino"] +}, { + "minior": ["minior", "minior-blue", "minior-green", "minior-indigo", "minior-orange", "minior-red", "minior-violet", "minior-yellow"] +}, { + "minun": ["minun"] +}, { + "misdreavus": ["misdreavus"] +}, { + "mismagius": ["mismagius"] +}, { + "moltres": ["moltres", "moltres-galar"] +}, { + "monferno": ["monferno"] +}, { + "morelull": ["morelull"] +}, { + "morgrem": ["morgrem"] +}, { + "morpeko": ["morpeko", "morpeko-hangry-mode"] +}, { + "mothim": ["mothim"] +}, { + "mr-mime": ["mr-mime", "mr-mime-galar"] +}, { + "mr-rime": ["mr-rime"] +}, { + "mudbray": ["mudbray"] +}, { + "mudkip": ["mudkip"] +}, { + "mudsdale": ["mudsdale"] +}, { + "muk": ["muk", "muk-alola"] +}, { + "munchlax": ["munchlax"] +}, { + "munna": ["munna"] +}, { + "murkrow": ["murkrow", "murkrow-f"] +}, { + "musharna": ["musharna"] +}, { + "naganadel": ["naganadel"] +}, { + "natu": ["natu"] +}, { + "necrozma": ["necrozma", "necrozma-dawn-wings", "necrozma-dusk-mane", "necrozma-ultra"] +}, { + "nickit": ["nickit"] +}, { + "nidoking": ["nidoking"] +}, { + "nidoqueen": ["nidoqueen"] +}, { + "nidoran_f": ["nidoran_f"] +}, { + "nidoran_m": ["nidoran_m"] +}, { + "nidorina": ["nidorina"] +}, { + "nidorino": ["nidorino"] +}, { + "nihilego": ["nihilego"] +}, { + "nincada": ["nincada"] +}, { + "ninetales": ["ninetales", "ninetales-alola"] +}, { + "ninjask": ["ninjask"] +}, { + "noctowl": ["noctowl"] +}, { + "noibat": ["noibat"] +}, { + "noivern": ["noivern"] +}, { + "nosepass": ["nosepass"] +}, { + "numel": ["numel", "numel-f"] +}, { + "nuzleaf": ["nuzleaf", "nuzleaf-f"] +}, { + "nymble": ["nymble"] +}, { + "obstagoon": ["obstagoon"] +}, { + "octillery": ["octillery", "octillery-f"] +}, { + "oddish": ["oddish"] +}, { + "oinkologne": ["oinkologne", "oinkologne-f"] +}, { + "omanyte": ["omanyte"] +}, { + "omastar": ["omastar"] +}, { + "onix": ["onix"] +}, { + "oranguru": ["oranguru"] +}, { + "orbeetle": ["orbeetle", "orbeetle-gigantamax"] +}, { + "oricorio": ["oricorio", "oricorio-pau", "oricorio-pompom", "oricorio-sensu"] +}, { + "orthworm": ["orthworm"] +}, { + "oshawott": ["oshawott"] +}, { + "overqwil": ["overqwil"] +}, { + "pachirisu": ["pachirisu", "pachirisu-f"] +}, { + "palafin": ["palafin", "palafin-hero"] +}, { + "palkia": ["palkia"] +}, { + "palossand": ["palossand"] +}, { + "palpitoad": ["palpitoad"] +}, { + "pancham": ["pancham"] +}, { + "pangoro": ["pangoro"] +}, { + "panpour": ["panpour"] +}, { + "pansage": ["pansage"] +}, { + "pansear": ["pansear"] +}, { + "paras": ["paras"] +}, { + "parasect": ["parasect"] +}, { + "passimian": ["passimian"] +}, { + "patrat": ["patrat"] +}, { + "pawniard": ["pawniard"] +}, { + "pelipper": ["pelipper"] +}, { + "perrserker": ["perrserker"] +}, { + "persian": ["persian", "persian-alola"] +}, { + "petilil": ["petilil"] +}, { + "phanpy": ["phanpy"] +}, { + "phantump": ["phantump"] +}, { + "pheromosa": ["pheromosa"] +}, { + "phione": ["phione"] +}, { + "pichu": ["pichu"] +}, { + "pidgeot": ["pidgeot", "pidgeot-mega"] +}, { + "pidgeotto": ["pidgeotto"] +}, { + "pidgey": ["pidgey"] +}, { + "pidove": ["pidove"] +}, { + "pignite": ["pignite"] +}, { + "pikachu": ["pikachu", "pikachu-belle", "pikachu-cosplay", "pikachu-gigantamax", "pikachu-libre", "pikachu-phd", "pikachu-popstar", "pikachu-rockstar"] +}, { + "pikipek": ["pikipek"] +}, { + "piloswine": ["piloswine", "piloswine-f"] +}, { + "pincurchin": ["pincurchin"] +}, { + "pineco": ["pineco"] +}, { + "pinsir": ["pinsir", "pinsir-mega"] +}, { + "piplup": ["piplup"] +}, { + "plusle": ["plusle"] +}, { + "poipole": ["poipole"] +}, { + "politoed": ["politoed", "politoed-f"] +}, { + "poliwag": ["poliwag"] +}, { + "poliwhirl": ["poliwhirl"] +}, { + "poliwrath": ["poliwrath"] +}, { + "polteageist": ["polteageist"] +}, { + "ponyta": ["ponyta", "ponyta-galar"] +}, { + "poochyena": ["poochyena"] +}, { + "popplio": ["popplio"] +}, { + "porygon": ["porygon"] +}, { + "porygon-z": ["porygon-z"] +}, { + "porygon2": ["porygon2"] +}, { + "primarina": ["primarina"] +}, { + "primeape": ["primeape"] +}, { + "prinplup": ["prinplup"] +}, { + "probopass": ["probopass"] +}, { + "psyduck": ["psyduck"] +}, { + "pumpkaboo": ["pumpkaboo", "pumpkaboo-large", "pumpkaboo-small", "pumpkaboo-super"] +}, { + "pupitar": ["pupitar"] +}, { + "purrloin": ["purrloin"] +}, { + "purugly": ["purugly"] +}, { + "pyroar": ["pyroar", "pyroar-f"] +}, { + "pyukumuku": ["pyukumuku"] +}, { + "quagsire": ["quagsire", "quagsire-f"] +}, { + "quaquaval": ["quaquaval"] +}, { + "quaxly": ["quaxly"] +}, { + "quaxwell": ["quaxwell"] +}, { + "quilava": ["quilava"] +}, { + "quilladin": ["quilladin"] +}, { + "qwilfish": ["qwilfish"] +}, { + "raboot": ["raboot"] +}, { + "rabsca": ["rabsca"] +}, { + "raichu": ["raichu", "raichu-alola"] +}, { + "raikou": ["raikou"] +}, { + "ralts": ["ralts"] +}, { + "rampardos": ["rampardos"] +}, { + "rapidash": ["rapidash", "rapidash-galar"] +}, { + "raticate": ["raticate", "raticate-alola"] +}, { + "rattata": ["rattata", "rattata-alola"] +}, { + "rayquaza": ["rayquaza", "rayquaza-mega"] +}, { + "regice": ["regice"] +}, { + "regidrago": ["regidrago"] +}, { + "regieleki": ["regieleki"] +}, { + "regigigas": ["regigigas"] +}, { + "regirock": ["regirock"] +}, { + "registeel": ["registeel"] +}, { + "relicanth": ["relicanth", "relicanth-f"] +}, { + "rellor": ["rellor"] +}, { + "remoraid": ["remoraid"] +}, { + "reshiram": ["reshiram"] +}, { + "reuniclus": ["reuniclus"] +}, { + "revavroom": ["revavroom"] +}, { + "rhydon": ["rhydon", "rhydon-f"] +}, { + "rhyhorn": ["rhyhorn", "rhyhorn-f"] +}, { + "rhyperior": ["rhyperior", "rhyperior-f"] +}, { + "ribombee": ["ribombee"] +}, { + "rillaboom": ["rillaboom", "rillaboom-gigantamax"] +}, { + "riolu": ["riolu"] +}, { + "rockruff": ["rockruff"] +}, { + "roggenrola": ["roggenrola"] +}, { + "rolycoly": ["rolycoly"] +}, { + "rookidee": ["rookidee"] +}, { + "roselia": ["roselia", "roselia-f"] +}, { + "roserade": ["roserade", "roserade-f"] +}, { + "rotom": ["rotom", "rotom-fan", "rotom-frost", "rotom-heat", "rotom-mow", "rotom-wash"] +}, { + "rowlet": ["rowlet"] +}, { + "rufflet": ["rufflet"] +}, { + "runerigus": ["runerigus"] +}, { + "sableye": ["sableye", "sableye-mega"] +}, { + "salamence": ["salamence", "salamence-mega"] +}, { + "salandit": ["salandit"] +}, { + "salazzle": ["salazzle"] +}, { + "samurott": ["samurott", "samurott-hisui"] +}, { + "sandaconda": ["sandaconda", "sandaconda-gigantamax"] +}, { + "sandile": ["sandile"] +}, { + "sandshrew": ["sandshrew", "sandshrew-alola"] +}, { + "sandslash": ["sandslash", "sandslash-alola"] +}, { + "sandygast": ["sandygast"] +}, { + "sawk": ["sawk"] +}, { + "sawsbuck": ["sawsbuck", "sawsbuck-autumn", "sawsbuck-summer", "sawsbuck-winter"] +}, { + "scatterbug": ["scatterbug"] +}, { + "sceptile": ["sceptile", "sceptile-mega"] +}, { + "scizor": ["scizor", "scizor-mega"] +}, { + "scolipede": ["scolipede"] +}, { + "scorbunny": ["scorbunny"] +}, { + "scovillain": ["scovillain"] +}, { + "scrafty": ["scrafty"] +}, { + "scraggy": ["scraggy"] +}, { + "scyther": ["scyther", "scyther-f"] +}, { + "seadra": ["seadra"] +}, { + "seaking": ["seaking", "seaking-f"] +}, { + "sealeo": ["sealeo"] +}, { + "seedot": ["seedot"] +}, { + "seel": ["seel"] +}, { + "seismitoad": ["seismitoad"] +}, { + "sentret": ["sentret"] +}, { + "serperior": ["serperior"] +}, { + "servine": ["servine"] +}, { + "seviper": ["seviper"] +}, { + "sewaddle": ["sewaddle"] +}, { + "sharpedo": ["sharpedo", "sharpedo-mega"] +}, { + "shaymin": ["shaymin", "shaymin-sky"] +}, { + "shedinja": ["shedinja"] +}, { + "shelgon": ["shelgon"] +}, { + "shellder": ["shellder"] +}, { + "shellos": ["shellos", "shellos-east"] +}, { + "shelmet": ["shelmet"] +}, { + "shieldon": ["shieldon"] +}, { + "shiftry": ["shiftry", "shiftry-f"] +}, { + "shiinotic": ["shiinotic"] +}, { + "shinx": ["shinx", "shinx-f"] +}, { + "shroomish": ["shroomish"] +}, { + "shuckle": ["shuckle"] +}, { + "shuppet": ["shuppet"] +}, { + "sigilyph": ["sigilyph"] +}, { + "silcoon": ["silcoon"] +}, { + "silicobra": ["silicobra"] +}, { + "silvally": ["silvally", "silvally-bug", "silvally-dark", "silvally-dragon", "silvally-electric", "silvally-fairy", "silvally-fighting", "silvally-fire", "silvally-flying", "silvally-ghost", "silvally-grass", "silvally-ground", "silvally-ice", "silvally-poison", "silvally-psychic", "silvally-rock", "silvally-steel", "silvally-water"] +}, { + "simipour": ["simipour"] +}, { + "simisage": ["simisage"] +}, { + "simisear": ["simisear"] +}, { + "sinistea": ["sinistea"] +}, { + "sirfetchd": ["sirfetchd"] +}, { + "sizzlipede": ["sizzlipede"] +}, { + "skarmory": ["skarmory"] +}, { + "skiddo": ["skiddo"] +}, { + "skiploom": ["skiploom"] +}, { + "skitty": ["skitty"] +}, { + "skeledirge": ["skeledirge"] +}, { + "skorupi": ["skorupi"] +}, { + "skrelp": ["skrelp"] +}, { + "skuntank": ["skuntank"] +}, { + "skwovet": ["skwovet"] +}, { + "slaking": ["slaking"] +}, { + "slakoth": ["slakoth"] +}, { + "sliggoo": ["sliggoo", "sliggoo-hisui"] +}, { + "slowbro": ["slowbro", "slowbro-galar", "slowbro-mega"] +}, { + "slowking": ["slowking", "slowking-galar"] +}, { + "slowpoke": ["slowpoke", "slowpoke-galar"] +}, { + "slugma": ["slugma"] +}, { + "slurpuff": ["slurpuff"] +}, { + "smeargle": ["smeargle"] +}, { + "smoliv": ["smoliv"] +}, { + "smoochum": ["smoochum"] +}, { + "sneasel": ["sneasel", "sneasel-f", "sneasel-hisui", "sneasel-hisui-f"] +}, { + "sneasler": ["sneasler"] +}, { + "snivy": ["snivy"] +}, { + "snom": ["snom"] +}, { + "snorlax": ["snorlax", "snorlax-gigantamax"] +}, { + "snorunt": ["snorunt"] +}, { + "snover": ["snover", "snover-f"] +}, { + "snubbull": ["snubbull"] +}, { + "sobble": ["sobble"] +}, { + "solgaleo": ["solgaleo"] +}, { + "solosis": ["solosis"] +}, { + "solrock": ["solrock"] +}, { + "spearow": ["spearow"] +}, { + "spewpa": ["spewpa"] +}, { + "spheal": ["spheal"] +}, { + "spectrier": ["spectrier"] +}, { + "spidops": ["spidops"] +}, { + "spinarak": ["spinarak"] +}, { + "spinda": ["spinda"] +}, { + "spiritomb": ["spiritomb"] +}, { + "spoink": ["spoink"] +}, { + "sprigatito": ["sprigatito"] +}, { + "spritzee": ["spritzee"] +}, { + "squirtle": ["squirtle"] +}, { + "stakataka": ["stakataka"] +}, { + "stantler": ["stantler"] +}, { + "staraptor": ["staraptor", "staraptor-f"] +}, { + "staravia": ["staravia", "staravia-f"] +}, { + "starly": ["starly", "starly-f"] +}, { + "starmie": ["starmie"] +}, { + "staryu": ["staryu"] +}, { + "steelix": ["steelix", "steelix-mega"] +}, { + "steenee": ["steenee"] +}, { + "stonjourner": ["stonjourner"] +}, { + "stoutland": ["stoutland"] +}, { + "stufful": ["stufful"] +}, { + "stunfisk": ["stunfisk", "stunfisk-galar"] +}, { + "stunky": ["stunky"] +}, { + "sudowoodo": ["sudowoodo", "sudowoodo-f"] +}, { + "suicune": ["suicune"] +}, { + "sunflora": ["sunflora"] +}, { + "sunkern": ["sunkern"] +}, { + "surskit": ["surskit"] +}, { + "swablu": ["swablu"] +}, { + "swadloon": ["swadloon"] +}, { + "swalot": ["swalot", "swalot-f"] +}, { + "swampert": ["swampert", "swampert-mega"] +}, { + "swanna": ["swanna"] +}, { + "swellow": ["swellow"] +}, { + "swinub": ["swinub"] +}, { + "swirlix": ["swirlix"] +}, { + "swoobat": ["swoobat"] +}, { + "sylveon": ["sylveon"] +}, { + "tadbulb": ["tadbulb"] +}, { + "taillow": ["taillow"] +}, { + "talonflame": ["talonflame"] +}, { + "tandemaus": ["tandemaus"] +}, { + "tangela": ["tangela"] +}, { + "tangrowth": ["tangrowth", "tangrowth-f"] +}, { + "tapubulu": ["tapubulu"] +}, { + "tapufini": ["tapufini"] +}, { + "tapukoko": ["tapukoko"] +}, { + "tapulele": ["tapulele"] +}, { + "tarountula": ["tarountula"] +}, { + "tauros": ["tauros"] +}, { + "teddiursa": ["teddiursa"] +}, { + "tentacool": ["tentacool"] +}, { + "tentacruel": ["tentacruel"] +}, { + "tepig": ["tepig"] +}, { + "terrakion": ["terrakion"] +}, { + "thievul": ["thievul"] +}, { + "throh": ["throh"] +}, { + "thundurus": ["thundurus", "thundurus-therian"] +}, { + "thwackey": ["thwackey"] +}, { + "timburr": ["timburr"] +}, { + "tirtouga": ["tirtouga"] +}, { + "togedemaru": ["togedemaru"] +}, { + "togekiss": ["togekiss"] +}, { + "togepi": ["togepi"] +}, { + "togetic": ["togetic"] +}, { + "torchic": ["torchic", "torchic-f"] +}, { + "torkoal": ["torkoal"] +}, { + "tornadus": ["tornadus", "tornadus-therian"] +}, { + "torracat": ["torracat"] +}, { + "torterra": ["torterra"] +}, { + "totodile": ["totodile"] +}, { + "toucannon": ["toucannon"] +}, { + "toxapex": ["toxapex"] +}, { + "toxel": ["toxel"] +}, { + "toxicroak": ["toxicroak", "toxicroak-f"] +}, { + "toxtricity": ["toxtricity", "toxtricity-gigantamax", "toxtricity-low-key"] +}, { + "tranquill": ["tranquill"] +}, { + "trapinch": ["trapinch"] +}, { + "treecko": ["treecko"] +}, { + "trevenant": ["trevenant"] +}, { + "tropius": ["tropius"] +}, { + "trubbish": ["trubbish"] +}, { + "trumbeak": ["trumbeak"] +}, { + "tsareena": ["tsareena"] +}, { + "turtonator": ["turtonator"] +}, { + "turtwig": ["turtwig"] +}, { + "tympole": ["tympole"] +}, { + "tynamo": ["tynamo"] +}, { + "typenull": ["typenull"] +}, { + "typhlosion": ["typhlosion", "typhlosion-hisui"] +}, { + "tyranitar": ["tyranitar", "tyranitar-mega"] +}, { + "tyrantrum": ["tyrantrum"] +}, { + "tyrogue": ["tyrogue"] +}, { + "tyrunt": ["tyrunt"] +}, { + "umbreon": ["umbreon"] +}, { + "unfezant": ["unfezant", "unfezant-f"] +}, { + "unown": ["unown", "unown-bravo", "unown-charlie", "unown-delta", "unown-echo", "unown-exclamation", "unown-foxtrot", "unown-golf", "unown-hotel", "unown-india", "unown-interrogation", "unown-juliet", "unown-kilo", "unown-lima", "unown-mike", "unown-november", "unown-oscar", "unown-papa", "unown-quebec", "unown-romeo", "unown-sierra", "unown-tango", "unown-uniform", "unown-victor", "unown-whiskey", "unown-xray", "unown-yankee", "unown-zulu"] +}, { + "ursaluna": ["ursaluna", "ursaluna-bloodmoon"] +}, { + "ursaring": ["ursaring", "ursaring-f"] +}, { + "urshifu": ["urshifu", "urshifu-gigantamax", "urshifu-rapid-strike-gigantamax", "urshifu-rapid-strike"] +}, { + "uxie": ["uxie"] +}, { + "vanillish": ["vanillish"] +}, { + "vanillite": ["vanillite"] +}, { + "vanilluxe": ["vanilluxe"] +}, { + "vaporeon": ["vaporeon"] +}, { + "varoom": ["varoom"] +}, { + "veluza": ["veluza"] +}, { + "venipede": ["venipede"] +}, { + "venomoth": ["venomoth"] +}, { + "venonat": ["venonat"] +}, { + "venusaur": ["venusaur", "venusaur-gigantamax", "venusaur-mega"] +}, { + "vespiquen": ["vespiquen"] +}, { + "vibrava": ["vibrava"] +}, { + "victini": ["victini"] +}, { + "victreebel": ["victreebel"] +}, { + "vigoroth": ["vigoroth"] +}, { + "vikavolt": ["vikavolt"] +}, { + "vileplume": ["vileplume", "vileplume-f"] +}, { + "virizion": ["virizion"] +}, { + "vivillon": ["vivillon", "vivillon-archipelago", "vivillon-continental", "vivillon-elegant", "vivillon-fancy", "vivillon-garden", "vivillon-highplains", "vivillon-jungle", "vivillon-marine", "vivillon-meadow", "vivillon-modern", "vivillon-monsoon", "vivillon-ocean", "vivillon-pokeball", "vivillon-polar", "vivillon-river", "vivillon-sandstorm", "vivillon-savannah", "vivillon-sun", "vivillon-tundra"] +}, { + "volbeat": ["volbeat"] +}, { + "volcanion": ["volcanion"] +}, { + "volcarona": ["volcarona"] +}, { + "voltorb": ["voltorb", "voltorb-hisui"] +}, { + "vullaby": ["vullaby"] +}, { + "vulpix": ["vulpix", "vulpix-alola"] +}, { + "wailmer": ["wailmer"] +}, { + "wailord": ["wailord"] +}, { + "walrein": ["walrein"] +}, { + "wartortle": ["wartortle"] +}, { + "watchog": ["watchog"] +}, { + "weavile": ["weavile", "weavile-f"] +}, { + "weedle": ["weedle"] +}, { + "weepinbell": ["weepinbell"] +}, { + "weezing": ["weezing", "weezing-galar"] +}, { + "whimsicott": ["whimsicott"] +}, { + "whirlipede": ["whirlipede"] +}, { + "whiscash": ["whiscash"] +}, { + "whismur": ["whismur"] +}, { + "wigglytuff": ["wigglytuff"] +}, { + "wiglett": ["wiglett"] +}, { + "wimpod": ["wimpod"] +}, { + "wingull": ["wingull"] +}, { + "wishiwashi": ["wishiwashi", "wishiwashi-school"] +}, { + "wobbuffet": ["wobbuffet", "wobbuffet-f"] +}, { + "woobat": ["woobat"] +}, { + "wooloo": ["wooloo"] +}, { + "wooper": ["wooper", "wooper-f"] +}, { + "wormadam": ["wormadam", "wormadam-sandy", "wormadam-trash"] +}, { + "wugtrio": ["wugtrio"] +}, { + "wurmple": ["wurmple"] +}, { + "wynaut": ["wynaut"] +}, { + "wyrdeer": ["wyrdeer"] +}, { + "xatu": ["xatu", "xatu-f"] +}, { + "xerneas": ["xerneas", "xerneas-active"] +}, { + "xurkitree": ["xurkitree"] +}, { + "yamask": ["yamask", "yamask-galar"] +}, { + "yamper": ["yamper"] +}, { + "yanma": ["yanma"] +}, { + "yanmega": ["yanmega"] +}, { + "yungoos": ["yungoos"] +}, { + "yveltal": ["yveltal"] +}, { + "zacian": ["zacian", "zacian-crowned-sword"] +}, { + "zamazenta": ["zamazenta", "zamazenta-crowned-shield"] +}, { + "zangoose": ["zangoose"] +}, { + "zapdos": ["zapdos", "zapdos-galar"] +}, { + "zarude": ["zarude", "zarude-dada"] +}, { + "zebstrika": ["zebstrika"] +}, { + "zekrom": ["zekrom"] +}, { + "zeraora": ["zeraora", "zeraora-stand"] +}, { + "zigzagoon": ["zigzagoon", "zigzagoon-galar"] +}, { + "zoroark": ["zoroark", "zoroark-hisui"] +}, { + "zorua": ["zorua", "zorua-hisui"] +}, { + "zubat": ["zubat", "zubat-f"] +}, { + "zweilous": ["zweilous"] +}, { + "zygarde": ["zygarde", "zygarde-10", "zygarde-complete"] +}] + +fakemon = [{ + "astrolotl": ["astrolotl"] +}, { + "aurumoth": ["aurumoth"] +}, { + "colossoil": ["colossoil", "colossoil-f"] +}, { + "crucibelle": ["crucibelle", "crucibelle-mega"] +}, { + "equilibra": ["equilibra"] +}, { + "fidgit": ["fidgit"] +}, { + "jumbao": ["jumbao"] +}, { + "justyke": ["justyke"] +}, { + "kerfluffle": ["kerfluffle", "kerfluffle-f"] +}, { + "kitsunoh": ["kitsunoh", "kitsunoh-f"] +}, { + "krilowatt": ["krilowatt"] +}, { + "malaconda": ["malaconda"] +}, { + "miasmaw": ["miasmaw"] +}, { + "mollux": ["mollux"] +}, { + "mumbao": ["mumbao"] +}, { + "necturna": ["necturna"] +}, { + "pajantom": ["pajantom"] +}, { + "plasmanta": ["plasmanta"] +}, { + "pluffle": ["pluffle"] +}, { + "protowatt": ["protowatt", "protowatt-f"] +}, { + "pyroak": ["pyroak"] +}, { + "scratchet": ["scratchet"] +}, { + "smogecko": ["smogecko"] +}, { + "smoguana": ["smoguana"] +}, { + "smokomodo": ["smokomodo"] +}, { + "stratagem": ["stratagem"] +}, { + "tomohawk": ["tomohawk"] +}, { + "volkraken": ["volkraken"] +}, { + "voodoom": ["voodoom", "voodoom-f"] +}] + +floating_pokemon = [ + "abra", + "aegislash", + "aegislash-blade", + "aerodactyl", + "aerodactyl-mega", + "alakazam-mega", + "altaria", + "altaria-mega", + "arceus", + "arceus-bug", + "arceus-dark", + "arceus-dragon", + "arceus-electric", + "arceus-fairy", + "arceus-fighting", + "arceus-fire", + "arceus-flying", + "arceus-ghost", + "arceus-grass", + "arceus-ground", + "arceus-ice", + "arceus-poison", + "arceus-psychic", + "arceus-rock", + "arceus-steel", + "arceus-water", + "archeops", + "articuno", + "articuno-galar", + "astrolotl", + "aurumoth", + "azelf", + "banette-mega", + "beautifly", + "beautifly-f", + "beedrill", + "beedrill-mega", + "beheeyem", + "braviary", + "braviary-hisui", + "butterfree", + "butterfree-f", + "butterfree-gigantamax", + "castform", + "castform-rainy", + "castform-snowy", + "castform-sunny", + "celebi", + "chandelure", + "charizard", + "charizard-megax", + "charizard-megay", + "chimecho", + "chingling", + "claydol", + "cloyster", + "cofagrigus", + "combee", + "combee-f", + "comfey", + "corviknight", + "corviknight-gigantamax", + "corvisquire", + "cosmoem", + "cosmog", + "cottonee", + "cresselia", + "crobat", + "cryogonal", + "cutiefly", + "darkrai", + "dhelmise", + "diancie", + "diancie-mega", + "doublade", + "dragalge", + "dragapult", + "dragonite", + "drakloak", + "drampa", + "dreepy", + "drifblim", + "drifloon", + "duosion", + "dusknoir", + "duskull", + "dustox", + "dustox-f", + "elgyem", + "emolga", + "equilibra", + "escavalier", + "eternatus", + "eternatus-eternamax", + "fearow", + "flabebe", + "flabebe-blue", + "flabebe-orange", + "flabebe-white", + "flabebe-yellow", + "flapple", + "fletchinder", + "flittle", + "floette", + "floette-blue", + "floette-eternal", + "floette-orange", + "floette-white", + "floette-yellow", + "flygon", + "forretress", + "frillish", + "frillish-f", + "froslass", + "frosmoth", + "gastly", + "giratina-origin", + "glalie", + "glalie-mega", + "gligar", + "gligar-f", + "gliscor", + "golbat", + "golbat-f", + "gyarados", + "gyarados-mega", + "haunter", + "honchkrow", + "honedge", + "ho-oh", + "hoopa", + "hoopa-unbound", + "hoppip", + "hydreigon", + "jellicent", + "jellicent-f", + "jirachi", + "jumpluff", + "kartana", + "klang", + "klefki", + "klink", + "klinklang", + "koffing", + "lampent", + "landorus", + "landorus-therian", + "latias", + "latias-mega", + "latios", + "latios-mega", + "ledian", + "ledian-f", + "ledyba", + "ledyba-f", + "lugia", + "lunala", + "lunatone", + "magnemite", + "magneton", + "magnezone", + "manaphy", + "mandibuzz", + "masquerain", + "mesprit", + "metagross-mega", + "mew", + "mewtwo-megay", + "milcery", + "minior", + "minior-blue", + "minior-green", + "minior-indigo", + "minior-orange", + "minior-red", + "minior-violet", + "minior-yellow", + "misdreavus", + "mismagius", + "moltres", + "moltres-galar", + "mothim", + "munna", + "musharna", + "naganadel", + "necrozma", + "necrozma-dawn-wings", + "necrozma-ultra", + "necturna", + "nihilego", + "ninjask", + "noctowl", + "noibat", + "noivern", + "orbeetle", + "pajantom", + "pelipper", + "phantump", + "phione", + "pidgeot", + "pidgeot-mega", + "pidgeotto", + "pineco", + "pinsir-mega", + "plasmanta", + "poipole", + "polteageist", + "porygon", + "porygon2", + "porygon-z", + "probopass", + "pumpkaboo", + "pumpkaboo-large", + "pumpkaboo-small", + "pumpkaboo-super", + "rabsca", + "raichu-alola", + "rayquaza", + "rayquaza-mega", + "regidrago", + "regieleki", + "reuniclus", + "ribombee", + "rotom", + "rotom-fan", + "rotom-frost", + "rotom-heat", + "rotom-wash", + "runerigus", + "salamence", + "salamence-mega", + "scyther", + "scyther-f", + "shedinja", + "sigilyph", + "sinistea", + "skarmory", + "skiploom", + "solosis", + "solrock", + "spritzee", + "staraptor", + "staraptor-f", + "staravia", + "staravia-f", + "starmie", + "staryu", + "stratagem", + "swablu", + "swanna", + "swellow", + "swoobat", + "talonflame", + "tapubulu", + "tapufini", + "tapukoko", + "tapulele", + "thundurus", + "thundurus-therian", + "togekiss", + "togetic", + "tomohawk", + "tornadus", + "tornadus-therian", + "tranquill", + "tropius", + "trumbeak", + "unfezant", + "unfezant-f", + "unown", + "unown-bravo", + "unown-charlie", + "unown-delta", + "unown-echo", + "unown-exclamation", + "unown-foxtrot", + "unown-golf", + "unown-hotel", + "unown-india", + "unown-interrogation", + "unown-juliet", + "unown-kilo", + "unown-lima", + "unown-mike", + "unown-november", + "unown-oscar", + "unown-papa", + "unown-quebec", + "unown-romeo", + "unown-sierra", + "unown-tango", + "unown-uniform", + "unown-victor", + "unown-whiskey", + "unown-xray", + "unown-yankee", + "unown-zulu", + "uxie", + "vanillish", + "vanilluxe", + "venomoth", + "vespiquen", + "vibrava", + "vikavolt", + "vivillon", + "vivillon-archipelago", + "vivillon-continental", + "vivillon-elegant", + "vivillon-fancy", + "vivillon-garden", + "vivillon-highplains", + "vivillon-jungle", + "vivillon-marine", + "vivillon-meadow", + "vivillon-modern", + "vivillon-monsoon", + "vivillon-ocean", + "vivillon-pokeball", + "vivillon-polar", + "vivillon-river", + "vivillon-sandstorm", + "vivillon-savannah", + "vivillon-sun", + "vivillon-tundra", + "volcarona", + "wailord", + "weezing", + "weezing-galar", + "wingull", + "woobat", + "xatu", + "xatu-f", + "yamask", + "yamask-galar", + "yanma", + "yanmega", + "yveltal", + "zapdos", + "zubat", + "zubat-f" +] diff --git a/scripts/background_pokemon-size-test.js b/scripts/background_pokemon-size-test.js new file mode 100644 index 0000000..2f0f479 --- /dev/null +++ b/scripts/background_pokemon-size-test.js @@ -0,0 +1,275 @@ +pokemonsize = [{ + "abomasnow": ["2.54", "2.45"] +}, { + "abra": ["1.68"] +}, { + "absol": ["1.29", "1.23"] +}, { + "accelgor": ["0.96"] +}, { + "aegislash": ["1.63", "1.63"] +}, { + "aerodactyl": ["1.24", "1.51"] +}, { + "aggron": ["a2.18", "2.19"] +}, { + "aipom": ["1.20", "1.20"] +}, { + "alakazam": ["1.90", "1.03"] +}, { + "alcremie": ["0.41", "0.41", "41.10", "0.41", "0.41", "0.41", "0.41", "0.41", "0.41", "0.41", "0.41", "0.41", "0.41", "0.41", "0.41", "0.41"] +}, { + "alomomola": ["1.19"] +}, { + "altaria": ["1.22", "1.06"] +}, { + "amaura": ["1.44"] +}, { + "ambipom": ["1.35", "1.35"] +}, { + "amoonguss": ["0.81"] +}, { + "ampharos": ["1.39", "1.39"] +}, { + "anorith": ["1.92"] +}, { + "appletun": ["0.54", "15.69"] +}, { + "applin": ["0.45"] +}, { + "araquanid": ["2.69"] +}, { + "arbok": ["4.23"] +}, { + "arboliva": ["1.20"] +}, { + "arcanine": ["2.33", "2.36"] +}, { + "arceus": ["2.81", "2.81", "2.81", "2.81", "2.81", "2.81", "2.81", "2.81", "2.81", "2.81", "2.81", "2.81", "2.81", "2.81", "2.81", "2.81", "2.81", "2.81"] +}, { + "archen": ["0.98"] +}, { + "archeops": ["1.10"] +}, { + "arctovish": ["2.28"] +}, { + "arctozolt": ["2.36"] +}, { + "ariados": ["1.79"] +}, { + "armaldo": ["1.85"] +}, { + "aromatisse": ["0.99"] +}, { + "aron": ["0.91"] +}, { + "arrokuda": ["1.21"] +}, { + "articuno": ["0.99", "1.19"] +}, { + "audino": ["1.45", "1.56"] +}, { + "aurorus": ["2.19"] +}, { + "avalugg": ["3.53", "2.46"] +}, { + "axew": ["0.92"] +}, { + "azelf": ["0.35"] +}, { + "azumarill": ["0.88"] +}, { + "azurill": ["0.28"] +}, { + "bagon": ["1.03"] +}, { + "baltoy": ["0.85"] +}, { + "banette": ["1.10", "1.78"] +}, { + "barbaracle": ["1.19"] +}, { + "barboach": ["0.98"] +}, { + "barraskewda": ["2.13"] +}, { + "basculegion": ["3.33", "3.33"] +}, { + "basculin": ["1.65", "1.65", "1.65"] +}, { + "bastiodon": ["1.63"] +}, { + "bayleef": ["1.42"] +}, { + "beartic": ["2.49"] +}, { + "beautifly": ["1.19", "1.19"] +}, { + "beedrill": ["1.15", "1.73"] +}, { + "beheeyem": ["1.18"] +}, { + "beldum": ["1.85"] +}, { + "bellibolt": ["1.80"] +}, { + "bellossom": ["0.75"] +}, { + "bellsprout": ["1.45"] +}, { + "bergmite": ["1.65"] +}, { + "bewear": ["2.67"] +}, { + "bibarel": ["1.77", "1.77"] +}, { + "bidoof": ["2.15", "2.15"] +}, { + "binacle": ["0.72"] +}, { + "bisharp": ["1.62"] +}, { + "blacephalon": ["2.31"] +}, { + "blastoise": ["1.93", "1.40", "18.79"] +}, { + "blaziken": ["2.03", "1.79"] +}, { + "blipbug": ["0.58"] +}, { + "blissey": ["2.03"] +}, { + "blitzle": ["0.94"] +}, { + "boldore": ["1.33"] +}, { + "boltund": ["1.10"] +}, { + "bonsly": ["0.89"] +}, { + "bouffalant": ["1.84"] +}, { + "bounsweet": ["0.59"] +}, { + "braixen": ["1.15"] +}, { + "braviary": ["0.85", "1.04"] +}, { + "breloom": ["1.63"] +}, { + "brionne": ["0.86"] +}, { + "bronzong": ["1.78"] +}, { + "bronzor": ["0.93"] +}, { + "bruxish": ["1.24"] +}, { + "budew": ["0.41"] +}, { + "buizel": ["1.03", "1.03"] +}, { + "bulbasaur": ["1.45"] +}, { + "buneary": ["0.56"] +}, { + "bunnelby": ["0.45"] +}, { + "burmy": ["0.33", "0.33", "0.33"] +}, { + "butterfree": ["1.22", "13.48"] +}, { + "buzzwole": ["2.54"] +}, { + "cacnea": ["0.82"] +}, { + "cacturne": ["1.49", "1.49"] +}, { + "calyrex": ["1.03", "2.17", "2.17"] +}, { + "camerupt": ["2.69", "2.83"] +}, { + "capsakid": ["0.63"] +}, { + "carbink": ["0.53"] +}, { + "carkol": ["1.22"] +}, { + "carnivine": ["1.54"] +}, { + "carracosta": ["1.40"] +}, { + "carvanha": ["1.10"] +}, { + "cascoon": ["1.78"] +}, { + "castform": ["0.51", "0.43", "0.47", "0.43"] +}, { + "caterpie": ["0.67"] +}, { + "celebi": ["0.94"] +}, { + "celesteela": ["8.75"] +}, { + "centiskorch": ["2.52", "61.99"] +}, { + "cetitan": ["6.16"] +}, { + "cetoddle": ["1.83"] +}, { + "chandelure": ["0.92"] +}, { + "chansey": ["1.88"] +}, { + "charizard": ["1.21", "18.66", "1.59", "1.02"] +}, { + "charjabug": ["1.06"] +}, { + "charmander": ["1.07"] +}, { + "charmeleon": ["1.56"] +}, { + "chatot": ["0.85"] +}, { + "cherrim": ["0.89", "0.76"] +}, { + "cherubi": ["0.85"] +}, { + "chesnaught": ["1.51"] +}, { + "chespin": ["0.64"] +}, { + "chewtle": ["0.50"] +}, { + "chikorita": ["1.41"] +}, { + "chimchar": ["0.73"] +}, { + "chimecho": ["0.84"] +}, { + "chinchou": ["0.96"] +}, { + "chingling": ["0.30"] +}, { + "cinccino": ["0.81"] +}, { + "cinderace": ["1.23", "21.95"] +}, { + "clamperl": ["0.77"] +}, { + "clauncher": ["0.98"] +}, { + "clawitzer": ["1.37"] +}, { + "claydol": ["1.76"] +}, { + "clefable": ["2.00"] +}, { + "clefairy": ["1.27"] +}, { + "cleffa": ["0.68"] +}, { + "clobbopus": ["1.15"] +}, { + "cloyster": ["1.76"] +}] \ No newline at end of file diff --git a/scripts/background_pokemon-size.js b/scripts/background_pokemon-size.js new file mode 100644 index 0000000..0553da4 --- /dev/null +++ b/scripts/background_pokemon-size.js @@ -0,0 +1,2300 @@ +pokemon = [{ + "abomasnow": ["abomasnow", "abomasnow-mega"] +}, { + "abra": ["abra"] +}, { + "absol": ["absol", "absol-mega"] +}, { + "accelgor": ["accelgor"] +}, { + "aegislash": ["aegislash", "aegislash-blade"] +}, { + "aerodactyl": ["aerodactyl", "aerodactyl-mega"] +}, { + "aggron": ["aggron", "aggron-mega"] +}, { + "aipom": ["aipom", "aipom-f"] +}, { + "alakazam": ["alakazam", "alakazam-mega"] +}, { + "alcremie": ["alcremie", "alcremie-caramel-swirl", "alcremie-gigantamax", "alcremie-lemon-cream", "alcremie-matcha-cream", "alcremie-mint-cream", "alcremie-rainbow-swirl", "alcremie-ruby-cream", "alcremie-ruby-swirl", "alcremie-salted-cream", "alcremie-vanilla-cream-berry", "alcremie-vanilla-cream-clover", "alcremie-vanilla-cream-flower", "alcremie-vanilla-cream-love", "alcremie-vanilla-cream-ribbon", "alcremie-vanilla-cream-star"] +}, { + "alomomola": ["alomomola"] +}, { + "altaria": ["altaria", "altaria-mega"] +}, { + "amaura": ["amaura"] +}, { + "ambipom": ["ambipom", "ambipom-f"] +}, { + "amoonguss": ["amoonguss"] +}, { + "ampharos": ["ampharos", "ampharos-mega"] +}, { + "anorith": ["anorith"] +}, { + "appletun": ["appletun", "appletun-gigantamax"] +}, { + "applin": ["applin"] +}, { + "araquanid": ["araquanid"] +}, { + "arbok": ["arbok"] +}, { + "arboliva": ["arboliva"] +}, { + "arcanine": ["arcanine", "arcanine-hisui"] +}, { + "arceus": ["arceus", "arceus-bug", "arceus-dark", "arceus-dragon", "arceus-electric", "arceus-fairy", "arceus-fighting", "arceus-fire", "arceus-flying", "arceus-ghost", "arceus-grass", "arceus-ground", "arceus-ice", "arceus-poison", "arceus-psychic", "arceus-rock", "arceus-steel", "arceus-water"] +}, { + "archen": ["archen"] +}, { + "archeops": ["archeops"] +}, { + "arctovish": ["arctovish"] +}, { + "arctozolt": ["arctozolt"] +}, { + "ariados": ["ariados"] +}, { + "armaldo": ["armaldo"] +}, { + "aromatisse": ["aromatisse"] +}, { + "aron": ["aron"] +}, { + "arrokuda": ["arrokuda"] +}, { + "articuno": ["articuno", "articuno-galar"] +}, { + "audino": ["audino", "audino-mega"] +}, { + "aurorus": ["aurorus"] +}, { + "avalugg": ["avalugg", "avalugg-hisui"] +}, { + "axew": ["axew"] +}, { + "azelf": ["azelf"] +}, { + "azumarill": ["azumarill"] +}, { + "azurill": ["azurill"] +}, { + "bagon": ["bagon"] +}, { + "baltoy": ["baltoy"] +}, { + "banette": ["banette", "banette-mega"] +}, { + "barbaracle": ["barbaracle"] +}, { + "barboach": ["barboach"] +}, { + "barraskewda": ["barraskewda"] +}, { + "basculegion": ["basculegion", "basculegion-f"] +}, { + "basculin": ["basculin", "basculin-blue", "basculin-whitestriped"] +}, { + "bastiodon": ["bastiodon"] +}, { + "bayleef": ["bayleef"] +}, { + "beartic": ["beartic"] +}, { + "beautifly": ["beautifly", "beautifly-f"] +}, { + "beedrill": ["beedrill", "beedrill-mega"] +}, { + "beheeyem": ["beheeyem"] +}, { + "beldum": ["beldum"] +}, { + "bellibolt": ["bellibolt"] +}, { + "bellossom": ["bellossom"] +}, { + "bellsprout": ["bellsprout"] +}, { + "bergmite": ["bergmite"] +}, { + "bewear": ["bewear"] +}, { + "bibarel": ["bibarel", "bibarel-f"] +}, { + "bidoof": ["bidoof", "bidoof-f"] +}, { + "binacle": ["binacle"] +}, { + "bisharp": ["bisharp"] +}, { + "blacephalon": ["blacephalon"] +}, { + "blastoise": ["blastoise", "blastoise-mega", "blastoise-gigantamax"] +}, { + "blaziken": ["blaziken", "blaziken-mega"] +}, { + "blipbug": ["blipbug"] +}, { + "blissey": ["blissey"] +}, { + "blitzle": ["blitzle"] +}, { + "boldore": ["boldore"] +}, { + "boltund": ["boltund"] +}, { + "bonsly": ["bonsly"] +}, { + "bouffalant": ["bouffalant"] +}, { + "bounsweet": ["bounsweet"] +}, { + "braixen": ["braixen"] +}, { + "braviary": ["braviary", "braviary-hisui"] +}, { + "breloom": ["breloom"] +}, { + "brionne": ["brionne"] +}, { + "bronzong": ["bronzong"] +}, { + "bronzor": ["bronzor"] +}, { + "bruxish": ["bruxish"] +}, { + "budew": ["budew"] +}, { + "buizel": ["buizel", "buizel-f"] +}, { + "bulbasaur": ["bulbasaur"] +}, { + "buneary": ["buneary"] +}, { + "bunnelby": ["bunnelby"] +}, { + "burmy": ["burmy", "burmy-sandy", "burmy-trash"] +}, { + "butterfree": ["butterfree", "butterfree-gigantamax"] +}, { + "buzzwole": ["buzzwole"] +}, { + "cacnea": ["cacnea"] +}, { + "cacturne": ["cacturne", "cacturne-f"] +}, { + "calyrex": ["calyrex", "calyrex-ice", "calyrex-shadow"] +}, { + "camerupt": ["camerupt", "camerupt-mega"] +}, { + "capsakid": ["capsakid"] +}, { + "carbink": ["carbink"] +}, { + "carkol": ["carkol"] +}, { + "carnivine": ["carnivine"] +}, { + "carracosta": ["carracosta"] +}, { + "carvanha": ["carvanha"] +}, { + "cascoon": ["cascoon"] +}, { + "castform": ["castform", "castform-rainy", "castform-snowy", "castform-sunny"] +}, { + "caterpie": ["caterpie"] +}, { + "celebi": ["celebi"] +}, { + "celesteela": ["celesteela"] +}, { + "centiskorch": ["centiskorch", "centiskorch-gigantamax"] +}, { + "cetitan": ["cetitan"] +}, { + "cetoddle": ["cetoddle"] +}, { + "chandelure": ["chandelure"] +}, { + "chansey": ["chansey"] +}, { + "charizard": ["charizard", "charizard-gigantamax", "charizard-megax", "charizard-megay"] +}, { + "charjabug": ["charjabug"] +}, { + "charmander": ["charmander"] +}, { + "charmeleon": ["charmeleon"] +}, { + "chatot": ["chatot"] +}, { + "cherrim": ["cherrim", "cherrim-sunshine"] +}, { + "cherubi": ["cherubi"] +}, { + "chesnaught": ["chesnaught"] +}, { + "chespin": ["chespin"] +}, { + "chewtle": ["chewtle"] +}, { + "chikorita": ["chikorita"] +}, { + "chimchar": ["chimchar"] +}, { + "chimecho": ["chimecho"] +}, { + "chinchou": ["chinchou"] +}, { + "chingling": ["chingling"] +}, { + "cinccino": ["cinccino"] +}, { + "cinderace": ["cinderace", "cinderace-gigantamax"] +}, { + "clamperl": ["clamperl"] +}, { + "clauncher": ["clauncher"] +}, { + "clawitzer": ["clawitzer"] +}, { + "claydol": ["claydol"] +}, { + "clefable": ["clefable"] +}, { + "clefairy": ["clefairy"] +}, { + "cleffa": ["cleffa"] +}, { + "clobbopus": ["clobbopus"] +}, { + "cloyster": ["cloyster"] +}, { + "coalossal": ["coalossal", "coalossal-gigantamax"] +}, { + "cobalion": ["cobalion"] +}, { + "cofagrigus": ["cofagrigus"] +}, { + "combee": ["combee", "combee-f"] +}, { + "combusken": ["combusken", "combusken-f"] +}, { + "comfey": ["comfey"] +}, { + "conkeldurr": ["conkeldurr"] +}, { + "copperajah": ["copperajah", "copperajah-gigantamax"] +}, { + "corphish": ["corphish"] +}, { + "corsola": ["corsola", "corsola-galar"] +}, { + "corviknight": ["corviknight", "corviknight-gigantamax"] +}, { + "corvisquire": ["corvisquire"] +}, { + "cosmoem": ["cosmoem"] +}, { + "cosmog": ["cosmog"] +}, { + "cottonee": ["cottonee"] +}, { + "crabominable": ["crabominable"] +}, { + "crabrawler": ["crabrawler"] +}, { + "cradily": ["cradily"] +}, { + "cramorant": ["cramorant", "cramorant-gorging", "cramorant-gulping"] +}, { + "cranidos": ["cranidos"] +}, { + "crawdaunt": ["crawdaunt"] +}, { + "cresselia": ["cresselia"] +}, { + "croagunk": ["croagunk", "croagunk-f"] +}, { + "crobat": ["crobat"] +}, { + "crocalor": ["crocalor"] +}, { + "croconaw": ["croconaw"] +}, { + "crustle": ["crustle"] +}, { + "cryogonal": ["cryogonal"] +}, { + "cubchoo": ["cubchoo"] +}, { + "cubone": ["cubone"] +}, { + "cufant": ["cufant"] +}, { + "cursola": ["cursola"] +}, { + "cutiefly": ["cutiefly"] +}, { + "cyndaquil": ["cyndaquil"] +}, { + "darkrai": ["darkrai"] +}, { + "darmanitan": ["darmanitan", "darmanitan-galar-zen", "darmanitan-galar", "darmanitan-zen"] +}, { + "dartrix": ["dartrix"] +}, { + "darumaka": ["darumaka", "darumaka-galar"] +}, { + "decidueye": ["decidueye", "decidueye-hisui"] +}, { + "dedenne": ["dedenne"] +}, { + "deerling": ["deerling", "deerling-autumn", "deerling-summer", "deerling-winter"] +}, { + "deino": ["deino"] +}, { + "delcatty": ["delcatty"] +}, { + "delibird": ["delibird"] +}, { + "delphox": ["delphox"] +}, { + "deoxys": ["deoxys", "deoxys-attack", "deoxys-defense", "deoxys-speed"] +}, { + "dewgong": ["dewgong"] +}, { + "dewott": ["dewott"] +}, { + "dewpider": ["dewpider"] +}, { + "dhelmise": ["dhelmise"] +}, { + "dialga": ["dialga"] +}, { + "diancie": ["diancie", "diancie-mega"] +}, { + "diggersby": ["diggersby"] +}, { + "diglett": ["diglett", "diglett-alola"] +}, { + "ditto": ["ditto"] +}, { + "dodrio": ["dodrio", "dodrio-f"] +}, { + "doduo": ["doduo", "doduo-f"] +}, { + "dolliv": ["dolliv"] +}, { + "dondozo": ["dondozo"] +}, { + "donphan": ["donphan", "donphan-f"] +}, { + "dottler": ["dottler"] +}, { + "doublade": ["doublade"] +}, { + "dracovish": ["dracovish"] +}, { + "dracozolt": ["dracozolt"] +}, { + "dragalge": ["dragalge"] +}, { + "dragapult": ["dragapult"] +}, { + "dragonair": ["dragonair"] +}, { + "dragonite": ["dragonite"] +}, { + "drakloak": ["drakloak"] +}, { + "drampa": ["drampa"] +}, { + "drapion": ["drapion"] +}, { + "dratini": ["dratini"] +}, { + "drednaw": ["drednaw", "drednaw-gigantamax"] +}, { + "dreepy": ["dreepy"] +}, { + "drifblim": ["drifblim"] +}, { + "drifloon": ["drifloon"] +}, { + "drilbur": ["drilbur"] +}, { + "drizzile": ["drizzile"] +}, { + "drowzee": ["drowzee"] +}, { + "druddigon": ["druddigon"] +}, { + "dubwool": ["dubwool"] +}, { + "ducklett": ["ducklett"] +}, { + "dugtrio": ["dugtrio", "dugtrio-alola"] +}, { + "dudunsparce": ["dudunsparce", "dudunsparce-threesegment"] +}, { + "dunsparce": ["dunsparce"] +}, { + "duosion": ["duosion"] +}, { + "duraludon": ["duraludon", "duraludon-gigantamax"] +}, { + "durant": ["durant"] +}, { + "dusclops": ["dusclops"] +}, { + "dusknoir": ["dusknoir"] +}, { + "duskull": ["duskull"] +}, { + "dustox": ["dustox", "dustox-f"] +}, { + "dwebble": ["dwebble"] +}, { + "eelektrik": ["eelektrik"] +}, { + "eelektross": ["eelektross"] +}, { + "eevee": ["eevee", "eevee-gigantamax"] +}, { + "eiscue": ["eiscue", "eiscue-noice-face"] +}, { + "ekans": ["ekans"] +}, { + "eldegoss": ["eldegoss"] +}, { + "electabuzz": ["electabuzz"] +}, { + "electivire": ["electivire"] +}, { + "electrike": ["electrike"] +}, { + "electrode": ["electrode", "electrode-hisui"] +}, { + "elekid": ["elekid"] +}, { + "elgyem": ["elgyem"] +}, { + "emboar": ["emboar"] +}, { + "emolga": ["emolga"] +}, { + "empoleon": ["empoleon"] +}, { + "enamorus": ["enamorus", "enamorus-therian"] +}, { + "entei": ["entei"] +}, { + "escavalier": ["escavalier"] +}, { + "espathra": ["espathra"] +}, { + "espeon": ["espeon"] +}, { + "espurr": ["espurr"] +}, { + "eternatus": ["eternatus", "eternatus-eternamax"] +}, { + "excadrill": ["excadrill"] +}, { + "exeggcute": ["exeggcute"] +}, { + "exeggutor": ["exeggutor", "exeggutor-alola"] +}, { + "exploud": ["exploud"] +}, { + "falinks": ["falinks"] +}, { + "farfetchd": ["farfetchd", "farfetchd-galar"] +}, { + "farigiraf": ["farigiraf"] +}, { + "fearow": ["fearow"] +}, { + "feebas": ["feebas"] +}, { + "fennekin": ["fennekin"] +}, { + "feraligatr": ["feraligatr"] +}, { + "ferroseed": ["ferroseed"] +}, { + "ferrothorn": ["ferrothorn"] +}, { + "finizen": ["finizen"] +}, { + "finneon": ["finneon", "finneon-f"] +}, { + "flaaffy": ["flaaffy"] +}, { + "flabebe": ["flabebe", "flabebe-blue", "flabebe-orange", "flabebe-white", "flabebe-yellow"] +}, { + "flapple": ["flapple", "flapple-gigantamax"] +}, { + "flareon": ["flareon"] +}, { + "fletchinder": ["fletchinder"] +}, { + "fletchling": ["fletchling"] +}, { + "flittle": ["flittle"] +}, { + "floatzel": ["floatzel", "floatzel-f"] +}, { + "floette": ["floette", "floette-blue", "floette-eternal", "floette-orange", "floette-white", "floette-yellow"] +}, { + "floragato": ["floragato"] +}, { + "florges": ["florges", "florges-blue", "florges-orange", "florges-white", "florges-yellow"] +}, { + "flygon": ["flygon"] +}, { + "fomantis": ["fomantis"] +}, { + "foongus": ["foongus"] +}, { + "forretress": ["forretress"] +}, { + "fraxure": ["fraxure"] +}, { + "frillish": ["frillish", "frillish-f"] +}, { + "froakie": ["froakie"] +}, { + "frogadier": ["frogadier"] +}, { + "froslass": ["froslass"] +}, { + "frosmoth": ["frosmoth"] +}, { + "fuecoco": ["fuecoco"] +}, { + "furfrou": ["furfrou", "furfrou-dandy", "furfrou-debutante", "furfrou-diamond", "furfrou-heart", "furfrou-kabuki", "furfrou-lareine", "furfrou-matron", "furfrou-pharaoh", "furfrou-star"] +}, { + "furret": ["furret"] +}, { + "gabite": ["gabite", "gabite-f"] +}, { + "gallade": ["gallade", "gallade-mega"] +}, { + "galvantula": ["galvantula"] +}, { + "garbodor": ["garbodor", "garbodor-gigantamax"] +}, { + "garchomp": ["garchomp", "garchomp-mega"] +}, { + "gardevoir": ["gardevoir", "gardevoir-mega"] +}, { + "gastly": ["gastly"] +}, { + "gastrodon": ["gastrodon", "gastrodon-east"] +}, { + "genesect": ["genesect", "genesect-electric", "genesect-fire", "genesect-ice", "genesect-water"] +}, { + "gengar": ["gengar", "gengar-gigantamax", "gengar-mega"] +}, { + "geodude": ["geodude", "geodude-alola"] +}, { + "gible": ["gible", "gible-f"] +}, { + "gigalith": ["gigalith"] +}, { + "girafarig": ["girafarig", "girafarig-f"] +}, { + "giratina": ["giratina", "giratina-origin"] +}, { + "glaceon": ["glaceon"] +}, { + "glalie": ["glalie", "glalie-mega"] +}, { + "glameow": ["glameow", "glameow-g6"] +}, { + "glastrier": ["glastrier"] +}, { + "gligar": ["gligar", "gligar-f"] +}, { + "gliscor": ["gliscor"] +}, { + "gloom": ["gloom", "gloom-f"] +}, { + "gogoat": ["gogoat"] +}, { + "golbat": ["golbat", "golbat-f"] +}, { + "goldeen": ["goldeen", "goldeen-f"] +}, { + "golduck": ["golduck"] +}, { + "golem": ["golem", "golem-alola"] +}, { + "golett": ["golett"] +}, { + "golisopod": ["golisopod"] +}, { + "golurk": ["golurk"] +}, { + "goodra": ["goodra", "goodra-hisui"] +}, { + "goomy": ["goomy"] +}, { + "gorebyss": ["gorebyss"] +}, { + "gossifleur": ["gossifleur"] +}, { + "gothita": ["gothita"] +}, { + "gothitelle": ["gothitelle"] +}, { + "gothorita": ["gothorita"] +}, { + "gourgeist": ["gourgeist", "gourgeist-large", "gourgeist-small", "gourgeist-super"] +}, { + "granbull": ["granbull"] +}, { + "grapploct": ["grapploct"] +}, { + "graveler": ["graveler", "graveler-alola"] +}, { + "greavard": ["greavard"] +}, { + "greedent": ["greedent"] +}, { + "greninja": ["greninja", "greninja-active"] +}, { + "grimer": ["grimer", "grimer-alola"] +}, { + "grimmsnarl": ["grimmsnarl", "grimmsnarl-gigantamax"] +}, { + "grookey": ["grookey"] +}, { + "grotle": ["grotle"] +}, { + "groudon": ["groudon", "groudon-primal"] +}, { + "grovyle": ["grovyle"] +}, { + "growlithe": ["growlithe", "growlithe-hisui"] +}, { + "grubbin": ["grubbin"] +}, { + "grumpig": ["grumpig"] +}, { + "gulpin": ["gulpin", "gulpin-f"] +}, { + "gumshoos": ["gumshoos"] +}, { + "gurdurr": ["gurdurr"] +}, { + "guzzlord": ["guzzlord"] +}, { + "gyarados": ["gyarados", "gyarados-mega"] +}, { + "hakamo-o": ["hakamo-o"] +}, { + "happiny": ["happiny"] +}, { + "hariyama": ["hariyama"] +}, { + "hatenna": ["hatenna"] +}, { + "hatterene": ["hatterene", "hatterene-gigantamax"] +}, { + "hattrem": ["hattrem"] +}, { + "haunter": ["haunter"] +}, { + "hawlucha": ["hawlucha"] +}, { + "haxorus": ["haxorus"] +}, { + "heatmor": ["heatmor"] +}, { + "heatran": ["heatran"] +}, { + "heliolisk": ["heliolisk"] +}, { + "helioptile": ["helioptile"] +}, { + "heracross": ["heracross", "heracross-mega"] +}, { + "herdier": ["herdier"] +}, { + "hippopotas": ["hippopotas", "hippopotas-f"] +}, { + "hippowdon": ["hippowdon", "hippowdon-f"] +}, { + "hitmonchan": ["hitmonchan"] +}, { + "hitmonlee": ["hitmonlee"] +}, { + "hitmontop": ["hitmontop"] +}, { + "ho-oh": ["ho-oh"] +}, { + "honchkrow": ["honchkrow"] +}, { + "honedge": ["honedge"] +}, { + "hoopa": ["hoopa", "hoopa-unbound"] +}, { + "hoothoot": ["hoothoot"] +}, { + "hoppip": ["hoppip"] +}, { + "horsea": ["horsea"] +}, { + "houndoom": ["houndoom", "houndoom-mega"] +}, { + "houndour": ["houndour"] +}, { + "houndstone": ["houndstone"] +}, { + "huntail": ["huntail"] +}, { + "hydreigon": ["hydreigon"] +}, { + "hypno": ["hypno", "hypno-f"] +}, { + "igglybuff": ["igglybuff"] +}, { + "illumise": ["illumise"] +}, { + "impidimp": ["impidimp"] +}, { + "incineroar": ["incineroar"] +}, { + "indeedee": ["indeedee", "indeedee-f"] +}, { + "infernape": ["infernape"] +}, { + "inkay": ["inkay"] +}, { + "inteleon": ["inteleon", "inteleon-gigantamax"] +}, { + "ivysaur": ["ivysaur"] +}, { + "jangmo-o": ["jangmo-o"] +}, { + "jellicent": ["jellicent", "jellicent-f"] +}, { + "jigglypuff": ["jigglypuff"] +}, { + "jirachi": ["jirachi"] +}, { + "jolteon": ["jolteon"] +}, { + "joltik": ["joltik"] +}, { + "jumpluff": ["jumpluff"] +}, { + "jynx": ["jynx"] +}, { + "kabuto": ["kabuto"] +}, { + "kabutops": ["kabutops"] +}, { + "kadabra": ["kadabra", "kadabra-f"] +}, { + "kakuna": ["kakuna"] +}, { + "kangaskhan": ["kangaskhan", "kangaskhan-mega"] +}, { + "karrablast": ["karrablast"] +}, { + "kartana": ["kartana"] +}, { + "kecleon": ["kecleon"] +}, { + "keldeo": ["keldeo", "keldeo-resolute"] +}, { + "kingdra": ["kingdra"] +}, { + "kingler": ["kingler", "kingler-gigantamax"] +}, { + "kirlia": ["kirlia"] +}, { + "klang": ["klang"] +}, { + "kleavor": ["kleavor"] +}, { + "klefki": ["klefki"] +}, { + "klink": ["klink"] +}, { + "klinklang": ["klinklang"] +}, { + "koffing": ["koffing"] +}, { + "komala": ["komala"] +}, { + "kommo-o": ["kommo-o"] +}, { + "krabby": ["krabby"] +}, { + "kricketot": ["kricketot", "kricketot-f"] +}, { + "kricketune": ["kricketune", "kricketune-f"] +}, { + "krokorok": ["krokorok"] +}, { + "krookodile": ["krookodile"] +}, { + "kubfu": ["kubfu"] +}, { + "kyogre": ["kyogre", "kyogre-primal"] +}, { + "kyurem": ["kyurem", "kyurem-black-overdrive", "kyurem-black", "kyurem-white-overdrive", "kyurem-white"] +}, { + "lairon": ["lairon"] +}, { + "lampent": ["lampent"] +}, { + "landorus": ["landorus", "landorus-therian"] +}, { + "lanturn": ["lanturn"] +}, { + "lapras": ["lapras", "lapras-gigantamax"] +}, { + "larvesta": ["larvesta"] +}, { + "larvitar": ["larvitar"] +}, { + "latias": ["latias", "latias-mega"] +}, { + "latios": ["latios", "latios-mega"] +}, { + "leafeon": ["leafeon"] +}, { + "leavanny": ["leavanny"] +}, { + "lechonk": ["lechonk"] +}, { + "ledian": ["ledian", "ledian-f"] +}, { + "ledyba": ["ledyba", "ledyba-f"] +}, { + "lickilicky": ["lickilicky"] +}, { + "lickitung": ["lickitung"] +}, { + "liepard": ["liepard"] +}, { + "lileep": ["lileep"] +}, { + "lilligant": ["lilligant", "lilligant-hisui"] +}, { + "lillipup": ["lillipup"] +}, { + "linoone": ["linoone", "linoone-galar"] +}, { + "litleo": ["litleo"] +}, { + "litten": ["litten"] +}, { + "litwick": ["litwick"] +}, { + "lokix": ["lokix"] +}, { + "lombre": ["lombre"] +}, { + "lopunny": ["lopunny", "lopunny-mega"] +}, { + "lotad": ["lotad"] +}, { + "loudred": ["loudred"] +}, { + "lucario": ["lucario", "lucario-mega"] +}, { + "ludicolo": ["ludicolo", "ludicolo-f"] +}, { + "lugia": ["lugia"] +}, { + "lumineon": ["lumineon", "lumineon-f"] +}, { + "lunala": ["lunala"] +}, { + "lunatone": ["lunatone"] +}, { + "lurantis": ["lurantis"] +}, { + "luvdisc": ["luvdisc"] +}, { + "luxio": ["luxio", "luxio-f"] +}, { + "luxray": ["luxray", "luxray-f"] +}, { + "lycanroc": ["lycanroc", "lycanroc-dusk", "lycanroc-midnight"] +}, { + "machamp": ["machamp", "machamp-gigantamax"] +}, { + "machoke": ["machoke"] +}, { + "machop": ["machop"] +}, { + "magby": ["magby"] +}, { + "magcargo": ["magcargo"] +}, { + "magearna": ["magearna", "magearna-original"] +}, { + "magikarp": ["magikarp", "magikarp-f"] +}, { + "magmar": ["magmar"] +}, { + "magmortar": ["magmortar"] +}, { + "magnemite": ["magnemite"] +}, { + "magneton": ["magneton"] +}, { + "magnezone": ["magnezone"] +}, { + "makuhita": ["makuhita"] +}, { + "malamar": ["malamar"] +}, { + "mamoswine": ["mamoswine", "mamoswine-f"] +}, { + "manaphy": ["manaphy"] +}, { + "mandibuzz": ["mandibuzz"] +}, { + "manectric": ["manectric", "manectric-mega"] +}, { + "mankey": ["mankey"] +}, { + "mantine": ["mantine"] +}, { + "mantyke": ["mantyke"] +}, { + "maractus": ["maractus"] +}, { + "mareanie": ["mareanie"] +}, { + "mareep": ["mareep"] +}, { + "marill": ["marill"] +}, { + "marowak": ["marowak", "marowak-alola"] +}, { + "marshadow": ["marshadow"] +}, { + "marshtomp": ["marshtomp"] +}, { + "masquerain": ["masquerain"] +}, { + "maushold": ["maushold", "maushold-four"] +}, { + "mawile": ["mawile", "mawile-mega"] +}, { + "medicham": ["medicham", "medicham-mega"] +}, { + "meditite": ["meditite", "meditite-f"] +}, { + "meltan": ["meltan"] +}, { + "meganium": ["meganium", "meganium-f"] +}, { + "melmetal": ["melmetal", "melmetal-gigantamax"] +}, { + "meloetta": ["meloetta", "meloetta-pirouette"] +}, { + "meowscarada": ["meowscarada"] +}, { + "meowstic": ["meowstic", "meowstic-f"] +}, { + "meowth": ["meowth", "meowth-alola", "meowth-galar", "meowth-gigantamax"] +}, { + "mesprit": ["mesprit"] +}, { + "metagross": ["metagross", "metagross-mega"] +}, { + "metang": ["metang"] +}, { + "metapod": ["metapod"] +}, { + "mew": ["mew"] +}, { + "mewtwo": ["mewtwo", "mewtwo-megax", "mewtwo-megay"] +}, { + "mienfoo": ["mienfoo"] +}, { + "mienshao": ["mienshao"] +}, { + "mightyena": ["mightyena"] +}, { + "milcery": ["milcery"] +}, { + "milotic": ["milotic", "milotic-f"] +}, { + "miltank": ["miltank"] +}, { + "mime_jr": ["mime_jr"] +}, { + "mimikyu": ["mimikyu", "mimikyu-busted"] +}, { + "minccino": ["minccino"] +}, { + "minior": ["minior", "minior-blue", "minior-green", "minior-indigo", "minior-orange", "minior-red", "minior-violet", "minior-yellow"] +}, { + "minun": ["minun"] +}, { + "misdreavus": ["misdreavus"] +}, { + "mismagius": ["mismagius"] +}, { + "moltres": ["moltres", "moltres-galar"] +}, { + "monferno": ["monferno"] +}, { + "morelull": ["morelull"] +}, { + "morgrem": ["morgrem"] +}, { + "morpeko": ["morpeko", "morpeko-hangry-mode"] +}, { + "mothim": ["mothim"] +}, { + "mr-mime": ["mr-mime", "mr-mime-galar"] +}, { + "mr-rime": ["mr-rime"] +}, { + "mudbray": ["mudbray"] +}, { + "mudkip": ["mudkip"] +}, { + "mudsdale": ["mudsdale"] +}, { + "muk": ["muk", "muk-alola"] +}, { + "munchlax": ["munchlax"] +}, { + "munna": ["munna"] +}, { + "murkrow": ["murkrow", "murkrow-f"] +}, { + "musharna": ["musharna"] +}, { + "naganadel": ["naganadel"] +}, { + "natu": ["natu"] +}, { + "necrozma": ["necrozma", "necrozma-dawn-wings", "necrozma-dusk-mane", "necrozma-ultra"] +}, { + "nickit": ["nickit"] +}, { + "nidoking": ["nidoking"] +}, { + "nidoqueen": ["nidoqueen"] +}, { + "nidoran_f": ["nidoran_f"] +}, { + "nidoran_m": ["nidoran_m"] +}, { + "nidorina": ["nidorina"] +}, { + "nidorino": ["nidorino"] +}, { + "nihilego": ["nihilego"] +}, { + "nincada": ["nincada"] +}, { + "ninetales": ["ninetales", "ninetales-alola"] +}, { + "ninjask": ["ninjask"] +}, { + "noctowl": ["noctowl"] +}, { + "noibat": ["noibat"] +}, { + "noivern": ["noivern"] +}, { + "nosepass": ["nosepass"] +}, { + "numel": ["numel", "numel-f"] +}, { + "nuzleaf": ["nuzleaf", "nuzleaf-f"] +}, { + "nymble": ["nymble"] +}, { + "obstagoon": ["obstagoon"] +}, { + "octillery": ["octillery", "octillery-f"] +}, { + "oddish": ["oddish"] +}, { + "oinkologne": ["oinkologne", "oinkologne-f"] +}, { + "omanyte": ["omanyte"] +}, { + "omastar": ["omastar"] +}, { + "onix": ["onix"] +}, { + "oranguru": ["oranguru"] +}, { + "orbeetle": ["orbeetle", "orbeetle-gigantamax"] +}, { + "oricorio": ["oricorio", "oricorio-pau", "oricorio-pompom", "oricorio-sensu"] +}, { + "orthworm": ["orthworm"] +}, { + "oshawott": ["oshawott"] +}, { + "overqwil": ["overqwil"] +}, { + "pachirisu": ["pachirisu", "pachirisu-f"] +}, { + "palafin": ["palafin", "palafin-hero"] +}, { + "palkia": ["palkia"] +}, { + "palossand": ["palossand"] +}, { + "palpitoad": ["palpitoad"] +}, { + "pancham": ["pancham"] +}, { + "pangoro": ["pangoro"] +}, { + "panpour": ["panpour"] +}, { + "pansage": ["pansage"] +}, { + "pansear": ["pansear"] +}, { + "paras": ["paras"] +}, { + "parasect": ["parasect"] +}, { + "passimian": ["passimian"] +}, { + "patrat": ["patrat"] +}, { + "pawniard": ["pawniard"] +}, { + "pelipper": ["pelipper"] +}, { + "perrserker": ["perrserker"] +}, { + "persian": ["persian", "persian-alola"] +}, { + "petilil": ["petilil"] +}, { + "phanpy": ["phanpy"] +}, { + "phantump": ["phantump"] +}, { + "pheromosa": ["pheromosa"] +}, { + "phione": ["phione"] +}, { + "pichu": ["pichu"] +}, { + "pidgeot": ["pidgeot", "pidgeot-mega"] +}, { + "pidgeotto": ["pidgeotto"] +}, { + "pidgey": ["pidgey"] +}, { + "pidove": ["pidove"] +}, { + "pignite": ["pignite"] +}, { + "pikachu": ["pikachu", "pikachu-belle", "pikachu-cosplay", "pikachu-gigantamax", "pikachu-libre", "pikachu-phd", "pikachu-popstar", "pikachu-rockstar"] +}, { + "pikipek": ["pikipek"] +}, { + "piloswine": ["piloswine", "piloswine-f"] +}, { + "pincurchin": ["pincurchin"] +}, { + "pineco": ["pineco"] +}, { + "pinsir": ["pinsir", "pinsir-mega"] +}, { + "piplup": ["piplup"] +}, { + "plusle": ["plusle"] +}, { + "poipole": ["poipole"] +}, { + "politoed": ["politoed", "politoed-f"] +}, { + "poliwag": ["poliwag"] +}, { + "poliwhirl": ["poliwhirl"] +}, { + "poliwrath": ["poliwrath"] +}, { + "polteageist": ["polteageist"] +}, { + "ponyta": ["ponyta", "ponyta-galar"] +}, { + "poochyena": ["poochyena"] +}, { + "popplio": ["popplio"] +}, { + "porygon": ["porygon"] +}, { + "porygon-z": ["porygon-z"] +}, { + "porygon2": ["porygon2"] +}, { + "primarina": ["primarina"] +}, { + "primeape": ["primeape"] +}, { + "prinplup": ["prinplup"] +}, { + "probopass": ["probopass"] +}, { + "psyduck": ["psyduck"] +}, { + "pumpkaboo": ["pumpkaboo", "pumpkaboo-large", "pumpkaboo-small", "pumpkaboo-super"] +}, { + "pupitar": ["pupitar"] +}, { + "purrloin": ["purrloin"] +}, { + "purugly": ["purugly"] +}, { + "pyroar": ["pyroar", "pyroar-f"] +}, { + "pyukumuku": ["pyukumuku"] +}, { + "quagsire": ["quagsire", "quagsire-f"] +}, { + "quaquaval": ["quaquaval"] +}, { + "quaxly": ["quaxly"] +}, { + "quaxwell": ["quaxwell"] +}, { + "quilava": ["quilava"] +}, { + "quilladin": ["quilladin"] +}, { + "qwilfish": ["qwilfish"] +}, { + "raboot": ["raboot"] +}, { + "rabsca": ["rabsca"] +}, { + "raichu": ["raichu", "raichu-alola"] +}, { + "raikou": ["raikou"] +}, { + "ralts": ["ralts"] +}, { + "rampardos": ["rampardos"] +}, { + "rapidash": ["rapidash", "rapidash-galar"] +}, { + "raticate": ["raticate", "raticate-alola"] +}, { + "rattata": ["rattata", "rattata-alola"] +}, { + "rayquaza": ["rayquaza", "rayquaza-mega"] +}, { + "regice": ["regice"] +}, { + "regidrago": ["regidrago"] +}, { + "regieleki": ["regieleki"] +}, { + "regigigas": ["regigigas"] +}, { + "regirock": ["regirock"] +}, { + "registeel": ["registeel"] +}, { + "relicanth": ["relicanth", "relicanth-f"] +}, { + "rellor": ["rellor"] +}, { + "remoraid": ["remoraid"] +}, { + "reshiram": ["reshiram"] +}, { + "reuniclus": ["reuniclus"] +}, { + "revavroom": ["revavroom"] +}, { + "rhydon": ["rhydon", "rhydon-f"] +}, { + "rhyhorn": ["rhyhorn", "rhyhorn-f"] +}, { + "rhyperior": ["rhyperior", "rhyperior-f"] +}, { + "ribombee": ["ribombee"] +}, { + "rillaboom": ["rillaboom", "rillaboom-gigantamax"] +}, { + "riolu": ["riolu"] +}, { + "rockruff": ["rockruff"] +}, { + "roggenrola": ["roggenrola"] +}, { + "rolycoly": ["rolycoly"] +}, { + "rookidee": ["rookidee"] +}, { + "roselia": ["roselia", "roselia-f"] +}, { + "roserade": ["roserade", "roserade-f"] +}, { + "rotom": ["rotom", "rotom-fan", "rotom-frost", "rotom-heat", "rotom-mow", "rotom-wash"] +}, { + "rowlet": ["rowlet"] +}, { + "rufflet": ["rufflet"] +}, { + "runerigus": ["runerigus"] +}, { + "sableye": ["sableye", "sableye-mega"] +}, { + "salamence": ["salamence", "salamence-mega"] +}, { + "salandit": ["salandit"] +}, { + "salazzle": ["salazzle"] +}, { + "samurott": ["samurott", "samurott-hisui"] +}, { + "sandaconda": ["sandaconda", "sandaconda-gigantamax"] +}, { + "sandile": ["sandile"] +}, { + "sandshrew": ["sandshrew", "sandshrew-alola"] +}, { + "sandslash": ["sandslash", "sandslash-alola"] +}, { + "sandygast": ["sandygast"] +}, { + "sawk": ["sawk"] +}, { + "sawsbuck": ["sawsbuck", "sawsbuck-autumn", "sawsbuck-summer", "sawsbuck-winter"] +}, { + "scatterbug": ["scatterbug"] +}, { + "sceptile": ["sceptile", "sceptile-mega"] +}, { + "scizor": ["scizor", "scizor-mega"] +}, { + "scolipede": ["scolipede"] +}, { + "scorbunny": ["scorbunny"] +}, { + "scovillain": ["scovillain"] +}, { + "scrafty": ["scrafty"] +}, { + "scraggy": ["scraggy"] +}, { + "scyther": ["scyther", "scyther-f"] +}, { + "seadra": ["seadra"] +}, { + "seaking": ["seaking", "seaking-f"] +}, { + "sealeo": ["sealeo"] +}, { + "seedot": ["seedot"] +}, { + "seel": ["seel"] +}, { + "seismitoad": ["seismitoad"] +}, { + "sentret": ["sentret"] +}, { + "serperior": ["serperior"] +}, { + "servine": ["servine"] +}, { + "seviper": ["seviper"] +}, { + "sewaddle": ["sewaddle"] +}, { + "sharpedo": ["sharpedo", "sharpedo-mega"] +}, { + "shaymin": ["shaymin", "shaymin-sky"] +}, { + "shedinja": ["shedinja"] +}, { + "shelgon": ["shelgon"] +}, { + "shellder": ["shellder"] +}, { + "shellos": ["shellos", "shellos-east"] +}, { + "shelmet": ["shelmet"] +}, { + "shieldon": ["shieldon"] +}, { + "shiftry": ["shiftry", "shiftry-f"] +}, { + "shiinotic": ["shiinotic"] +}, { + "shinx": ["shinx", "shinx-f"] +}, { + "shroomish": ["shroomish"] +}, { + "shuckle": ["shuckle"] +}, { + "shuppet": ["shuppet"] +}, { + "sigilyph": ["sigilyph"] +}, { + "silcoon": ["silcoon"] +}, { + "silicobra": ["silicobra"] +}, { + "silvally": ["silvally", "silvally-bug", "silvally-dark", "silvally-dragon", "silvally-electric", "silvally-fairy", "silvally-fighting", "silvally-fire", "silvally-flying", "silvally-ghost", "silvally-grass", "silvally-ground", "silvally-ice", "silvally-poison", "silvally-psychic", "silvally-rock", "silvally-steel", "silvally-water"] +}, { + "simipour": ["simipour"] +}, { + "simisage": ["simisage"] +}, { + "simisear": ["simisear"] +}, { + "sinistea": ["sinistea"] +}, { + "sirfetchd": ["sirfetchd"] +}, { + "sizzlipede": ["sizzlipede"] +}, { + "skarmory": ["skarmory"] +}, { + "skiddo": ["skiddo"] +}, { + "skiploom": ["skiploom"] +}, { + "skitty": ["skitty"] +}, { + "skeledirge": ["skeledirge"] +}, { + "skorupi": ["skorupi"] +}, { + "skrelp": ["skrelp"] +}, { + "skuntank": ["skuntank"] +}, { + "skwovet": ["skwovet"] +}, { + "slaking": ["slaking"] +}, { + "slakoth": ["slakoth"] +}, { + "sliggoo": ["sliggoo", "sliggoo-hisui"] +}, { + "slowbro": ["slowbro", "slowbro-galar", "slowbro-mega"] +}, { + "slowking": ["slowking", "slowking-galar"] +}, { + "slowpoke": ["slowpoke", "slowpoke-galar"] +}, { + "slugma": ["slugma"] +}, { + "slurpuff": ["slurpuff"] +}, { + "smeargle": ["smeargle"] +}, { + "smoliv": ["smoliv"] +}, { + "smoochum": ["smoochum"] +}, { + "sneasel": ["sneasel", "sneasel-f", "sneasel-hisui", "sneasel-hisui-f"] +}, { + "sneasler": ["sneasler"] +}, { + "snivy": ["snivy"] +}, { + "snom": ["snom"] +}, { + "snorlax": ["snorlax", "snorlax-gigantamax"] +}, { + "snorunt": ["snorunt"] +}, { + "snover": ["snover", "snover-f"] +}, { + "snubbull": ["snubbull"] +}, { + "sobble": ["sobble"] +}, { + "solgaleo": ["solgaleo"] +}, { + "solosis": ["solosis"] +}, { + "solrock": ["solrock"] +}, { + "spearow": ["spearow"] +}, { + "spewpa": ["spewpa"] +}, { + "spheal": ["spheal"] +}, { + "spectrier": ["spectrier"] +}, { + "spidops": ["spidops"] +}, { + "spinarak": ["spinarak"] +}, { + "spinda": ["spinda"] +}, { + "spiritomb": ["spiritomb"] +}, { + "spoink": ["spoink"] +}, { + "sprigatito": ["sprigatito"] +}, { + "spritzee": ["spritzee"] +}, { + "squirtle": ["squirtle"] +}, { + "stakataka": ["stakataka"] +}, { + "stantler": ["stantler"] +}, { + "staraptor": ["staraptor", "staraptor-f"] +}, { + "staravia": ["staravia", "staravia-f"] +}, { + "starly": ["starly", "starly-f"] +}, { + "starmie": ["starmie"] +}, { + "staryu": ["staryu"] +}, { + "steelix": ["steelix", "steelix-mega"] +}, { + "steenee": ["steenee"] +}, { + "stonjourner": ["stonjourner"] +}, { + "stoutland": ["stoutland"] +}, { + "stufful": ["stufful"] +}, { + "stunfisk": ["stunfisk", "stunfisk-galar"] +}, { + "stunky": ["stunky"] +}, { + "sudowoodo": ["sudowoodo", "sudowoodo-f"] +}, { + "suicune": ["suicune"] +}, { + "sunflora": ["sunflora"] +}, { + "sunkern": ["sunkern"] +}, { + "surskit": ["surskit"] +}, { + "swablu": ["swablu"] +}, { + "swadloon": ["swadloon"] +}, { + "swalot": ["swalot", "swalot-f"] +}, { + "swampert": ["swampert", "swampert-mega"] +}, { + "swanna": ["swanna"] +}, { + "swellow": ["swellow"] +}, { + "swinub": ["swinub"] +}, { + "swirlix": ["swirlix"] +}, { + "swoobat": ["swoobat"] +}, { + "sylveon": ["sylveon"] +}, { + "tadbulb": ["tadbulb"] +}, { + "taillow": ["taillow"] +}, { + "talonflame": ["talonflame"] +}, { + "tandemaus": ["tandemaus"] +}, { + "tangela": ["tangela"] +}, { + "tangrowth": ["tangrowth", "tangrowth-f"] +}, { + "tapubulu": ["tapubulu"] +}, { + "tapufini": ["tapufini"] +}, { + "tapukoko": ["tapukoko"] +}, { + "tapulele": ["tapulele"] +}, { + "tarountula": ["tarountula"] +}, { + "tauros": ["tauros"] +}, { + "teddiursa": ["teddiursa"] +}, { + "tentacool": ["tentacool"] +}, { + "tentacruel": ["tentacruel"] +}, { + "tepig": ["tepig"] +}, { + "terrakion": ["terrakion"] +}, { + "thievul": ["thievul"] +}, { + "throh": ["throh"] +}, { + "thundurus": ["thundurus", "thundurus-therian"] +}, { + "thwackey": ["thwackey"] +}, { + "timburr": ["timburr"] +}, { + "tirtouga": ["tirtouga"] +}, { + "togedemaru": ["togedemaru"] +}, { + "togekiss": ["togekiss"] +}, { + "togepi": ["togepi"] +}, { + "togetic": ["togetic"] +}, { + "torchic": ["torchic", "torchic-f"] +}, { + "torkoal": ["torkoal"] +}, { + "tornadus": ["tornadus", "tornadus-therian"] +}, { + "torracat": ["torracat"] +}, { + "torterra": ["torterra"] +}, { + "totodile": ["totodile"] +}, { + "toucannon": ["toucannon"] +}, { + "toxapex": ["toxapex"] +}, { + "toxel": ["toxel"] +}, { + "toxicroak": ["toxicroak", "toxicroak-f"] +}, { + "toxtricity": ["toxtricity", "toxtricity-gigantamax", "toxtricity-low-key"] +}, { + "tranquill": ["tranquill"] +}, { + "trapinch": ["trapinch"] +}, { + "treecko": ["treecko"] +}, { + "trevenant": ["trevenant"] +}, { + "tropius": ["tropius"] +}, { + "trubbish": ["trubbish"] +}, { + "trumbeak": ["trumbeak"] +}, { + "tsareena": ["tsareena"] +}, { + "turtonator": ["turtonator"] +}, { + "turtwig": ["turtwig"] +}, { + "tympole": ["tympole"] +}, { + "tynamo": ["tynamo"] +}, { + "typenull": ["typenull"] +}, { + "typhlosion": ["typhlosion", "typhlosion-hisui"] +}, { + "tyranitar": ["tyranitar", "tyranitar-mega"] +}, { + "tyrantrum": ["tyrantrum"] +}, { + "tyrogue": ["tyrogue"] +}, { + "tyrunt": ["tyrunt"] +}, { + "umbreon": ["umbreon"] +}, { + "unfezant": ["unfezant", "unfezant-f"] +}, { + "unown": ["unown", "unown-bravo", "unown-charlie", "unown-delta", "unown-echo", "unown-exclamation", "unown-foxtrot", "unown-golf", "unown-hotel", "unown-india", "unown-interrogation", "unown-juliet", "unown-kilo", "unown-lima", "unown-mike", "unown-november", "unown-oscar", "unown-papa", "unown-quebec", "unown-romeo", "unown-sierra", "unown-tango", "unown-uniform", "unown-victor", "unown-whiskey", "unown-xray", "unown-yankee", "unown-zulu"] +}, { + "ursaluna": ["ursaluna", "ursaluna-bloodmoon"] +}, { + "ursaring": ["ursaring", "ursaring-f"] +}, { + "urshifu": ["urshifu", "urshifu-gigantamax", "urshifu-rapid-strike-gigantamax", "urshifu-rapid-strike"] +}, { + "uxie": ["uxie"] +}, { + "vanillish": ["vanillish"] +}, { + "vanillite": ["vanillite"] +}, { + "vanilluxe": ["vanilluxe"] +}, { + "vaporeon": ["vaporeon"] +}, { + "varoom": ["varoom"] +}, { + "veluza": ["veluza"] +}, { + "venipede": ["venipede"] +}, { + "venomoth": ["venomoth"] +}, { + "venonat": ["venonat"] +}, { + "venusaur": ["venusaur", "venusaur-gigantamax", "venusaur-mega"] +}, { + "vespiquen": ["vespiquen"] +}, { + "vibrava": ["vibrava"] +}, { + "victini": ["victini"] +}, { + "victreebel": ["victreebel"] +}, { + "vigoroth": ["vigoroth"] +}, { + "vikavolt": ["vikavolt"] +}, { + "vileplume": ["vileplume", "vileplume-f"] +}, { + "virizion": ["virizion"] +}, { + "vivillon": ["vivillon", "vivillon-archipelago", "vivillon-continental", "vivillon-elegant", "vivillon-fancy", "vivillon-garden", "vivillon-highplains", "vivillon-jungle", "vivillon-marine", "vivillon-meadow", "vivillon-modern", "vivillon-monsoon", "vivillon-ocean", "vivillon-pokeball", "vivillon-polar", "vivillon-river", "vivillon-sandstorm", "vivillon-savannah", "vivillon-sun", "vivillon-tundra"] +}, { + "volbeat": ["volbeat"] +}, { + "volcanion": ["volcanion"] +}, { + "volcarona": ["volcarona"] +}, { + "voltorb": ["voltorb", "voltorb-hisui"] +}, { + "vullaby": ["vullaby"] +}, { + "vulpix": ["vulpix", "vulpix-alola"] +}, { + "wailmer": ["wailmer"] +}, { + "wailord": ["wailord"] +}, { + "walrein": ["walrein"] +}, { + "wartortle": ["wartortle"] +}, { + "watchog": ["watchog"] +}, { + "weavile": ["weavile", "weavile-f"] +}, { + "weedle": ["weedle"] +}, { + "weepinbell": ["weepinbell"] +}, { + "weezing": ["weezing", "weezing-galar"] +}, { + "whimsicott": ["whimsicott"] +}, { + "whirlipede": ["whirlipede"] +}, { + "whiscash": ["whiscash"] +}, { + "whismur": ["whismur"] +}, { + "wigglytuff": ["wigglytuff"] +}, { + "wiglett": ["wiglett"] +}, { + "wimpod": ["wimpod"] +}, { + "wingull": ["wingull"] +}, { + "wishiwashi": ["wishiwashi", "wishiwashi-school"] +}, { + "wobbuffet": ["wobbuffet", "wobbuffet-f"] +}, { + "woobat": ["woobat"] +}, { + "wooloo": ["wooloo"] +}, { + "wooper": ["wooper", "wooper-f"] +}, { + "wormadam": ["wormadam", "wormadam-sandy", "wormadam-trash"] +}, { + "wugtrio": ["wugtrio"] +}, { + "wurmple": ["wurmple"] +}, { + "wynaut": ["wynaut"] +}, { + "wyrdeer": ["wyrdeer"] +}, { + "xatu": ["xatu", "xatu-f"] +}, { + "xerneas": ["xerneas", "xerneas-active"] +}, { + "xurkitree": ["xurkitree"] +}, { + "yamask": ["yamask", "yamask-galar"] +}, { + "yamper": ["yamper"] +}, { + "yanma": ["yanma"] +}, { + "yanmega": ["yanmega"] +}, { + "yungoos": ["yungoos"] +}, { + "yveltal": ["yveltal"] +}, { + "zacian": ["zacian", "zacian-crowned-sword"] +}, { + "zamazenta": ["zamazenta", "zamazenta-crowned-shield"] +}, { + "zangoose": ["zangoose"] +}, { + "zapdos": ["zapdos", "zapdos-galar"] +}, { + "zarude": ["zarude", "zarude-dada"] +}, { + "zebstrika": ["zebstrika"] +}, { + "zekrom": ["zekrom"] +}, { + "zeraora": ["zeraora", "zeraora-stand"] +}, { + "zigzagoon": ["zigzagoon", "zigzagoon-galar"] +}, { + "zoroark": ["zoroark", "zoroark-hisui"] +}, { + "zorua": ["zorua", "zorua-hisui"] +}, { + "zubat": ["zubat", "zubat-f"] +}, { + "zweilous": ["zweilous"] +}, { + "zygarde": ["zygarde", "zygarde-10", "zygarde-complete"] +}] + +fakemon = [{ + "astrolotl": ["astrolotl"] +}, { + "aurumoth": ["aurumoth"] +}, { + "colossoil": ["colossoil", "colossoil-f"] +}, { + "crucibelle": ["crucibelle", "crucibelle-mega"] +}, { + "equilibra": ["equilibra"] +}, { + "fidgit": ["fidgit"] +}, { + "jumbao": ["jumbao"] +}, { + "justyke": ["justyke"] +}, { + "kerfluffle": ["kerfluffle", "kerfluffle-f"] +}, { + "kitsunoh": ["kitsunoh", "kitsunoh-f"] +}, { + "krilowatt": ["krilowatt"] +}, { + "malaconda": ["malaconda"] +}, { + "miasmaw": ["miasmaw"] +}, { + "mollux": ["mollux"] +}, { + "mumbao": ["mumbao"] +}, { + "necturna": ["necturna"] +}, { + "pajantom": ["pajantom"] +}, { + "plasmanta": ["plasmanta"] +}, { + "pluffle": ["pluffle"] +}, { + "protowatt": ["protowatt", "protowatt-f"] +}, { + "pyroak": ["pyroak"] +}, { + "scratchet": ["scratchet"] +}, { + "smogecko": ["smogecko"] +}, { + "smoguana": ["smoguana"] +}, { + "smokomodo": ["smokomodo"] +}, { + "stratagem": ["stratagem"] +}, { + "tomohawk": ["tomohawk"] +}, { + "volkraken": ["volkraken"] +}, { + "voodoom": ["voodoom", "voodoom-f"] +}] + +floating_pokemon = [ + "abra", + "aegislash", + "aegislash-blade", + "aerodactyl", + "aerodactyl-mega", + "alakazam-mega", + "altaria", + "altaria-mega", + "arceus", + "arceus-bug", + "arceus-dark", + "arceus-dragon", + "arceus-electric", + "arceus-fairy", + "arceus-fighting", + "arceus-fire", + "arceus-flying", + "arceus-ghost", + "arceus-grass", + "arceus-ground", + "arceus-ice", + "arceus-poison", + "arceus-psychic", + "arceus-rock", + "arceus-steel", + "arceus-water", + "archeops", + "articuno", + "articuno-galar", + "astrolotl", + "aurumoth", + "azelf", + "banette-mega", + "beautifly", + "beautifly-f", + "beedrill", + "beedrill-mega", + "beheeyem", + "braviary", + "braviary-hisui", + "butterfree", + "butterfree-f", + "butterfree-gigantamax", + "castform", + "castform-rainy", + "castform-snowy", + "castform-sunny", + "celebi", + "chandelure", + "charizard", + "charizard-megax", + "charizard-megay", + "chimecho", + "chingling", + "claydol", + "cloyster", + "cofagrigus", + "combee", + "combee-f", + "comfey", + "corviknight", + "corviknight-gigantamax", + "corvisquire", + "cosmoem", + "cosmog", + "cottonee", + "cresselia", + "crobat", + "cryogonal", + "cutiefly", + "darkrai", + "dhelmise", + "diancie", + "diancie-mega", + "doublade", + "dragalge", + "dragapult", + "dragonite", + "drakloak", + "drampa", + "dreepy", + "drifblim", + "drifloon", + "duosion", + "dusknoir", + "duskull", + "dustox", + "dustox-f", + "elgyem", + "emolga", + "equilibra", + "escavalier", + "eternatus", + "eternatus-eternamax", + "fearow", + "flabebe", + "flabebe-blue", + "flabebe-orange", + "flabebe-white", + "flabebe-yellow", + "flapple", + "fletchinder", + "flittle", + "floette", + "floette-blue", + "floette-eternal", + "floette-orange", + "floette-white", + "floette-yellow", + "flygon", + "forretress", + "frillish", + "frillish-f", + "froslass", + "frosmoth", + "gastly", + "giratina-origin", + "glalie", + "glalie-mega", + "gligar", + "gligar-f", + "gliscor", + "golbat", + "golbat-f", + "gyarados", + "gyarados-mega", + "haunter", + "honchkrow", + "honedge", + "ho-oh", + "hoopa", + "hoopa-unbound", + "hoppip", + "hydreigon", + "jellicent", + "jellicent-f", + "jirachi", + "jumpluff", + "kartana", + "klang", + "klefki", + "klink", + "klinklang", + "koffing", + "lampent", + "landorus", + "landorus-therian", + "latias", + "latias-mega", + "latios", + "latios-mega", + "ledian", + "ledian-f", + "ledyba", + "ledyba-f", + "lugia", + "lunala", + "lunatone", + "magnemite", + "magneton", + "magnezone", + "manaphy", + "mandibuzz", + "masquerain", + "mesprit", + "metagross-mega", + "mew", + "mewtwo-megay", + "milcery", + "minior", + "minior-blue", + "minior-green", + "minior-indigo", + "minior-orange", + "minior-red", + "minior-violet", + "minior-yellow", + "misdreavus", + "mismagius", + "moltres", + "moltres-galar", + "mothim", + "munna", + "musharna", + "naganadel", + "necrozma", + "necrozma-dawn-wings", + "necrozma-ultra", + "necturna", + "nihilego", + "ninjask", + "noctowl", + "noibat", + "noivern", + "orbeetle", + "pajantom", + "pelipper", + "phantump", + "phione", + "pidgeot", + "pidgeot-mega", + "pidgeotto", + "pineco", + "pinsir-mega", + "plasmanta", + "poipole", + "polteageist", + "porygon", + "porygon2", + "porygon-z", + "probopass", + "pumpkaboo", + "pumpkaboo-large", + "pumpkaboo-small", + "pumpkaboo-super", + "rabsca", + "raichu-alola", + "rayquaza", + "rayquaza-mega", + "regidrago", + "regieleki", + "reuniclus", + "ribombee", + "rotom", + "rotom-fan", + "rotom-frost", + "rotom-heat", + "rotom-wash", + "runerigus", + "salamence", + "salamence-mega", + "scyther", + "scyther-f", + "shedinja", + "sigilyph", + "sinistea", + "skarmory", + "skiploom", + "solosis", + "solrock", + "spritzee", + "staraptor", + "staraptor-f", + "staravia", + "staravia-f", + "starmie", + "staryu", + "stratagem", + "swablu", + "swanna", + "swellow", + "swoobat", + "talonflame", + "tapubulu", + "tapufini", + "tapukoko", + "tapulele", + "thundurus", + "thundurus-therian", + "togekiss", + "togetic", + "tomohawk", + "tornadus", + "tornadus-therian", + "tranquill", + "tropius", + "trumbeak", + "unfezant", + "unfezant-f", + "unown", + "unown-bravo", + "unown-charlie", + "unown-delta", + "unown-echo", + "unown-exclamation", + "unown-foxtrot", + "unown-golf", + "unown-hotel", + "unown-india", + "unown-interrogation", + "unown-juliet", + "unown-kilo", + "unown-lima", + "unown-mike", + "unown-november", + "unown-oscar", + "unown-papa", + "unown-quebec", + "unown-romeo", + "unown-sierra", + "unown-tango", + "unown-uniform", + "unown-victor", + "unown-whiskey", + "unown-xray", + "unown-yankee", + "unown-zulu", + "uxie", + "vanillish", + "vanilluxe", + "venomoth", + "vespiquen", + "vibrava", + "vikavolt", + "vivillon", + "vivillon-archipelago", + "vivillon-continental", + "vivillon-elegant", + "vivillon-fancy", + "vivillon-garden", + "vivillon-highplains", + "vivillon-jungle", + "vivillon-marine", + "vivillon-meadow", + "vivillon-modern", + "vivillon-monsoon", + "vivillon-ocean", + "vivillon-pokeball", + "vivillon-polar", + "vivillon-river", + "vivillon-sandstorm", + "vivillon-savannah", + "vivillon-sun", + "vivillon-tundra", + "volcarona", + "wailord", + "weezing", + "weezing-galar", + "wingull", + "woobat", + "xatu", + "xatu-f", + "yamask", + "yamask-galar", + "yanma", + "yanmega", + "yveltal", + "zapdos", + "zubat", + "zubat-f" +] diff --git a/scripts/background_pokemon.js b/scripts/background_pokemon.js index 0553da4..9e4499b 100644 --- a/scripts/background_pokemon.js +++ b/scripts/background_pokemon.js @@ -272,1688 +272,6 @@ pokemon = [{ "clobbopus": ["clobbopus"] }, { "cloyster": ["cloyster"] -}, { - "coalossal": ["coalossal", "coalossal-gigantamax"] -}, { - "cobalion": ["cobalion"] -}, { - "cofagrigus": ["cofagrigus"] -}, { - "combee": ["combee", "combee-f"] -}, { - "combusken": ["combusken", "combusken-f"] -}, { - "comfey": ["comfey"] -}, { - "conkeldurr": ["conkeldurr"] -}, { - "copperajah": ["copperajah", "copperajah-gigantamax"] -}, { - "corphish": ["corphish"] -}, { - "corsola": ["corsola", "corsola-galar"] -}, { - "corviknight": ["corviknight", "corviknight-gigantamax"] -}, { - "corvisquire": ["corvisquire"] -}, { - "cosmoem": ["cosmoem"] -}, { - "cosmog": ["cosmog"] -}, { - "cottonee": ["cottonee"] -}, { - "crabominable": ["crabominable"] -}, { - "crabrawler": ["crabrawler"] -}, { - "cradily": ["cradily"] -}, { - "cramorant": ["cramorant", "cramorant-gorging", "cramorant-gulping"] -}, { - "cranidos": ["cranidos"] -}, { - "crawdaunt": ["crawdaunt"] -}, { - "cresselia": ["cresselia"] -}, { - "croagunk": ["croagunk", "croagunk-f"] -}, { - "crobat": ["crobat"] -}, { - "crocalor": ["crocalor"] -}, { - "croconaw": ["croconaw"] -}, { - "crustle": ["crustle"] -}, { - "cryogonal": ["cryogonal"] -}, { - "cubchoo": ["cubchoo"] -}, { - "cubone": ["cubone"] -}, { - "cufant": ["cufant"] -}, { - "cursola": ["cursola"] -}, { - "cutiefly": ["cutiefly"] -}, { - "cyndaquil": ["cyndaquil"] -}, { - "darkrai": ["darkrai"] -}, { - "darmanitan": ["darmanitan", "darmanitan-galar-zen", "darmanitan-galar", "darmanitan-zen"] -}, { - "dartrix": ["dartrix"] -}, { - "darumaka": ["darumaka", "darumaka-galar"] -}, { - "decidueye": ["decidueye", "decidueye-hisui"] -}, { - "dedenne": ["dedenne"] -}, { - "deerling": ["deerling", "deerling-autumn", "deerling-summer", "deerling-winter"] -}, { - "deino": ["deino"] -}, { - "delcatty": ["delcatty"] -}, { - "delibird": ["delibird"] -}, { - "delphox": ["delphox"] -}, { - "deoxys": ["deoxys", "deoxys-attack", "deoxys-defense", "deoxys-speed"] -}, { - "dewgong": ["dewgong"] -}, { - "dewott": ["dewott"] -}, { - "dewpider": ["dewpider"] -}, { - "dhelmise": ["dhelmise"] -}, { - "dialga": ["dialga"] -}, { - "diancie": ["diancie", "diancie-mega"] -}, { - "diggersby": ["diggersby"] -}, { - "diglett": ["diglett", "diglett-alola"] -}, { - "ditto": ["ditto"] -}, { - "dodrio": ["dodrio", "dodrio-f"] -}, { - "doduo": ["doduo", "doduo-f"] -}, { - "dolliv": ["dolliv"] -}, { - "dondozo": ["dondozo"] -}, { - "donphan": ["donphan", "donphan-f"] -}, { - "dottler": ["dottler"] -}, { - "doublade": ["doublade"] -}, { - "dracovish": ["dracovish"] -}, { - "dracozolt": ["dracozolt"] -}, { - "dragalge": ["dragalge"] -}, { - "dragapult": ["dragapult"] -}, { - "dragonair": ["dragonair"] -}, { - "dragonite": ["dragonite"] -}, { - "drakloak": ["drakloak"] -}, { - "drampa": ["drampa"] -}, { - "drapion": ["drapion"] -}, { - "dratini": ["dratini"] -}, { - "drednaw": ["drednaw", "drednaw-gigantamax"] -}, { - "dreepy": ["dreepy"] -}, { - "drifblim": ["drifblim"] -}, { - "drifloon": ["drifloon"] -}, { - "drilbur": ["drilbur"] -}, { - "drizzile": ["drizzile"] -}, { - "drowzee": ["drowzee"] -}, { - "druddigon": ["druddigon"] -}, { - "dubwool": ["dubwool"] -}, { - "ducklett": ["ducklett"] -}, { - "dugtrio": ["dugtrio", "dugtrio-alola"] -}, { - "dudunsparce": ["dudunsparce", "dudunsparce-threesegment"] -}, { - "dunsparce": ["dunsparce"] -}, { - "duosion": ["duosion"] -}, { - "duraludon": ["duraludon", "duraludon-gigantamax"] -}, { - "durant": ["durant"] -}, { - "dusclops": ["dusclops"] -}, { - "dusknoir": ["dusknoir"] -}, { - "duskull": ["duskull"] -}, { - "dustox": ["dustox", "dustox-f"] -}, { - "dwebble": ["dwebble"] -}, { - "eelektrik": ["eelektrik"] -}, { - "eelektross": ["eelektross"] -}, { - "eevee": ["eevee", "eevee-gigantamax"] -}, { - "eiscue": ["eiscue", "eiscue-noice-face"] -}, { - "ekans": ["ekans"] -}, { - "eldegoss": ["eldegoss"] -}, { - "electabuzz": ["electabuzz"] -}, { - "electivire": ["electivire"] -}, { - "electrike": ["electrike"] -}, { - "electrode": ["electrode", "electrode-hisui"] -}, { - "elekid": ["elekid"] -}, { - "elgyem": ["elgyem"] -}, { - "emboar": ["emboar"] -}, { - "emolga": ["emolga"] -}, { - "empoleon": ["empoleon"] -}, { - "enamorus": ["enamorus", "enamorus-therian"] -}, { - "entei": ["entei"] -}, { - "escavalier": ["escavalier"] -}, { - "espathra": ["espathra"] -}, { - "espeon": ["espeon"] -}, { - "espurr": ["espurr"] -}, { - "eternatus": ["eternatus", "eternatus-eternamax"] -}, { - "excadrill": ["excadrill"] -}, { - "exeggcute": ["exeggcute"] -}, { - "exeggutor": ["exeggutor", "exeggutor-alola"] -}, { - "exploud": ["exploud"] -}, { - "falinks": ["falinks"] -}, { - "farfetchd": ["farfetchd", "farfetchd-galar"] -}, { - "farigiraf": ["farigiraf"] -}, { - "fearow": ["fearow"] -}, { - "feebas": ["feebas"] -}, { - "fennekin": ["fennekin"] -}, { - "feraligatr": ["feraligatr"] -}, { - "ferroseed": ["ferroseed"] -}, { - "ferrothorn": ["ferrothorn"] -}, { - "finizen": ["finizen"] -}, { - "finneon": ["finneon", "finneon-f"] -}, { - "flaaffy": ["flaaffy"] -}, { - "flabebe": ["flabebe", "flabebe-blue", "flabebe-orange", "flabebe-white", "flabebe-yellow"] -}, { - "flapple": ["flapple", "flapple-gigantamax"] -}, { - "flareon": ["flareon"] -}, { - "fletchinder": ["fletchinder"] -}, { - "fletchling": ["fletchling"] -}, { - "flittle": ["flittle"] -}, { - "floatzel": ["floatzel", "floatzel-f"] -}, { - "floette": ["floette", "floette-blue", "floette-eternal", "floette-orange", "floette-white", "floette-yellow"] -}, { - "floragato": ["floragato"] -}, { - "florges": ["florges", "florges-blue", "florges-orange", "florges-white", "florges-yellow"] -}, { - "flygon": ["flygon"] -}, { - "fomantis": ["fomantis"] -}, { - "foongus": ["foongus"] -}, { - "forretress": ["forretress"] -}, { - "fraxure": ["fraxure"] -}, { - "frillish": ["frillish", "frillish-f"] -}, { - "froakie": ["froakie"] -}, { - "frogadier": ["frogadier"] -}, { - "froslass": ["froslass"] -}, { - "frosmoth": ["frosmoth"] -}, { - "fuecoco": ["fuecoco"] -}, { - "furfrou": ["furfrou", "furfrou-dandy", "furfrou-debutante", "furfrou-diamond", "furfrou-heart", "furfrou-kabuki", "furfrou-lareine", "furfrou-matron", "furfrou-pharaoh", "furfrou-star"] -}, { - "furret": ["furret"] -}, { - "gabite": ["gabite", "gabite-f"] -}, { - "gallade": ["gallade", "gallade-mega"] -}, { - "galvantula": ["galvantula"] -}, { - "garbodor": ["garbodor", "garbodor-gigantamax"] -}, { - "garchomp": ["garchomp", "garchomp-mega"] -}, { - "gardevoir": ["gardevoir", "gardevoir-mega"] -}, { - "gastly": ["gastly"] -}, { - "gastrodon": ["gastrodon", "gastrodon-east"] -}, { - "genesect": ["genesect", "genesect-electric", "genesect-fire", "genesect-ice", "genesect-water"] -}, { - "gengar": ["gengar", "gengar-gigantamax", "gengar-mega"] -}, { - "geodude": ["geodude", "geodude-alola"] -}, { - "gible": ["gible", "gible-f"] -}, { - "gigalith": ["gigalith"] -}, { - "girafarig": ["girafarig", "girafarig-f"] -}, { - "giratina": ["giratina", "giratina-origin"] -}, { - "glaceon": ["glaceon"] -}, { - "glalie": ["glalie", "glalie-mega"] -}, { - "glameow": ["glameow", "glameow-g6"] -}, { - "glastrier": ["glastrier"] -}, { - "gligar": ["gligar", "gligar-f"] -}, { - "gliscor": ["gliscor"] -}, { - "gloom": ["gloom", "gloom-f"] -}, { - "gogoat": ["gogoat"] -}, { - "golbat": ["golbat", "golbat-f"] -}, { - "goldeen": ["goldeen", "goldeen-f"] -}, { - "golduck": ["golduck"] -}, { - "golem": ["golem", "golem-alola"] -}, { - "golett": ["golett"] -}, { - "golisopod": ["golisopod"] -}, { - "golurk": ["golurk"] -}, { - "goodra": ["goodra", "goodra-hisui"] -}, { - "goomy": ["goomy"] -}, { - "gorebyss": ["gorebyss"] -}, { - "gossifleur": ["gossifleur"] -}, { - "gothita": ["gothita"] -}, { - "gothitelle": ["gothitelle"] -}, { - "gothorita": ["gothorita"] -}, { - "gourgeist": ["gourgeist", "gourgeist-large", "gourgeist-small", "gourgeist-super"] -}, { - "granbull": ["granbull"] -}, { - "grapploct": ["grapploct"] -}, { - "graveler": ["graveler", "graveler-alola"] -}, { - "greavard": ["greavard"] -}, { - "greedent": ["greedent"] -}, { - "greninja": ["greninja", "greninja-active"] -}, { - "grimer": ["grimer", "grimer-alola"] -}, { - "grimmsnarl": ["grimmsnarl", "grimmsnarl-gigantamax"] -}, { - "grookey": ["grookey"] -}, { - "grotle": ["grotle"] -}, { - "groudon": ["groudon", "groudon-primal"] -}, { - "grovyle": ["grovyle"] -}, { - "growlithe": ["growlithe", "growlithe-hisui"] -}, { - "grubbin": ["grubbin"] -}, { - "grumpig": ["grumpig"] -}, { - "gulpin": ["gulpin", "gulpin-f"] -}, { - "gumshoos": ["gumshoos"] -}, { - "gurdurr": ["gurdurr"] -}, { - "guzzlord": ["guzzlord"] -}, { - "gyarados": ["gyarados", "gyarados-mega"] -}, { - "hakamo-o": ["hakamo-o"] -}, { - "happiny": ["happiny"] -}, { - "hariyama": ["hariyama"] -}, { - "hatenna": ["hatenna"] -}, { - "hatterene": ["hatterene", "hatterene-gigantamax"] -}, { - "hattrem": ["hattrem"] -}, { - "haunter": ["haunter"] -}, { - "hawlucha": ["hawlucha"] -}, { - "haxorus": ["haxorus"] -}, { - "heatmor": ["heatmor"] -}, { - "heatran": ["heatran"] -}, { - "heliolisk": ["heliolisk"] -}, { - "helioptile": ["helioptile"] -}, { - "heracross": ["heracross", "heracross-mega"] -}, { - "herdier": ["herdier"] -}, { - "hippopotas": ["hippopotas", "hippopotas-f"] -}, { - "hippowdon": ["hippowdon", "hippowdon-f"] -}, { - "hitmonchan": ["hitmonchan"] -}, { - "hitmonlee": ["hitmonlee"] -}, { - "hitmontop": ["hitmontop"] -}, { - "ho-oh": ["ho-oh"] -}, { - "honchkrow": ["honchkrow"] -}, { - "honedge": ["honedge"] -}, { - "hoopa": ["hoopa", "hoopa-unbound"] -}, { - "hoothoot": ["hoothoot"] -}, { - "hoppip": ["hoppip"] -}, { - "horsea": ["horsea"] -}, { - "houndoom": ["houndoom", "houndoom-mega"] -}, { - "houndour": ["houndour"] -}, { - "houndstone": ["houndstone"] -}, { - "huntail": ["huntail"] -}, { - "hydreigon": ["hydreigon"] -}, { - "hypno": ["hypno", "hypno-f"] -}, { - "igglybuff": ["igglybuff"] -}, { - "illumise": ["illumise"] -}, { - "impidimp": ["impidimp"] -}, { - "incineroar": ["incineroar"] -}, { - "indeedee": ["indeedee", "indeedee-f"] -}, { - "infernape": ["infernape"] -}, { - "inkay": ["inkay"] -}, { - "inteleon": ["inteleon", "inteleon-gigantamax"] -}, { - "ivysaur": ["ivysaur"] -}, { - "jangmo-o": ["jangmo-o"] -}, { - "jellicent": ["jellicent", "jellicent-f"] -}, { - "jigglypuff": ["jigglypuff"] -}, { - "jirachi": ["jirachi"] -}, { - "jolteon": ["jolteon"] -}, { - "joltik": ["joltik"] -}, { - "jumpluff": ["jumpluff"] -}, { - "jynx": ["jynx"] -}, { - "kabuto": ["kabuto"] -}, { - "kabutops": ["kabutops"] -}, { - "kadabra": ["kadabra", "kadabra-f"] -}, { - "kakuna": ["kakuna"] -}, { - "kangaskhan": ["kangaskhan", "kangaskhan-mega"] -}, { - "karrablast": ["karrablast"] -}, { - "kartana": ["kartana"] -}, { - "kecleon": ["kecleon"] -}, { - "keldeo": ["keldeo", "keldeo-resolute"] -}, { - "kingdra": ["kingdra"] -}, { - "kingler": ["kingler", "kingler-gigantamax"] -}, { - "kirlia": ["kirlia"] -}, { - "klang": ["klang"] -}, { - "kleavor": ["kleavor"] -}, { - "klefki": ["klefki"] -}, { - "klink": ["klink"] -}, { - "klinklang": ["klinklang"] -}, { - "koffing": ["koffing"] -}, { - "komala": ["komala"] -}, { - "kommo-o": ["kommo-o"] -}, { - "krabby": ["krabby"] -}, { - "kricketot": ["kricketot", "kricketot-f"] -}, { - "kricketune": ["kricketune", "kricketune-f"] -}, { - "krokorok": ["krokorok"] -}, { - "krookodile": ["krookodile"] -}, { - "kubfu": ["kubfu"] -}, { - "kyogre": ["kyogre", "kyogre-primal"] -}, { - "kyurem": ["kyurem", "kyurem-black-overdrive", "kyurem-black", "kyurem-white-overdrive", "kyurem-white"] -}, { - "lairon": ["lairon"] -}, { - "lampent": ["lampent"] -}, { - "landorus": ["landorus", "landorus-therian"] -}, { - "lanturn": ["lanturn"] -}, { - "lapras": ["lapras", "lapras-gigantamax"] -}, { - "larvesta": ["larvesta"] -}, { - "larvitar": ["larvitar"] -}, { - "latias": ["latias", "latias-mega"] -}, { - "latios": ["latios", "latios-mega"] -}, { - "leafeon": ["leafeon"] -}, { - "leavanny": ["leavanny"] -}, { - "lechonk": ["lechonk"] -}, { - "ledian": ["ledian", "ledian-f"] -}, { - "ledyba": ["ledyba", "ledyba-f"] -}, { - "lickilicky": ["lickilicky"] -}, { - "lickitung": ["lickitung"] -}, { - "liepard": ["liepard"] -}, { - "lileep": ["lileep"] -}, { - "lilligant": ["lilligant", "lilligant-hisui"] -}, { - "lillipup": ["lillipup"] -}, { - "linoone": ["linoone", "linoone-galar"] -}, { - "litleo": ["litleo"] -}, { - "litten": ["litten"] -}, { - "litwick": ["litwick"] -}, { - "lokix": ["lokix"] -}, { - "lombre": ["lombre"] -}, { - "lopunny": ["lopunny", "lopunny-mega"] -}, { - "lotad": ["lotad"] -}, { - "loudred": ["loudred"] -}, { - "lucario": ["lucario", "lucario-mega"] -}, { - "ludicolo": ["ludicolo", "ludicolo-f"] -}, { - "lugia": ["lugia"] -}, { - "lumineon": ["lumineon", "lumineon-f"] -}, { - "lunala": ["lunala"] -}, { - "lunatone": ["lunatone"] -}, { - "lurantis": ["lurantis"] -}, { - "luvdisc": ["luvdisc"] -}, { - "luxio": ["luxio", "luxio-f"] -}, { - "luxray": ["luxray", "luxray-f"] -}, { - "lycanroc": ["lycanroc", "lycanroc-dusk", "lycanroc-midnight"] -}, { - "machamp": ["machamp", "machamp-gigantamax"] -}, { - "machoke": ["machoke"] -}, { - "machop": ["machop"] -}, { - "magby": ["magby"] -}, { - "magcargo": ["magcargo"] -}, { - "magearna": ["magearna", "magearna-original"] -}, { - "magikarp": ["magikarp", "magikarp-f"] -}, { - "magmar": ["magmar"] -}, { - "magmortar": ["magmortar"] -}, { - "magnemite": ["magnemite"] -}, { - "magneton": ["magneton"] -}, { - "magnezone": ["magnezone"] -}, { - "makuhita": ["makuhita"] -}, { - "malamar": ["malamar"] -}, { - "mamoswine": ["mamoswine", "mamoswine-f"] -}, { - "manaphy": ["manaphy"] -}, { - "mandibuzz": ["mandibuzz"] -}, { - "manectric": ["manectric", "manectric-mega"] -}, { - "mankey": ["mankey"] -}, { - "mantine": ["mantine"] -}, { - "mantyke": ["mantyke"] -}, { - "maractus": ["maractus"] -}, { - "mareanie": ["mareanie"] -}, { - "mareep": ["mareep"] -}, { - "marill": ["marill"] -}, { - "marowak": ["marowak", "marowak-alola"] -}, { - "marshadow": ["marshadow"] -}, { - "marshtomp": ["marshtomp"] -}, { - "masquerain": ["masquerain"] -}, { - "maushold": ["maushold", "maushold-four"] -}, { - "mawile": ["mawile", "mawile-mega"] -}, { - "medicham": ["medicham", "medicham-mega"] -}, { - "meditite": ["meditite", "meditite-f"] -}, { - "meltan": ["meltan"] -}, { - "meganium": ["meganium", "meganium-f"] -}, { - "melmetal": ["melmetal", "melmetal-gigantamax"] -}, { - "meloetta": ["meloetta", "meloetta-pirouette"] -}, { - "meowscarada": ["meowscarada"] -}, { - "meowstic": ["meowstic", "meowstic-f"] -}, { - "meowth": ["meowth", "meowth-alola", "meowth-galar", "meowth-gigantamax"] -}, { - "mesprit": ["mesprit"] -}, { - "metagross": ["metagross", "metagross-mega"] -}, { - "metang": ["metang"] -}, { - "metapod": ["metapod"] -}, { - "mew": ["mew"] -}, { - "mewtwo": ["mewtwo", "mewtwo-megax", "mewtwo-megay"] -}, { - "mienfoo": ["mienfoo"] -}, { - "mienshao": ["mienshao"] -}, { - "mightyena": ["mightyena"] -}, { - "milcery": ["milcery"] -}, { - "milotic": ["milotic", "milotic-f"] -}, { - "miltank": ["miltank"] -}, { - "mime_jr": ["mime_jr"] -}, { - "mimikyu": ["mimikyu", "mimikyu-busted"] -}, { - "minccino": ["minccino"] -}, { - "minior": ["minior", "minior-blue", "minior-green", "minior-indigo", "minior-orange", "minior-red", "minior-violet", "minior-yellow"] -}, { - "minun": ["minun"] -}, { - "misdreavus": ["misdreavus"] -}, { - "mismagius": ["mismagius"] -}, { - "moltres": ["moltres", "moltres-galar"] -}, { - "monferno": ["monferno"] -}, { - "morelull": ["morelull"] -}, { - "morgrem": ["morgrem"] -}, { - "morpeko": ["morpeko", "morpeko-hangry-mode"] -}, { - "mothim": ["mothim"] -}, { - "mr-mime": ["mr-mime", "mr-mime-galar"] -}, { - "mr-rime": ["mr-rime"] -}, { - "mudbray": ["mudbray"] -}, { - "mudkip": ["mudkip"] -}, { - "mudsdale": ["mudsdale"] -}, { - "muk": ["muk", "muk-alola"] -}, { - "munchlax": ["munchlax"] -}, { - "munna": ["munna"] -}, { - "murkrow": ["murkrow", "murkrow-f"] -}, { - "musharna": ["musharna"] -}, { - "naganadel": ["naganadel"] -}, { - "natu": ["natu"] -}, { - "necrozma": ["necrozma", "necrozma-dawn-wings", "necrozma-dusk-mane", "necrozma-ultra"] -}, { - "nickit": ["nickit"] -}, { - "nidoking": ["nidoking"] -}, { - "nidoqueen": ["nidoqueen"] -}, { - "nidoran_f": ["nidoran_f"] -}, { - "nidoran_m": ["nidoran_m"] -}, { - "nidorina": ["nidorina"] -}, { - "nidorino": ["nidorino"] -}, { - "nihilego": ["nihilego"] -}, { - "nincada": ["nincada"] -}, { - "ninetales": ["ninetales", "ninetales-alola"] -}, { - "ninjask": ["ninjask"] -}, { - "noctowl": ["noctowl"] -}, { - "noibat": ["noibat"] -}, { - "noivern": ["noivern"] -}, { - "nosepass": ["nosepass"] -}, { - "numel": ["numel", "numel-f"] -}, { - "nuzleaf": ["nuzleaf", "nuzleaf-f"] -}, { - "nymble": ["nymble"] -}, { - "obstagoon": ["obstagoon"] -}, { - "octillery": ["octillery", "octillery-f"] -}, { - "oddish": ["oddish"] -}, { - "oinkologne": ["oinkologne", "oinkologne-f"] -}, { - "omanyte": ["omanyte"] -}, { - "omastar": ["omastar"] -}, { - "onix": ["onix"] -}, { - "oranguru": ["oranguru"] -}, { - "orbeetle": ["orbeetle", "orbeetle-gigantamax"] -}, { - "oricorio": ["oricorio", "oricorio-pau", "oricorio-pompom", "oricorio-sensu"] -}, { - "orthworm": ["orthworm"] -}, { - "oshawott": ["oshawott"] -}, { - "overqwil": ["overqwil"] -}, { - "pachirisu": ["pachirisu", "pachirisu-f"] -}, { - "palafin": ["palafin", "palafin-hero"] -}, { - "palkia": ["palkia"] -}, { - "palossand": ["palossand"] -}, { - "palpitoad": ["palpitoad"] -}, { - "pancham": ["pancham"] -}, { - "pangoro": ["pangoro"] -}, { - "panpour": ["panpour"] -}, { - "pansage": ["pansage"] -}, { - "pansear": ["pansear"] -}, { - "paras": ["paras"] -}, { - "parasect": ["parasect"] -}, { - "passimian": ["passimian"] -}, { - "patrat": ["patrat"] -}, { - "pawniard": ["pawniard"] -}, { - "pelipper": ["pelipper"] -}, { - "perrserker": ["perrserker"] -}, { - "persian": ["persian", "persian-alola"] -}, { - "petilil": ["petilil"] -}, { - "phanpy": ["phanpy"] -}, { - "phantump": ["phantump"] -}, { - "pheromosa": ["pheromosa"] -}, { - "phione": ["phione"] -}, { - "pichu": ["pichu"] -}, { - "pidgeot": ["pidgeot", "pidgeot-mega"] -}, { - "pidgeotto": ["pidgeotto"] -}, { - "pidgey": ["pidgey"] -}, { - "pidove": ["pidove"] -}, { - "pignite": ["pignite"] -}, { - "pikachu": ["pikachu", "pikachu-belle", "pikachu-cosplay", "pikachu-gigantamax", "pikachu-libre", "pikachu-phd", "pikachu-popstar", "pikachu-rockstar"] -}, { - "pikipek": ["pikipek"] -}, { - "piloswine": ["piloswine", "piloswine-f"] -}, { - "pincurchin": ["pincurchin"] -}, { - "pineco": ["pineco"] -}, { - "pinsir": ["pinsir", "pinsir-mega"] -}, { - "piplup": ["piplup"] -}, { - "plusle": ["plusle"] -}, { - "poipole": ["poipole"] -}, { - "politoed": ["politoed", "politoed-f"] -}, { - "poliwag": ["poliwag"] -}, { - "poliwhirl": ["poliwhirl"] -}, { - "poliwrath": ["poliwrath"] -}, { - "polteageist": ["polteageist"] -}, { - "ponyta": ["ponyta", "ponyta-galar"] -}, { - "poochyena": ["poochyena"] -}, { - "popplio": ["popplio"] -}, { - "porygon": ["porygon"] -}, { - "porygon-z": ["porygon-z"] -}, { - "porygon2": ["porygon2"] -}, { - "primarina": ["primarina"] -}, { - "primeape": ["primeape"] -}, { - "prinplup": ["prinplup"] -}, { - "probopass": ["probopass"] -}, { - "psyduck": ["psyduck"] -}, { - "pumpkaboo": ["pumpkaboo", "pumpkaboo-large", "pumpkaboo-small", "pumpkaboo-super"] -}, { - "pupitar": ["pupitar"] -}, { - "purrloin": ["purrloin"] -}, { - "purugly": ["purugly"] -}, { - "pyroar": ["pyroar", "pyroar-f"] -}, { - "pyukumuku": ["pyukumuku"] -}, { - "quagsire": ["quagsire", "quagsire-f"] -}, { - "quaquaval": ["quaquaval"] -}, { - "quaxly": ["quaxly"] -}, { - "quaxwell": ["quaxwell"] -}, { - "quilava": ["quilava"] -}, { - "quilladin": ["quilladin"] -}, { - "qwilfish": ["qwilfish"] -}, { - "raboot": ["raboot"] -}, { - "rabsca": ["rabsca"] -}, { - "raichu": ["raichu", "raichu-alola"] -}, { - "raikou": ["raikou"] -}, { - "ralts": ["ralts"] -}, { - "rampardos": ["rampardos"] -}, { - "rapidash": ["rapidash", "rapidash-galar"] -}, { - "raticate": ["raticate", "raticate-alola"] -}, { - "rattata": ["rattata", "rattata-alola"] -}, { - "rayquaza": ["rayquaza", "rayquaza-mega"] -}, { - "regice": ["regice"] -}, { - "regidrago": ["regidrago"] -}, { - "regieleki": ["regieleki"] -}, { - "regigigas": ["regigigas"] -}, { - "regirock": ["regirock"] -}, { - "registeel": ["registeel"] -}, { - "relicanth": ["relicanth", "relicanth-f"] -}, { - "rellor": ["rellor"] -}, { - "remoraid": ["remoraid"] -}, { - "reshiram": ["reshiram"] -}, { - "reuniclus": ["reuniclus"] -}, { - "revavroom": ["revavroom"] -}, { - "rhydon": ["rhydon", "rhydon-f"] -}, { - "rhyhorn": ["rhyhorn", "rhyhorn-f"] -}, { - "rhyperior": ["rhyperior", "rhyperior-f"] -}, { - "ribombee": ["ribombee"] -}, { - "rillaboom": ["rillaboom", "rillaboom-gigantamax"] -}, { - "riolu": ["riolu"] -}, { - "rockruff": ["rockruff"] -}, { - "roggenrola": ["roggenrola"] -}, { - "rolycoly": ["rolycoly"] -}, { - "rookidee": ["rookidee"] -}, { - "roselia": ["roselia", "roselia-f"] -}, { - "roserade": ["roserade", "roserade-f"] -}, { - "rotom": ["rotom", "rotom-fan", "rotom-frost", "rotom-heat", "rotom-mow", "rotom-wash"] -}, { - "rowlet": ["rowlet"] -}, { - "rufflet": ["rufflet"] -}, { - "runerigus": ["runerigus"] -}, { - "sableye": ["sableye", "sableye-mega"] -}, { - "salamence": ["salamence", "salamence-mega"] -}, { - "salandit": ["salandit"] -}, { - "salazzle": ["salazzle"] -}, { - "samurott": ["samurott", "samurott-hisui"] -}, { - "sandaconda": ["sandaconda", "sandaconda-gigantamax"] -}, { - "sandile": ["sandile"] -}, { - "sandshrew": ["sandshrew", "sandshrew-alola"] -}, { - "sandslash": ["sandslash", "sandslash-alola"] -}, { - "sandygast": ["sandygast"] -}, { - "sawk": ["sawk"] -}, { - "sawsbuck": ["sawsbuck", "sawsbuck-autumn", "sawsbuck-summer", "sawsbuck-winter"] -}, { - "scatterbug": ["scatterbug"] -}, { - "sceptile": ["sceptile", "sceptile-mega"] -}, { - "scizor": ["scizor", "scizor-mega"] -}, { - "scolipede": ["scolipede"] -}, { - "scorbunny": ["scorbunny"] -}, { - "scovillain": ["scovillain"] -}, { - "scrafty": ["scrafty"] -}, { - "scraggy": ["scraggy"] -}, { - "scyther": ["scyther", "scyther-f"] -}, { - "seadra": ["seadra"] -}, { - "seaking": ["seaking", "seaking-f"] -}, { - "sealeo": ["sealeo"] -}, { - "seedot": ["seedot"] -}, { - "seel": ["seel"] -}, { - "seismitoad": ["seismitoad"] -}, { - "sentret": ["sentret"] -}, { - "serperior": ["serperior"] -}, { - "servine": ["servine"] -}, { - "seviper": ["seviper"] -}, { - "sewaddle": ["sewaddle"] -}, { - "sharpedo": ["sharpedo", "sharpedo-mega"] -}, { - "shaymin": ["shaymin", "shaymin-sky"] -}, { - "shedinja": ["shedinja"] -}, { - "shelgon": ["shelgon"] -}, { - "shellder": ["shellder"] -}, { - "shellos": ["shellos", "shellos-east"] -}, { - "shelmet": ["shelmet"] -}, { - "shieldon": ["shieldon"] -}, { - "shiftry": ["shiftry", "shiftry-f"] -}, { - "shiinotic": ["shiinotic"] -}, { - "shinx": ["shinx", "shinx-f"] -}, { - "shroomish": ["shroomish"] -}, { - "shuckle": ["shuckle"] -}, { - "shuppet": ["shuppet"] -}, { - "sigilyph": ["sigilyph"] -}, { - "silcoon": ["silcoon"] -}, { - "silicobra": ["silicobra"] -}, { - "silvally": ["silvally", "silvally-bug", "silvally-dark", "silvally-dragon", "silvally-electric", "silvally-fairy", "silvally-fighting", "silvally-fire", "silvally-flying", "silvally-ghost", "silvally-grass", "silvally-ground", "silvally-ice", "silvally-poison", "silvally-psychic", "silvally-rock", "silvally-steel", "silvally-water"] -}, { - "simipour": ["simipour"] -}, { - "simisage": ["simisage"] -}, { - "simisear": ["simisear"] -}, { - "sinistea": ["sinistea"] -}, { - "sirfetchd": ["sirfetchd"] -}, { - "sizzlipede": ["sizzlipede"] -}, { - "skarmory": ["skarmory"] -}, { - "skiddo": ["skiddo"] -}, { - "skiploom": ["skiploom"] -}, { - "skitty": ["skitty"] -}, { - "skeledirge": ["skeledirge"] -}, { - "skorupi": ["skorupi"] -}, { - "skrelp": ["skrelp"] -}, { - "skuntank": ["skuntank"] -}, { - "skwovet": ["skwovet"] -}, { - "slaking": ["slaking"] -}, { - "slakoth": ["slakoth"] -}, { - "sliggoo": ["sliggoo", "sliggoo-hisui"] -}, { - "slowbro": ["slowbro", "slowbro-galar", "slowbro-mega"] -}, { - "slowking": ["slowking", "slowking-galar"] -}, { - "slowpoke": ["slowpoke", "slowpoke-galar"] -}, { - "slugma": ["slugma"] -}, { - "slurpuff": ["slurpuff"] -}, { - "smeargle": ["smeargle"] -}, { - "smoliv": ["smoliv"] -}, { - "smoochum": ["smoochum"] -}, { - "sneasel": ["sneasel", "sneasel-f", "sneasel-hisui", "sneasel-hisui-f"] -}, { - "sneasler": ["sneasler"] -}, { - "snivy": ["snivy"] -}, { - "snom": ["snom"] -}, { - "snorlax": ["snorlax", "snorlax-gigantamax"] -}, { - "snorunt": ["snorunt"] -}, { - "snover": ["snover", "snover-f"] -}, { - "snubbull": ["snubbull"] -}, { - "sobble": ["sobble"] -}, { - "solgaleo": ["solgaleo"] -}, { - "solosis": ["solosis"] -}, { - "solrock": ["solrock"] -}, { - "spearow": ["spearow"] -}, { - "spewpa": ["spewpa"] -}, { - "spheal": ["spheal"] -}, { - "spectrier": ["spectrier"] -}, { - "spidops": ["spidops"] -}, { - "spinarak": ["spinarak"] -}, { - "spinda": ["spinda"] -}, { - "spiritomb": ["spiritomb"] -}, { - "spoink": ["spoink"] -}, { - "sprigatito": ["sprigatito"] -}, { - "spritzee": ["spritzee"] -}, { - "squirtle": ["squirtle"] -}, { - "stakataka": ["stakataka"] -}, { - "stantler": ["stantler"] -}, { - "staraptor": ["staraptor", "staraptor-f"] -}, { - "staravia": ["staravia", "staravia-f"] -}, { - "starly": ["starly", "starly-f"] -}, { - "starmie": ["starmie"] -}, { - "staryu": ["staryu"] -}, { - "steelix": ["steelix", "steelix-mega"] -}, { - "steenee": ["steenee"] -}, { - "stonjourner": ["stonjourner"] -}, { - "stoutland": ["stoutland"] -}, { - "stufful": ["stufful"] -}, { - "stunfisk": ["stunfisk", "stunfisk-galar"] -}, { - "stunky": ["stunky"] -}, { - "sudowoodo": ["sudowoodo", "sudowoodo-f"] -}, { - "suicune": ["suicune"] -}, { - "sunflora": ["sunflora"] -}, { - "sunkern": ["sunkern"] -}, { - "surskit": ["surskit"] -}, { - "swablu": ["swablu"] -}, { - "swadloon": ["swadloon"] -}, { - "swalot": ["swalot", "swalot-f"] -}, { - "swampert": ["swampert", "swampert-mega"] -}, { - "swanna": ["swanna"] -}, { - "swellow": ["swellow"] -}, { - "swinub": ["swinub"] -}, { - "swirlix": ["swirlix"] -}, { - "swoobat": ["swoobat"] -}, { - "sylveon": ["sylveon"] -}, { - "tadbulb": ["tadbulb"] -}, { - "taillow": ["taillow"] -}, { - "talonflame": ["talonflame"] -}, { - "tandemaus": ["tandemaus"] -}, { - "tangela": ["tangela"] -}, { - "tangrowth": ["tangrowth", "tangrowth-f"] -}, { - "tapubulu": ["tapubulu"] -}, { - "tapufini": ["tapufini"] -}, { - "tapukoko": ["tapukoko"] -}, { - "tapulele": ["tapulele"] -}, { - "tarountula": ["tarountula"] -}, { - "tauros": ["tauros"] -}, { - "teddiursa": ["teddiursa"] -}, { - "tentacool": ["tentacool"] -}, { - "tentacruel": ["tentacruel"] -}, { - "tepig": ["tepig"] -}, { - "terrakion": ["terrakion"] -}, { - "thievul": ["thievul"] -}, { - "throh": ["throh"] -}, { - "thundurus": ["thundurus", "thundurus-therian"] -}, { - "thwackey": ["thwackey"] -}, { - "timburr": ["timburr"] -}, { - "tirtouga": ["tirtouga"] -}, { - "togedemaru": ["togedemaru"] -}, { - "togekiss": ["togekiss"] -}, { - "togepi": ["togepi"] -}, { - "togetic": ["togetic"] -}, { - "torchic": ["torchic", "torchic-f"] -}, { - "torkoal": ["torkoal"] -}, { - "tornadus": ["tornadus", "tornadus-therian"] -}, { - "torracat": ["torracat"] -}, { - "torterra": ["torterra"] -}, { - "totodile": ["totodile"] -}, { - "toucannon": ["toucannon"] -}, { - "toxapex": ["toxapex"] -}, { - "toxel": ["toxel"] -}, { - "toxicroak": ["toxicroak", "toxicroak-f"] -}, { - "toxtricity": ["toxtricity", "toxtricity-gigantamax", "toxtricity-low-key"] -}, { - "tranquill": ["tranquill"] -}, { - "trapinch": ["trapinch"] -}, { - "treecko": ["treecko"] -}, { - "trevenant": ["trevenant"] -}, { - "tropius": ["tropius"] -}, { - "trubbish": ["trubbish"] -}, { - "trumbeak": ["trumbeak"] -}, { - "tsareena": ["tsareena"] -}, { - "turtonator": ["turtonator"] -}, { - "turtwig": ["turtwig"] -}, { - "tympole": ["tympole"] -}, { - "tynamo": ["tynamo"] -}, { - "typenull": ["typenull"] -}, { - "typhlosion": ["typhlosion", "typhlosion-hisui"] -}, { - "tyranitar": ["tyranitar", "tyranitar-mega"] -}, { - "tyrantrum": ["tyrantrum"] -}, { - "tyrogue": ["tyrogue"] -}, { - "tyrunt": ["tyrunt"] -}, { - "umbreon": ["umbreon"] -}, { - "unfezant": ["unfezant", "unfezant-f"] -}, { - "unown": ["unown", "unown-bravo", "unown-charlie", "unown-delta", "unown-echo", "unown-exclamation", "unown-foxtrot", "unown-golf", "unown-hotel", "unown-india", "unown-interrogation", "unown-juliet", "unown-kilo", "unown-lima", "unown-mike", "unown-november", "unown-oscar", "unown-papa", "unown-quebec", "unown-romeo", "unown-sierra", "unown-tango", "unown-uniform", "unown-victor", "unown-whiskey", "unown-xray", "unown-yankee", "unown-zulu"] -}, { - "ursaluna": ["ursaluna", "ursaluna-bloodmoon"] -}, { - "ursaring": ["ursaring", "ursaring-f"] -}, { - "urshifu": ["urshifu", "urshifu-gigantamax", "urshifu-rapid-strike-gigantamax", "urshifu-rapid-strike"] -}, { - "uxie": ["uxie"] -}, { - "vanillish": ["vanillish"] -}, { - "vanillite": ["vanillite"] -}, { - "vanilluxe": ["vanilluxe"] -}, { - "vaporeon": ["vaporeon"] -}, { - "varoom": ["varoom"] -}, { - "veluza": ["veluza"] -}, { - "venipede": ["venipede"] -}, { - "venomoth": ["venomoth"] -}, { - "venonat": ["venonat"] -}, { - "venusaur": ["venusaur", "venusaur-gigantamax", "venusaur-mega"] -}, { - "vespiquen": ["vespiquen"] -}, { - "vibrava": ["vibrava"] -}, { - "victini": ["victini"] -}, { - "victreebel": ["victreebel"] -}, { - "vigoroth": ["vigoroth"] -}, { - "vikavolt": ["vikavolt"] -}, { - "vileplume": ["vileplume", "vileplume-f"] -}, { - "virizion": ["virizion"] -}, { - "vivillon": ["vivillon", "vivillon-archipelago", "vivillon-continental", "vivillon-elegant", "vivillon-fancy", "vivillon-garden", "vivillon-highplains", "vivillon-jungle", "vivillon-marine", "vivillon-meadow", "vivillon-modern", "vivillon-monsoon", "vivillon-ocean", "vivillon-pokeball", "vivillon-polar", "vivillon-river", "vivillon-sandstorm", "vivillon-savannah", "vivillon-sun", "vivillon-tundra"] -}, { - "volbeat": ["volbeat"] -}, { - "volcanion": ["volcanion"] -}, { - "volcarona": ["volcarona"] -}, { - "voltorb": ["voltorb", "voltorb-hisui"] -}, { - "vullaby": ["vullaby"] -}, { - "vulpix": ["vulpix", "vulpix-alola"] -}, { - "wailmer": ["wailmer"] -}, { - "wailord": ["wailord"] -}, { - "walrein": ["walrein"] -}, { - "wartortle": ["wartortle"] -}, { - "watchog": ["watchog"] -}, { - "weavile": ["weavile", "weavile-f"] -}, { - "weedle": ["weedle"] -}, { - "weepinbell": ["weepinbell"] -}, { - "weezing": ["weezing", "weezing-galar"] -}, { - "whimsicott": ["whimsicott"] -}, { - "whirlipede": ["whirlipede"] -}, { - "whiscash": ["whiscash"] -}, { - "whismur": ["whismur"] -}, { - "wigglytuff": ["wigglytuff"] -}, { - "wiglett": ["wiglett"] -}, { - "wimpod": ["wimpod"] -}, { - "wingull": ["wingull"] -}, { - "wishiwashi": ["wishiwashi", "wishiwashi-school"] -}, { - "wobbuffet": ["wobbuffet", "wobbuffet-f"] -}, { - "woobat": ["woobat"] -}, { - "wooloo": ["wooloo"] -}, { - "wooper": ["wooper", "wooper-f"] -}, { - "wormadam": ["wormadam", "wormadam-sandy", "wormadam-trash"] -}, { - "wugtrio": ["wugtrio"] -}, { - "wurmple": ["wurmple"] -}, { - "wynaut": ["wynaut"] -}, { - "wyrdeer": ["wyrdeer"] -}, { - "xatu": ["xatu", "xatu-f"] -}, { - "xerneas": ["xerneas", "xerneas-active"] -}, { - "xurkitree": ["xurkitree"] -}, { - "yamask": ["yamask", "yamask-galar"] -}, { - "yamper": ["yamper"] -}, { - "yanma": ["yanma"] -}, { - "yanmega": ["yanmega"] -}, { - "yungoos": ["yungoos"] -}, { - "yveltal": ["yveltal"] -}, { - "zacian": ["zacian", "zacian-crowned-sword"] -}, { - "zamazenta": ["zamazenta", "zamazenta-crowned-shield"] -}, { - "zangoose": ["zangoose"] -}, { - "zapdos": ["zapdos", "zapdos-galar"] -}, { - "zarude": ["zarude", "zarude-dada"] -}, { - "zebstrika": ["zebstrika"] -}, { - "zekrom": ["zekrom"] -}, { - "zeraora": ["zeraora", "zeraora-stand"] -}, { - "zigzagoon": ["zigzagoon", "zigzagoon-galar"] -}, { - "zoroark": ["zoroark", "zoroark-hisui"] -}, { - "zorua": ["zorua", "zorua-hisui"] -}, { - "zubat": ["zubat", "zubat-f"] -}, { - "zweilous": ["zweilous"] -}, { - "zygarde": ["zygarde", "zygarde-10", "zygarde-complete"] -}] - -fakemon = [{ - "astrolotl": ["astrolotl"] -}, { - "aurumoth": ["aurumoth"] -}, { - "colossoil": ["colossoil", "colossoil-f"] -}, { - "crucibelle": ["crucibelle", "crucibelle-mega"] -}, { - "equilibra": ["equilibra"] -}, { - "fidgit": ["fidgit"] -}, { - "jumbao": ["jumbao"] -}, { - "justyke": ["justyke"] -}, { - "kerfluffle": ["kerfluffle", "kerfluffle-f"] -}, { - "kitsunoh": ["kitsunoh", "kitsunoh-f"] -}, { - "krilowatt": ["krilowatt"] -}, { - "malaconda": ["malaconda"] -}, { - "miasmaw": ["miasmaw"] -}, { - "mollux": ["mollux"] -}, { - "mumbao": ["mumbao"] -}, { - "necturna": ["necturna"] -}, { - "pajantom": ["pajantom"] -}, { - "plasmanta": ["plasmanta"] -}, { - "pluffle": ["pluffle"] -}, { - "protowatt": ["protowatt", "protowatt-f"] -}, { - "pyroak": ["pyroak"] -}, { - "scratchet": ["scratchet"] -}, { - "smogecko": ["smogecko"] -}, { - "smoguana": ["smoguana"] -}, { - "smokomodo": ["smokomodo"] -}, { - "stratagem": ["stratagem"] -}, { - "tomohawk": ["tomohawk"] -}, { - "volkraken": ["volkraken"] -}, { - "voodoom": ["voodoom", "voodoom-f"] }] floating_pokemon = [ From 278c3c8c619db01209a8c92879ce1c14ce671a92 Mon Sep 17 00:00:00 2001 From: nurufu Date: Sun, 10 Nov 2024 23:50:14 -0500 Subject: [PATCH 03/16] all mons available, still needs tweaking. Gmax variants scaled down to 0.3x --- scripts/background.css | 10 +- scripts/background.js | 21 +- scripts/background_pokemon-size-test.js | 2220 ++++++++++++++++++++--- scripts/background_pokemon.js | 1682 +++++++++++++++++ 4 files changed, 3652 insertions(+), 281 deletions(-) diff --git a/scripts/background.css b/scripts/background.css index c7c4634..bbe03fd 100644 --- a/scripts/background.css +++ b/scripts/background.css @@ -14,11 +14,11 @@ img { } .sphealnone, .sphealsparkle { - animation: spin linear 5s infinite; - -webkit-animation: spin linear 5s infinite; - -ms-animation: spin linear 5s infinite; - -o-animation: spin linear 5s infinite; - -moz-animation: spin linear 5s infinite; + animation: spin linear 5s infinite, fadeIn ease 5s; + -webkit-animation: spin linear 5s, infinite fadeIn ease 5s; + -ms-animation: spin linear 5s infinite, fadeIn ease 5s; + -o-animation: spin linear 5s infinite, fadeIn ease 5s; + -moz-animation: spin linear 5s infinite, fadeIn ease 5s; } .wailordnone { diff --git a/scripts/background.js b/scripts/background.js index b3ad3b4..93d17c6 100644 --- a/scripts/background.js +++ b/scripts/background.js @@ -1,13 +1,15 @@ -max_onscreen = 16; +max_onscreen = 128; shiny_odds = 1 / 128; reload_mins = 5; -big_wailords = true; +big_wailords = false; spheal_spin = true; heights = true; create(); window.onload = function () { - randomOrder() + setTimeout(function () { + randomOrder() + }, 250); } $(function () { @@ -81,13 +83,15 @@ function create() { onscreen_pokemon += '/'; }); + i=0 shuffled_size.slice(0, max_onscreen).forEach(function (pokemonsize) { - i=0 for (var val in pokemonsize) { list = pokemonsize[val] form = pokemonsize[val][height_pos[i]] + //console.log(form) //alert(form) height_multi.push(form) + //console.log(bug[i] + " ",pokemonsize[val][height_pos[i]]) i++ } }); @@ -95,14 +99,17 @@ function create() { body_wrapper.innerHTML = onscreen_pokemon if(heights){ setTimeout(function(){ + //console.log(height_pos) i = 0 $("img").each(function(){ + s = "Height slot: "+ height_pos[i] + " Multi: " + height_multi[i]+" OG Height: "+$(this).height() h = $(this).height() * height_multi[i]; - console.log(h) + //console.log(h) $(this).height(h); + console.log(s + " New Height: " + $(this).height()+" ", shuffled_pokemon[i]) i++ }); - }, 100); + }, 200); } } @@ -143,7 +150,7 @@ var randomOrder = function () { }); } - shuffleSprites('#ground', 1000, 50) + shuffleSprites('#ground', 1050, 50) shuffleSprites('#sky', 10, 400) body_wrapper.innerHTML += sparkles; } diff --git a/scripts/background_pokemon-size-test.js b/scripts/background_pokemon-size-test.js index 2f0f479..92c1ffd 100644 --- a/scripts/background_pokemon-size-test.js +++ b/scripts/background_pokemon-size-test.js @@ -1,275 +1,1957 @@ pokemonsize = [{ - "abomasnow": ["2.54", "2.45"] -}, { - "abra": ["1.68"] -}, { - "absol": ["1.29", "1.23"] -}, { - "accelgor": ["0.96"] -}, { - "aegislash": ["1.63", "1.63"] -}, { - "aerodactyl": ["1.24", "1.51"] -}, { - "aggron": ["a2.18", "2.19"] -}, { - "aipom": ["1.20", "1.20"] -}, { - "alakazam": ["1.90", "1.03"] -}, { - "alcremie": ["0.41", "0.41", "41.10", "0.41", "0.41", "0.41", "0.41", "0.41", "0.41", "0.41", "0.41", "0.41", "0.41", "0.41", "0.41", "0.41"] -}, { + "abomasnow": ["2.54022988505747", "2.44545454545455"] + }, { + "abra": ["1.67924528301887"] + }, { + "absol": ["1.29347826086957", "1.22680412371134"] + }, { + "accelgor": ["0.963414634146341"] + }, { + "aegislash": ["1.63461538461538", "1.63461538461538"] + }, { + "aerodactyl": ["1.24137931034483", "1.50714285714286"] + }, { + "aggron": ["2.17525773195876", "2.18811881188119"] + }, { + "aipom": ["1.1969696969697", "1.1969696969697"] + }, { + "alakazam": ["1.89873417721519", "1.03478260869565"] + }, { + "alcremie": ["0.410958904109589", "0.410958904109589", "5.84415584415584", "0.410958904109589", "0.410958904109589", "0.410958904109589", "0.410958904109589", "0.410958904109589", "0.410958904109589", "0.410958904109589", "0.410958904109589", "0.410958904109589", "0.410958904109589", "0.410958904109589", "0.410958904109589", "0.410958904109589"] + }, { "alomomola": ["1.19"] -}, { - "altaria": ["1.22", "1.06"] -}, { - "amaura": ["1.44"] -}, { - "ambipom": ["1.35", "1.35"] -}, { - "amoonguss": ["0.81"] -}, { - "ampharos": ["1.39", "1.39"] -}, { - "anorith": ["1.92"] -}, { - "appletun": ["0.54", "15.69"] -}, { - "applin": ["0.45"] -}, { - "araquanid": ["2.69"] -}, { - "arbok": ["4.23"] -}, { - "arboliva": ["1.20"] -}, { - "arcanine": ["2.33", "2.36"] -}, { - "arceus": ["2.81", "2.81", "2.81", "2.81", "2.81", "2.81", "2.81", "2.81", "2.81", "2.81", "2.81", "2.81", "2.81", "2.81", "2.81", "2.81", "2.81", "2.81"] -}, { - "archen": ["0.98"] -}, { - "archeops": ["1.10"] -}, { - "arctovish": ["2.28"] -}, { - "arctozolt": ["2.36"] -}, { - "ariados": ["1.79"] -}, { - "armaldo": ["1.85"] -}, { - "aromatisse": ["0.99"] -}, { - "aron": ["0.91"] -}, { - "arrokuda": ["1.21"] -}, { - "articuno": ["0.99", "1.19"] -}, { - "audino": ["1.45", "1.56"] -}, { - "aurorus": ["2.19"] -}, { - "avalugg": ["3.53", "2.46"] -}, { - "axew": ["0.92"] -}, { - "azelf": ["0.35"] -}, { - "azumarill": ["0.88"] -}, { - "azurill": ["0.28"] -}, { - "bagon": ["1.03"] -}, { + }, { + "altaria": ["1.2247191011236", "1.05633802816901"] + }, { + "amaura": ["1.44444444444444"] + }, { + "ambipom": ["1.35227272727273", "1.35227272727273"] + }, { + "amoonguss": ["0.813333333333333"] + }, { + "ampharos": ["1.38613861386139", "1.25"] + }, { + "anorith": ["1.91891891891892"] + }, { + "appletun": ["0.539473684210526", "4.70588235294118"] + }, { + "applin": ["0.454545454545455"] + }, { + "araquanid": ["2.6865671641791"] + }, { + "arbok": ["4.2289156626506"] + }, { + "arboliva": ["1.1965811965812"] + }, { + "arcanine": ["2.32926829268293", "2.36470588235294"] + }, { + "arceus": ["2.80701754385965", "2.80701754385965", "2.80701754385965", "2.80701754385965", "2.80701754385965", "2.80701754385965", "2.80701754385965", "2.80701754385965", "2.80701754385965", "2.80701754385965", "2.80701754385965", "2.80701754385965", "2.80701754385965", "2.80701754385965", "2.80701754385965", "2.80701754385965", "2.80701754385965", "2.80701754385965"] + }, { + "archen": ["0.980769230769231"] + }, { + "archeops": ["1.10236220472441"] + }, { + "arctovish": ["2.28409090909091"] + }, { + "arctozolt": ["2.35714285714286"] + }, { + "ariados": ["1.78688524590164"] + }, { + "armaldo": ["1.85185185185185"] + }, { + "aromatisse": ["0.9875"] + }, { + "aron": ["0.911111111111111"] + }, { + "arrokuda": ["1.21428571428571"] + }, { + "articuno": ["0.994152046783626", "1.18881118881119"] + }, { + "audino": ["1.45333333333333", "1.5625"] + }, { + "aurorus": ["2.1869918699187"] + }, { + "avalugg": ["3.52631578947368", "2.45614035087719"] + }, { + "axew": ["0.924242424242424"] + }, { + "azelf": ["0.348837209302326"] + }, { + "azumarill": ["0.877777777777778"] + }, { + "azurill": ["0.277777777777778"] + }, { + "bagon": ["1.03389830508475"] + }, { "baltoy": ["0.85"] -}, { - "banette": ["1.10", "1.78"] -}, { - "barbaracle": ["1.19"] -}, { - "barboach": ["0.98"] -}, { - "barraskewda": ["2.13"] -}, { - "basculegion": ["3.33", "3.33"] -}, { - "basculin": ["1.65", "1.65", "1.65"] -}, { - "bastiodon": ["1.63"] -}, { - "bayleef": ["1.42"] -}, { - "beartic": ["2.49"] -}, { - "beautifly": ["1.19", "1.19"] -}, { - "beedrill": ["1.15", "1.73"] -}, { - "beheeyem": ["1.18"] -}, { - "beldum": ["1.85"] -}, { - "bellibolt": ["1.80"] -}, { - "bellossom": ["0.75"] -}, { - "bellsprout": ["1.45"] -}, { + }, { + "banette": ["1.1010101010101", "1.77611940298507"] + }, { + "barbaracle": ["1.19266055045872"] + }, { + "barboach": ["0.976190476190476"] + }, { + "barraskewda": ["2.13114754098361"] + }, { + "basculegion": ["3.33333333333333", "3.33333333333333"] + }, { + "basculin": ["1.65", "1.65"] + }, { + "bastiodon": ["1.625", "1.625"] + }, { + "bayleef": ["1.41666666666667"] + }, { + "beartic": ["2.49038461538462"] + }, { + "beautifly": ["1.19277108433735", "1.19277108433735"] + }, { + "beedrill": ["1.15116279069767", "1.7283950617284"] + }, { + "beheeyem": ["1.17857142857143"] + }, { + "beldum": ["1.84848484848485"] + }, { + "bellibolt": ["1.8030303030303"] + }, { + "bellossom": ["0.745454545454546"] + }, { + "bellsprout": ["1.44897959183673"] + }, { "bergmite": ["1.65"] -}, { - "bewear": ["2.67"] -}, { - "bibarel": ["1.77", "1.77"] -}, { - "bidoof": ["2.15", "2.15"] -}, { - "binacle": ["0.72"] -}, { - "bisharp": ["1.62"] -}, { - "blacephalon": ["2.31"] -}, { - "blastoise": ["1.93", "1.40", "18.79"] -}, { - "blaziken": ["2.03", "1.79"] -}, { - "blipbug": ["0.58"] -}, { - "blissey": ["2.03"] -}, { - "blitzle": ["0.94"] -}, { - "boldore": ["1.33"] -}, { - "boltund": ["1.10"] -}, { - "bonsly": ["0.89"] -}, { - "bouffalant": ["1.84"] -}, { - "bounsweet": ["0.59"] -}, { - "braixen": ["1.15"] -}, { - "braviary": ["0.85", "1.04"] -}, { - "breloom": ["1.63"] -}, { - "brionne": ["0.86"] -}, { - "bronzong": ["1.78"] -}, { - "bronzor": ["0.93"] -}, { - "bruxish": ["1.24"] -}, { - "budew": ["0.41"] -}, { - "buizel": ["1.03", "1.03"] -}, { - "bulbasaur": ["1.45"] -}, { - "buneary": ["0.56"] -}, { - "bunnelby": ["0.45"] -}, { - "burmy": ["0.33", "0.33", "0.33"] -}, { - "butterfree": ["1.22", "13.48"] -}, { - "buzzwole": ["2.54"] -}, { + }, { + "bewear": ["2.67088607594937"] + }, { + "bibarel": ["1.76785714285714", "1.76785714285714"] + }, { + "bidoof": ["2.15217391304348", "2.15217391304348"] + }, { + "binacle": ["0.71830985915493"] + }, { + "bisharp": ["1.61616161616162"] + }, { + "blacephalon": ["2.30769230769231"] + }, { + "blastoise": ["1.92771084337349", "1.40350877192982", "5.63684210526316"] + }, { + "blaziken": ["2.03191489361702", "1.78504672897196"] + }, { + "blipbug": ["0.577464788732394"] + }, { + "blissey": ["2.02702702702703"] + }, { + "blitzle": ["0.940476190476191"] + }, { + "boldore": ["1.32835820895522"] + }, { + "boltund": ["1.1"] + }, { + "bonsly": ["1.83908045977012"] + }, { + "bouffalant": ["1.83908045977012"] + }, { + "bounsweet": ["0.588235294117647"] + }, { + "braixen": ["1.15116279069767"] + }, { + "braviary": ["0.852272727272727", "1.03658536585366"] + }, { + "breloom": ["1.63013698630137"] + }, { + "brionne": ["0.859154929577465"] + }, { + "bronzong": ["1.78082191780822"] + }, { + "bronzor": ["0.927272727272727"] + }, { + "bruxish": ["1.23611111111111"] + }, { + "budew": ["0.408163265306122"] + }, { + "buizel": ["1.02898550724638", "1.02898550724638"] + }, { + "bulbasaur": ["1.44897959183673"] + }, { + "buneary": ["0.561643835616438"] + }, { + "bunnelby": ["0.445652173913043"] + }, { + "burmy": ["0.327868852459016", "0.327868852459016", "0.327868852459016"] + }, { + "butterfree": ["1.2247191011236", "4.0452380952381"] + }, { + "buzzwole": ["2.54255319148936"] + }, { "cacnea": ["0.82"] -}, { - "cacturne": ["1.49", "1.49"] -}, { - "calyrex": ["1.03", "2.17", "2.17"] -}, { - "camerupt": ["2.69", "2.83"] -}, { - "capsakid": ["0.63"] -}, { - "carbink": ["0.53"] -}, { - "carkol": ["1.22"] -}, { - "carnivine": ["1.54"] -}, { - "carracosta": ["1.40"] -}, { - "carvanha": ["1.10"] -}, { - "cascoon": ["1.78"] -}, { - "castform": ["0.51", "0.43", "0.47", "0.43"] -}, { - "caterpie": ["0.67"] -}, { - "celebi": ["0.94"] -}, { - "celesteela": ["8.75"] -}, { - "centiskorch": ["2.52", "61.99"] -}, { - "cetitan": ["6.16"] -}, { - "cetoddle": ["1.83"] -}, { - "chandelure": ["0.92"] -}, { - "chansey": ["1.88"] -}, { - "charizard": ["1.21", "18.66", "1.59", "1.02"] -}, { - "charjabug": ["1.06"] -}, { - "charmander": ["1.07"] -}, { - "charmeleon": ["1.56"] -}, { + }, { + "cacturne": ["1.49425287356322", "1.49425287356322"] + }, { + "calyrex": ["1.02830188679245", "2.17272727272727", "2.17272727272727"] + }, { + "camerupt": ["2.69014084507042", "2.82954545454545"] + }, { + "capsakid": ["0.625"] + }, { + "carbink": ["0.526315789473684"] + }, { + "carkol": ["1.2247191011236"] + }, { + "carnivine": ["1.53846153846154"] + }, { + "carracosta": ["1.4"] + }, { + "carvanha": ["1.09722222222222"] + }, { + "cascoon": ["1.775"] + }, { + "castform": ["0.508474576271186", "0.428571428571429", "0.46875", "0.434782608695652"] + }, { + "caterpie": ["0.666666666666667"] + }, { + "celebi": ["0.938461538461539"] + }, { + "celesteela": ["8.75238095238095"] + }, { + "centiskorch": ["2.52100840336134", "4.95933884297521"] + }, { + "cetitan": ["6.16438356164384"] + }, { + "cetoddle": ["1.83076923076923"] + }, { + "chandelure": ["0.916666666666667"] + }, { + "chansey": ["1.87931034482759"] + }, { + "charizard": ["1.21428571428571", "5.598", "1.58878504672897", "1.02409638554217"] + }, { + "charjabug": ["1.0625"] + }, { + "charmander": ["1.07017543859649"] + }, { + "charmeleon": ["1.55714285714286"] + }, { "chatot": ["0.85"] -}, { - "cherrim": ["0.89", "0.76"] -}, { - "cherubi": ["0.85"] -}, { - "chesnaught": ["1.51"] -}, { - "chespin": ["0.64"] -}, { - "chewtle": ["0.50"] -}, { - "chikorita": ["1.41"] -}, { - "chimchar": ["0.73"] -}, { - "chimecho": ["0.84"] -}, { - "chinchou": ["0.96"] -}, { - "chingling": ["0.30"] -}, { - "cinccino": ["0.81"] -}, { - "cinderace": ["1.23", "21.95"] -}, { - "clamperl": ["0.77"] -}, { - "clauncher": ["0.98"] -}, { - "clawitzer": ["1.37"] -}, { - "claydol": ["1.76"] -}, { - "clefable": ["2.00"] -}, { - "clefairy": ["1.27"] -}, { - "cleffa": ["0.68"] -}, { - "clobbopus": ["1.15"] -}, { - "cloyster": ["1.76"] -}] \ No newline at end of file + }, { + "cherrim": ["0.894736842105263", "0.761194029850746"] + }, { + "cherubi": ["0.854166666666667"] + }, { + "chesnaught": ["1.50943396226415"] + }, { + "chespin": ["0.640625"] + }, { + "chewtle": ["0.5"] + }, { + "chikorita": ["1.41269841269841"] + }, { + "chimchar": ["0.728571428571429"] + }, { + "chimecho": ["0.835616438356164"] + }, { + "chinchou": ["0.962264150943396"] + }, { + "chingling": ["0.303030303030303"] + }, { + "cinccino": ["0.80952380952381"] + }, { + "cinderace": ["1.2280701754386", "6.58536585365854"] + }, { + "clamperl": ["0.773584905660377"] + }, { + "clauncher": ["0.980769230769231"] + }, { + "clawitzer": ["1.36842105263158"] + }, { + "claydol": ["1.76470588235294"] + }, { + "clefable": ["2"] + }, { + "clefairy": ["1.27083333333333"] + }, { + "cleffa": ["0.681818181818182"] + }, { + "clobbopus": ["1.15094339622642"] + }, { + "cloyster": ["1.76470588235294"] + }, { + "coalossal": ["2.14615384615385", "8.02738853503185"] + }, { + "cobalion": ["1.93577981651376"] + }, { + "cofagrigus": ["1.42857142857143"] + }, { + "combee": ["0.652173913043478", "0.652173913043478"] + }, { + "combusken": ["1.07228915662651", "1.15584415584416"] + }, { + "comfey": ["0.106382978723404"] + }, { + "conkeldurr": ["1.57303370786517"] + }, { + "copperajah": ["3.09278350515464", "4.8612676056338"] + }, { + "corphish": ["1.10909090909091"] + }, { + "corsola": ["0.884057971014493", "0.824324324324324"] + }, { + "corviknight": ["1.3641975308642", "2.97872340425532"] + }, { + "corvisquire": ["0.598484848484849"] + }, { + "cosmoem": ["0.144927536231884"] + }, { + "cosmog": ["0.338983050847458"] + }, { + "cottonee": ["0.75"] + }, { + "crabominable": ["2.17948717948718"] + }, { + "crabrawler": ["0.983870967741936"] + }, { + "cradily": ["1.875"] + }, { + "cramorant": ["0.774509803921569", "0.669491525423729", "0.686956521739131"] + }, { + "cranidos": ["1.30882352941176"] + }, { + "crawdaunt": ["1.47297297297297"] + }, { + "cresselia": ["1.5625"] + }, { + "croagunk": ["1.36538461538462", "1.36538461538462"] + }, { + "crobat": ["1.68224299065421"] + }, { + "crocalor": ["1.47761194029851"] + }, { + "croconaw": ["1.3974358974359"] + }, { + "crustle": ["1.68674698795181"] + }, { + "cryogonal": ["1.1010101010101"] + }, { + "cubchoo": ["0.864406779661017"] + }, { + "cubone": ["0.836734693877551"] + }, { + "cufant": ["1.83076923076923"] + }, { + "cursola": ["0.860869565217391"] + }, { + "cutiefly": ["0.175438596491228"] + }, { + "cyndaquil": ["1.13333333333333"] + }, { + "darkrai": ["1.29310344827586"] + }, { + "darmanitan": ["1.42857142857143", "1.0625", "1.60377358490566", "2.24137931034483"] + }, { + "dartrix": ["1.04411764705882"] + }, { + "darumaka": ["1", "1.26785714285714"] + }, { + "decidueye": ["1.6", "1.61616161616162"] + }, { + "dedenne": ["0.4"] + }, { + "deerling": ["0.859154929577465", "0.859154929577465", "0.859154929577465", "0.859154929577465"] + }, { + "deino": ["1.03947368421053"] + }, { + "delcatty": ["1.41558441558442"] + }, { + "delibird": ["1.25352112676056"] + }, { + "delphox": ["1.36363636363636"] + }, { + "deoxys": ["1.97674418604651", "1.77083333333333", "1.82795698924731", "1.80851063829787"] + }, { + "dewgong": ["2.46376811594203"] + }, { + "dewott": ["1.08219178082192"] + }, { + "dewpider": ["0.491803278688525"] + }, { + "dhelmise": ["4.34444444444444"] + }, { + "dialga": ["4.4344262295082"] + }, { + "diancie": ["0.788888888888889", "0.956140350877193"] + }, { + "diggersby": ["0.942857142857143"] + }, { + "diglett": ["0.571428571428571", "0.465116279069767"] + }, { + "ditto": ["0.857142857142857"] + }, { + "dodrio": ["1.76470588235294", "1.76470588235294"] + }, { + "doduo": ["2", "2"] + }, { + "dolliv": ["1.05172413793103"] + }, { + "dondozo": ["6.23188405797102"] + }, { + "donphan": ["1.62686567164179", "1.62686567164179"] + }, { + "dottler": ["0.836734693877551"] + }, { + "doublade": ["1.03947368421053"] + }, { + "dracovish": ["2.51086956521739"] + }, { + "dracozolt": ["2.43243243243243"] + }, { + "dragalge": ["1.31386861313869"] + }, { + "dragapult": ["3.06122448979592"] + }, { + "dragonair": ["4.29032258064516"] + }, { + "dragonite": ["2.25510204081633"] + }, { + "drakloak": ["2.15384615384615"] + }, { + "drampa": ["3.84615384615385"] + }, { + "drapion": ["1.52941176470588"] + }, { + "dratini": ["2.85714285714286"] + }, { + "drednaw": ["1.43478260869565", "6"] + }, { + "dreepy": ["1.24390243902439"] + }, { + "drifblim": ["1.33707865168539"] + }, { + "drifloon": ["0.546666666666667"] + }, { + "drilbur": ["0.612244897959184"] + }, { + "drizzile": ["0.922077922077922"] + }, { + "drowzee": ["1.73684210526316"] + }, { + "druddigon": ["1.53846153846154"] + }, { + "dubwool": ["1.36842105263158"] + }, { + "ducklett": ["0.82258064516129"] + }, { + "dugtrio": ["1.42", "1.44897959183673"] + }, { + "dudunsparce": ["5.91803278688525", "5.55555555555556"] + }, { + "dunsparce": ["3.65853658536585"] + }, { + "duosion": ["0.953125"] + }, { + "duraludon": ["1.65137614678899", "9.28057553956835"] + }, { + "durant": ["0.789473684210526"] + }, { + "dusclops": ["1.66666666666667"] + }, { + "dusknoir": ["2.18811881188119"] + }, { + "duskull": ["1.234375"] + }, { + "dustox": ["1.67605633802817", "1.67605633802817"] + }, { + "dwebble": ["0.714285714285714"] + }, { + "eelektrik": ["1.4875"] + }, { + "eelektross": ["3.01428571428571"] + }, { + "eevee": ["0.545454545454545", "3.1051724137931"] + }, { + "eiscue": ["1.52173913043478", "1.91780821917808"] + }, { + "ekans": ["4.78571428571429"] + }, { + "eldegoss": ["0.653846153846154"] + }, { + "electabuzz": ["1.3974358974359"] + }, { + "electivire": ["2.11764705882353"] + }, { + "electrike": ["1.60526315789474"] + }, { + "electrode": ["2.01694915254237", "2.01694915254237"] + }, { + "elekid": ["0.968253968253968"] + }, { + "elgyem": ["0.761194029850746"] + }, { + "emboar": ["1.56862745098039"] + }, { + "emolga": ["0.694915254237288"] + }, { + "empoleon": ["1.53153153153153"] + }, { + "enamorus": ["1.45454545454545", "1.45454545454545"] + }, { + "entei": ["2.42528735632184"] + }, { + "escavalier": ["0.98019801980198"] + }, { + "espathra": ["1.80188679245283"] + }, { + "espeon": ["1.15584415584416"] + }, { + "espurr": ["0.517241379310345"] + }, { + "eternatus": ["15.8650793650794", "19.8675496688742"] + }, { + "excadrill": ["0.89873417721519"] + }, { + "exeggcute": ["1.41379310344828"] + }, { + "exeggutor": ["2.03030303030303", "6.05555555555556"] + }, { + "exploud": ["1.78571428571429"] + }, { + "falinks": ["6.12244897959184"] + }, { + "farfetchd": ["1.58", "1.36206896551724"] + }, { + "farigiraf": ["2.5"] + }, { + "fearow": ["0.881481481481482"] + }, { + "feebas": ["1.17307692307692"] + }, { + "fennekin": ["0.694915254237288"] + }, { + "feraligatr": ["2.35714285714286"] + }, { + "ferroseed": ["0.953125"] + }, { + "ferrothorn": ["1.41428571428571"] + }, { + "finizen": ["2.36363636363636"] + }, { + "finneon": ["0.976190476190476"] + }, { + "flaaffy": ["1.17910447761194"] + }, { + "flabebe": ["0.128205128205128", "0.128205128205128", "0.128205128205128", "0.128205128205128", "0.128205128205128"] + }, { + "flapple": ["0.4", "4.70588235294118"] + }, { + "flareon": ["0.956989247311828"] + }, { + "fletchinder": ["0.663551401869159"] + }, { + "fletchling": ["0.697674418604651"] + }, { + "flittle": ["0.454545454545455"] + }, { + "floatzel": ["1.17204301075269", "1.17204301075269"] + }, { + "floette": ["0.210526315789474", "0.210526315789474", "0.222222222222222", "0.210526315789474", "0.210526315789474", "0.210526315789474"] + }, { + "floragato": ["1.14102564102564"] + }, { + "florges": ["1.09", "1.09", "1.09", "1.09", "1.09"] + }, { + "flygon": ["1.89622641509434"] + }, { + "fomantis": ["0.535714285714286"] + }, { + "foongus": ["0.416666666666667"] + }, { + "forretress": ["1.72463768115942"] + }, { + "fraxure": ["1.26923076923077"] + }, { + "frillish": ["1.38372093023256", "1.36781609195402"] + }, { + "froakie": ["0.576923076923077"] + }, { + "frogadier": ["1.05172413793103"] + }, { + "froslass": ["1.64556962025316"] + }, { + "frosmoth": ["1.35416666666667"] + }, { + "fuecoco": ["0.732142857142857"] + }, { + "furfrou": ["1.41666666666667", "1.45121951219512", "1.56578947368421", "1.38372093023256", "1.43373493975904", "1.54545454545455", "1.52564102564103", "1.60810810810811", "1.41666666666667", "1.43373493975904"] + }, { + "furret": ["2.43243243243243"] + }, { + "gabite": ["1.84210526315789", "1.84210526315789"] + }, { + "gallade": ["2.10526315789474", "1.61616161616162"] + }, { + "galvantula": ["1.61224489795918"] + }, { + "garbodor": ["2.17045454545455", "5.2525"] + }, { + "garchomp": ["1.76851851851852", "1.78504672897196"] + }, { + "gardevoir": ["1.73913043478261", "1.63265306122449"] + }, { + "gastly": ["2.13114754098361"] + }, { + "gastrodon": ["1.15584415584416", "1.15584415584416"] + }, { + "genesect": ["1.6304347826087", "1.6304347826087", "1.6304347826087", "1.6304347826087", "1.6304347826087"] + }, { + "gengar": ["1.92307692307692", "5.4027027027027", "1.52173913043478"] + }, { + "geodude": ["1.17142857142857", "0.953488372093023"] + }, { + "gible": ["1.24561403508772", "1.24561403508772"] + }, { + "gigalith": ["1.75257731958763"] + }, { + "girafarig": ["1.70454545454545", "1.70454545454545"] + }, { + "giratina": ["3.94736842105263", "4.48701298701299"] + }, { + "glaceon": ["0.9875"] + }, { + "glalie": ["2", "2.42528735632184"] + }, { + "glameow": ["0.515151515151515", "0.515151515151515"] + }, { + "glastrier": ["1.88888888888889"] + }, { + "gligar": ["1.21111111111111", "1.29761904761905"] + }, { + "gliscor": ["1.99009900990099"] + }, { + "gloom": ["1.49056603773585", "1.49056603773585"] + }, { + "gogoat": ["2.04819277108434"] + }, { + "golbat": ["1.17647058823529", "1.17647058823529"] + }, { + "goldeen": ["1.12962962962963", "1.12962962962963"] + }, { + "golduck": ["2.2972972972973"] + }, { + "golem": ["1.7948717948718", "1.95402298850575"] + }, { + "golett": ["1.52307692307692"] + }, { + "golisopod": ["2.5125"] + }, { + "golurk": ["2.58333333333333"] + }, { + "goodra": ["1.97058823529412", "1.47826086956522"] + }, { + "goomy": ["0.6"] + }, { + "gorebyss": ["2.43243243243243"] + }, { + "gossifleur": ["0.630769230769231"] + }, { + "gothita": ["0.694915254237288"] + }, { + "gothitelle": ["1.48514851485149"] + }, { + "gothorita": ["0.922077922077922"] + }, { + "gourgeist": ["1.07228915662651", "1.18478260869565", "0.959459459459459", "1.54545454545455"] + }, { + "granbull": ["1.66666666666667"] + }, { + "grapploct": ["1.88235294117647"] + }, { + "graveler": ["1.67796610169492", "1.67796610169492"] + }, { + "greavard": ["0.983870967741936"] + }, { + "greedent": ["0.61"] + }, { + "greninja": ["1.97368421052632", "1.66666666666667"] + }, { + "grimer": ["1.74509803921569", "1.36538461538462"] + }, { + "grimmsnarl": ["1.45631067961165", "6.76056338028169"] + }, { + "grookey": ["0.461538461538462"] + }, { + "grotle": ["1.57971014492754"] + }, { + "groudon": ["3.73404255319149", "5.05050505050505"] + }, { + "grovyle": ["1.12658227848101"] + }, { + "growlithe": ["1.24561403508772", "1.61224489795918"] + }, { + "grubbin": ["1.10810810810811"] + }, { + "grumpig": ["1.21917808219178"] + }, { + "gulpin": ["0.788461538461538"] + }, { + "gumshoos": ["0.89873417721519"] + }, { + "gurdurr": ["1.52564102564103"] + }, { + "guzzlord": ["6.26136363636364"] + }, { + "gyarados": ["6.56565656565657", "5.32786885245902"] + }, { + "hakamo-o": ["1.43373493975904"] + }, { + "happiny": ["1.15094339622642"] + }, { + "hariyama": ["2.6551724137931"] + }, { + "hatenna": ["0.585714285714286"] + }, { + "hatterene": ["1.77310924369748", "5.7375"] + }, { + "hattrem": ["0.871428571428572"] + }, { + "haunter": ["2.19178082191781"] + }, { + "hawlucha": ["1.09722222222222"] + }, { + "haxorus": ["1.52542372881356"] + }, { + "heatmor": ["1.68674698795181"] + }, { + "heatran": ["2.65625"] + }, { + "heliolisk": ["1.26923076923077"] + }, { + "helioptile": ["0.944444444444444"] + }, { + "heracross": ["1.72413793103448", "1.53153153153153"] + }, { + "herdier": ["1.2027027027027"] + }, { + "hippopotas": ["1.49056603773585", "1.49056603773585"] + }, { + "hippowdon": ["1.74509803921569", "3.46551724137931"] + }, { + "hitmonchan": ["1.81818181818182"] + }, { + "hitmonlee": ["2.20588235294118"] + }, { + "hitmontop": ["1.97183098591549"] + }, { + "ho-oh": ["2.64583333333333"] + }, { + "honchkrow": ["0.489010989010989"] + }, { + "honedge": ["1"] + }, { + "hoopa": ["0.75", "5.15873015873016"] + }, { + "hoothoot": ["1.12698412698413"] + }, { + "hoppip": ["0.672131147540984"] + }, { + "horsea": ["0.719298245614035"] + }, { + "houndoom": ["1.62790697674419", "1.67543859649123"] + }, { + "houndour": ["1.03389830508475"] + }, { + "houndstone": ["2.54430379746835"] + }, { + "huntail": ["2.61538461538462"] + }, { + "hydreigon": ["1.38461538461538"] + }, { + "hypno": ["2.05128205128205", "2.05128205128205"] + }, { + "igglybuff": ["0.535714285714286"] + }, { + "illumise": ["0.938461538461539"] + }, { + "impidimp": ["0.661290322580645"] + }, { + "incineroar": ["1.875"] + }, { + "indeedee": ["1.2027027027027", "1.28985507246377"] + }, { + "infernape": ["1"] + }, { + "inkay": ["0.672131147540984"] + }, { + "inteleon": ["1.55284552845528", "6.21917098445596"] + }, { + "ivysaur": ["1.5"] + }, { + "jangmo-o": ["1.01666666666667"] + }, { + "jellicent": ["2.1047619047619", "2.14563106796117"] + }, { + "jigglypuff": ["1.10869565217391"] + }, { + "jirachi": ["0.441176470588235"] + }, { + "jolteon": ["1.14492753623188"] + }, { + "joltik": ["0.32258064516129"] + }, { + "jumpluff": ["0.963414634146341"] + }, { + "jynx": ["2.12121212121212"] + }, { + "kabuto": ["1.54545454545455"] + }, { + "kabutops": ["1.78082191780822"] + }, { + "kadabra": ["1.83098591549296", "1.83098591549296"] + }, { + "kakuna": ["1.05172413793103"] + }, { + "kangaskhan": ["2.54022988505747", "2.48314606741573"] + }, { + "karrablast": ["0.761194029850746"] + }, { + "kartana": ["0.36144578313253"] + }, { + "kecleon": ["1.47761194029851"] + }, { + "keldeo": ["1.59090909090909", "1.62790697674419"] + }, { + "kingdra": ["1.85567010309278"] + }, { + "kingler": ["1.56626506024096", "3.9041095890411"] + }, { + "kirlia": ["1.16176470588235"] + }, { + "klang": ["0.772151898734177"] + }, { + "kleavor": ["1.74757281553398"] + }, { + "klefki": ["0.227272727272727"] + }, { + "klink": ["0.410958904109589"] + }, { + "klinklang": ["0.847222222222222"] + }, { + "koffing": ["0.792207792207792"] + }, { + "komala": ["0.683333333333333"] + }, { + "kommo-o": ["1.68421052631579"] + }, { + "krabby": ["0.82"] + }, { + "kricketot": ["0.491803278688525", "0.491803278688525"] + }, { + "kricketune": ["1.35616438356164", "1.35616438356164"] + }, { + "krokorok": ["1.30263157894737"] + }, { + "krookodile": ["1.59574468085106"] + }, { + "kubfu": ["0.847222222222222"] + }, { + "kyogre": ["8.18181818181818", "15.3125"] + }, { + "kyurem": ["3.2967032967033", "2.5", "2.578125", "2.75572519083969", "2.75572519083969"] + }, { + "lairon": ["1.53448275862069"] + }, { + "lampent": ["0.74390243902439"] + }, { + "landorus": ["1.61290322580645", "1.38297872340426"] + }, { + "lanturn": ["1.41666666666667"] + }, { + "lapras": ["2.96428571428571", "5.49618320610687"] + }, { + "larvesta": ["1.60294117647059"] + }, { + "larvitar": ["0.938461538461539"] + }, { + "latias": ["2.02898550724638", "2.33766233766234"] + }, { + "latios": ["2.5125", "2.8875"] + }, { + "leafeon": ["1.35616438356164"] + }, { + "leavanny": ["1.09174311926606"] + }, { + "lechonk": ["1.04081632653061"] + }, { + "ledian": ["1.68674698795181", "1.7948717948718"] + }, { + "ledyba": ["1.98", "2.1063829787234"] + }, { + "lickilicky": ["2.15189873417722"] + }, { + "lickitung": ["2.01694915254237"] + }, { + "liepard": ["1"] + }, { + "lileep": ["1.45588235294118"] + }, { + "lilligant": ["1.2247191011236", "1.27956989247312"] + }, { + "lillipup": ["0.745454545454546"] + }, { + "linoone": ["1.30769230769231", "0.910714285714286"] + }, { + "litleo": ["1"] + }, { + "litten": ["0.706896551724138"] + }, { + "litwick": ["0.441176470588235"] + }, { + "lokix": ["1.16470588235294"] + }, { + "lombre": ["1.91935483870968"] + }, { + "lopunny": ["1.36781609195402", "1.47727272727273"] + }, { + "lotad": ["1.64516129032258"] + }, { + "loudred": ["1.26923076923077"] + }, { + "lucario": ["1.23958333333333", "1.17821782178218"] + }, { + "ludicolo": ["1.66666666666667", "1.66666666666667"] + }, { + "lugia": ["4.10236220472441"] + }, { + "lumineon": ["1.41666666666667", "1.41666666666667"] + }, { + "lunala": ["3.95049504950495"] + }, { + "lunatone": ["1.546875"] + }, { + "lurantis": ["1.04705882352941"] + }, { + "luvdisc": ["1.41860465116279"] + }, { + "luxio": ["1.15584415584416", "1.15584415584416"] + }, { + "luxray": ["1.41414141414141", "1.41414141414141"] + }, { + "lycanroc": ["1.05333333333333", "0.877777777777778", "1.31325301204819"] + }, { + "machamp": ["1.6", "5.63684210526316"] + }, { + "machoke": ["1.72413793103448"] + }, { + "machop": ["1.25396825396825"] + }, { + "magby": ["1.14516129032258"] + }, { + "magcargo": ["1.12857142857143"] + }, { + "magearna": ["1.45588235294118", "1.45588235294118"] + }, { + "magikarp": ["1.48333333333333", "1.48333333333333"] + }, { + "magmar": ["1.60493827160494"] + }, { + "magmortar": ["1.79775280898876"] + }, { + "magnemite": ["0.857142857142857"] + }, { + "magneton": ["1.43478260869565"] + }, { + "magnezone": ["1.63013698630137"] + }, { + "makuhita": ["1.5"] + }, { + "malamar": ["1.42857142857143"] + }, { + "mamoswine": ["2.96428571428571", "2.96428571428571"] + }, { + "manaphy": ["0.545454545454545"] + }, { + "mandibuzz": ["0.944444444444444"] + }, { + "manectric": ["1.875", "1.63636363636364"] + }, { + "mankey": ["0.910714285714286"] + }, { + "mantine": ["3.57627118644068"] + }, { + "mantyke": ["2.25"] + }, { + "maractus": ["1.17857142857143"] + }, { + "mareanie": ["0.683333333333333"] + }, { + "mareep": ["1.12962962962963"] + }, { + "marill": ["0.854166666666667"] + }, { + "marowak": ["1.47761194029851", "1.1"] + }, { + "marshadow": ["1.12698412698413"] + }, { + "marshtomp": ["0.922077922077922"] + }, { + "masquerain": ["1.36206896551724"] + }, { + "maushold": ["0.566037735849057", "0.566037735849057"] + }, { + "mawile": ["1.12962962962963", "1.25316455696203"] + }, { + "medicham": ["1.44444444444444", "1.23809523809524"] + }, { + "meditite": ["1.03389830508475", "1.03389830508475"] + }, { + "meltan": ["0.526315789473684"] + }, { + "meganium": ["1.93548387096774", "1.76470588235294"] + }, { + "melmetal": ["3.77272727272727", "5.90314960629921"] + }, { + "meloetta": ["0.859154929577465", "0.685393258426966"] + }, { + "meowscarada": ["1.41509433962264"] + }, { + "meowstic": ["0.847222222222222", "0.835616438356164"] + }, { + "meowth": ["0.672131147540984", "0.683333333333333", "0.594202898550725", "6.185625"] + }, { + "mesprit": ["0.384615384615385"] + }, { + "metagross": ["2.19178082191781", "2.11016949152542"] + }, { + "metang": ["1.72463768115942"] + }, { + "metapod": ["1.31481481481481"] + }, { + "mew": ["0.803921568627451"] + }, { + "mewtwo": ["2.28409090909091", "2.38144329896907", "1.6304347826087"] + }, { + "mienfoo": ["1.32835820895522"] + }, { + "mienshao": ["1.45833333333333"] + }, { + "mightyena": ["1.25316455696203"] + }, { + "milcery": ["0.350877192982456"] + }, { + "milotic": ["6.59574468085106", "6.52631578947368"] + }, { + "miltank": ["1.56578947368421"] + }, { + "mime_jr": ["0.968253968253968"] + }, { + "mimikyu": ["0.298507462686567", "0.133333333333333"] + }, { + "minccino": ["0.672131147540984"] + }, { + "minior": ["0.422535211267606", "0.38961038961039", "0.38961038961039", "0.38961038961039", "0.38961038961039", "0.38961038961039", "0.38961038961039", "0.38961038961039", "0.38961038961039"] + }, { + "minun": ["0.694915254237288"] + }, { + "misdreavus": ["1.12698412698413"] + }, { + "mismagius": ["0.767241379310345"] + }, { + "moltres": ["1.11049723756906", "1.38620689655172"] + }, { + "monferno": ["0.978021978021978"] + }, { + "morelull": ["0.307692307692308"] + }, { + "morgrem": ["0.9875"] + }, { + "morpeko": ["0.517241379310345", "0.517241379310345"] + }, { + "mothim": ["1.03488372093023"] + }, { + "mr-mime": ["1.71052631578947", "1.59090909090909"] + }, { + "mr-rime": ["1.72413793103448"] + }, { + "mudbray": ["1.3943661971831"] + }, { + "mudkip": ["0.621212121212121"] + }, { + "mudsdale": ["2.79775280898876"] + }, { + "muk": ["1.50632911392405", "1.15116279069767"] + }, { + "munchlax": ["1.03389830508475"] + }, { + "munna": ["1.12962962962963"] + }, { + "murkrow": ["0.784615384615385", "0.85"] + }, { + "musharna": ["0.973214285714286"] + }, { + "naganadel": ["2.86507936507937"] + }, { + "natu": ["0.416666666666667"] + }, { + "necrozma": ["2.39", "4.02884615384615", "3.52777777777778", "6.51304347826087"] + }, { + "nickit": ["0.847222222222222"] + }, { + "nidoking": ["1.68674698795181"] + }, { + "nidoqueen": ["1.58536585365854"] + }, { + "nidoran_f": ["1"] + }, { + "nidoran_m": ["0.980769230769231"] + }, { + "nidorina": ["1.41071428571429"] + }, { + "nidorino": ["1.58928571428571"] + }, { + "nihilego": ["1.4"] + }, { + "nincada": ["1.7"] + }, { + "ninetales": ["1.41558441558442", "1.55714285714286"] + }, { + "ninjask": ["1.14492753623188"] + }, { + "noctowl": ["1.9047619047619"] + }, { + "noibat": ["0.53125"] + }, { + "noivern": ["0.961538461538462"] + }, { + "nosepass": ["1.70689655172414"] + }, { + "numel": ["1.26785714285714", "1.26785714285714"] + }, { + "nuzleaf": ["1.43478260869565", "1.43478260869565"] + }, { + "nymble": ["0.377358490566038"] + }, { + "obstagoon": ["1.50943396226415"] + }, { + "octillery": ["1.48333333333333", "1.50847457627119"] + }, { + "oddish": ["1.0625"] + }, { + "oinkologne": ["1.59677419354839", "1.22222222222222"] + }, { + "omanyte": ["0.911111111111111"] + }, { + "omastar": ["1.546875"] + }, { + "onix": ["7.64347826086957"] + }, { + "oranguru": ["2"] + }, { + "orbeetle": ["0.640625", "3.71681415929204"] + }, { + "oricorio": ["0.897058823529412", "1.01666666666667", "1.05172413793103", "1.03389830508475"] + }, { + "orthworm": ["3.60869565217391"] + }, { + "oshawott": ["1.04081632653061"] + }, { + "overqwil": ["2.09243697478992"] + }, { + "pachirisu": ["0.546666666666667", "0.546666666666667"] + }, { + "palafin": ["2.36363636363636", "1.76470588235294"] + }, { + "palkia": ["3.91588785046729"] + }, { + "palossand": ["1.73333333333333"] + }, { + "palpitoad": ["1.1969696969697"] + }, { + "pancham": ["0.953125"] + }, { + "pangoro": ["2.06862745098039"] + }, { + "panpour": ["0.953125"] + }, { + "pansage": ["0.924242424242424"] + }, { + "pansear": ["0.968253968253968"] + }, { + "paras": ["0.882352941176471"] + }, { + "parasect": ["1.59677419354839"] + }, { + "passimian": ["2.71621621621622"] + }, { + "patrat": ["0.927272727272727"] + }, { + "pawniard": ["0.75"] + }, { + "pelipper": ["1.29347826086957"] + }, { + "perrserker": ["1.01282051282051"] + }, { + "persian": ["1.41428571428571", "1.51388888888889"] + }, { + "petilil": ["0.739130434782609"] + }, { + "phanpy": ["1.02"] + }, { + "phantump": ["0.683333333333333"] + }, { + "pheromosa": ["1.8"] + }, { + "phione": ["0.732142857142857"] + }, { + "pichu": ["0.576923076923077"] + }, { + "pidgeot": ["1.20967741935484", "3.68333333333333"] + }, { + "pidgeotto": ["1.26744186046512"] + }, { + "pidgey": ["0.612244897959184"] + }, { + "pidove": ["0.612244897959184"] + }, { + "pignite": ["1.26923076923077"] + }, { + "pikachu": ["0.683333333333333", "0.726666666666667", "0.726666666666667", "4.06645161290323", "0.732142857142857", "0.630769230769231", "0.640625", "0.640625"] + }, { + "pikipek": ["0.535714285714286"] + }, { + "piloswine": ["1.51388888888889", "1.51388888888889"] + }, { + "pincurchin": ["0.652173913043478"] + }, { + "pineco": ["1.03389830508475"] + }, { + "pinsir": ["1.97368421052632", "1.54545454545455"] + }, { + "piplup": ["0.694915254237288"] + }, { + "plusle": ["0.694915254237288"] + }, { + "poipole": ["0.782051282051282"] + }, { + "politoed": ["1.41558441558442", "1.41558441558442"] + }, { + "poliwag": ["1.525"] + }, { + "poliwhirl": ["1.98"] + }, { + "poliwrath": ["2.06349206349206"] + }, { + "polteageist": ["0.240963855421687"] + }, { + "ponyta": ["1.45588235294118", "1.11267605633803"] + }, { + "poochyena": ["0.944444444444444"] + }, { + "popplio": ["0.836734693877551"] + }, { + "porygon": ["1.49056603773585"] + }, { + "porygon-z": ["1.30882352941176"] + }, { + "porygon2": ["0.968253968253968"] + }, { + "primarina": ["1.66666666666667"] + }, { + "primeape": ["1.52307692307692"] + }, { + "prinplup": ["1.05333333333333"] + }, { + "probopass": ["1.7283950617284"] + }, { + "psyduck": ["1.49056603773585"] + }, { + "pumpkaboo": ["0.694915254237288", "0.784615384615385", "0.6", "1.02597402597403"] + }, { + "pupitar": ["1.75"] + }, { + "purrloin": ["0.585714285714286"] + }, { + "purugly": ["1.22222222222222"] + }, { + "pyroar": ["1.51515151515152", "1.57894736842105"] + }, { + "pyukumuku": ["0.769230769230769"] + }, { + "quagsire": ["1.81818181818182", "1.81818181818182"] + }, { + "quaquaval": ["1.3953488372093"] + }, { + "quaxly": ["0.85"] + }, { + "quaxwell": ["1.43373493975904"] + }, { + "quilava": ["2.11904761904762"] + }, { + "quilladin": ["1.04411764705882"] + }, { + "qwilfish": ["1.02"] + }, { + "raboot": ["0.734939759036145"] + }, { + "rabsca": ["0.258620689655172"] + }, { + "raichu": ["0.766990291262136", "0.763440860215054"] + }, { + "raikou": ["2.32926829268293"] + }, { + "ralts": ["0.788461538461538"] + }, { + "rampardos": ["1.79775280898876"] + }, { + "rapidash": ["1.78947368421053", "1.73469387755102"] + }, { + "raticate": ["1.109375", "1.20338983050847"] + }, { + "rattata": ["0.491803278688525", "0.576923076923077"] + }, { + "rayquaza": ["4.58169934640523", "7.3972602739726"] + }, { + "regice": ["2.19512195121951"] + }, { + "regidrago": ["1.75833333333333"] + }, { + "regieleki": ["1.21428571428571"] + }, { + "regigigas": ["3.86458333333333"] + }, { + "regirock": ["2.04819277108434"] + }, { + "registeel": ["2.48051948051948"] + }, { + "relicanth": ["1.45588235294118"] + }, { + "rellor": ["0.384615384615385"] + }, { + "remoraid": ["0.983870967741936"] + }, { + "reshiram": ["2.78260869565217"] + }, { + "reuniclus": ["1.32"] + }, { + "revavroom": ["2.53521126760563"] + }, { + "rhydon": ["2.32926829268293", "2.32926829268293"] + }, { + "rhyhorn": ["1.73684210526316", "1.73684210526316"] + }, { + "rhyperior": ["2.54255319148936", "2.62637362637363"] + }, { + "ribombee": ["0.3125"] + }, { + "rillaboom": ["1.72950819672131", "6.66428571428572"] + }, { + "riolu": ["1.16393442622951"] + }, { + "rockruff": ["0.894736842105263"] + }, { + "roggenrola": ["0.683333333333333"] + }, { + "rolycoly": ["0.652173913043478"] + }, { + "rookidee": ["0.476190476190476"] + }, { + "roselia": ["0.517241379310345", "0.508474576271186"] + }, { + "roserade": ["1.14102564102564", "1.14102564102564"] + }, { + "rotom": ["0.428571428571429", "0.405405405405405", "0.461538461538462", "0.483870967741936", "0.508474576271186", "0.46875"] + }, { + "rowlet": ["0.6"] + }, { + "rufflet": ["0.784615384615385"] + }, { + "runerigus": ["1.83908045977012"] + }, { + "sableye": ["0.796875", "0.68"] + }, { + "salamence": ["1.6304347826087", "2.53521126760563"] + }, { + "salandit": ["1.29787234042553"] + }, { + "salazzle": ["1.35227272727273"] + }, { + "samurott": ["1.38888888888889", "1.54639175257732"] + }, { + "sandaconda": ["5.44285714285714", "5.28"] + }, { + "sandile": ["1.51063829787234"] + }, { + "sandshrew": ["1.29787234042553", "1.54347826086957"] + }, { + "sandslash": ["1.45588235294118", "1.41666666666667"] + }, { + "sandygast": ["0.796875"] + }, { + "sawk": ["1.68674698795181"] + }, { + "sawsbuck": ["1.91", "1.75229357798165", "1.73636363636364", "1.89108910891089"] + }, { + "scatterbug": ["0.535714285714286"] + }, { + "sceptile": ["1.82795698924731", "1.96907216494845"] + }, { + "scizor": ["1.93548387096774", "1.95145631067961"] + }, { + "scolipede": ["2.00806451612903"] + }, { + "scorbunny": ["0.319148936170213"] + }, { + "scovillain": ["1.36923076923077"] + }, { + "scrafty": ["1.41558441558442"] + }, { + "scraggy": ["0.968253968253968"] + }, { + "scyther": ["1.47058823529412", "1.47058823529412"] + }, { + "seadra": ["1.60810810810811"] + }, { + "seaking": ["1.88405797101449", "1.88405797101449"] + }, { + "sealeo": ["2.18"] + }, { + "seedot": ["1.10869565217391"] + }, { + "seel": ["2.42222222222222"] + }, { + "seismitoad": ["1.66666666666667"] + }, { + "sentret": ["1.43636363636364"] + }, { + "serperior": ["1.2962962962963"] + }, { + "servine": ["0.963414634146341"] + }, { + "seviper": ["3.05681818181818"] + }, { + "sewaddle": ["0.638297872340426"] + }, { + "sharpedo": ["1.76470588235294", "2.59375"] + }, { + "shaymin": ["0.465116279069767", "0.561643835616438"] + }, { + "shedinja": ["1.36206896551724"] + }, { + "shelgon": ["1.84745762711864"] + }, { + "shellder": ["0.810810810810811"] + }, { + "shellos": ["0.483870967741936", "0.5"] + }, { + "shelmet": ["0.836734693877551"] + }, { + "shieldon": ["0.927272727272727"] + }, { + "shiftry": ["1.66666666666667"] + }, { + "shiinotic": ["1.41428571428571"] + }, { + "shinx": ["0.864406779661017", "0.944444444444444"] + }, { + "shroomish": ["1.13888888888889"] + }, { + "shuckle": ["1.07017543859649"] + }, { + "shuppet": ["0.968253968253968"] + }, { + "sigilyph": ["1.1965811965812"] + }, { + "silcoon": ["1.56410256410256"] + }, { + "silicobra": ["4.01818181818182"] + }, { + "silvally": ["1.90909090909091", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897"] + }, { + "simipour": ["1.19277108433735"] + }, { + "simisage": ["1.14736842105263"] + }, { + "simisear": ["1.22222222222222"] + }, { + "sinistea": ["0.277777777777778"] + }, { + "sirfetchd": ["0.560283687943262"] + }, { + "sizzlipede": ["3.08695652173913"] + }, { + "skarmory": ["2.65625"] + }, { + "skiddo": ["1.41269841269841"] + }, { + "skiploom": ["1.48780487804878"] + }, { + "skitty": ["1.10909090909091"] + }, { + "skeledirge": ["2.10526315789474"] + }, { + "skorupi": ["1.234375"] + }, { + "skrelp": ["0.662337662337662"] + }, { + "skuntank": ["1.25316455696203"] + }, { + "skwovet": ["0.326086956521739"] + }, { + "slaking": ["2.79166666666667"] + }, { + "slakoth": ["2.54838709677419"] + }, { + "sliggoo": ["0.963414634146341", "0.845238095238095"] + }, { + "slowbro": ["2.25352112676056", "2.13333333333333", "2.31034482758621"] + }, { + "slowking": ["2.36470588235294", "2.11764705882353"] + }, { + "slowpoke": ["2.05172413793103", "2.38"] + }, { + "slugma": ["1.12698412698413"] + }, { + "slurpuff": ["1.12857142857143"] + }, { + "smeargle": ["1.60810810810811"] + }, { + "smoliv": ["0.625"] + }, { + "smoochum": ["0.672131147540984"] + }, { + "sneasel": ["1.23611111111111", "1.41269841269841", "1.25352112676056", "1.41269841269841"] + }, { + "sneasler": ["1.49425287356322"] + }, { + "snivy": ["1.10909090909091"] + }, { + "snom": ["0.75"] + }, { + "snorlax": ["2.6375", "8.203125"] + }, { + "snorunt": ["1.51063829787234"] + }, { + "snover": ["1.62295081967213", "1.62295081967213"] + }, { + "snubbull": ["1.05172413793103"] + }, { + "sobble": ["0.434782608695652"] + }, { + "solgaleo": ["3.57894736842105"] + }, { + "solosis": ["0.666666666666667"] + }, { + "solrock": ["1.50632911392405"] + }, { + "spearow": ["0.576923076923077"] + }, { + "spewpa": ["0.697674418604651"] + }, { + "spheal": ["1.88095238095238"] + }, { + "spectrier": ["1.86111111111111"] + }, { + "spidops": ["1.32"] + }, { + "spinarak": ["1.88888888888889"] + }, { + "spinda": ["1.57971014492754"] + }, { + "spiritomb": ["1.35616438356164"] + }, { + "spoink": ["0.739583333333333"] + }, { + "sprigatito": ["0.745454545454546"] + }, { + "spritzee": ["0.327868852459016"] + }, { + "squirtle": ["0.944444444444444"] + }, { + "stakataka": ["5.45544554455446"] + }, { + "stantler": ["1.52173913043478"] + }, { + "staraptor": ["0.676136363636364", "0.676136363636364"] + }, { + "staravia": ["0.5", "0.5"] + }, { + "starly": ["0.652173913043478", "0.652173913043478"] + }, { + "starmie": ["1.78688524590164"] + }, { + "staryu": ["1.58"] + }, { + "steelix": ["3.57142857142857", "8.00763358778626"] + }, { + "steenee": ["0.922077922077922"] + }, { + "stonjourner": ["2.41747572815534"] + }, { + "stoutland": ["1.35227272727273"] + }, { + "stufful": ["0.944444444444444"] + }, { + "stunfisk": ["4.73333333333333", "1.16393442622951"] + }, { + "stunky": ["0.621212121212121"] + }, { + "sudowoodo": ["1.8030303030303", "1.859375"] + }, { + "suicune": ["2.33720930232558"] + }, { + "sunflora": ["1.06756756756757"] + }, { + "sunkern": ["0.681818181818182"] + }, { + "surskit": ["0.980769230769231"] + }, { + "swablu": ["0.773584905660377"] + }, { + "swadloon": ["0.894736842105263"] + }, { + "swalot": ["2.42857142857143", "2.42857142857143"] + }, { + "swampert": ["1.66666666666667", "2.3875"] + }, { + "swanna": ["0.807453416149068"] + }, { + "swellow": ["1.61363636363636"] + }, { + "swinub": ["1.24242424242424"] + }, { + "swirlix": ["0.836734693877551"] + }, { + "swoobat": ["0.831775700934579"] + }, { + "sylveon": ["1.15116279069767"] + }, { + "tadbulb": ["0.526315789473684"] + }, { + "taillow": ["0.652173913043478"] + }, { + "talonflame": ["0.643243243243243"] + }, { + "tandemaus": ["0.566037735849057"] + }, { + "tangela": ["1.86792452830189"] + }, { + "tangrowth": ["2.45121951219512", "2.45121951219512"] + }, { + "tapubulu": ["1.83653846153846"] + }, { + "tapufini": ["1.41304347826087"] + }, { + "tapukoko": ["1.89473684210526"] + }, { + "tapulele": ["1.41666666666667"] + }, { + "tarountula": ["0.405405405405405"] + }, { + "tauros": ["1.47368421052632"] + }, { + "teddiursa": ["1.07017543859649"] + }, { + "tentacool": ["1.21917808219178"] + }, { + "tentacruel": ["1.88235294117647"] + }, { + "tepig": ["0.82258064516129"] + }, { + "terrakion": ["2.27380952380952"] + }, { + "thievul": ["1.27956989247312"] + }, { + "throh": ["1.47727272727273"] + }, { + "thundurus": ["1.45631067961165", "2.77777777777778"] + }, { + "thwackey": ["0.731958762886598"] + }, { + "timburr": ["1"] + }, { + "tirtouga": ["2.21875"] + }, { + "togedemaru": ["0.483870967741936"] + }, { + "togekiss": ["2.5"] + }, { + "togepi": ["0.638297872340426"] + }, { + "togetic": ["0.859154929577465"] + }, { + "torchic": ["0.672131147540984", "0.672131147540984"] + }, { + "torkoal": ["0.662337662337662"] + }, { + "tornadus": ["1.5", "1.03703703703704"] + }, { + "torracat": ["0.959459459459459"] + }, { + "torterra": ["2.08490566037736"] + }, { + "totodile": ["1.05172413793103"] + }, { + "toucannon": ["1.43421052631579"] + }, { + "toxapex": ["0.865853658536585"] + }, { + "toxel": ["0.719298245614035"] + }, { + "toxicroak": ["1.60493827160494", "1.60493827160494"] + }, { + "toxtricity": ["1.29032258064516", "4.8", "1.32231404958678"] + }, { + "tranquill": ["0.491935483870968"] + }, { + "trapinch": ["1.57777777777778"] + }, { + "treecko": ["0.864406779661017"] + }, { + "trevenant": ["1.5"] + }, { + "tropius": ["2.54430379746835"] + }, { + "trubbish": ["1.07017543859649"] + }, { + "trumbeak": ["0.635416666666667"] + }, { + "tsareena": ["1.33707865168539"] + }, { + "turtonator": ["2.71621621621622"] + }, { + "turtwig": ["0.694915254237288"] + }, { + "tympole": ["1.34210526315789"] + }, { + "tynamo": ["0.769230769230769"] + }, { + "typenull": ["2.03191489361702"] + }, { + "typhlosion": ["1.78947368421053", "1.40350877192982"] + }, { + "tyranitar": ["1.6890756302521", "2.30555555555556"] + }, { + "tyrantrum": ["2.30555555555556"] + }, { + "tyrogue": ["1.02898550724638"] + }, { + "tyrunt": ["1.16176470588235"] + }, { + "umbreon": ["1.28571428571429"] + }, { + "unfezant": ["0.838028169014085"] + }, { + "unown": ["0.698630136986301", "0.80952380952381", "0.894736842105263", "0.662337662337662", "0.879310344827586", "0.645569620253165", "0.944444444444444", "0.739130434782609", "1", "0.761194029850746", "0.910714285714286", "1", "0.708333333333333", "0.980769230769231", "0.894736842105263", "0.645569620253165", "0.962264150943396", "0.82258064516129", "0.944444444444444", "0.82258064516129", "0.739130434782609", "0.894736842105263", "1.04081632653061", "0.962264150943396", "0.82258064516129", "0.927272727272727", "1.02", "0.80952380952381"] + }, { + "ursaluna": ["2.91463414634146", "2.66336633663366"] + }, { + "ursaring": ["1.89473684210526", "1.89473684210526"] + }, { + "urshifu": ["1.5655737704918", "6.04375", "5.53404255319149", "1.76851851851852"] + }, { + "uxie": ["0.384615384615385"] + }, { + "vanillish": ["1.28235294117647"] + }, { + "vanillite": ["0.650793650793651"] + }, { + "vanilluxe": ["1.46067415730337"] + }, { + "vaporeon": ["1.375"] + }, { + "varoom": ["1.94117647058824"] + }, { + "veluza": ["2.67741935483871"] + }, { + "venipede": ["0.931818181818182"] + }, { + "venomoth": ["1.76470588235294"] + }, { + "venonat": ["1.57142857142857"] + }, { + "venusaur": ["2.61038961038961", "6.92307692307692", "2.62637362637363"] + }, { + "vespiquen": ["1.35227272727273"] + }, { + "vibrava": ["2.18"] + }, { + "victini": ["0.561643835616438"] + }, { + "victreebel": ["2.125"] + }, { + "vigoroth": ["1.75"] + }, { + "vikavolt": ["1.92307692307692"] + }, { + "vileplume": ["2.125", "2.125"] + }, { + "virizion": ["2.07216494845361"] + }, { + "vivillon": ["1.14423076923077", "1.14423076923077", "1.14423076923077", "1.14423076923077", "1.14423076923077", "1.14423076923077", "1.14423076923077", "1.14423076923077", "1.14423076923077", "1.14423076923077", "1.14423076923077", "1.14423076923077", "1.14423076923077", "1.14423076923077", "1.14423076923077", "1.14423076923077", "1.14423076923077", "1.14423076923077", "1.14423076923077", "1.14423076923077"] + }, { + "volbeat": ["0.959459459459459"] + }, { + "volcanion": ["1.86813186813187"] + }, { + "volcarona": ["1.72043010752688"] + }, { + "voltorb": ["1.18604651162791", "1.15909090909091"] + }, { + "vullaby": ["1.08510638297872"] + }, { + "vulpix": ["1.29787234042553", "1.29787234042553"] + }, { + "wailmer": ["2.95588235294118"] + }, { + "wailord": ["17.9012345679012"] + }, { + "walrein": ["1.97183098591549"] + }, { + "wartortle": ["1.35616438356164"] + }, { + "watchog": ["1.37974683544304"] + }, { + "weavile": ["1.3974358974359", "1.3974358974359"] + }, { + "weedle": ["0.566037735849057"] + }, { + "weepinbell": ["1.94117647058824"] + }, { + "weezing": ["1.35227272727273", "1.35227272727273"] + }, { + "whimsicott": ["1.05970149253731"] + }, { + "whirlipede": ["1.83076923076923"] + }, { + "whiscash": ["1.43548387096774"] + }, { + "whismur": ["1.27083333333333"] + }, { + "wigglytuff": ["1.45588235294118"] + }, { + "wiglett": ["1.4875"] + }, { + "wimpod": ["1.37837837837838"] + }, { + "wingull": ["2.54166666666667"] + }, { + "wishiwashi": ["0.540540540540541", "7.96116504854369"] + }, { + "wobbuffet": ["1.91176470588235", "1.91176470588235"] + }, { + "woobat": ["0.732142857142857"] + }, { + "wooloo": ["1.01666666666667"] + }, { + "wooper": ["0.872340425531915", "0.872340425531915"] + }, { + "wormadam": ["0.621951219512195", "0.662337662337662", "0.621951219512195"] + }, { + "wugtrio": ["1.7"] + }, { + "wurmple": ["0.566037735849057"] + }, { + "wynaut": ["1.15094339622642"] + }, { + "wyrdeer": ["1.53846153846154"] + }, { + "xatu": ["2.58620689655172", "2.38095238095238"] + }, { + "xerneas": ["2.4", "2.36220472440945"] + }, { + "xurkitree": ["4.53571428571429"] + }, { + "yamask": ["0.761194029850746", "0.6375"] + }, { + "yamper": ["0.555555555555556"] + }, { + "yanma": ["1.54545454545455"] + }, { + "yanmega": ["2.85074626865672"] + }, { + "yungoos": ["1.13888888888889"] + }, { + "yveltal": ["3.07978723404255"] + }, { + "zacian": ["2.93684210526316", "2.51351351351351"] + }, { + "zamazenta": ["3.25842696629214", "2.58928571428571"] + }, { + "zangoose": ["1.66666666666667"] + }, { + "zapdos": ["1.50943396226415", "1.6"] + }, { + "zarude": ["1.65137614678899", "1.65137614678899"] + }, { + "zebstrika": ["1.66666666666667"] + }, { + "zekrom": ["2.13235294117647"] + }, { + "zeraora": ["2.30769230769231", "1.30434782608696"] + }, { + "zigzagoon": ["0.872340425531915", "0.694915254237288"] + }, { + "zoroark": ["1.70212765957447", "1.36752136752137"] + }, { + "zorua": ["1.12698412698413", "0.731958762886598"] + }, { + "zubat": ["0.887640449438202", "0.940476190476191"] + }, { + "zweilous": ["1.77215189873418"] + }, { + "zygarde-10": ["1.63013698630137", "4.67289719626168", "4.09090909090909"] + }] + + fakemon = [{ + "astrolotl": ["1.8252427184466"] + }, { + "aurumoth": ["0.274509803921569"] + }, { + "colossoil": ["3.01162790697674"] + }, { + "crucibelle": ["0.637362637362637", "0.568627450980392"] + }, { + "equilibra": ["2.68539325842697"] + }, { + "fidgit": ["0.775510204081633"] + }, { + "jumbao": ["2.39"] + }, { + "justyke": ["0"] + }, { + "kerfluffle": ["1.78409090909091", "1.78409090909091"] + }, { + "kitsunoh": ["1.8030303030303", "1.8030303030303"] + }, { + "krilowatt": ["0.644444444444445"] + }, { + "malaconda": ["2.34210526315789"] + }, { + "miasmaw": ["1.68817204301075"] + }, { + "mollux": ["1.14492753623188"] + }, { + "mumbao": ["0.840579710144928"] + }, { + "necturna": ["0.25"] + }, { + "pajantom": ["1.07920792079208"] + }, { + "plasmanta": ["0.266666666666667"] + }, { + "pluffle": ["0.891891891891892"] + }, { + "protowatt": ["1.03571428571429", "1.03571428571429"] + }, { + "pyroak": ["2.69791666666667"] + }, { + "scratchet": ["1.02597402597403"] + }, { + "smogecko": ["0.655172413793103"] + }, { + "smoguana": ["0.506666666666667"] + }, { + "smokomodo": ["1.48936170212766"] + }, { + "stratagem": ["0.304347826086957"] + }, { + "tomohawk": ["0.774509803921569"] + }, { + "volkraken": ["0.373333333333333"] + }, { + "voodoom": ["1.23958333333333"] + }] \ No newline at end of file diff --git a/scripts/background_pokemon.js b/scripts/background_pokemon.js index 9e4499b..0553da4 100644 --- a/scripts/background_pokemon.js +++ b/scripts/background_pokemon.js @@ -272,6 +272,1688 @@ pokemon = [{ "clobbopus": ["clobbopus"] }, { "cloyster": ["cloyster"] +}, { + "coalossal": ["coalossal", "coalossal-gigantamax"] +}, { + "cobalion": ["cobalion"] +}, { + "cofagrigus": ["cofagrigus"] +}, { + "combee": ["combee", "combee-f"] +}, { + "combusken": ["combusken", "combusken-f"] +}, { + "comfey": ["comfey"] +}, { + "conkeldurr": ["conkeldurr"] +}, { + "copperajah": ["copperajah", "copperajah-gigantamax"] +}, { + "corphish": ["corphish"] +}, { + "corsola": ["corsola", "corsola-galar"] +}, { + "corviknight": ["corviknight", "corviknight-gigantamax"] +}, { + "corvisquire": ["corvisquire"] +}, { + "cosmoem": ["cosmoem"] +}, { + "cosmog": ["cosmog"] +}, { + "cottonee": ["cottonee"] +}, { + "crabominable": ["crabominable"] +}, { + "crabrawler": ["crabrawler"] +}, { + "cradily": ["cradily"] +}, { + "cramorant": ["cramorant", "cramorant-gorging", "cramorant-gulping"] +}, { + "cranidos": ["cranidos"] +}, { + "crawdaunt": ["crawdaunt"] +}, { + "cresselia": ["cresselia"] +}, { + "croagunk": ["croagunk", "croagunk-f"] +}, { + "crobat": ["crobat"] +}, { + "crocalor": ["crocalor"] +}, { + "croconaw": ["croconaw"] +}, { + "crustle": ["crustle"] +}, { + "cryogonal": ["cryogonal"] +}, { + "cubchoo": ["cubchoo"] +}, { + "cubone": ["cubone"] +}, { + "cufant": ["cufant"] +}, { + "cursola": ["cursola"] +}, { + "cutiefly": ["cutiefly"] +}, { + "cyndaquil": ["cyndaquil"] +}, { + "darkrai": ["darkrai"] +}, { + "darmanitan": ["darmanitan", "darmanitan-galar-zen", "darmanitan-galar", "darmanitan-zen"] +}, { + "dartrix": ["dartrix"] +}, { + "darumaka": ["darumaka", "darumaka-galar"] +}, { + "decidueye": ["decidueye", "decidueye-hisui"] +}, { + "dedenne": ["dedenne"] +}, { + "deerling": ["deerling", "deerling-autumn", "deerling-summer", "deerling-winter"] +}, { + "deino": ["deino"] +}, { + "delcatty": ["delcatty"] +}, { + "delibird": ["delibird"] +}, { + "delphox": ["delphox"] +}, { + "deoxys": ["deoxys", "deoxys-attack", "deoxys-defense", "deoxys-speed"] +}, { + "dewgong": ["dewgong"] +}, { + "dewott": ["dewott"] +}, { + "dewpider": ["dewpider"] +}, { + "dhelmise": ["dhelmise"] +}, { + "dialga": ["dialga"] +}, { + "diancie": ["diancie", "diancie-mega"] +}, { + "diggersby": ["diggersby"] +}, { + "diglett": ["diglett", "diglett-alola"] +}, { + "ditto": ["ditto"] +}, { + "dodrio": ["dodrio", "dodrio-f"] +}, { + "doduo": ["doduo", "doduo-f"] +}, { + "dolliv": ["dolliv"] +}, { + "dondozo": ["dondozo"] +}, { + "donphan": ["donphan", "donphan-f"] +}, { + "dottler": ["dottler"] +}, { + "doublade": ["doublade"] +}, { + "dracovish": ["dracovish"] +}, { + "dracozolt": ["dracozolt"] +}, { + "dragalge": ["dragalge"] +}, { + "dragapult": ["dragapult"] +}, { + "dragonair": ["dragonair"] +}, { + "dragonite": ["dragonite"] +}, { + "drakloak": ["drakloak"] +}, { + "drampa": ["drampa"] +}, { + "drapion": ["drapion"] +}, { + "dratini": ["dratini"] +}, { + "drednaw": ["drednaw", "drednaw-gigantamax"] +}, { + "dreepy": ["dreepy"] +}, { + "drifblim": ["drifblim"] +}, { + "drifloon": ["drifloon"] +}, { + "drilbur": ["drilbur"] +}, { + "drizzile": ["drizzile"] +}, { + "drowzee": ["drowzee"] +}, { + "druddigon": ["druddigon"] +}, { + "dubwool": ["dubwool"] +}, { + "ducklett": ["ducklett"] +}, { + "dugtrio": ["dugtrio", "dugtrio-alola"] +}, { + "dudunsparce": ["dudunsparce", "dudunsparce-threesegment"] +}, { + "dunsparce": ["dunsparce"] +}, { + "duosion": ["duosion"] +}, { + "duraludon": ["duraludon", "duraludon-gigantamax"] +}, { + "durant": ["durant"] +}, { + "dusclops": ["dusclops"] +}, { + "dusknoir": ["dusknoir"] +}, { + "duskull": ["duskull"] +}, { + "dustox": ["dustox", "dustox-f"] +}, { + "dwebble": ["dwebble"] +}, { + "eelektrik": ["eelektrik"] +}, { + "eelektross": ["eelektross"] +}, { + "eevee": ["eevee", "eevee-gigantamax"] +}, { + "eiscue": ["eiscue", "eiscue-noice-face"] +}, { + "ekans": ["ekans"] +}, { + "eldegoss": ["eldegoss"] +}, { + "electabuzz": ["electabuzz"] +}, { + "electivire": ["electivire"] +}, { + "electrike": ["electrike"] +}, { + "electrode": ["electrode", "electrode-hisui"] +}, { + "elekid": ["elekid"] +}, { + "elgyem": ["elgyem"] +}, { + "emboar": ["emboar"] +}, { + "emolga": ["emolga"] +}, { + "empoleon": ["empoleon"] +}, { + "enamorus": ["enamorus", "enamorus-therian"] +}, { + "entei": ["entei"] +}, { + "escavalier": ["escavalier"] +}, { + "espathra": ["espathra"] +}, { + "espeon": ["espeon"] +}, { + "espurr": ["espurr"] +}, { + "eternatus": ["eternatus", "eternatus-eternamax"] +}, { + "excadrill": ["excadrill"] +}, { + "exeggcute": ["exeggcute"] +}, { + "exeggutor": ["exeggutor", "exeggutor-alola"] +}, { + "exploud": ["exploud"] +}, { + "falinks": ["falinks"] +}, { + "farfetchd": ["farfetchd", "farfetchd-galar"] +}, { + "farigiraf": ["farigiraf"] +}, { + "fearow": ["fearow"] +}, { + "feebas": ["feebas"] +}, { + "fennekin": ["fennekin"] +}, { + "feraligatr": ["feraligatr"] +}, { + "ferroseed": ["ferroseed"] +}, { + "ferrothorn": ["ferrothorn"] +}, { + "finizen": ["finizen"] +}, { + "finneon": ["finneon", "finneon-f"] +}, { + "flaaffy": ["flaaffy"] +}, { + "flabebe": ["flabebe", "flabebe-blue", "flabebe-orange", "flabebe-white", "flabebe-yellow"] +}, { + "flapple": ["flapple", "flapple-gigantamax"] +}, { + "flareon": ["flareon"] +}, { + "fletchinder": ["fletchinder"] +}, { + "fletchling": ["fletchling"] +}, { + "flittle": ["flittle"] +}, { + "floatzel": ["floatzel", "floatzel-f"] +}, { + "floette": ["floette", "floette-blue", "floette-eternal", "floette-orange", "floette-white", "floette-yellow"] +}, { + "floragato": ["floragato"] +}, { + "florges": ["florges", "florges-blue", "florges-orange", "florges-white", "florges-yellow"] +}, { + "flygon": ["flygon"] +}, { + "fomantis": ["fomantis"] +}, { + "foongus": ["foongus"] +}, { + "forretress": ["forretress"] +}, { + "fraxure": ["fraxure"] +}, { + "frillish": ["frillish", "frillish-f"] +}, { + "froakie": ["froakie"] +}, { + "frogadier": ["frogadier"] +}, { + "froslass": ["froslass"] +}, { + "frosmoth": ["frosmoth"] +}, { + "fuecoco": ["fuecoco"] +}, { + "furfrou": ["furfrou", "furfrou-dandy", "furfrou-debutante", "furfrou-diamond", "furfrou-heart", "furfrou-kabuki", "furfrou-lareine", "furfrou-matron", "furfrou-pharaoh", "furfrou-star"] +}, { + "furret": ["furret"] +}, { + "gabite": ["gabite", "gabite-f"] +}, { + "gallade": ["gallade", "gallade-mega"] +}, { + "galvantula": ["galvantula"] +}, { + "garbodor": ["garbodor", "garbodor-gigantamax"] +}, { + "garchomp": ["garchomp", "garchomp-mega"] +}, { + "gardevoir": ["gardevoir", "gardevoir-mega"] +}, { + "gastly": ["gastly"] +}, { + "gastrodon": ["gastrodon", "gastrodon-east"] +}, { + "genesect": ["genesect", "genesect-electric", "genesect-fire", "genesect-ice", "genesect-water"] +}, { + "gengar": ["gengar", "gengar-gigantamax", "gengar-mega"] +}, { + "geodude": ["geodude", "geodude-alola"] +}, { + "gible": ["gible", "gible-f"] +}, { + "gigalith": ["gigalith"] +}, { + "girafarig": ["girafarig", "girafarig-f"] +}, { + "giratina": ["giratina", "giratina-origin"] +}, { + "glaceon": ["glaceon"] +}, { + "glalie": ["glalie", "glalie-mega"] +}, { + "glameow": ["glameow", "glameow-g6"] +}, { + "glastrier": ["glastrier"] +}, { + "gligar": ["gligar", "gligar-f"] +}, { + "gliscor": ["gliscor"] +}, { + "gloom": ["gloom", "gloom-f"] +}, { + "gogoat": ["gogoat"] +}, { + "golbat": ["golbat", "golbat-f"] +}, { + "goldeen": ["goldeen", "goldeen-f"] +}, { + "golduck": ["golduck"] +}, { + "golem": ["golem", "golem-alola"] +}, { + "golett": ["golett"] +}, { + "golisopod": ["golisopod"] +}, { + "golurk": ["golurk"] +}, { + "goodra": ["goodra", "goodra-hisui"] +}, { + "goomy": ["goomy"] +}, { + "gorebyss": ["gorebyss"] +}, { + "gossifleur": ["gossifleur"] +}, { + "gothita": ["gothita"] +}, { + "gothitelle": ["gothitelle"] +}, { + "gothorita": ["gothorita"] +}, { + "gourgeist": ["gourgeist", "gourgeist-large", "gourgeist-small", "gourgeist-super"] +}, { + "granbull": ["granbull"] +}, { + "grapploct": ["grapploct"] +}, { + "graveler": ["graveler", "graveler-alola"] +}, { + "greavard": ["greavard"] +}, { + "greedent": ["greedent"] +}, { + "greninja": ["greninja", "greninja-active"] +}, { + "grimer": ["grimer", "grimer-alola"] +}, { + "grimmsnarl": ["grimmsnarl", "grimmsnarl-gigantamax"] +}, { + "grookey": ["grookey"] +}, { + "grotle": ["grotle"] +}, { + "groudon": ["groudon", "groudon-primal"] +}, { + "grovyle": ["grovyle"] +}, { + "growlithe": ["growlithe", "growlithe-hisui"] +}, { + "grubbin": ["grubbin"] +}, { + "grumpig": ["grumpig"] +}, { + "gulpin": ["gulpin", "gulpin-f"] +}, { + "gumshoos": ["gumshoos"] +}, { + "gurdurr": ["gurdurr"] +}, { + "guzzlord": ["guzzlord"] +}, { + "gyarados": ["gyarados", "gyarados-mega"] +}, { + "hakamo-o": ["hakamo-o"] +}, { + "happiny": ["happiny"] +}, { + "hariyama": ["hariyama"] +}, { + "hatenna": ["hatenna"] +}, { + "hatterene": ["hatterene", "hatterene-gigantamax"] +}, { + "hattrem": ["hattrem"] +}, { + "haunter": ["haunter"] +}, { + "hawlucha": ["hawlucha"] +}, { + "haxorus": ["haxorus"] +}, { + "heatmor": ["heatmor"] +}, { + "heatran": ["heatran"] +}, { + "heliolisk": ["heliolisk"] +}, { + "helioptile": ["helioptile"] +}, { + "heracross": ["heracross", "heracross-mega"] +}, { + "herdier": ["herdier"] +}, { + "hippopotas": ["hippopotas", "hippopotas-f"] +}, { + "hippowdon": ["hippowdon", "hippowdon-f"] +}, { + "hitmonchan": ["hitmonchan"] +}, { + "hitmonlee": ["hitmonlee"] +}, { + "hitmontop": ["hitmontop"] +}, { + "ho-oh": ["ho-oh"] +}, { + "honchkrow": ["honchkrow"] +}, { + "honedge": ["honedge"] +}, { + "hoopa": ["hoopa", "hoopa-unbound"] +}, { + "hoothoot": ["hoothoot"] +}, { + "hoppip": ["hoppip"] +}, { + "horsea": ["horsea"] +}, { + "houndoom": ["houndoom", "houndoom-mega"] +}, { + "houndour": ["houndour"] +}, { + "houndstone": ["houndstone"] +}, { + "huntail": ["huntail"] +}, { + "hydreigon": ["hydreigon"] +}, { + "hypno": ["hypno", "hypno-f"] +}, { + "igglybuff": ["igglybuff"] +}, { + "illumise": ["illumise"] +}, { + "impidimp": ["impidimp"] +}, { + "incineroar": ["incineroar"] +}, { + "indeedee": ["indeedee", "indeedee-f"] +}, { + "infernape": ["infernape"] +}, { + "inkay": ["inkay"] +}, { + "inteleon": ["inteleon", "inteleon-gigantamax"] +}, { + "ivysaur": ["ivysaur"] +}, { + "jangmo-o": ["jangmo-o"] +}, { + "jellicent": ["jellicent", "jellicent-f"] +}, { + "jigglypuff": ["jigglypuff"] +}, { + "jirachi": ["jirachi"] +}, { + "jolteon": ["jolteon"] +}, { + "joltik": ["joltik"] +}, { + "jumpluff": ["jumpluff"] +}, { + "jynx": ["jynx"] +}, { + "kabuto": ["kabuto"] +}, { + "kabutops": ["kabutops"] +}, { + "kadabra": ["kadabra", "kadabra-f"] +}, { + "kakuna": ["kakuna"] +}, { + "kangaskhan": ["kangaskhan", "kangaskhan-mega"] +}, { + "karrablast": ["karrablast"] +}, { + "kartana": ["kartana"] +}, { + "kecleon": ["kecleon"] +}, { + "keldeo": ["keldeo", "keldeo-resolute"] +}, { + "kingdra": ["kingdra"] +}, { + "kingler": ["kingler", "kingler-gigantamax"] +}, { + "kirlia": ["kirlia"] +}, { + "klang": ["klang"] +}, { + "kleavor": ["kleavor"] +}, { + "klefki": ["klefki"] +}, { + "klink": ["klink"] +}, { + "klinklang": ["klinklang"] +}, { + "koffing": ["koffing"] +}, { + "komala": ["komala"] +}, { + "kommo-o": ["kommo-o"] +}, { + "krabby": ["krabby"] +}, { + "kricketot": ["kricketot", "kricketot-f"] +}, { + "kricketune": ["kricketune", "kricketune-f"] +}, { + "krokorok": ["krokorok"] +}, { + "krookodile": ["krookodile"] +}, { + "kubfu": ["kubfu"] +}, { + "kyogre": ["kyogre", "kyogre-primal"] +}, { + "kyurem": ["kyurem", "kyurem-black-overdrive", "kyurem-black", "kyurem-white-overdrive", "kyurem-white"] +}, { + "lairon": ["lairon"] +}, { + "lampent": ["lampent"] +}, { + "landorus": ["landorus", "landorus-therian"] +}, { + "lanturn": ["lanturn"] +}, { + "lapras": ["lapras", "lapras-gigantamax"] +}, { + "larvesta": ["larvesta"] +}, { + "larvitar": ["larvitar"] +}, { + "latias": ["latias", "latias-mega"] +}, { + "latios": ["latios", "latios-mega"] +}, { + "leafeon": ["leafeon"] +}, { + "leavanny": ["leavanny"] +}, { + "lechonk": ["lechonk"] +}, { + "ledian": ["ledian", "ledian-f"] +}, { + "ledyba": ["ledyba", "ledyba-f"] +}, { + "lickilicky": ["lickilicky"] +}, { + "lickitung": ["lickitung"] +}, { + "liepard": ["liepard"] +}, { + "lileep": ["lileep"] +}, { + "lilligant": ["lilligant", "lilligant-hisui"] +}, { + "lillipup": ["lillipup"] +}, { + "linoone": ["linoone", "linoone-galar"] +}, { + "litleo": ["litleo"] +}, { + "litten": ["litten"] +}, { + "litwick": ["litwick"] +}, { + "lokix": ["lokix"] +}, { + "lombre": ["lombre"] +}, { + "lopunny": ["lopunny", "lopunny-mega"] +}, { + "lotad": ["lotad"] +}, { + "loudred": ["loudred"] +}, { + "lucario": ["lucario", "lucario-mega"] +}, { + "ludicolo": ["ludicolo", "ludicolo-f"] +}, { + "lugia": ["lugia"] +}, { + "lumineon": ["lumineon", "lumineon-f"] +}, { + "lunala": ["lunala"] +}, { + "lunatone": ["lunatone"] +}, { + "lurantis": ["lurantis"] +}, { + "luvdisc": ["luvdisc"] +}, { + "luxio": ["luxio", "luxio-f"] +}, { + "luxray": ["luxray", "luxray-f"] +}, { + "lycanroc": ["lycanroc", "lycanroc-dusk", "lycanroc-midnight"] +}, { + "machamp": ["machamp", "machamp-gigantamax"] +}, { + "machoke": ["machoke"] +}, { + "machop": ["machop"] +}, { + "magby": ["magby"] +}, { + "magcargo": ["magcargo"] +}, { + "magearna": ["magearna", "magearna-original"] +}, { + "magikarp": ["magikarp", "magikarp-f"] +}, { + "magmar": ["magmar"] +}, { + "magmortar": ["magmortar"] +}, { + "magnemite": ["magnemite"] +}, { + "magneton": ["magneton"] +}, { + "magnezone": ["magnezone"] +}, { + "makuhita": ["makuhita"] +}, { + "malamar": ["malamar"] +}, { + "mamoswine": ["mamoswine", "mamoswine-f"] +}, { + "manaphy": ["manaphy"] +}, { + "mandibuzz": ["mandibuzz"] +}, { + "manectric": ["manectric", "manectric-mega"] +}, { + "mankey": ["mankey"] +}, { + "mantine": ["mantine"] +}, { + "mantyke": ["mantyke"] +}, { + "maractus": ["maractus"] +}, { + "mareanie": ["mareanie"] +}, { + "mareep": ["mareep"] +}, { + "marill": ["marill"] +}, { + "marowak": ["marowak", "marowak-alola"] +}, { + "marshadow": ["marshadow"] +}, { + "marshtomp": ["marshtomp"] +}, { + "masquerain": ["masquerain"] +}, { + "maushold": ["maushold", "maushold-four"] +}, { + "mawile": ["mawile", "mawile-mega"] +}, { + "medicham": ["medicham", "medicham-mega"] +}, { + "meditite": ["meditite", "meditite-f"] +}, { + "meltan": ["meltan"] +}, { + "meganium": ["meganium", "meganium-f"] +}, { + "melmetal": ["melmetal", "melmetal-gigantamax"] +}, { + "meloetta": ["meloetta", "meloetta-pirouette"] +}, { + "meowscarada": ["meowscarada"] +}, { + "meowstic": ["meowstic", "meowstic-f"] +}, { + "meowth": ["meowth", "meowth-alola", "meowth-galar", "meowth-gigantamax"] +}, { + "mesprit": ["mesprit"] +}, { + "metagross": ["metagross", "metagross-mega"] +}, { + "metang": ["metang"] +}, { + "metapod": ["metapod"] +}, { + "mew": ["mew"] +}, { + "mewtwo": ["mewtwo", "mewtwo-megax", "mewtwo-megay"] +}, { + "mienfoo": ["mienfoo"] +}, { + "mienshao": ["mienshao"] +}, { + "mightyena": ["mightyena"] +}, { + "milcery": ["milcery"] +}, { + "milotic": ["milotic", "milotic-f"] +}, { + "miltank": ["miltank"] +}, { + "mime_jr": ["mime_jr"] +}, { + "mimikyu": ["mimikyu", "mimikyu-busted"] +}, { + "minccino": ["minccino"] +}, { + "minior": ["minior", "minior-blue", "minior-green", "minior-indigo", "minior-orange", "minior-red", "minior-violet", "minior-yellow"] +}, { + "minun": ["minun"] +}, { + "misdreavus": ["misdreavus"] +}, { + "mismagius": ["mismagius"] +}, { + "moltres": ["moltres", "moltres-galar"] +}, { + "monferno": ["monferno"] +}, { + "morelull": ["morelull"] +}, { + "morgrem": ["morgrem"] +}, { + "morpeko": ["morpeko", "morpeko-hangry-mode"] +}, { + "mothim": ["mothim"] +}, { + "mr-mime": ["mr-mime", "mr-mime-galar"] +}, { + "mr-rime": ["mr-rime"] +}, { + "mudbray": ["mudbray"] +}, { + "mudkip": ["mudkip"] +}, { + "mudsdale": ["mudsdale"] +}, { + "muk": ["muk", "muk-alola"] +}, { + "munchlax": ["munchlax"] +}, { + "munna": ["munna"] +}, { + "murkrow": ["murkrow", "murkrow-f"] +}, { + "musharna": ["musharna"] +}, { + "naganadel": ["naganadel"] +}, { + "natu": ["natu"] +}, { + "necrozma": ["necrozma", "necrozma-dawn-wings", "necrozma-dusk-mane", "necrozma-ultra"] +}, { + "nickit": ["nickit"] +}, { + "nidoking": ["nidoking"] +}, { + "nidoqueen": ["nidoqueen"] +}, { + "nidoran_f": ["nidoran_f"] +}, { + "nidoran_m": ["nidoran_m"] +}, { + "nidorina": ["nidorina"] +}, { + "nidorino": ["nidorino"] +}, { + "nihilego": ["nihilego"] +}, { + "nincada": ["nincada"] +}, { + "ninetales": ["ninetales", "ninetales-alola"] +}, { + "ninjask": ["ninjask"] +}, { + "noctowl": ["noctowl"] +}, { + "noibat": ["noibat"] +}, { + "noivern": ["noivern"] +}, { + "nosepass": ["nosepass"] +}, { + "numel": ["numel", "numel-f"] +}, { + "nuzleaf": ["nuzleaf", "nuzleaf-f"] +}, { + "nymble": ["nymble"] +}, { + "obstagoon": ["obstagoon"] +}, { + "octillery": ["octillery", "octillery-f"] +}, { + "oddish": ["oddish"] +}, { + "oinkologne": ["oinkologne", "oinkologne-f"] +}, { + "omanyte": ["omanyte"] +}, { + "omastar": ["omastar"] +}, { + "onix": ["onix"] +}, { + "oranguru": ["oranguru"] +}, { + "orbeetle": ["orbeetle", "orbeetle-gigantamax"] +}, { + "oricorio": ["oricorio", "oricorio-pau", "oricorio-pompom", "oricorio-sensu"] +}, { + "orthworm": ["orthworm"] +}, { + "oshawott": ["oshawott"] +}, { + "overqwil": ["overqwil"] +}, { + "pachirisu": ["pachirisu", "pachirisu-f"] +}, { + "palafin": ["palafin", "palafin-hero"] +}, { + "palkia": ["palkia"] +}, { + "palossand": ["palossand"] +}, { + "palpitoad": ["palpitoad"] +}, { + "pancham": ["pancham"] +}, { + "pangoro": ["pangoro"] +}, { + "panpour": ["panpour"] +}, { + "pansage": ["pansage"] +}, { + "pansear": ["pansear"] +}, { + "paras": ["paras"] +}, { + "parasect": ["parasect"] +}, { + "passimian": ["passimian"] +}, { + "patrat": ["patrat"] +}, { + "pawniard": ["pawniard"] +}, { + "pelipper": ["pelipper"] +}, { + "perrserker": ["perrserker"] +}, { + "persian": ["persian", "persian-alola"] +}, { + "petilil": ["petilil"] +}, { + "phanpy": ["phanpy"] +}, { + "phantump": ["phantump"] +}, { + "pheromosa": ["pheromosa"] +}, { + "phione": ["phione"] +}, { + "pichu": ["pichu"] +}, { + "pidgeot": ["pidgeot", "pidgeot-mega"] +}, { + "pidgeotto": ["pidgeotto"] +}, { + "pidgey": ["pidgey"] +}, { + "pidove": ["pidove"] +}, { + "pignite": ["pignite"] +}, { + "pikachu": ["pikachu", "pikachu-belle", "pikachu-cosplay", "pikachu-gigantamax", "pikachu-libre", "pikachu-phd", "pikachu-popstar", "pikachu-rockstar"] +}, { + "pikipek": ["pikipek"] +}, { + "piloswine": ["piloswine", "piloswine-f"] +}, { + "pincurchin": ["pincurchin"] +}, { + "pineco": ["pineco"] +}, { + "pinsir": ["pinsir", "pinsir-mega"] +}, { + "piplup": ["piplup"] +}, { + "plusle": ["plusle"] +}, { + "poipole": ["poipole"] +}, { + "politoed": ["politoed", "politoed-f"] +}, { + "poliwag": ["poliwag"] +}, { + "poliwhirl": ["poliwhirl"] +}, { + "poliwrath": ["poliwrath"] +}, { + "polteageist": ["polteageist"] +}, { + "ponyta": ["ponyta", "ponyta-galar"] +}, { + "poochyena": ["poochyena"] +}, { + "popplio": ["popplio"] +}, { + "porygon": ["porygon"] +}, { + "porygon-z": ["porygon-z"] +}, { + "porygon2": ["porygon2"] +}, { + "primarina": ["primarina"] +}, { + "primeape": ["primeape"] +}, { + "prinplup": ["prinplup"] +}, { + "probopass": ["probopass"] +}, { + "psyduck": ["psyduck"] +}, { + "pumpkaboo": ["pumpkaboo", "pumpkaboo-large", "pumpkaboo-small", "pumpkaboo-super"] +}, { + "pupitar": ["pupitar"] +}, { + "purrloin": ["purrloin"] +}, { + "purugly": ["purugly"] +}, { + "pyroar": ["pyroar", "pyroar-f"] +}, { + "pyukumuku": ["pyukumuku"] +}, { + "quagsire": ["quagsire", "quagsire-f"] +}, { + "quaquaval": ["quaquaval"] +}, { + "quaxly": ["quaxly"] +}, { + "quaxwell": ["quaxwell"] +}, { + "quilava": ["quilava"] +}, { + "quilladin": ["quilladin"] +}, { + "qwilfish": ["qwilfish"] +}, { + "raboot": ["raboot"] +}, { + "rabsca": ["rabsca"] +}, { + "raichu": ["raichu", "raichu-alola"] +}, { + "raikou": ["raikou"] +}, { + "ralts": ["ralts"] +}, { + "rampardos": ["rampardos"] +}, { + "rapidash": ["rapidash", "rapidash-galar"] +}, { + "raticate": ["raticate", "raticate-alola"] +}, { + "rattata": ["rattata", "rattata-alola"] +}, { + "rayquaza": ["rayquaza", "rayquaza-mega"] +}, { + "regice": ["regice"] +}, { + "regidrago": ["regidrago"] +}, { + "regieleki": ["regieleki"] +}, { + "regigigas": ["regigigas"] +}, { + "regirock": ["regirock"] +}, { + "registeel": ["registeel"] +}, { + "relicanth": ["relicanth", "relicanth-f"] +}, { + "rellor": ["rellor"] +}, { + "remoraid": ["remoraid"] +}, { + "reshiram": ["reshiram"] +}, { + "reuniclus": ["reuniclus"] +}, { + "revavroom": ["revavroom"] +}, { + "rhydon": ["rhydon", "rhydon-f"] +}, { + "rhyhorn": ["rhyhorn", "rhyhorn-f"] +}, { + "rhyperior": ["rhyperior", "rhyperior-f"] +}, { + "ribombee": ["ribombee"] +}, { + "rillaboom": ["rillaboom", "rillaboom-gigantamax"] +}, { + "riolu": ["riolu"] +}, { + "rockruff": ["rockruff"] +}, { + "roggenrola": ["roggenrola"] +}, { + "rolycoly": ["rolycoly"] +}, { + "rookidee": ["rookidee"] +}, { + "roselia": ["roselia", "roselia-f"] +}, { + "roserade": ["roserade", "roserade-f"] +}, { + "rotom": ["rotom", "rotom-fan", "rotom-frost", "rotom-heat", "rotom-mow", "rotom-wash"] +}, { + "rowlet": ["rowlet"] +}, { + "rufflet": ["rufflet"] +}, { + "runerigus": ["runerigus"] +}, { + "sableye": ["sableye", "sableye-mega"] +}, { + "salamence": ["salamence", "salamence-mega"] +}, { + "salandit": ["salandit"] +}, { + "salazzle": ["salazzle"] +}, { + "samurott": ["samurott", "samurott-hisui"] +}, { + "sandaconda": ["sandaconda", "sandaconda-gigantamax"] +}, { + "sandile": ["sandile"] +}, { + "sandshrew": ["sandshrew", "sandshrew-alola"] +}, { + "sandslash": ["sandslash", "sandslash-alola"] +}, { + "sandygast": ["sandygast"] +}, { + "sawk": ["sawk"] +}, { + "sawsbuck": ["sawsbuck", "sawsbuck-autumn", "sawsbuck-summer", "sawsbuck-winter"] +}, { + "scatterbug": ["scatterbug"] +}, { + "sceptile": ["sceptile", "sceptile-mega"] +}, { + "scizor": ["scizor", "scizor-mega"] +}, { + "scolipede": ["scolipede"] +}, { + "scorbunny": ["scorbunny"] +}, { + "scovillain": ["scovillain"] +}, { + "scrafty": ["scrafty"] +}, { + "scraggy": ["scraggy"] +}, { + "scyther": ["scyther", "scyther-f"] +}, { + "seadra": ["seadra"] +}, { + "seaking": ["seaking", "seaking-f"] +}, { + "sealeo": ["sealeo"] +}, { + "seedot": ["seedot"] +}, { + "seel": ["seel"] +}, { + "seismitoad": ["seismitoad"] +}, { + "sentret": ["sentret"] +}, { + "serperior": ["serperior"] +}, { + "servine": ["servine"] +}, { + "seviper": ["seviper"] +}, { + "sewaddle": ["sewaddle"] +}, { + "sharpedo": ["sharpedo", "sharpedo-mega"] +}, { + "shaymin": ["shaymin", "shaymin-sky"] +}, { + "shedinja": ["shedinja"] +}, { + "shelgon": ["shelgon"] +}, { + "shellder": ["shellder"] +}, { + "shellos": ["shellos", "shellos-east"] +}, { + "shelmet": ["shelmet"] +}, { + "shieldon": ["shieldon"] +}, { + "shiftry": ["shiftry", "shiftry-f"] +}, { + "shiinotic": ["shiinotic"] +}, { + "shinx": ["shinx", "shinx-f"] +}, { + "shroomish": ["shroomish"] +}, { + "shuckle": ["shuckle"] +}, { + "shuppet": ["shuppet"] +}, { + "sigilyph": ["sigilyph"] +}, { + "silcoon": ["silcoon"] +}, { + "silicobra": ["silicobra"] +}, { + "silvally": ["silvally", "silvally-bug", "silvally-dark", "silvally-dragon", "silvally-electric", "silvally-fairy", "silvally-fighting", "silvally-fire", "silvally-flying", "silvally-ghost", "silvally-grass", "silvally-ground", "silvally-ice", "silvally-poison", "silvally-psychic", "silvally-rock", "silvally-steel", "silvally-water"] +}, { + "simipour": ["simipour"] +}, { + "simisage": ["simisage"] +}, { + "simisear": ["simisear"] +}, { + "sinistea": ["sinistea"] +}, { + "sirfetchd": ["sirfetchd"] +}, { + "sizzlipede": ["sizzlipede"] +}, { + "skarmory": ["skarmory"] +}, { + "skiddo": ["skiddo"] +}, { + "skiploom": ["skiploom"] +}, { + "skitty": ["skitty"] +}, { + "skeledirge": ["skeledirge"] +}, { + "skorupi": ["skorupi"] +}, { + "skrelp": ["skrelp"] +}, { + "skuntank": ["skuntank"] +}, { + "skwovet": ["skwovet"] +}, { + "slaking": ["slaking"] +}, { + "slakoth": ["slakoth"] +}, { + "sliggoo": ["sliggoo", "sliggoo-hisui"] +}, { + "slowbro": ["slowbro", "slowbro-galar", "slowbro-mega"] +}, { + "slowking": ["slowking", "slowking-galar"] +}, { + "slowpoke": ["slowpoke", "slowpoke-galar"] +}, { + "slugma": ["slugma"] +}, { + "slurpuff": ["slurpuff"] +}, { + "smeargle": ["smeargle"] +}, { + "smoliv": ["smoliv"] +}, { + "smoochum": ["smoochum"] +}, { + "sneasel": ["sneasel", "sneasel-f", "sneasel-hisui", "sneasel-hisui-f"] +}, { + "sneasler": ["sneasler"] +}, { + "snivy": ["snivy"] +}, { + "snom": ["snom"] +}, { + "snorlax": ["snorlax", "snorlax-gigantamax"] +}, { + "snorunt": ["snorunt"] +}, { + "snover": ["snover", "snover-f"] +}, { + "snubbull": ["snubbull"] +}, { + "sobble": ["sobble"] +}, { + "solgaleo": ["solgaleo"] +}, { + "solosis": ["solosis"] +}, { + "solrock": ["solrock"] +}, { + "spearow": ["spearow"] +}, { + "spewpa": ["spewpa"] +}, { + "spheal": ["spheal"] +}, { + "spectrier": ["spectrier"] +}, { + "spidops": ["spidops"] +}, { + "spinarak": ["spinarak"] +}, { + "spinda": ["spinda"] +}, { + "spiritomb": ["spiritomb"] +}, { + "spoink": ["spoink"] +}, { + "sprigatito": ["sprigatito"] +}, { + "spritzee": ["spritzee"] +}, { + "squirtle": ["squirtle"] +}, { + "stakataka": ["stakataka"] +}, { + "stantler": ["stantler"] +}, { + "staraptor": ["staraptor", "staraptor-f"] +}, { + "staravia": ["staravia", "staravia-f"] +}, { + "starly": ["starly", "starly-f"] +}, { + "starmie": ["starmie"] +}, { + "staryu": ["staryu"] +}, { + "steelix": ["steelix", "steelix-mega"] +}, { + "steenee": ["steenee"] +}, { + "stonjourner": ["stonjourner"] +}, { + "stoutland": ["stoutland"] +}, { + "stufful": ["stufful"] +}, { + "stunfisk": ["stunfisk", "stunfisk-galar"] +}, { + "stunky": ["stunky"] +}, { + "sudowoodo": ["sudowoodo", "sudowoodo-f"] +}, { + "suicune": ["suicune"] +}, { + "sunflora": ["sunflora"] +}, { + "sunkern": ["sunkern"] +}, { + "surskit": ["surskit"] +}, { + "swablu": ["swablu"] +}, { + "swadloon": ["swadloon"] +}, { + "swalot": ["swalot", "swalot-f"] +}, { + "swampert": ["swampert", "swampert-mega"] +}, { + "swanna": ["swanna"] +}, { + "swellow": ["swellow"] +}, { + "swinub": ["swinub"] +}, { + "swirlix": ["swirlix"] +}, { + "swoobat": ["swoobat"] +}, { + "sylveon": ["sylveon"] +}, { + "tadbulb": ["tadbulb"] +}, { + "taillow": ["taillow"] +}, { + "talonflame": ["talonflame"] +}, { + "tandemaus": ["tandemaus"] +}, { + "tangela": ["tangela"] +}, { + "tangrowth": ["tangrowth", "tangrowth-f"] +}, { + "tapubulu": ["tapubulu"] +}, { + "tapufini": ["tapufini"] +}, { + "tapukoko": ["tapukoko"] +}, { + "tapulele": ["tapulele"] +}, { + "tarountula": ["tarountula"] +}, { + "tauros": ["tauros"] +}, { + "teddiursa": ["teddiursa"] +}, { + "tentacool": ["tentacool"] +}, { + "tentacruel": ["tentacruel"] +}, { + "tepig": ["tepig"] +}, { + "terrakion": ["terrakion"] +}, { + "thievul": ["thievul"] +}, { + "throh": ["throh"] +}, { + "thundurus": ["thundurus", "thundurus-therian"] +}, { + "thwackey": ["thwackey"] +}, { + "timburr": ["timburr"] +}, { + "tirtouga": ["tirtouga"] +}, { + "togedemaru": ["togedemaru"] +}, { + "togekiss": ["togekiss"] +}, { + "togepi": ["togepi"] +}, { + "togetic": ["togetic"] +}, { + "torchic": ["torchic", "torchic-f"] +}, { + "torkoal": ["torkoal"] +}, { + "tornadus": ["tornadus", "tornadus-therian"] +}, { + "torracat": ["torracat"] +}, { + "torterra": ["torterra"] +}, { + "totodile": ["totodile"] +}, { + "toucannon": ["toucannon"] +}, { + "toxapex": ["toxapex"] +}, { + "toxel": ["toxel"] +}, { + "toxicroak": ["toxicroak", "toxicroak-f"] +}, { + "toxtricity": ["toxtricity", "toxtricity-gigantamax", "toxtricity-low-key"] +}, { + "tranquill": ["tranquill"] +}, { + "trapinch": ["trapinch"] +}, { + "treecko": ["treecko"] +}, { + "trevenant": ["trevenant"] +}, { + "tropius": ["tropius"] +}, { + "trubbish": ["trubbish"] +}, { + "trumbeak": ["trumbeak"] +}, { + "tsareena": ["tsareena"] +}, { + "turtonator": ["turtonator"] +}, { + "turtwig": ["turtwig"] +}, { + "tympole": ["tympole"] +}, { + "tynamo": ["tynamo"] +}, { + "typenull": ["typenull"] +}, { + "typhlosion": ["typhlosion", "typhlosion-hisui"] +}, { + "tyranitar": ["tyranitar", "tyranitar-mega"] +}, { + "tyrantrum": ["tyrantrum"] +}, { + "tyrogue": ["tyrogue"] +}, { + "tyrunt": ["tyrunt"] +}, { + "umbreon": ["umbreon"] +}, { + "unfezant": ["unfezant", "unfezant-f"] +}, { + "unown": ["unown", "unown-bravo", "unown-charlie", "unown-delta", "unown-echo", "unown-exclamation", "unown-foxtrot", "unown-golf", "unown-hotel", "unown-india", "unown-interrogation", "unown-juliet", "unown-kilo", "unown-lima", "unown-mike", "unown-november", "unown-oscar", "unown-papa", "unown-quebec", "unown-romeo", "unown-sierra", "unown-tango", "unown-uniform", "unown-victor", "unown-whiskey", "unown-xray", "unown-yankee", "unown-zulu"] +}, { + "ursaluna": ["ursaluna", "ursaluna-bloodmoon"] +}, { + "ursaring": ["ursaring", "ursaring-f"] +}, { + "urshifu": ["urshifu", "urshifu-gigantamax", "urshifu-rapid-strike-gigantamax", "urshifu-rapid-strike"] +}, { + "uxie": ["uxie"] +}, { + "vanillish": ["vanillish"] +}, { + "vanillite": ["vanillite"] +}, { + "vanilluxe": ["vanilluxe"] +}, { + "vaporeon": ["vaporeon"] +}, { + "varoom": ["varoom"] +}, { + "veluza": ["veluza"] +}, { + "venipede": ["venipede"] +}, { + "venomoth": ["venomoth"] +}, { + "venonat": ["venonat"] +}, { + "venusaur": ["venusaur", "venusaur-gigantamax", "venusaur-mega"] +}, { + "vespiquen": ["vespiquen"] +}, { + "vibrava": ["vibrava"] +}, { + "victini": ["victini"] +}, { + "victreebel": ["victreebel"] +}, { + "vigoroth": ["vigoroth"] +}, { + "vikavolt": ["vikavolt"] +}, { + "vileplume": ["vileplume", "vileplume-f"] +}, { + "virizion": ["virizion"] +}, { + "vivillon": ["vivillon", "vivillon-archipelago", "vivillon-continental", "vivillon-elegant", "vivillon-fancy", "vivillon-garden", "vivillon-highplains", "vivillon-jungle", "vivillon-marine", "vivillon-meadow", "vivillon-modern", "vivillon-monsoon", "vivillon-ocean", "vivillon-pokeball", "vivillon-polar", "vivillon-river", "vivillon-sandstorm", "vivillon-savannah", "vivillon-sun", "vivillon-tundra"] +}, { + "volbeat": ["volbeat"] +}, { + "volcanion": ["volcanion"] +}, { + "volcarona": ["volcarona"] +}, { + "voltorb": ["voltorb", "voltorb-hisui"] +}, { + "vullaby": ["vullaby"] +}, { + "vulpix": ["vulpix", "vulpix-alola"] +}, { + "wailmer": ["wailmer"] +}, { + "wailord": ["wailord"] +}, { + "walrein": ["walrein"] +}, { + "wartortle": ["wartortle"] +}, { + "watchog": ["watchog"] +}, { + "weavile": ["weavile", "weavile-f"] +}, { + "weedle": ["weedle"] +}, { + "weepinbell": ["weepinbell"] +}, { + "weezing": ["weezing", "weezing-galar"] +}, { + "whimsicott": ["whimsicott"] +}, { + "whirlipede": ["whirlipede"] +}, { + "whiscash": ["whiscash"] +}, { + "whismur": ["whismur"] +}, { + "wigglytuff": ["wigglytuff"] +}, { + "wiglett": ["wiglett"] +}, { + "wimpod": ["wimpod"] +}, { + "wingull": ["wingull"] +}, { + "wishiwashi": ["wishiwashi", "wishiwashi-school"] +}, { + "wobbuffet": ["wobbuffet", "wobbuffet-f"] +}, { + "woobat": ["woobat"] +}, { + "wooloo": ["wooloo"] +}, { + "wooper": ["wooper", "wooper-f"] +}, { + "wormadam": ["wormadam", "wormadam-sandy", "wormadam-trash"] +}, { + "wugtrio": ["wugtrio"] +}, { + "wurmple": ["wurmple"] +}, { + "wynaut": ["wynaut"] +}, { + "wyrdeer": ["wyrdeer"] +}, { + "xatu": ["xatu", "xatu-f"] +}, { + "xerneas": ["xerneas", "xerneas-active"] +}, { + "xurkitree": ["xurkitree"] +}, { + "yamask": ["yamask", "yamask-galar"] +}, { + "yamper": ["yamper"] +}, { + "yanma": ["yanma"] +}, { + "yanmega": ["yanmega"] +}, { + "yungoos": ["yungoos"] +}, { + "yveltal": ["yveltal"] +}, { + "zacian": ["zacian", "zacian-crowned-sword"] +}, { + "zamazenta": ["zamazenta", "zamazenta-crowned-shield"] +}, { + "zangoose": ["zangoose"] +}, { + "zapdos": ["zapdos", "zapdos-galar"] +}, { + "zarude": ["zarude", "zarude-dada"] +}, { + "zebstrika": ["zebstrika"] +}, { + "zekrom": ["zekrom"] +}, { + "zeraora": ["zeraora", "zeraora-stand"] +}, { + "zigzagoon": ["zigzagoon", "zigzagoon-galar"] +}, { + "zoroark": ["zoroark", "zoroark-hisui"] +}, { + "zorua": ["zorua", "zorua-hisui"] +}, { + "zubat": ["zubat", "zubat-f"] +}, { + "zweilous": ["zweilous"] +}, { + "zygarde": ["zygarde", "zygarde-10", "zygarde-complete"] +}] + +fakemon = [{ + "astrolotl": ["astrolotl"] +}, { + "aurumoth": ["aurumoth"] +}, { + "colossoil": ["colossoil", "colossoil-f"] +}, { + "crucibelle": ["crucibelle", "crucibelle-mega"] +}, { + "equilibra": ["equilibra"] +}, { + "fidgit": ["fidgit"] +}, { + "jumbao": ["jumbao"] +}, { + "justyke": ["justyke"] +}, { + "kerfluffle": ["kerfluffle", "kerfluffle-f"] +}, { + "kitsunoh": ["kitsunoh", "kitsunoh-f"] +}, { + "krilowatt": ["krilowatt"] +}, { + "malaconda": ["malaconda"] +}, { + "miasmaw": ["miasmaw"] +}, { + "mollux": ["mollux"] +}, { + "mumbao": ["mumbao"] +}, { + "necturna": ["necturna"] +}, { + "pajantom": ["pajantom"] +}, { + "plasmanta": ["plasmanta"] +}, { + "pluffle": ["pluffle"] +}, { + "protowatt": ["protowatt", "protowatt-f"] +}, { + "pyroak": ["pyroak"] +}, { + "scratchet": ["scratchet"] +}, { + "smogecko": ["smogecko"] +}, { + "smoguana": ["smoguana"] +}, { + "smokomodo": ["smokomodo"] +}, { + "stratagem": ["stratagem"] +}, { + "tomohawk": ["tomohawk"] +}, { + "volkraken": ["volkraken"] +}, { + "voodoom": ["voodoom", "voodoom-f"] }] floating_pokemon = [ From cfaa2ea9f4403cf2eb945d966dea6b7c83d9b08c Mon Sep 17 00:00:00 2001 From: nurufu Date: Tue, 12 Nov 2024 03:54:11 -0500 Subject: [PATCH 04/16] First "finished" release. All problematic mons adjusted. Fixed bug that always included a fakemon in pokemon list --- scripts/background.css | 3 +- scripts/background.js | 31 +++-- scripts/background_pokemon-size-test.js | 160 ++++++++++++------------ 3 files changed, 101 insertions(+), 93 deletions(-) diff --git a/scripts/background.css b/scripts/background.css index bbe03fd..c61493b 100644 --- a/scripts/background.css +++ b/scripts/background.css @@ -1,11 +1,12 @@ img { + image-rendering: crisp-edges; position: absolute; /*max-width: 196px;*/ height: auto; padding-left: 100px; padding-right: 100px; /*transform: translate(var(--x-position), var(--y-position)) scale(1.6);*/ - transform: translate(var(--x-position), var(--y-position)); + transform: translate(var(--x-position), var(--y-position)) scale(1.2); animation: fadeIn ease 5s; -webkit-animation: fadeIn ease 5s; -moz-animation: fadeIn ease 5s; diff --git a/scripts/background.js b/scripts/background.js index 93d17c6..962644f 100644 --- a/scripts/background.js +++ b/scripts/background.js @@ -1,4 +1,4 @@ -max_onscreen = 128; +max_onscreen = 16; shiny_odds = 1 / 128; reload_mins = 5; big_wailords = false; @@ -38,12 +38,24 @@ function create() { } // Fakemon sprites - if (Math.random() < shiny_odds) { - max_onscreen + 1 - shuffled_fakemon = shuffle(fakemon) - shuffled_pokemon.unshift(shuffled_fakemon[0]) + if (Math.random() < shiny_odds) { + if(heights) + { + max_onscreen + 1 + multishuffle(fakemon,fakemonsize) + shuffled_fakemon = fakemon + shuffled_pokemon.unshift(shuffled_fakemon[0]) + shuffled_fakesize = fakemonsize + shuffled_size.unshift(shuffled_fakesize[0]) + } + else + { + max_onscreen + 1 + shuffled_fakemon = shuffle(fakemon) + shuffled_pokemon.unshift(shuffled_fakemon[0]) + } } - + onscreen_pokemon = '' export_data = { "background_sprites": [], "shiny_sprites": [] } @@ -88,10 +100,7 @@ function create() { for (var val in pokemonsize) { list = pokemonsize[val] form = pokemonsize[val][height_pos[i]] - //console.log(form) - //alert(form) height_multi.push(form) - //console.log(bug[i] + " ",pokemonsize[val][height_pos[i]]) i++ } }); @@ -99,12 +108,10 @@ function create() { body_wrapper.innerHTML = onscreen_pokemon if(heights){ setTimeout(function(){ - //console.log(height_pos) i = 0 $("img").each(function(){ s = "Height slot: "+ height_pos[i] + " Multi: " + height_multi[i]+" OG Height: "+$(this).height() h = $(this).height() * height_multi[i]; - //console.log(h) $(this).height(h); console.log(s + " New Height: " + $(this).height()+" ", shuffled_pokemon[i]) i++ @@ -150,7 +157,7 @@ var randomOrder = function () { }); } - shuffleSprites('#ground', 1050, 50) + shuffleSprites('#ground', 1100, 100) shuffleSprites('#sky', 10, 400) body_wrapper.innerHTML += sparkles; } diff --git a/scripts/background_pokemon-size-test.js b/scripts/background_pokemon-size-test.js index 92c1ffd..258f916 100644 --- a/scripts/background_pokemon-size-test.js +++ b/scripts/background_pokemon-size-test.js @@ -9,19 +9,19 @@ pokemonsize = [{ }, { "aegislash": ["1.63461538461538", "1.63461538461538"] }, { - "aerodactyl": ["1.24137931034483", "1.50714285714286"] + "aerodactyl": ["1.44827586206897", "2.00714285714286"] }, { "aggron": ["2.17525773195876", "2.18811881188119"] }, { "aipom": ["1.1969696969697", "1.1969696969697"] }, { - "alakazam": ["1.89873417721519", "1.03478260869565"] + "alakazam": ["1.89873417721519", "1.27692173913043"] }, { "alcremie": ["0.410958904109589", "0.410958904109589", "5.84415584415584", "0.410958904109589", "0.410958904109589", "0.410958904109589", "0.410958904109589", "0.410958904109589", "0.410958904109589", "0.410958904109589", "0.410958904109589", "0.410958904109589", "0.410958904109589", "0.410958904109589", "0.410958904109589", "0.410958904109589"] }, { "alomomola": ["1.19"] }, { - "altaria": ["1.2247191011236", "1.05633802816901"] + "altaria": ["1.2247191011236", "1.37323943661972"] }, { "amaura": ["1.44444444444444"] }, { @@ -39,7 +39,7 @@ pokemonsize = [{ }, { "araquanid": ["2.6865671641791"] }, { - "arbok": ["4.2289156626506"] + "arbok": ["2.53734939759036"] }, { "arboliva": ["1.1965811965812"] }, { @@ -49,7 +49,7 @@ pokemonsize = [{ }, { "archen": ["0.980769230769231"] }, { - "archeops": ["1.10236220472441"] + "archeops": ["1.41732283464567"] }, { "arctovish": ["2.28409090909091"] }, { @@ -65,7 +65,7 @@ pokemonsize = [{ }, { "arrokuda": ["1.21428571428571"] }, { - "articuno": ["0.994152046783626", "1.18881118881119"] + "articuno": ["1.39181286549708", "1.39160839160839"] }, { "audino": ["1.45333333333333", "1.5625"] }, { @@ -91,9 +91,9 @@ pokemonsize = [{ }, { "barboach": ["0.976190476190476"] }, { - "barraskewda": ["2.13114754098361"] + "barraskewda": ["1.23606557377049"] }, { - "basculegion": ["3.33333333333333", "3.33333333333333"] + "basculegion": ["1.22222222222222", "1.22222222222222"] }, { "basculin": ["1.65", "1.65"] }, { @@ -123,7 +123,7 @@ pokemonsize = [{ }, { "bibarel": ["1.76785714285714", "1.76785714285714"] }, { - "bidoof": ["2.15217391304348", "2.15217391304348"] + "bidoof": ["1.10869565217391", "1.10869565217391"] }, { "binacle": ["0.71830985915493"] }, { @@ -153,7 +153,7 @@ pokemonsize = [{ }, { "braixen": ["1.15116279069767"] }, { - "braviary": ["0.852272727272727", "1.03658536585366"] + "braviary": ["1.34659090909091", "1.48231707317073"] }, { "breloom": ["1.63013698630137"] }, { @@ -211,7 +211,7 @@ pokemonsize = [{ }, { "celesteela": ["8.75238095238095"] }, { - "centiskorch": ["2.52100840336134", "4.95933884297521"] + "centiskorch": ["1.13445378151261", "11.1570247933884"] }, { "cetitan": ["6.16438356164384"] }, { @@ -221,7 +221,7 @@ pokemonsize = [{ }, { "chansey": ["1.87931034482759"] }, { - "charizard": ["1.21428571428571", "5.598", "1.58878504672897", "1.02409638554217"] + "charizard": ["1.55", "5.598", "1.58878504672897", "1.2289156626506"] }, { "charjabug": ["1.0625"] }, { @@ -293,9 +293,9 @@ pokemonsize = [{ }, { "corsola": ["0.884057971014493", "0.824324324324324"] }, { - "corviknight": ["1.3641975308642", "2.97872340425532"] + "corviknight": ["1.77345679012346", "3.72340425531915"] }, { - "corvisquire": ["0.598484848484849"] + "corvisquire": ["0.71219696969697"] }, { "cosmoem": ["0.144927536231884"] }, { @@ -309,7 +309,7 @@ pokemonsize = [{ }, { "cradily": ["1.875"] }, { - "cramorant": ["0.774509803921569", "0.669491525423729", "0.686956521739131"] + "cramorant": ["1", "1", "1"] }, { "cranidos": ["1.30882352941176"] }, { @@ -319,7 +319,7 @@ pokemonsize = [{ }, { "croagunk": ["1.36538461538462", "1.36538461538462"] }, { - "crobat": ["1.68224299065421"] + "crobat": ["2.0018691588785"] }, { "crocalor": ["1.47761194029851"] }, { @@ -365,7 +365,7 @@ pokemonsize = [{ }, { "deoxys": ["1.97674418604651", "1.77083333333333", "1.82795698924731", "1.80851063829787"] }, { - "dewgong": ["2.46376811594203"] + "dewgong": ["1.97101449275362"] }, { "dewott": ["1.08219178082192"] }, { @@ -403,15 +403,15 @@ pokemonsize = [{ }, { "dragalge": ["1.31386861313869"] }, { - "dragapult": ["3.06122448979592"] + "dragapult": ["2.44897959183673"] }, { - "dragonair": ["4.29032258064516"] + "dragonair": ["2.5741935483871"] }, { "dragonite": ["2.25510204081633"] }, { "drakloak": ["2.15384615384615"] }, { - "drampa": ["3.84615384615385"] + "drampa": ["4.26923076923077"] }, { "drapion": ["1.52941176470588"] }, { @@ -439,9 +439,9 @@ pokemonsize = [{ }, { "dugtrio": ["1.42", "1.44897959183673"] }, { - "dudunsparce": ["5.91803278688525", "5.55555555555556"] + "dudunsparce": ["1.53868852459016", "1.44444444444444"] }, { - "dunsparce": ["3.65853658536585"] + "dunsparce": ["1.21951219512195"] }, { "duosion": ["0.953125"] }, { @@ -461,13 +461,13 @@ pokemonsize = [{ }, { "eelektrik": ["1.4875"] }, { - "eelektross": ["3.01428571428571"] + "eelektross": ["1.64285714285714"] }, { "eevee": ["0.545454545454545", "3.1051724137931"] }, { "eiscue": ["1.52173913043478", "1.91780821917808"] }, { - "ekans": ["4.78571428571429"] + "ekans": ["1.675"] }, { "eldegoss": ["0.653846153846154"] }, { @@ -511,13 +511,13 @@ pokemonsize = [{ }, { "exploud": ["1.78571428571429"] }, { - "falinks": ["6.12244897959184"] + "falinks": ["1.02040816326531"] }, { "farfetchd": ["1.58", "1.36206896551724"] }, { "farigiraf": ["2.5"] }, { - "fearow": ["0.881481481481482"] + "fearow": ["1.04896296296296"] }, { "feebas": ["1.17307692307692"] }, { @@ -579,7 +579,7 @@ pokemonsize = [{ }, { "furfrou": ["1.41666666666667", "1.45121951219512", "1.56578947368421", "1.38372093023256", "1.43373493975904", "1.54545454545455", "1.52564102564103", "1.60810810810811", "1.41666666666667", "1.43373493975904"] }, { - "furret": ["2.43243243243243"] + "furret": ["1.08108108108108"] }, { "gabite": ["1.84210526315789", "1.84210526315789"] }, { @@ -609,7 +609,7 @@ pokemonsize = [{ }, { "girafarig": ["1.70454545454545", "1.70454545454545"] }, { - "giratina": ["3.94736842105263", "4.48701298701299"] + "giratina": ["3.94736842105263", "3.81396103896104"] }, { "glaceon": ["0.9875"] }, { @@ -627,7 +627,7 @@ pokemonsize = [{ }, { "gogoat": ["2.04819277108434"] }, { - "golbat": ["1.17647058823529", "1.17647058823529"] + "golbat": ["1.4", "1.4"] }, { "goldeen": ["1.12962962962963", "1.12962962962963"] }, { @@ -645,7 +645,7 @@ pokemonsize = [{ }, { "goomy": ["0.6"] }, { - "gorebyss": ["2.43243243243243"] + "gorebyss": ["1.94594594594595"] }, { "gossifleur": ["0.630769230769231"] }, { @@ -695,7 +695,7 @@ pokemonsize = [{ }, { "guzzlord": ["6.26136363636364"] }, { - "gyarados": ["6.56565656565657", "5.32786885245902"] + "gyarados": ["5.38383838383838", "4.63524590163934"] }, { "hakamo-o": ["1.43373493975904"] }, { @@ -737,9 +737,9 @@ pokemonsize = [{ }, { "hitmontop": ["1.97183098591549"] }, { - "ho-oh": ["2.64583333333333"] + "ho-oh": ["3.04270833333333"] }, { - "honchkrow": ["0.489010989010989"] + "honchkrow": ["0.787307692307692"] }, { "honedge": ["1"] }, { @@ -757,7 +757,7 @@ pokemonsize = [{ }, { "houndstone": ["2.54430379746835"] }, { - "huntail": ["2.61538461538462"] + "huntail": ["1.43846153846154"] }, { "hydreigon": ["1.38461538461538"] }, { @@ -849,7 +849,7 @@ pokemonsize = [{ }, { "kubfu": ["0.847222222222222"] }, { - "kyogre": ["8.18181818181818", "15.3125"] + "kyogre": ["2.45454545454545", "4.59375"] }, { "kyurem": ["3.2967032967033", "2.5", "2.578125", "2.75572519083969", "2.75572519083969"] }, { @@ -879,7 +879,7 @@ pokemonsize = [{ }, { "ledian": ["1.68674698795181", "1.7948717948718"] }, { - "ledyba": ["1.98", "2.1063829787234"] + "ledyba": ["1.584", "1.68510638297872"] }, { "lickilicky": ["2.15189873417722"] }, { @@ -965,13 +965,13 @@ pokemonsize = [{ }, { "manaphy": ["0.545454545454545"] }, { - "mandibuzz": ["0.944444444444444"] + "mandibuzz": ["1.18055555555556"] }, { "manectric": ["1.875", "1.63636363636364"] }, { "mankey": ["0.910714285714286"] }, { - "mantine": ["3.57627118644068"] + "mantine": ["1.27118644067797"] }, { "mantyke": ["2.25"] }, { @@ -1033,7 +1033,7 @@ pokemonsize = [{ }, { "milcery": ["0.350877192982456"] }, { - "milotic": ["6.59574468085106", "6.52631578947368"] + "milotic": ["2.24255319148936", "2.21894736842105"] }, { "miltank": ["1.56578947368421"] }, { @@ -1051,7 +1051,7 @@ pokemonsize = [{ }, { "mismagius": ["0.767241379310345"] }, { - "moltres": ["1.11049723756906", "1.38620689655172"] + "moltres": ["1.66574585635359", "1.67731034482759"] }, { "monferno": ["0.978021978021978"] }, { @@ -1115,7 +1115,7 @@ pokemonsize = [{ }, { "noibat": ["0.53125"] }, { - "noivern": ["0.961538461538462"] + "noivern": ["1.59615384615385"] }, { "nosepass": ["1.70689655172414"] }, { @@ -1137,7 +1137,7 @@ pokemonsize = [{ }, { "omastar": ["1.546875"] }, { - "onix": ["7.64347826086957"] + "onix": ["3.13382608695652"] }, { "oranguru": ["2"] }, { @@ -1145,7 +1145,7 @@ pokemonsize = [{ }, { "oricorio": ["0.897058823529412", "1.01666666666667", "1.05172413793103", "1.03389830508475"] }, { - "orthworm": ["3.60869565217391"] + "orthworm": ["1.81159420289855"] }, { "oshawott": ["1.04081632653061"] }, { @@ -1175,7 +1175,7 @@ pokemonsize = [{ }, { "parasect": ["1.59677419354839"] }, { - "passimian": ["2.71621621621622"] + "passimian": ["1.62972972972973"] }, { "patrat": ["0.927272727272727"] }, { @@ -1199,9 +1199,9 @@ pokemonsize = [{ }, { "pichu": ["0.576923076923077"] }, { - "pidgeot": ["1.20967741935484", "3.68333333333333"] + "pidgeot": ["1.60887096774194", "2.02583333333333"] }, { - "pidgeotto": ["1.26744186046512"] + "pidgeotto": ["1.52093023255814"] }, { "pidgey": ["0.612244897959184"] }, { @@ -1209,7 +1209,7 @@ pokemonsize = [{ }, { "pignite": ["1.26923076923077"] }, { - "pikachu": ["0.683333333333333", "0.726666666666667", "0.726666666666667", "4.06645161290323", "0.732142857142857", "0.630769230769231", "0.640625", "0.640625"] + "pikachu": ["0.683333333333333", "0.626666666666667", "0.626666666666667", "4.06645161290323", "0.732142857142857", "0.630769230769231", "0.640625", "0.640625"] }, { "pikipek": ["0.535714285714286"] }, { @@ -1273,13 +1273,13 @@ pokemonsize = [{ }, { "quagsire": ["1.81818181818182", "1.81818181818182"] }, { - "quaquaval": ["1.3953488372093"] + "quaquaval": ["1.61860465116279"] }, { "quaxly": ["0.85"] }, { "quaxwell": ["1.43373493975904"] }, { - "quilava": ["2.11904761904762"] + "quilava": ["1.48333333333333"] }, { "quilladin": ["1.04411764705882"] }, { @@ -1303,13 +1303,13 @@ pokemonsize = [{ }, { "rattata": ["0.491803278688525", "0.576923076923077"] }, { - "rayquaza": ["4.58169934640523", "7.3972602739726"] + "rayquaza": ["2.18954248366013", "2.73972602739726"] }, { "regice": ["2.19512195121951"] }, { "regidrago": ["1.75833333333333"] }, { - "regieleki": ["1.21428571428571"] + "regieleki": ["1.615"] }, { "regigigas": ["3.86458333333333"] }, { @@ -1337,7 +1337,7 @@ pokemonsize = [{ }, { "ribombee": ["0.3125"] }, { - "rillaboom": ["1.72950819672131", "6.66428571428572"] + "rillaboom": ["1.72950819672131", "4.44285714285714"] }, { "riolu": ["1.16393442622951"] }, { @@ -1371,7 +1371,7 @@ pokemonsize = [{ }, { "samurott": ["1.38888888888889", "1.54639175257732"] }, { - "sandaconda": ["5.44285714285714", "5.28"] + "sandaconda": ["1.63285714285714", "5.28"] }, { "sandile": ["1.51063829787234"] }, { @@ -1421,7 +1421,7 @@ pokemonsize = [{ }, { "servine": ["0.963414634146341"] }, { - "seviper": ["3.05681818181818"] + "seviper": ["2.44545454545455"] }, { "sewaddle": ["0.638297872340426"] }, { @@ -1457,7 +1457,7 @@ pokemonsize = [{ }, { "silcoon": ["1.56410256410256"] }, { - "silicobra": ["4.01818181818182"] + "silicobra": ["1.60727272727273"] }, { "silvally": ["1.90909090909091", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897"] }, { @@ -1469,7 +1469,7 @@ pokemonsize = [{ }, { "sinistea": ["0.277777777777778"] }, { - "sirfetchd": ["0.560283687943262"] + "sirfetchd": ["1.12056737588652"] }, { "sizzlipede": ["3.08695652173913"] }, { @@ -1493,7 +1493,7 @@ pokemonsize = [{ }, { "slaking": ["2.79166666666667"] }, { - "slakoth": ["2.54838709677419"] + "slakoth": ["0.866451612903226"] }, { "sliggoo": ["0.963414634146341", "0.845238095238095"] }, { @@ -1501,7 +1501,7 @@ pokemonsize = [{ }, { "slowking": ["2.36470588235294", "2.11764705882353"] }, { - "slowpoke": ["2.05172413793103", "2.38"] + "slowpoke": ["1.23103448275862", "1.428"] }, { "slugma": ["1.12698412698413"] }, { @@ -1531,7 +1531,7 @@ pokemonsize = [{ }, { "sobble": ["0.434782608695652"] }, { - "solgaleo": ["3.57894736842105"] + "solgaleo": ["2.50526315789474"] }, { "solosis": ["0.666666666666667"] }, { @@ -1565,9 +1565,9 @@ pokemonsize = [{ }, { "stantler": ["1.52173913043478"] }, { - "staraptor": ["0.676136363636364", "0.676136363636364"] + "staraptor": ["0.993920454545455", "0.993920454545455"] }, { - "staravia": ["0.5", "0.5"] + "staravia": ["0.705", "0.705"] }, { "starly": ["0.652173913043478", "0.652173913043478"] }, { @@ -1575,7 +1575,7 @@ pokemonsize = [{ }, { "staryu": ["1.58"] }, { - "steelix": ["3.57142857142857", "8.00763358778626"] + "steelix": ["3.58847619047619", "3.60343511450382"] }, { "steenee": ["0.922077922077922"] }, { @@ -1585,7 +1585,7 @@ pokemonsize = [{ }, { "stufful": ["0.944444444444444"] }, { - "stunfisk": ["4.73333333333333", "1.16393442622951"] + "stunfisk": ["2.13", "0.523770491803279"] }, { "stunky": ["0.621212121212121"] }, { @@ -1607,7 +1607,7 @@ pokemonsize = [{ }, { "swampert": ["1.66666666666667", "2.3875"] }, { - "swanna": ["0.807453416149068"] + "swanna": ["1.05776397515528"] }, { "swellow": ["1.61363636363636"] }, { @@ -1615,7 +1615,7 @@ pokemonsize = [{ }, { "swirlix": ["0.836734693877551"] }, { - "swoobat": ["0.831775700934579"] + "swoobat": ["1.0896261682243"] }, { "sylveon": ["1.15116279069767"] }, { @@ -1623,7 +1623,7 @@ pokemonsize = [{ }, { "taillow": ["0.652173913043478"] }, { - "talonflame": ["0.643243243243243"] + "talonflame": ["0.997027027027027"] }, { "tandemaus": ["0.566037735849057"] }, { @@ -1733,11 +1733,11 @@ pokemonsize = [{ }, { "umbreon": ["1.28571428571429"] }, { - "unfezant": ["0.838028169014085"] + "unfezant": ["1.07267605633803", "1.07267605633803"] }, { - "unown": ["0.698630136986301", "0.80952380952381", "0.894736842105263", "0.662337662337662", "0.879310344827586", "0.645569620253165", "0.944444444444444", "0.739130434782609", "1", "0.761194029850746", "0.910714285714286", "1", "0.708333333333333", "0.980769230769231", "0.894736842105263", "0.645569620253165", "0.962264150943396", "0.82258064516129", "0.944444444444444", "0.82258064516129", "0.739130434782609", "0.894736842105263", "1.04081632653061", "0.962264150943396", "0.82258064516129", "0.927272727272727", "1.02", "0.80952380952381"] + "unown": ["0.838356164383562", "0.971428571428571", "1.07368421052632", "0.794805194805195", "1.0551724137931", "0.774683544303797", "1.13333333333333", "0.88695652173913", "1.2", "0.913432835820895", "1.09285714285714", "1.2", "0.85", "1.17692307692308", "1.07368421052632", "0.774683544303797", "1.15471698113208", "0.987096774193548", "1.13333333333333", "0.987096774193548", "0.88695652173913", "1.07368421052632", "1.24897959183673", "1.15471698113208", "0.987096774193548", "1.11272727272727", "1.224", "0.971428571428571"] }, { - "ursaluna": ["2.91463414634146", "2.66336633663366"] + "ursaluna": ["2.62317073170732", "2.66336633663366"] }, { "ursaring": ["1.89473684210526", "1.89473684210526"] }, { @@ -1755,7 +1755,7 @@ pokemonsize = [{ }, { "varoom": ["1.94117647058824"] }, { - "veluza": ["2.67741935483871"] + "veluza": ["1.63322580645161"] }, { "venipede": ["0.931818181818182"] }, { @@ -1797,7 +1797,7 @@ pokemonsize = [{ }, { "wailmer": ["2.95588235294118"] }, { - "wailord": ["17.9012345679012"] + "wailord": ["9.84567901234568"] }, { "walrein": ["1.97183098591549"] }, { @@ -1827,9 +1827,9 @@ pokemonsize = [{ }, { "wimpod": ["1.37837837837838"] }, { - "wingull": ["2.54166666666667"] + "wingull": ["1.01666666666667"] }, { - "wishiwashi": ["0.540540540540541", "7.96116504854369"] + "wishiwashi": ["0.540540540540541", "4.85436893203883"] }, { "wobbuffet": ["1.91176470588235", "1.91176470588235"] }, { @@ -1849,7 +1849,7 @@ pokemonsize = [{ }, { "wyrdeer": ["1.53846153846154"] }, { - "xatu": ["2.58620689655172", "2.38095238095238"] + "xatu": ["2.32758620689655", "2.14285714285714"] }, { "xerneas": ["2.4", "2.36220472440945"] }, { @@ -1859,13 +1859,13 @@ pokemonsize = [{ }, { "yamper": ["0.555555555555556"] }, { - "yanma": ["1.54545454545455"] + "yanma": ["0.928818181818182"] }, { - "yanmega": ["2.85074626865672"] + "yanmega": ["1.6534328358209"] }, { "yungoos": ["1.13888888888889"] }, { - "yveltal": ["3.07978723404255"] + "yveltal": ["4.43489361702128"] }, { "zacian": ["2.93684210526316", "2.51351351351351"] }, { @@ -1889,14 +1889,14 @@ pokemonsize = [{ }, { "zorua": ["1.12698412698413", "0.731958762886598"] }, { - "zubat": ["0.887640449438202", "0.940476190476191"] + "zubat": ["1.3314606741573", "1.41071428571429"] }, { "zweilous": ["1.77215189873418"] }, { - "zygarde-10": ["1.63013698630137", "4.67289719626168", "4.09090909090909"] + "zygarde": ["3.42990654205607", "1.63013698630137", "4.09090909090909"] }] - fakemon = [{ + fakemonsize = [{ "astrolotl": ["1.8252427184466"] }, { "aurumoth": ["0.274509803921569"] From 4f9c9158790a5ef5a0dc7e37ca7558286a900cca Mon Sep 17 00:00:00 2001 From: nurufu Date: Tue, 12 Nov 2024 03:57:15 -0500 Subject: [PATCH 05/16] updated filename for size list, added non-nerfed gmax sizes as seperate file --- background.html | 2 +- scripts/background_pokemon copy.js | 2300 ----------------- ...ackground_pokemon-size-reasonable-gmax.js} | 0 scripts/background_pokemon-size-silly-gmax.js | 1957 ++++++++++++++ scripts/background_pokemon-size.js | 2300 ----------------- 5 files changed, 1958 insertions(+), 4601 deletions(-) delete mode 100644 scripts/background_pokemon copy.js rename scripts/{background_pokemon-size-test.js => background_pokemon-size-reasonable-gmax.js} (100%) create mode 100644 scripts/background_pokemon-size-silly-gmax.js delete mode 100644 scripts/background_pokemon-size.js diff --git a/background.html b/background.html index 1fc25d7..1556ee1 100755 --- a/background.html +++ b/background.html @@ -12,7 +12,7 @@ - \ No newline at end of file diff --git a/scripts/background_pokemon copy.js b/scripts/background_pokemon copy.js deleted file mode 100644 index 0553da4..0000000 --- a/scripts/background_pokemon copy.js +++ /dev/null @@ -1,2300 +0,0 @@ -pokemon = [{ - "abomasnow": ["abomasnow", "abomasnow-mega"] -}, { - "abra": ["abra"] -}, { - "absol": ["absol", "absol-mega"] -}, { - "accelgor": ["accelgor"] -}, { - "aegislash": ["aegislash", "aegislash-blade"] -}, { - "aerodactyl": ["aerodactyl", "aerodactyl-mega"] -}, { - "aggron": ["aggron", "aggron-mega"] -}, { - "aipom": ["aipom", "aipom-f"] -}, { - "alakazam": ["alakazam", "alakazam-mega"] -}, { - "alcremie": ["alcremie", "alcremie-caramel-swirl", "alcremie-gigantamax", "alcremie-lemon-cream", "alcremie-matcha-cream", "alcremie-mint-cream", "alcremie-rainbow-swirl", "alcremie-ruby-cream", "alcremie-ruby-swirl", "alcremie-salted-cream", "alcremie-vanilla-cream-berry", "alcremie-vanilla-cream-clover", "alcremie-vanilla-cream-flower", "alcremie-vanilla-cream-love", "alcremie-vanilla-cream-ribbon", "alcremie-vanilla-cream-star"] -}, { - "alomomola": ["alomomola"] -}, { - "altaria": ["altaria", "altaria-mega"] -}, { - "amaura": ["amaura"] -}, { - "ambipom": ["ambipom", "ambipom-f"] -}, { - "amoonguss": ["amoonguss"] -}, { - "ampharos": ["ampharos", "ampharos-mega"] -}, { - "anorith": ["anorith"] -}, { - "appletun": ["appletun", "appletun-gigantamax"] -}, { - "applin": ["applin"] -}, { - "araquanid": ["araquanid"] -}, { - "arbok": ["arbok"] -}, { - "arboliva": ["arboliva"] -}, { - "arcanine": ["arcanine", "arcanine-hisui"] -}, { - "arceus": ["arceus", "arceus-bug", "arceus-dark", "arceus-dragon", "arceus-electric", "arceus-fairy", "arceus-fighting", "arceus-fire", "arceus-flying", "arceus-ghost", "arceus-grass", "arceus-ground", "arceus-ice", "arceus-poison", "arceus-psychic", "arceus-rock", "arceus-steel", "arceus-water"] -}, { - "archen": ["archen"] -}, { - "archeops": ["archeops"] -}, { - "arctovish": ["arctovish"] -}, { - "arctozolt": ["arctozolt"] -}, { - "ariados": ["ariados"] -}, { - "armaldo": ["armaldo"] -}, { - "aromatisse": ["aromatisse"] -}, { - "aron": ["aron"] -}, { - "arrokuda": ["arrokuda"] -}, { - "articuno": ["articuno", "articuno-galar"] -}, { - "audino": ["audino", "audino-mega"] -}, { - "aurorus": ["aurorus"] -}, { - "avalugg": ["avalugg", "avalugg-hisui"] -}, { - "axew": ["axew"] -}, { - "azelf": ["azelf"] -}, { - "azumarill": ["azumarill"] -}, { - "azurill": ["azurill"] -}, { - "bagon": ["bagon"] -}, { - "baltoy": ["baltoy"] -}, { - "banette": ["banette", "banette-mega"] -}, { - "barbaracle": ["barbaracle"] -}, { - "barboach": ["barboach"] -}, { - "barraskewda": ["barraskewda"] -}, { - "basculegion": ["basculegion", "basculegion-f"] -}, { - "basculin": ["basculin", "basculin-blue", "basculin-whitestriped"] -}, { - "bastiodon": ["bastiodon"] -}, { - "bayleef": ["bayleef"] -}, { - "beartic": ["beartic"] -}, { - "beautifly": ["beautifly", "beautifly-f"] -}, { - "beedrill": ["beedrill", "beedrill-mega"] -}, { - "beheeyem": ["beheeyem"] -}, { - "beldum": ["beldum"] -}, { - "bellibolt": ["bellibolt"] -}, { - "bellossom": ["bellossom"] -}, { - "bellsprout": ["bellsprout"] -}, { - "bergmite": ["bergmite"] -}, { - "bewear": ["bewear"] -}, { - "bibarel": ["bibarel", "bibarel-f"] -}, { - "bidoof": ["bidoof", "bidoof-f"] -}, { - "binacle": ["binacle"] -}, { - "bisharp": ["bisharp"] -}, { - "blacephalon": ["blacephalon"] -}, { - "blastoise": ["blastoise", "blastoise-mega", "blastoise-gigantamax"] -}, { - "blaziken": ["blaziken", "blaziken-mega"] -}, { - "blipbug": ["blipbug"] -}, { - "blissey": ["blissey"] -}, { - "blitzle": ["blitzle"] -}, { - "boldore": ["boldore"] -}, { - "boltund": ["boltund"] -}, { - "bonsly": ["bonsly"] -}, { - "bouffalant": ["bouffalant"] -}, { - "bounsweet": ["bounsweet"] -}, { - "braixen": ["braixen"] -}, { - "braviary": ["braviary", "braviary-hisui"] -}, { - "breloom": ["breloom"] -}, { - "brionne": ["brionne"] -}, { - "bronzong": ["bronzong"] -}, { - "bronzor": ["bronzor"] -}, { - "bruxish": ["bruxish"] -}, { - "budew": ["budew"] -}, { - "buizel": ["buizel", "buizel-f"] -}, { - "bulbasaur": ["bulbasaur"] -}, { - "buneary": ["buneary"] -}, { - "bunnelby": ["bunnelby"] -}, { - "burmy": ["burmy", "burmy-sandy", "burmy-trash"] -}, { - "butterfree": ["butterfree", "butterfree-gigantamax"] -}, { - "buzzwole": ["buzzwole"] -}, { - "cacnea": ["cacnea"] -}, { - "cacturne": ["cacturne", "cacturne-f"] -}, { - "calyrex": ["calyrex", "calyrex-ice", "calyrex-shadow"] -}, { - "camerupt": ["camerupt", "camerupt-mega"] -}, { - "capsakid": ["capsakid"] -}, { - "carbink": ["carbink"] -}, { - "carkol": ["carkol"] -}, { - "carnivine": ["carnivine"] -}, { - "carracosta": ["carracosta"] -}, { - "carvanha": ["carvanha"] -}, { - "cascoon": ["cascoon"] -}, { - "castform": ["castform", "castform-rainy", "castform-snowy", "castform-sunny"] -}, { - "caterpie": ["caterpie"] -}, { - "celebi": ["celebi"] -}, { - "celesteela": ["celesteela"] -}, { - "centiskorch": ["centiskorch", "centiskorch-gigantamax"] -}, { - "cetitan": ["cetitan"] -}, { - "cetoddle": ["cetoddle"] -}, { - "chandelure": ["chandelure"] -}, { - "chansey": ["chansey"] -}, { - "charizard": ["charizard", "charizard-gigantamax", "charizard-megax", "charizard-megay"] -}, { - "charjabug": ["charjabug"] -}, { - "charmander": ["charmander"] -}, { - "charmeleon": ["charmeleon"] -}, { - "chatot": ["chatot"] -}, { - "cherrim": ["cherrim", "cherrim-sunshine"] -}, { - "cherubi": ["cherubi"] -}, { - "chesnaught": ["chesnaught"] -}, { - "chespin": ["chespin"] -}, { - "chewtle": ["chewtle"] -}, { - "chikorita": ["chikorita"] -}, { - "chimchar": ["chimchar"] -}, { - "chimecho": ["chimecho"] -}, { - "chinchou": ["chinchou"] -}, { - "chingling": ["chingling"] -}, { - "cinccino": ["cinccino"] -}, { - "cinderace": ["cinderace", "cinderace-gigantamax"] -}, { - "clamperl": ["clamperl"] -}, { - "clauncher": ["clauncher"] -}, { - "clawitzer": ["clawitzer"] -}, { - "claydol": ["claydol"] -}, { - "clefable": ["clefable"] -}, { - "clefairy": ["clefairy"] -}, { - "cleffa": ["cleffa"] -}, { - "clobbopus": ["clobbopus"] -}, { - "cloyster": ["cloyster"] -}, { - "coalossal": ["coalossal", "coalossal-gigantamax"] -}, { - "cobalion": ["cobalion"] -}, { - "cofagrigus": ["cofagrigus"] -}, { - "combee": ["combee", "combee-f"] -}, { - "combusken": ["combusken", "combusken-f"] -}, { - "comfey": ["comfey"] -}, { - "conkeldurr": ["conkeldurr"] -}, { - "copperajah": ["copperajah", "copperajah-gigantamax"] -}, { - "corphish": ["corphish"] -}, { - "corsola": ["corsola", "corsola-galar"] -}, { - "corviknight": ["corviknight", "corviknight-gigantamax"] -}, { - "corvisquire": ["corvisquire"] -}, { - "cosmoem": ["cosmoem"] -}, { - "cosmog": ["cosmog"] -}, { - "cottonee": ["cottonee"] -}, { - "crabominable": ["crabominable"] -}, { - "crabrawler": ["crabrawler"] -}, { - "cradily": ["cradily"] -}, { - "cramorant": ["cramorant", "cramorant-gorging", "cramorant-gulping"] -}, { - "cranidos": ["cranidos"] -}, { - "crawdaunt": ["crawdaunt"] -}, { - "cresselia": ["cresselia"] -}, { - "croagunk": ["croagunk", "croagunk-f"] -}, { - "crobat": ["crobat"] -}, { - "crocalor": ["crocalor"] -}, { - "croconaw": ["croconaw"] -}, { - "crustle": ["crustle"] -}, { - "cryogonal": ["cryogonal"] -}, { - "cubchoo": ["cubchoo"] -}, { - "cubone": ["cubone"] -}, { - "cufant": ["cufant"] -}, { - "cursola": ["cursola"] -}, { - "cutiefly": ["cutiefly"] -}, { - "cyndaquil": ["cyndaquil"] -}, { - "darkrai": ["darkrai"] -}, { - "darmanitan": ["darmanitan", "darmanitan-galar-zen", "darmanitan-galar", "darmanitan-zen"] -}, { - "dartrix": ["dartrix"] -}, { - "darumaka": ["darumaka", "darumaka-galar"] -}, { - "decidueye": ["decidueye", "decidueye-hisui"] -}, { - "dedenne": ["dedenne"] -}, { - "deerling": ["deerling", "deerling-autumn", "deerling-summer", "deerling-winter"] -}, { - "deino": ["deino"] -}, { - "delcatty": ["delcatty"] -}, { - "delibird": ["delibird"] -}, { - "delphox": ["delphox"] -}, { - "deoxys": ["deoxys", "deoxys-attack", "deoxys-defense", "deoxys-speed"] -}, { - "dewgong": ["dewgong"] -}, { - "dewott": ["dewott"] -}, { - "dewpider": ["dewpider"] -}, { - "dhelmise": ["dhelmise"] -}, { - "dialga": ["dialga"] -}, { - "diancie": ["diancie", "diancie-mega"] -}, { - "diggersby": ["diggersby"] -}, { - "diglett": ["diglett", "diglett-alola"] -}, { - "ditto": ["ditto"] -}, { - "dodrio": ["dodrio", "dodrio-f"] -}, { - "doduo": ["doduo", "doduo-f"] -}, { - "dolliv": ["dolliv"] -}, { - "dondozo": ["dondozo"] -}, { - "donphan": ["donphan", "donphan-f"] -}, { - "dottler": ["dottler"] -}, { - "doublade": ["doublade"] -}, { - "dracovish": ["dracovish"] -}, { - "dracozolt": ["dracozolt"] -}, { - "dragalge": ["dragalge"] -}, { - "dragapult": ["dragapult"] -}, { - "dragonair": ["dragonair"] -}, { - "dragonite": ["dragonite"] -}, { - "drakloak": ["drakloak"] -}, { - "drampa": ["drampa"] -}, { - "drapion": ["drapion"] -}, { - "dratini": ["dratini"] -}, { - "drednaw": ["drednaw", "drednaw-gigantamax"] -}, { - "dreepy": ["dreepy"] -}, { - "drifblim": ["drifblim"] -}, { - "drifloon": ["drifloon"] -}, { - "drilbur": ["drilbur"] -}, { - "drizzile": ["drizzile"] -}, { - "drowzee": ["drowzee"] -}, { - "druddigon": ["druddigon"] -}, { - "dubwool": ["dubwool"] -}, { - "ducklett": ["ducklett"] -}, { - "dugtrio": ["dugtrio", "dugtrio-alola"] -}, { - "dudunsparce": ["dudunsparce", "dudunsparce-threesegment"] -}, { - "dunsparce": ["dunsparce"] -}, { - "duosion": ["duosion"] -}, { - "duraludon": ["duraludon", "duraludon-gigantamax"] -}, { - "durant": ["durant"] -}, { - "dusclops": ["dusclops"] -}, { - "dusknoir": ["dusknoir"] -}, { - "duskull": ["duskull"] -}, { - "dustox": ["dustox", "dustox-f"] -}, { - "dwebble": ["dwebble"] -}, { - "eelektrik": ["eelektrik"] -}, { - "eelektross": ["eelektross"] -}, { - "eevee": ["eevee", "eevee-gigantamax"] -}, { - "eiscue": ["eiscue", "eiscue-noice-face"] -}, { - "ekans": ["ekans"] -}, { - "eldegoss": ["eldegoss"] -}, { - "electabuzz": ["electabuzz"] -}, { - "electivire": ["electivire"] -}, { - "electrike": ["electrike"] -}, { - "electrode": ["electrode", "electrode-hisui"] -}, { - "elekid": ["elekid"] -}, { - "elgyem": ["elgyem"] -}, { - "emboar": ["emboar"] -}, { - "emolga": ["emolga"] -}, { - "empoleon": ["empoleon"] -}, { - "enamorus": ["enamorus", "enamorus-therian"] -}, { - "entei": ["entei"] -}, { - "escavalier": ["escavalier"] -}, { - "espathra": ["espathra"] -}, { - "espeon": ["espeon"] -}, { - "espurr": ["espurr"] -}, { - "eternatus": ["eternatus", "eternatus-eternamax"] -}, { - "excadrill": ["excadrill"] -}, { - "exeggcute": ["exeggcute"] -}, { - "exeggutor": ["exeggutor", "exeggutor-alola"] -}, { - "exploud": ["exploud"] -}, { - "falinks": ["falinks"] -}, { - "farfetchd": ["farfetchd", "farfetchd-galar"] -}, { - "farigiraf": ["farigiraf"] -}, { - "fearow": ["fearow"] -}, { - "feebas": ["feebas"] -}, { - "fennekin": ["fennekin"] -}, { - "feraligatr": ["feraligatr"] -}, { - "ferroseed": ["ferroseed"] -}, { - "ferrothorn": ["ferrothorn"] -}, { - "finizen": ["finizen"] -}, { - "finneon": ["finneon", "finneon-f"] -}, { - "flaaffy": ["flaaffy"] -}, { - "flabebe": ["flabebe", "flabebe-blue", "flabebe-orange", "flabebe-white", "flabebe-yellow"] -}, { - "flapple": ["flapple", "flapple-gigantamax"] -}, { - "flareon": ["flareon"] -}, { - "fletchinder": ["fletchinder"] -}, { - "fletchling": ["fletchling"] -}, { - "flittle": ["flittle"] -}, { - "floatzel": ["floatzel", "floatzel-f"] -}, { - "floette": ["floette", "floette-blue", "floette-eternal", "floette-orange", "floette-white", "floette-yellow"] -}, { - "floragato": ["floragato"] -}, { - "florges": ["florges", "florges-blue", "florges-orange", "florges-white", "florges-yellow"] -}, { - "flygon": ["flygon"] -}, { - "fomantis": ["fomantis"] -}, { - "foongus": ["foongus"] -}, { - "forretress": ["forretress"] -}, { - "fraxure": ["fraxure"] -}, { - "frillish": ["frillish", "frillish-f"] -}, { - "froakie": ["froakie"] -}, { - "frogadier": ["frogadier"] -}, { - "froslass": ["froslass"] -}, { - "frosmoth": ["frosmoth"] -}, { - "fuecoco": ["fuecoco"] -}, { - "furfrou": ["furfrou", "furfrou-dandy", "furfrou-debutante", "furfrou-diamond", "furfrou-heart", "furfrou-kabuki", "furfrou-lareine", "furfrou-matron", "furfrou-pharaoh", "furfrou-star"] -}, { - "furret": ["furret"] -}, { - "gabite": ["gabite", "gabite-f"] -}, { - "gallade": ["gallade", "gallade-mega"] -}, { - "galvantula": ["galvantula"] -}, { - "garbodor": ["garbodor", "garbodor-gigantamax"] -}, { - "garchomp": ["garchomp", "garchomp-mega"] -}, { - "gardevoir": ["gardevoir", "gardevoir-mega"] -}, { - "gastly": ["gastly"] -}, { - "gastrodon": ["gastrodon", "gastrodon-east"] -}, { - "genesect": ["genesect", "genesect-electric", "genesect-fire", "genesect-ice", "genesect-water"] -}, { - "gengar": ["gengar", "gengar-gigantamax", "gengar-mega"] -}, { - "geodude": ["geodude", "geodude-alola"] -}, { - "gible": ["gible", "gible-f"] -}, { - "gigalith": ["gigalith"] -}, { - "girafarig": ["girafarig", "girafarig-f"] -}, { - "giratina": ["giratina", "giratina-origin"] -}, { - "glaceon": ["glaceon"] -}, { - "glalie": ["glalie", "glalie-mega"] -}, { - "glameow": ["glameow", "glameow-g6"] -}, { - "glastrier": ["glastrier"] -}, { - "gligar": ["gligar", "gligar-f"] -}, { - "gliscor": ["gliscor"] -}, { - "gloom": ["gloom", "gloom-f"] -}, { - "gogoat": ["gogoat"] -}, { - "golbat": ["golbat", "golbat-f"] -}, { - "goldeen": ["goldeen", "goldeen-f"] -}, { - "golduck": ["golduck"] -}, { - "golem": ["golem", "golem-alola"] -}, { - "golett": ["golett"] -}, { - "golisopod": ["golisopod"] -}, { - "golurk": ["golurk"] -}, { - "goodra": ["goodra", "goodra-hisui"] -}, { - "goomy": ["goomy"] -}, { - "gorebyss": ["gorebyss"] -}, { - "gossifleur": ["gossifleur"] -}, { - "gothita": ["gothita"] -}, { - "gothitelle": ["gothitelle"] -}, { - "gothorita": ["gothorita"] -}, { - "gourgeist": ["gourgeist", "gourgeist-large", "gourgeist-small", "gourgeist-super"] -}, { - "granbull": ["granbull"] -}, { - "grapploct": ["grapploct"] -}, { - "graveler": ["graveler", "graveler-alola"] -}, { - "greavard": ["greavard"] -}, { - "greedent": ["greedent"] -}, { - "greninja": ["greninja", "greninja-active"] -}, { - "grimer": ["grimer", "grimer-alola"] -}, { - "grimmsnarl": ["grimmsnarl", "grimmsnarl-gigantamax"] -}, { - "grookey": ["grookey"] -}, { - "grotle": ["grotle"] -}, { - "groudon": ["groudon", "groudon-primal"] -}, { - "grovyle": ["grovyle"] -}, { - "growlithe": ["growlithe", "growlithe-hisui"] -}, { - "grubbin": ["grubbin"] -}, { - "grumpig": ["grumpig"] -}, { - "gulpin": ["gulpin", "gulpin-f"] -}, { - "gumshoos": ["gumshoos"] -}, { - "gurdurr": ["gurdurr"] -}, { - "guzzlord": ["guzzlord"] -}, { - "gyarados": ["gyarados", "gyarados-mega"] -}, { - "hakamo-o": ["hakamo-o"] -}, { - "happiny": ["happiny"] -}, { - "hariyama": ["hariyama"] -}, { - "hatenna": ["hatenna"] -}, { - "hatterene": ["hatterene", "hatterene-gigantamax"] -}, { - "hattrem": ["hattrem"] -}, { - "haunter": ["haunter"] -}, { - "hawlucha": ["hawlucha"] -}, { - "haxorus": ["haxorus"] -}, { - "heatmor": ["heatmor"] -}, { - "heatran": ["heatran"] -}, { - "heliolisk": ["heliolisk"] -}, { - "helioptile": ["helioptile"] -}, { - "heracross": ["heracross", "heracross-mega"] -}, { - "herdier": ["herdier"] -}, { - "hippopotas": ["hippopotas", "hippopotas-f"] -}, { - "hippowdon": ["hippowdon", "hippowdon-f"] -}, { - "hitmonchan": ["hitmonchan"] -}, { - "hitmonlee": ["hitmonlee"] -}, { - "hitmontop": ["hitmontop"] -}, { - "ho-oh": ["ho-oh"] -}, { - "honchkrow": ["honchkrow"] -}, { - "honedge": ["honedge"] -}, { - "hoopa": ["hoopa", "hoopa-unbound"] -}, { - "hoothoot": ["hoothoot"] -}, { - "hoppip": ["hoppip"] -}, { - "horsea": ["horsea"] -}, { - "houndoom": ["houndoom", "houndoom-mega"] -}, { - "houndour": ["houndour"] -}, { - "houndstone": ["houndstone"] -}, { - "huntail": ["huntail"] -}, { - "hydreigon": ["hydreigon"] -}, { - "hypno": ["hypno", "hypno-f"] -}, { - "igglybuff": ["igglybuff"] -}, { - "illumise": ["illumise"] -}, { - "impidimp": ["impidimp"] -}, { - "incineroar": ["incineroar"] -}, { - "indeedee": ["indeedee", "indeedee-f"] -}, { - "infernape": ["infernape"] -}, { - "inkay": ["inkay"] -}, { - "inteleon": ["inteleon", "inteleon-gigantamax"] -}, { - "ivysaur": ["ivysaur"] -}, { - "jangmo-o": ["jangmo-o"] -}, { - "jellicent": ["jellicent", "jellicent-f"] -}, { - "jigglypuff": ["jigglypuff"] -}, { - "jirachi": ["jirachi"] -}, { - "jolteon": ["jolteon"] -}, { - "joltik": ["joltik"] -}, { - "jumpluff": ["jumpluff"] -}, { - "jynx": ["jynx"] -}, { - "kabuto": ["kabuto"] -}, { - "kabutops": ["kabutops"] -}, { - "kadabra": ["kadabra", "kadabra-f"] -}, { - "kakuna": ["kakuna"] -}, { - "kangaskhan": ["kangaskhan", "kangaskhan-mega"] -}, { - "karrablast": ["karrablast"] -}, { - "kartana": ["kartana"] -}, { - "kecleon": ["kecleon"] -}, { - "keldeo": ["keldeo", "keldeo-resolute"] -}, { - "kingdra": ["kingdra"] -}, { - "kingler": ["kingler", "kingler-gigantamax"] -}, { - "kirlia": ["kirlia"] -}, { - "klang": ["klang"] -}, { - "kleavor": ["kleavor"] -}, { - "klefki": ["klefki"] -}, { - "klink": ["klink"] -}, { - "klinklang": ["klinklang"] -}, { - "koffing": ["koffing"] -}, { - "komala": ["komala"] -}, { - "kommo-o": ["kommo-o"] -}, { - "krabby": ["krabby"] -}, { - "kricketot": ["kricketot", "kricketot-f"] -}, { - "kricketune": ["kricketune", "kricketune-f"] -}, { - "krokorok": ["krokorok"] -}, { - "krookodile": ["krookodile"] -}, { - "kubfu": ["kubfu"] -}, { - "kyogre": ["kyogre", "kyogre-primal"] -}, { - "kyurem": ["kyurem", "kyurem-black-overdrive", "kyurem-black", "kyurem-white-overdrive", "kyurem-white"] -}, { - "lairon": ["lairon"] -}, { - "lampent": ["lampent"] -}, { - "landorus": ["landorus", "landorus-therian"] -}, { - "lanturn": ["lanturn"] -}, { - "lapras": ["lapras", "lapras-gigantamax"] -}, { - "larvesta": ["larvesta"] -}, { - "larvitar": ["larvitar"] -}, { - "latias": ["latias", "latias-mega"] -}, { - "latios": ["latios", "latios-mega"] -}, { - "leafeon": ["leafeon"] -}, { - "leavanny": ["leavanny"] -}, { - "lechonk": ["lechonk"] -}, { - "ledian": ["ledian", "ledian-f"] -}, { - "ledyba": ["ledyba", "ledyba-f"] -}, { - "lickilicky": ["lickilicky"] -}, { - "lickitung": ["lickitung"] -}, { - "liepard": ["liepard"] -}, { - "lileep": ["lileep"] -}, { - "lilligant": ["lilligant", "lilligant-hisui"] -}, { - "lillipup": ["lillipup"] -}, { - "linoone": ["linoone", "linoone-galar"] -}, { - "litleo": ["litleo"] -}, { - "litten": ["litten"] -}, { - "litwick": ["litwick"] -}, { - "lokix": ["lokix"] -}, { - "lombre": ["lombre"] -}, { - "lopunny": ["lopunny", "lopunny-mega"] -}, { - "lotad": ["lotad"] -}, { - "loudred": ["loudred"] -}, { - "lucario": ["lucario", "lucario-mega"] -}, { - "ludicolo": ["ludicolo", "ludicolo-f"] -}, { - "lugia": ["lugia"] -}, { - "lumineon": ["lumineon", "lumineon-f"] -}, { - "lunala": ["lunala"] -}, { - "lunatone": ["lunatone"] -}, { - "lurantis": ["lurantis"] -}, { - "luvdisc": ["luvdisc"] -}, { - "luxio": ["luxio", "luxio-f"] -}, { - "luxray": ["luxray", "luxray-f"] -}, { - "lycanroc": ["lycanroc", "lycanroc-dusk", "lycanroc-midnight"] -}, { - "machamp": ["machamp", "machamp-gigantamax"] -}, { - "machoke": ["machoke"] -}, { - "machop": ["machop"] -}, { - "magby": ["magby"] -}, { - "magcargo": ["magcargo"] -}, { - "magearna": ["magearna", "magearna-original"] -}, { - "magikarp": ["magikarp", "magikarp-f"] -}, { - "magmar": ["magmar"] -}, { - "magmortar": ["magmortar"] -}, { - "magnemite": ["magnemite"] -}, { - "magneton": ["magneton"] -}, { - "magnezone": ["magnezone"] -}, { - "makuhita": ["makuhita"] -}, { - "malamar": ["malamar"] -}, { - "mamoswine": ["mamoswine", "mamoswine-f"] -}, { - "manaphy": ["manaphy"] -}, { - "mandibuzz": ["mandibuzz"] -}, { - "manectric": ["manectric", "manectric-mega"] -}, { - "mankey": ["mankey"] -}, { - "mantine": ["mantine"] -}, { - "mantyke": ["mantyke"] -}, { - "maractus": ["maractus"] -}, { - "mareanie": ["mareanie"] -}, { - "mareep": ["mareep"] -}, { - "marill": ["marill"] -}, { - "marowak": ["marowak", "marowak-alola"] -}, { - "marshadow": ["marshadow"] -}, { - "marshtomp": ["marshtomp"] -}, { - "masquerain": ["masquerain"] -}, { - "maushold": ["maushold", "maushold-four"] -}, { - "mawile": ["mawile", "mawile-mega"] -}, { - "medicham": ["medicham", "medicham-mega"] -}, { - "meditite": ["meditite", "meditite-f"] -}, { - "meltan": ["meltan"] -}, { - "meganium": ["meganium", "meganium-f"] -}, { - "melmetal": ["melmetal", "melmetal-gigantamax"] -}, { - "meloetta": ["meloetta", "meloetta-pirouette"] -}, { - "meowscarada": ["meowscarada"] -}, { - "meowstic": ["meowstic", "meowstic-f"] -}, { - "meowth": ["meowth", "meowth-alola", "meowth-galar", "meowth-gigantamax"] -}, { - "mesprit": ["mesprit"] -}, { - "metagross": ["metagross", "metagross-mega"] -}, { - "metang": ["metang"] -}, { - "metapod": ["metapod"] -}, { - "mew": ["mew"] -}, { - "mewtwo": ["mewtwo", "mewtwo-megax", "mewtwo-megay"] -}, { - "mienfoo": ["mienfoo"] -}, { - "mienshao": ["mienshao"] -}, { - "mightyena": ["mightyena"] -}, { - "milcery": ["milcery"] -}, { - "milotic": ["milotic", "milotic-f"] -}, { - "miltank": ["miltank"] -}, { - "mime_jr": ["mime_jr"] -}, { - "mimikyu": ["mimikyu", "mimikyu-busted"] -}, { - "minccino": ["minccino"] -}, { - "minior": ["minior", "minior-blue", "minior-green", "minior-indigo", "minior-orange", "minior-red", "minior-violet", "minior-yellow"] -}, { - "minun": ["minun"] -}, { - "misdreavus": ["misdreavus"] -}, { - "mismagius": ["mismagius"] -}, { - "moltres": ["moltres", "moltres-galar"] -}, { - "monferno": ["monferno"] -}, { - "morelull": ["morelull"] -}, { - "morgrem": ["morgrem"] -}, { - "morpeko": ["morpeko", "morpeko-hangry-mode"] -}, { - "mothim": ["mothim"] -}, { - "mr-mime": ["mr-mime", "mr-mime-galar"] -}, { - "mr-rime": ["mr-rime"] -}, { - "mudbray": ["mudbray"] -}, { - "mudkip": ["mudkip"] -}, { - "mudsdale": ["mudsdale"] -}, { - "muk": ["muk", "muk-alola"] -}, { - "munchlax": ["munchlax"] -}, { - "munna": ["munna"] -}, { - "murkrow": ["murkrow", "murkrow-f"] -}, { - "musharna": ["musharna"] -}, { - "naganadel": ["naganadel"] -}, { - "natu": ["natu"] -}, { - "necrozma": ["necrozma", "necrozma-dawn-wings", "necrozma-dusk-mane", "necrozma-ultra"] -}, { - "nickit": ["nickit"] -}, { - "nidoking": ["nidoking"] -}, { - "nidoqueen": ["nidoqueen"] -}, { - "nidoran_f": ["nidoran_f"] -}, { - "nidoran_m": ["nidoran_m"] -}, { - "nidorina": ["nidorina"] -}, { - "nidorino": ["nidorino"] -}, { - "nihilego": ["nihilego"] -}, { - "nincada": ["nincada"] -}, { - "ninetales": ["ninetales", "ninetales-alola"] -}, { - "ninjask": ["ninjask"] -}, { - "noctowl": ["noctowl"] -}, { - "noibat": ["noibat"] -}, { - "noivern": ["noivern"] -}, { - "nosepass": ["nosepass"] -}, { - "numel": ["numel", "numel-f"] -}, { - "nuzleaf": ["nuzleaf", "nuzleaf-f"] -}, { - "nymble": ["nymble"] -}, { - "obstagoon": ["obstagoon"] -}, { - "octillery": ["octillery", "octillery-f"] -}, { - "oddish": ["oddish"] -}, { - "oinkologne": ["oinkologne", "oinkologne-f"] -}, { - "omanyte": ["omanyte"] -}, { - "omastar": ["omastar"] -}, { - "onix": ["onix"] -}, { - "oranguru": ["oranguru"] -}, { - "orbeetle": ["orbeetle", "orbeetle-gigantamax"] -}, { - "oricorio": ["oricorio", "oricorio-pau", "oricorio-pompom", "oricorio-sensu"] -}, { - "orthworm": ["orthworm"] -}, { - "oshawott": ["oshawott"] -}, { - "overqwil": ["overqwil"] -}, { - "pachirisu": ["pachirisu", "pachirisu-f"] -}, { - "palafin": ["palafin", "palafin-hero"] -}, { - "palkia": ["palkia"] -}, { - "palossand": ["palossand"] -}, { - "palpitoad": ["palpitoad"] -}, { - "pancham": ["pancham"] -}, { - "pangoro": ["pangoro"] -}, { - "panpour": ["panpour"] -}, { - "pansage": ["pansage"] -}, { - "pansear": ["pansear"] -}, { - "paras": ["paras"] -}, { - "parasect": ["parasect"] -}, { - "passimian": ["passimian"] -}, { - "patrat": ["patrat"] -}, { - "pawniard": ["pawniard"] -}, { - "pelipper": ["pelipper"] -}, { - "perrserker": ["perrserker"] -}, { - "persian": ["persian", "persian-alola"] -}, { - "petilil": ["petilil"] -}, { - "phanpy": ["phanpy"] -}, { - "phantump": ["phantump"] -}, { - "pheromosa": ["pheromosa"] -}, { - "phione": ["phione"] -}, { - "pichu": ["pichu"] -}, { - "pidgeot": ["pidgeot", "pidgeot-mega"] -}, { - "pidgeotto": ["pidgeotto"] -}, { - "pidgey": ["pidgey"] -}, { - "pidove": ["pidove"] -}, { - "pignite": ["pignite"] -}, { - "pikachu": ["pikachu", "pikachu-belle", "pikachu-cosplay", "pikachu-gigantamax", "pikachu-libre", "pikachu-phd", "pikachu-popstar", "pikachu-rockstar"] -}, { - "pikipek": ["pikipek"] -}, { - "piloswine": ["piloswine", "piloswine-f"] -}, { - "pincurchin": ["pincurchin"] -}, { - "pineco": ["pineco"] -}, { - "pinsir": ["pinsir", "pinsir-mega"] -}, { - "piplup": ["piplup"] -}, { - "plusle": ["plusle"] -}, { - "poipole": ["poipole"] -}, { - "politoed": ["politoed", "politoed-f"] -}, { - "poliwag": ["poliwag"] -}, { - "poliwhirl": ["poliwhirl"] -}, { - "poliwrath": ["poliwrath"] -}, { - "polteageist": ["polteageist"] -}, { - "ponyta": ["ponyta", "ponyta-galar"] -}, { - "poochyena": ["poochyena"] -}, { - "popplio": ["popplio"] -}, { - "porygon": ["porygon"] -}, { - "porygon-z": ["porygon-z"] -}, { - "porygon2": ["porygon2"] -}, { - "primarina": ["primarina"] -}, { - "primeape": ["primeape"] -}, { - "prinplup": ["prinplup"] -}, { - "probopass": ["probopass"] -}, { - "psyduck": ["psyduck"] -}, { - "pumpkaboo": ["pumpkaboo", "pumpkaboo-large", "pumpkaboo-small", "pumpkaboo-super"] -}, { - "pupitar": ["pupitar"] -}, { - "purrloin": ["purrloin"] -}, { - "purugly": ["purugly"] -}, { - "pyroar": ["pyroar", "pyroar-f"] -}, { - "pyukumuku": ["pyukumuku"] -}, { - "quagsire": ["quagsire", "quagsire-f"] -}, { - "quaquaval": ["quaquaval"] -}, { - "quaxly": ["quaxly"] -}, { - "quaxwell": ["quaxwell"] -}, { - "quilava": ["quilava"] -}, { - "quilladin": ["quilladin"] -}, { - "qwilfish": ["qwilfish"] -}, { - "raboot": ["raboot"] -}, { - "rabsca": ["rabsca"] -}, { - "raichu": ["raichu", "raichu-alola"] -}, { - "raikou": ["raikou"] -}, { - "ralts": ["ralts"] -}, { - "rampardos": ["rampardos"] -}, { - "rapidash": ["rapidash", "rapidash-galar"] -}, { - "raticate": ["raticate", "raticate-alola"] -}, { - "rattata": ["rattata", "rattata-alola"] -}, { - "rayquaza": ["rayquaza", "rayquaza-mega"] -}, { - "regice": ["regice"] -}, { - "regidrago": ["regidrago"] -}, { - "regieleki": ["regieleki"] -}, { - "regigigas": ["regigigas"] -}, { - "regirock": ["regirock"] -}, { - "registeel": ["registeel"] -}, { - "relicanth": ["relicanth", "relicanth-f"] -}, { - "rellor": ["rellor"] -}, { - "remoraid": ["remoraid"] -}, { - "reshiram": ["reshiram"] -}, { - "reuniclus": ["reuniclus"] -}, { - "revavroom": ["revavroom"] -}, { - "rhydon": ["rhydon", "rhydon-f"] -}, { - "rhyhorn": ["rhyhorn", "rhyhorn-f"] -}, { - "rhyperior": ["rhyperior", "rhyperior-f"] -}, { - "ribombee": ["ribombee"] -}, { - "rillaboom": ["rillaboom", "rillaboom-gigantamax"] -}, { - "riolu": ["riolu"] -}, { - "rockruff": ["rockruff"] -}, { - "roggenrola": ["roggenrola"] -}, { - "rolycoly": ["rolycoly"] -}, { - "rookidee": ["rookidee"] -}, { - "roselia": ["roselia", "roselia-f"] -}, { - "roserade": ["roserade", "roserade-f"] -}, { - "rotom": ["rotom", "rotom-fan", "rotom-frost", "rotom-heat", "rotom-mow", "rotom-wash"] -}, { - "rowlet": ["rowlet"] -}, { - "rufflet": ["rufflet"] -}, { - "runerigus": ["runerigus"] -}, { - "sableye": ["sableye", "sableye-mega"] -}, { - "salamence": ["salamence", "salamence-mega"] -}, { - "salandit": ["salandit"] -}, { - "salazzle": ["salazzle"] -}, { - "samurott": ["samurott", "samurott-hisui"] -}, { - "sandaconda": ["sandaconda", "sandaconda-gigantamax"] -}, { - "sandile": ["sandile"] -}, { - "sandshrew": ["sandshrew", "sandshrew-alola"] -}, { - "sandslash": ["sandslash", "sandslash-alola"] -}, { - "sandygast": ["sandygast"] -}, { - "sawk": ["sawk"] -}, { - "sawsbuck": ["sawsbuck", "sawsbuck-autumn", "sawsbuck-summer", "sawsbuck-winter"] -}, { - "scatterbug": ["scatterbug"] -}, { - "sceptile": ["sceptile", "sceptile-mega"] -}, { - "scizor": ["scizor", "scizor-mega"] -}, { - "scolipede": ["scolipede"] -}, { - "scorbunny": ["scorbunny"] -}, { - "scovillain": ["scovillain"] -}, { - "scrafty": ["scrafty"] -}, { - "scraggy": ["scraggy"] -}, { - "scyther": ["scyther", "scyther-f"] -}, { - "seadra": ["seadra"] -}, { - "seaking": ["seaking", "seaking-f"] -}, { - "sealeo": ["sealeo"] -}, { - "seedot": ["seedot"] -}, { - "seel": ["seel"] -}, { - "seismitoad": ["seismitoad"] -}, { - "sentret": ["sentret"] -}, { - "serperior": ["serperior"] -}, { - "servine": ["servine"] -}, { - "seviper": ["seviper"] -}, { - "sewaddle": ["sewaddle"] -}, { - "sharpedo": ["sharpedo", "sharpedo-mega"] -}, { - "shaymin": ["shaymin", "shaymin-sky"] -}, { - "shedinja": ["shedinja"] -}, { - "shelgon": ["shelgon"] -}, { - "shellder": ["shellder"] -}, { - "shellos": ["shellos", "shellos-east"] -}, { - "shelmet": ["shelmet"] -}, { - "shieldon": ["shieldon"] -}, { - "shiftry": ["shiftry", "shiftry-f"] -}, { - "shiinotic": ["shiinotic"] -}, { - "shinx": ["shinx", "shinx-f"] -}, { - "shroomish": ["shroomish"] -}, { - "shuckle": ["shuckle"] -}, { - "shuppet": ["shuppet"] -}, { - "sigilyph": ["sigilyph"] -}, { - "silcoon": ["silcoon"] -}, { - "silicobra": ["silicobra"] -}, { - "silvally": ["silvally", "silvally-bug", "silvally-dark", "silvally-dragon", "silvally-electric", "silvally-fairy", "silvally-fighting", "silvally-fire", "silvally-flying", "silvally-ghost", "silvally-grass", "silvally-ground", "silvally-ice", "silvally-poison", "silvally-psychic", "silvally-rock", "silvally-steel", "silvally-water"] -}, { - "simipour": ["simipour"] -}, { - "simisage": ["simisage"] -}, { - "simisear": ["simisear"] -}, { - "sinistea": ["sinistea"] -}, { - "sirfetchd": ["sirfetchd"] -}, { - "sizzlipede": ["sizzlipede"] -}, { - "skarmory": ["skarmory"] -}, { - "skiddo": ["skiddo"] -}, { - "skiploom": ["skiploom"] -}, { - "skitty": ["skitty"] -}, { - "skeledirge": ["skeledirge"] -}, { - "skorupi": ["skorupi"] -}, { - "skrelp": ["skrelp"] -}, { - "skuntank": ["skuntank"] -}, { - "skwovet": ["skwovet"] -}, { - "slaking": ["slaking"] -}, { - "slakoth": ["slakoth"] -}, { - "sliggoo": ["sliggoo", "sliggoo-hisui"] -}, { - "slowbro": ["slowbro", "slowbro-galar", "slowbro-mega"] -}, { - "slowking": ["slowking", "slowking-galar"] -}, { - "slowpoke": ["slowpoke", "slowpoke-galar"] -}, { - "slugma": ["slugma"] -}, { - "slurpuff": ["slurpuff"] -}, { - "smeargle": ["smeargle"] -}, { - "smoliv": ["smoliv"] -}, { - "smoochum": ["smoochum"] -}, { - "sneasel": ["sneasel", "sneasel-f", "sneasel-hisui", "sneasel-hisui-f"] -}, { - "sneasler": ["sneasler"] -}, { - "snivy": ["snivy"] -}, { - "snom": ["snom"] -}, { - "snorlax": ["snorlax", "snorlax-gigantamax"] -}, { - "snorunt": ["snorunt"] -}, { - "snover": ["snover", "snover-f"] -}, { - "snubbull": ["snubbull"] -}, { - "sobble": ["sobble"] -}, { - "solgaleo": ["solgaleo"] -}, { - "solosis": ["solosis"] -}, { - "solrock": ["solrock"] -}, { - "spearow": ["spearow"] -}, { - "spewpa": ["spewpa"] -}, { - "spheal": ["spheal"] -}, { - "spectrier": ["spectrier"] -}, { - "spidops": ["spidops"] -}, { - "spinarak": ["spinarak"] -}, { - "spinda": ["spinda"] -}, { - "spiritomb": ["spiritomb"] -}, { - "spoink": ["spoink"] -}, { - "sprigatito": ["sprigatito"] -}, { - "spritzee": ["spritzee"] -}, { - "squirtle": ["squirtle"] -}, { - "stakataka": ["stakataka"] -}, { - "stantler": ["stantler"] -}, { - "staraptor": ["staraptor", "staraptor-f"] -}, { - "staravia": ["staravia", "staravia-f"] -}, { - "starly": ["starly", "starly-f"] -}, { - "starmie": ["starmie"] -}, { - "staryu": ["staryu"] -}, { - "steelix": ["steelix", "steelix-mega"] -}, { - "steenee": ["steenee"] -}, { - "stonjourner": ["stonjourner"] -}, { - "stoutland": ["stoutland"] -}, { - "stufful": ["stufful"] -}, { - "stunfisk": ["stunfisk", "stunfisk-galar"] -}, { - "stunky": ["stunky"] -}, { - "sudowoodo": ["sudowoodo", "sudowoodo-f"] -}, { - "suicune": ["suicune"] -}, { - "sunflora": ["sunflora"] -}, { - "sunkern": ["sunkern"] -}, { - "surskit": ["surskit"] -}, { - "swablu": ["swablu"] -}, { - "swadloon": ["swadloon"] -}, { - "swalot": ["swalot", "swalot-f"] -}, { - "swampert": ["swampert", "swampert-mega"] -}, { - "swanna": ["swanna"] -}, { - "swellow": ["swellow"] -}, { - "swinub": ["swinub"] -}, { - "swirlix": ["swirlix"] -}, { - "swoobat": ["swoobat"] -}, { - "sylveon": ["sylveon"] -}, { - "tadbulb": ["tadbulb"] -}, { - "taillow": ["taillow"] -}, { - "talonflame": ["talonflame"] -}, { - "tandemaus": ["tandemaus"] -}, { - "tangela": ["tangela"] -}, { - "tangrowth": ["tangrowth", "tangrowth-f"] -}, { - "tapubulu": ["tapubulu"] -}, { - "tapufini": ["tapufini"] -}, { - "tapukoko": ["tapukoko"] -}, { - "tapulele": ["tapulele"] -}, { - "tarountula": ["tarountula"] -}, { - "tauros": ["tauros"] -}, { - "teddiursa": ["teddiursa"] -}, { - "tentacool": ["tentacool"] -}, { - "tentacruel": ["tentacruel"] -}, { - "tepig": ["tepig"] -}, { - "terrakion": ["terrakion"] -}, { - "thievul": ["thievul"] -}, { - "throh": ["throh"] -}, { - "thundurus": ["thundurus", "thundurus-therian"] -}, { - "thwackey": ["thwackey"] -}, { - "timburr": ["timburr"] -}, { - "tirtouga": ["tirtouga"] -}, { - "togedemaru": ["togedemaru"] -}, { - "togekiss": ["togekiss"] -}, { - "togepi": ["togepi"] -}, { - "togetic": ["togetic"] -}, { - "torchic": ["torchic", "torchic-f"] -}, { - "torkoal": ["torkoal"] -}, { - "tornadus": ["tornadus", "tornadus-therian"] -}, { - "torracat": ["torracat"] -}, { - "torterra": ["torterra"] -}, { - "totodile": ["totodile"] -}, { - "toucannon": ["toucannon"] -}, { - "toxapex": ["toxapex"] -}, { - "toxel": ["toxel"] -}, { - "toxicroak": ["toxicroak", "toxicroak-f"] -}, { - "toxtricity": ["toxtricity", "toxtricity-gigantamax", "toxtricity-low-key"] -}, { - "tranquill": ["tranquill"] -}, { - "trapinch": ["trapinch"] -}, { - "treecko": ["treecko"] -}, { - "trevenant": ["trevenant"] -}, { - "tropius": ["tropius"] -}, { - "trubbish": ["trubbish"] -}, { - "trumbeak": ["trumbeak"] -}, { - "tsareena": ["tsareena"] -}, { - "turtonator": ["turtonator"] -}, { - "turtwig": ["turtwig"] -}, { - "tympole": ["tympole"] -}, { - "tynamo": ["tynamo"] -}, { - "typenull": ["typenull"] -}, { - "typhlosion": ["typhlosion", "typhlosion-hisui"] -}, { - "tyranitar": ["tyranitar", "tyranitar-mega"] -}, { - "tyrantrum": ["tyrantrum"] -}, { - "tyrogue": ["tyrogue"] -}, { - "tyrunt": ["tyrunt"] -}, { - "umbreon": ["umbreon"] -}, { - "unfezant": ["unfezant", "unfezant-f"] -}, { - "unown": ["unown", "unown-bravo", "unown-charlie", "unown-delta", "unown-echo", "unown-exclamation", "unown-foxtrot", "unown-golf", "unown-hotel", "unown-india", "unown-interrogation", "unown-juliet", "unown-kilo", "unown-lima", "unown-mike", "unown-november", "unown-oscar", "unown-papa", "unown-quebec", "unown-romeo", "unown-sierra", "unown-tango", "unown-uniform", "unown-victor", "unown-whiskey", "unown-xray", "unown-yankee", "unown-zulu"] -}, { - "ursaluna": ["ursaluna", "ursaluna-bloodmoon"] -}, { - "ursaring": ["ursaring", "ursaring-f"] -}, { - "urshifu": ["urshifu", "urshifu-gigantamax", "urshifu-rapid-strike-gigantamax", "urshifu-rapid-strike"] -}, { - "uxie": ["uxie"] -}, { - "vanillish": ["vanillish"] -}, { - "vanillite": ["vanillite"] -}, { - "vanilluxe": ["vanilluxe"] -}, { - "vaporeon": ["vaporeon"] -}, { - "varoom": ["varoom"] -}, { - "veluza": ["veluza"] -}, { - "venipede": ["venipede"] -}, { - "venomoth": ["venomoth"] -}, { - "venonat": ["venonat"] -}, { - "venusaur": ["venusaur", "venusaur-gigantamax", "venusaur-mega"] -}, { - "vespiquen": ["vespiquen"] -}, { - "vibrava": ["vibrava"] -}, { - "victini": ["victini"] -}, { - "victreebel": ["victreebel"] -}, { - "vigoroth": ["vigoroth"] -}, { - "vikavolt": ["vikavolt"] -}, { - "vileplume": ["vileplume", "vileplume-f"] -}, { - "virizion": ["virizion"] -}, { - "vivillon": ["vivillon", "vivillon-archipelago", "vivillon-continental", "vivillon-elegant", "vivillon-fancy", "vivillon-garden", "vivillon-highplains", "vivillon-jungle", "vivillon-marine", "vivillon-meadow", "vivillon-modern", "vivillon-monsoon", "vivillon-ocean", "vivillon-pokeball", "vivillon-polar", "vivillon-river", "vivillon-sandstorm", "vivillon-savannah", "vivillon-sun", "vivillon-tundra"] -}, { - "volbeat": ["volbeat"] -}, { - "volcanion": ["volcanion"] -}, { - "volcarona": ["volcarona"] -}, { - "voltorb": ["voltorb", "voltorb-hisui"] -}, { - "vullaby": ["vullaby"] -}, { - "vulpix": ["vulpix", "vulpix-alola"] -}, { - "wailmer": ["wailmer"] -}, { - "wailord": ["wailord"] -}, { - "walrein": ["walrein"] -}, { - "wartortle": ["wartortle"] -}, { - "watchog": ["watchog"] -}, { - "weavile": ["weavile", "weavile-f"] -}, { - "weedle": ["weedle"] -}, { - "weepinbell": ["weepinbell"] -}, { - "weezing": ["weezing", "weezing-galar"] -}, { - "whimsicott": ["whimsicott"] -}, { - "whirlipede": ["whirlipede"] -}, { - "whiscash": ["whiscash"] -}, { - "whismur": ["whismur"] -}, { - "wigglytuff": ["wigglytuff"] -}, { - "wiglett": ["wiglett"] -}, { - "wimpod": ["wimpod"] -}, { - "wingull": ["wingull"] -}, { - "wishiwashi": ["wishiwashi", "wishiwashi-school"] -}, { - "wobbuffet": ["wobbuffet", "wobbuffet-f"] -}, { - "woobat": ["woobat"] -}, { - "wooloo": ["wooloo"] -}, { - "wooper": ["wooper", "wooper-f"] -}, { - "wormadam": ["wormadam", "wormadam-sandy", "wormadam-trash"] -}, { - "wugtrio": ["wugtrio"] -}, { - "wurmple": ["wurmple"] -}, { - "wynaut": ["wynaut"] -}, { - "wyrdeer": ["wyrdeer"] -}, { - "xatu": ["xatu", "xatu-f"] -}, { - "xerneas": ["xerneas", "xerneas-active"] -}, { - "xurkitree": ["xurkitree"] -}, { - "yamask": ["yamask", "yamask-galar"] -}, { - "yamper": ["yamper"] -}, { - "yanma": ["yanma"] -}, { - "yanmega": ["yanmega"] -}, { - "yungoos": ["yungoos"] -}, { - "yveltal": ["yveltal"] -}, { - "zacian": ["zacian", "zacian-crowned-sword"] -}, { - "zamazenta": ["zamazenta", "zamazenta-crowned-shield"] -}, { - "zangoose": ["zangoose"] -}, { - "zapdos": ["zapdos", "zapdos-galar"] -}, { - "zarude": ["zarude", "zarude-dada"] -}, { - "zebstrika": ["zebstrika"] -}, { - "zekrom": ["zekrom"] -}, { - "zeraora": ["zeraora", "zeraora-stand"] -}, { - "zigzagoon": ["zigzagoon", "zigzagoon-galar"] -}, { - "zoroark": ["zoroark", "zoroark-hisui"] -}, { - "zorua": ["zorua", "zorua-hisui"] -}, { - "zubat": ["zubat", "zubat-f"] -}, { - "zweilous": ["zweilous"] -}, { - "zygarde": ["zygarde", "zygarde-10", "zygarde-complete"] -}] - -fakemon = [{ - "astrolotl": ["astrolotl"] -}, { - "aurumoth": ["aurumoth"] -}, { - "colossoil": ["colossoil", "colossoil-f"] -}, { - "crucibelle": ["crucibelle", "crucibelle-mega"] -}, { - "equilibra": ["equilibra"] -}, { - "fidgit": ["fidgit"] -}, { - "jumbao": ["jumbao"] -}, { - "justyke": ["justyke"] -}, { - "kerfluffle": ["kerfluffle", "kerfluffle-f"] -}, { - "kitsunoh": ["kitsunoh", "kitsunoh-f"] -}, { - "krilowatt": ["krilowatt"] -}, { - "malaconda": ["malaconda"] -}, { - "miasmaw": ["miasmaw"] -}, { - "mollux": ["mollux"] -}, { - "mumbao": ["mumbao"] -}, { - "necturna": ["necturna"] -}, { - "pajantom": ["pajantom"] -}, { - "plasmanta": ["plasmanta"] -}, { - "pluffle": ["pluffle"] -}, { - "protowatt": ["protowatt", "protowatt-f"] -}, { - "pyroak": ["pyroak"] -}, { - "scratchet": ["scratchet"] -}, { - "smogecko": ["smogecko"] -}, { - "smoguana": ["smoguana"] -}, { - "smokomodo": ["smokomodo"] -}, { - "stratagem": ["stratagem"] -}, { - "tomohawk": ["tomohawk"] -}, { - "volkraken": ["volkraken"] -}, { - "voodoom": ["voodoom", "voodoom-f"] -}] - -floating_pokemon = [ - "abra", - "aegislash", - "aegislash-blade", - "aerodactyl", - "aerodactyl-mega", - "alakazam-mega", - "altaria", - "altaria-mega", - "arceus", - "arceus-bug", - "arceus-dark", - "arceus-dragon", - "arceus-electric", - "arceus-fairy", - "arceus-fighting", - "arceus-fire", - "arceus-flying", - "arceus-ghost", - "arceus-grass", - "arceus-ground", - "arceus-ice", - "arceus-poison", - "arceus-psychic", - "arceus-rock", - "arceus-steel", - "arceus-water", - "archeops", - "articuno", - "articuno-galar", - "astrolotl", - "aurumoth", - "azelf", - "banette-mega", - "beautifly", - "beautifly-f", - "beedrill", - "beedrill-mega", - "beheeyem", - "braviary", - "braviary-hisui", - "butterfree", - "butterfree-f", - "butterfree-gigantamax", - "castform", - "castform-rainy", - "castform-snowy", - "castform-sunny", - "celebi", - "chandelure", - "charizard", - "charizard-megax", - "charizard-megay", - "chimecho", - "chingling", - "claydol", - "cloyster", - "cofagrigus", - "combee", - "combee-f", - "comfey", - "corviknight", - "corviknight-gigantamax", - "corvisquire", - "cosmoem", - "cosmog", - "cottonee", - "cresselia", - "crobat", - "cryogonal", - "cutiefly", - "darkrai", - "dhelmise", - "diancie", - "diancie-mega", - "doublade", - "dragalge", - "dragapult", - "dragonite", - "drakloak", - "drampa", - "dreepy", - "drifblim", - "drifloon", - "duosion", - "dusknoir", - "duskull", - "dustox", - "dustox-f", - "elgyem", - "emolga", - "equilibra", - "escavalier", - "eternatus", - "eternatus-eternamax", - "fearow", - "flabebe", - "flabebe-blue", - "flabebe-orange", - "flabebe-white", - "flabebe-yellow", - "flapple", - "fletchinder", - "flittle", - "floette", - "floette-blue", - "floette-eternal", - "floette-orange", - "floette-white", - "floette-yellow", - "flygon", - "forretress", - "frillish", - "frillish-f", - "froslass", - "frosmoth", - "gastly", - "giratina-origin", - "glalie", - "glalie-mega", - "gligar", - "gligar-f", - "gliscor", - "golbat", - "golbat-f", - "gyarados", - "gyarados-mega", - "haunter", - "honchkrow", - "honedge", - "ho-oh", - "hoopa", - "hoopa-unbound", - "hoppip", - "hydreigon", - "jellicent", - "jellicent-f", - "jirachi", - "jumpluff", - "kartana", - "klang", - "klefki", - "klink", - "klinklang", - "koffing", - "lampent", - "landorus", - "landorus-therian", - "latias", - "latias-mega", - "latios", - "latios-mega", - "ledian", - "ledian-f", - "ledyba", - "ledyba-f", - "lugia", - "lunala", - "lunatone", - "magnemite", - "magneton", - "magnezone", - "manaphy", - "mandibuzz", - "masquerain", - "mesprit", - "metagross-mega", - "mew", - "mewtwo-megay", - "milcery", - "minior", - "minior-blue", - "minior-green", - "minior-indigo", - "minior-orange", - "minior-red", - "minior-violet", - "minior-yellow", - "misdreavus", - "mismagius", - "moltres", - "moltres-galar", - "mothim", - "munna", - "musharna", - "naganadel", - "necrozma", - "necrozma-dawn-wings", - "necrozma-ultra", - "necturna", - "nihilego", - "ninjask", - "noctowl", - "noibat", - "noivern", - "orbeetle", - "pajantom", - "pelipper", - "phantump", - "phione", - "pidgeot", - "pidgeot-mega", - "pidgeotto", - "pineco", - "pinsir-mega", - "plasmanta", - "poipole", - "polteageist", - "porygon", - "porygon2", - "porygon-z", - "probopass", - "pumpkaboo", - "pumpkaboo-large", - "pumpkaboo-small", - "pumpkaboo-super", - "rabsca", - "raichu-alola", - "rayquaza", - "rayquaza-mega", - "regidrago", - "regieleki", - "reuniclus", - "ribombee", - "rotom", - "rotom-fan", - "rotom-frost", - "rotom-heat", - "rotom-wash", - "runerigus", - "salamence", - "salamence-mega", - "scyther", - "scyther-f", - "shedinja", - "sigilyph", - "sinistea", - "skarmory", - "skiploom", - "solosis", - "solrock", - "spritzee", - "staraptor", - "staraptor-f", - "staravia", - "staravia-f", - "starmie", - "staryu", - "stratagem", - "swablu", - "swanna", - "swellow", - "swoobat", - "talonflame", - "tapubulu", - "tapufini", - "tapukoko", - "tapulele", - "thundurus", - "thundurus-therian", - "togekiss", - "togetic", - "tomohawk", - "tornadus", - "tornadus-therian", - "tranquill", - "tropius", - "trumbeak", - "unfezant", - "unfezant-f", - "unown", - "unown-bravo", - "unown-charlie", - "unown-delta", - "unown-echo", - "unown-exclamation", - "unown-foxtrot", - "unown-golf", - "unown-hotel", - "unown-india", - "unown-interrogation", - "unown-juliet", - "unown-kilo", - "unown-lima", - "unown-mike", - "unown-november", - "unown-oscar", - "unown-papa", - "unown-quebec", - "unown-romeo", - "unown-sierra", - "unown-tango", - "unown-uniform", - "unown-victor", - "unown-whiskey", - "unown-xray", - "unown-yankee", - "unown-zulu", - "uxie", - "vanillish", - "vanilluxe", - "venomoth", - "vespiquen", - "vibrava", - "vikavolt", - "vivillon", - "vivillon-archipelago", - "vivillon-continental", - "vivillon-elegant", - "vivillon-fancy", - "vivillon-garden", - "vivillon-highplains", - "vivillon-jungle", - "vivillon-marine", - "vivillon-meadow", - "vivillon-modern", - "vivillon-monsoon", - "vivillon-ocean", - "vivillon-pokeball", - "vivillon-polar", - "vivillon-river", - "vivillon-sandstorm", - "vivillon-savannah", - "vivillon-sun", - "vivillon-tundra", - "volcarona", - "wailord", - "weezing", - "weezing-galar", - "wingull", - "woobat", - "xatu", - "xatu-f", - "yamask", - "yamask-galar", - "yanma", - "yanmega", - "yveltal", - "zapdos", - "zubat", - "zubat-f" -] diff --git a/scripts/background_pokemon-size-test.js b/scripts/background_pokemon-size-reasonable-gmax.js similarity index 100% rename from scripts/background_pokemon-size-test.js rename to scripts/background_pokemon-size-reasonable-gmax.js diff --git a/scripts/background_pokemon-size-silly-gmax.js b/scripts/background_pokemon-size-silly-gmax.js new file mode 100644 index 0000000..473348b --- /dev/null +++ b/scripts/background_pokemon-size-silly-gmax.js @@ -0,0 +1,1957 @@ +pokemonsize = [{ + "abomasnow": ["2.54022988505747", "2.44545454545455"] + }, { + "abra": ["1.67924528301887"] + }, { + "absol": ["1.29347826086957", "1.22680412371134"] + }, { + "accelgor": ["0.963414634146341"] + }, { + "aegislash": ["1.63461538461538", "1.63461538461538"] + }, { + "aerodactyl": ["1.44827586206897", "2.00714285714286"] + }, { + "aggron": ["2.17525773195876", "2.18811881188119"] + }, { + "aipom": ["1.1969696969697", "1.1969696969697"] + }, { + "alakazam": ["1.89873417721519", "1.27692173913043"] + }, { + "alcremie": ["0.410958904109589", "0.410958904109589", "19.4805194805195", "0.410958904109589", "0.410958904109589", "0.410958904109589", "0.410958904109589", "0.410958904109589", "0.410958904109589", "0.410958904109589", "0.410958904109589", "0.410958904109589", "0.410958904109589", "0.410958904109589", "0.410958904109589", "0.410958904109589"] + }, { + "alomomola": ["1.19"] + }, { + "altaria": ["1.2247191011236", "1.37323943661972"] + }, { + "amaura": ["1.44444444444444"] + }, { + "ambipom": ["1.35227272727273", "1.35227272727273"] + }, { + "amoonguss": ["0.813333333333333"] + }, { + "ampharos": ["1.38613861386139", "1.25"] + }, { + "anorith": ["1.91891891891892"] + }, { + "appletun": ["0.539473684210526", "15.6862745098039"] + }, { + "applin": ["0.454545454545455"] + }, { + "araquanid": ["2.6865671641791"] + }, { + "arbok": ["2.53734939759036"] + }, { + "arboliva": ["1.1965811965812"] + }, { + "arcanine": ["2.32926829268293", "2.36470588235294"] + }, { + "arceus": ["2.80701754385965", "2.80701754385965", "2.80701754385965", "2.80701754385965", "2.80701754385965", "2.80701754385965", "2.80701754385965", "2.80701754385965", "2.80701754385965", "2.80701754385965", "2.80701754385965", "2.80701754385965", "2.80701754385965", "2.80701754385965", "2.80701754385965", "2.80701754385965", "2.80701754385965", "2.80701754385965"] + }, { + "archen": ["0.980769230769231"] + }, { + "archeops": ["1.41732283464567"] + }, { + "arctovish": ["2.28409090909091"] + }, { + "arctozolt": ["2.35714285714286"] + }, { + "ariados": ["1.78688524590164"] + }, { + "armaldo": ["1.85185185185185"] + }, { + "aromatisse": ["0.9875"] + }, { + "aron": ["0.911111111111111"] + }, { + "arrokuda": ["1.21428571428571"] + }, { + "articuno": ["1.39181286549708", "1.39160839160839"] + }, { + "audino": ["1.45333333333333", "1.5625"] + }, { + "aurorus": ["2.1869918699187"] + }, { + "avalugg": ["3.52631578947368", "2.45614035087719"] + }, { + "axew": ["0.924242424242424"] + }, { + "azelf": ["0.348837209302326"] + }, { + "azumarill": ["0.877777777777778"] + }, { + "azurill": ["0.277777777777778"] + }, { + "bagon": ["1.03389830508475"] + }, { + "baltoy": ["0.85"] + }, { + "banette": ["1.1010101010101", "1.77611940298507"] + }, { + "barbaracle": ["1.19266055045872"] + }, { + "barboach": ["0.976190476190476"] + }, { + "barraskewda": ["1.23606557377049"] + }, { + "basculegion": ["1.22222222222222", "1.22222222222222"] + }, { + "basculin": ["1.65", "1.65"] + }, { + "bastiodon": ["1.625", "1.625"] + }, { + "bayleef": ["1.41666666666667"] + }, { + "beartic": ["2.49038461538462"] + }, { + "beautifly": ["1.19277108433735", "1.19277108433735"] + }, { + "beedrill": ["1.15116279069767", "1.7283950617284"] + }, { + "beheeyem": ["1.17857142857143"] + }, { + "beldum": ["1.84848484848485"] + }, { + "bellibolt": ["1.8030303030303"] + }, { + "bellossom": ["0.745454545454546"] + }, { + "bellsprout": ["1.44897959183673"] + }, { + "bergmite": ["1.65"] + }, { + "bewear": ["2.67088607594937"] + }, { + "bibarel": ["1.76785714285714", "1.76785714285714"] + }, { + "bidoof": ["1.10869565217391", "1.10869565217391"] + }, { + "binacle": ["0.71830985915493"] + }, { + "bisharp": ["1.61616161616162"] + }, { + "blacephalon": ["2.30769230769231"] + }, { + "blastoise": ["1.92771084337349", "1.40350877192982", "18.7894736842105"] + }, { + "blaziken": ["2.03191489361702", "1.78504672897196"] + }, { + "blipbug": ["0.577464788732394"] + }, { + "blissey": ["2.02702702702703"] + }, { + "blitzle": ["0.940476190476191"] + }, { + "boldore": ["1.32835820895522"] + }, { + "boltund": ["1.1"] + }, { + "bonsly": ["1.83908045977012"] + }, { + "bouffalant": ["1.83908045977012"] + }, { + "bounsweet": ["0.588235294117647"] + }, { + "braixen": ["1.15116279069767"] + }, { + "braviary": ["1.34659090909091", "1.48231707317073"] + }, { + "breloom": ["1.63013698630137"] + }, { + "brionne": ["0.859154929577465"] + }, { + "bronzong": ["1.78082191780822"] + }, { + "bronzor": ["0.927272727272727"] + }, { + "bruxish": ["1.23611111111111"] + }, { + "budew": ["0.408163265306122"] + }, { + "buizel": ["1.02898550724638", "1.02898550724638"] + }, { + "bulbasaur": ["1.44897959183673"] + }, { + "buneary": ["0.561643835616438"] + }, { + "bunnelby": ["0.445652173913043"] + }, { + "burmy": ["0.327868852459016", "0.327868852459016", "0.327868852459016"] + }, { + "butterfree": ["1.2247191011236", "13.484126984127"] + }, { + "buzzwole": ["2.54255319148936"] + }, { + "cacnea": ["0.82"] + }, { + "cacturne": ["1.49425287356322", "1.49425287356322"] + }, { + "calyrex": ["1.02830188679245", "2.17272727272727", "2.17272727272727"] + }, { + "camerupt": ["2.69014084507042", "2.82954545454545"] + }, { + "capsakid": ["0.625"] + }, { + "carbink": ["0.526315789473684"] + }, { + "carkol": ["1.2247191011236"] + }, { + "carnivine": ["1.53846153846154"] + }, { + "carracosta": ["1.4"] + }, { + "carvanha": ["1.09722222222222"] + }, { + "cascoon": ["1.775"] + }, { + "castform": ["0.508474576271186", "0.428571428571429", "0.46875", "0.434782608695652"] + }, { + "caterpie": ["0.666666666666667"] + }, { + "celebi": ["0.938461538461539"] + }, { + "celesteela": ["8.75238095238095"] + }, { + "centiskorch": ["1.13445378151261", "11.1570247933884"] + }, { + "cetitan": ["6.16438356164384"] + }, { + "cetoddle": ["1.83076923076923"] + }, { + "chandelure": ["0.916666666666667"] + }, { + "chansey": ["1.87931034482759"] + }, { + "charizard": ["1.55", "18.66", "1.58878504672897", "1.2289156626506"] + }, { + "charjabug": ["1.0625"] + }, { + "charmander": ["1.07017543859649"] + }, { + "charmeleon": ["1.55714285714286"] + }, { + "chatot": ["0.85"] + }, { + "cherrim": ["0.894736842105263", "0.761194029850746"] + }, { + "cherubi": ["0.854166666666667"] + }, { + "chesnaught": ["1.50943396226415"] + }, { + "chespin": ["0.640625"] + }, { + "chewtle": ["0.5"] + }, { + "chikorita": ["1.41269841269841"] + }, { + "chimchar": ["0.728571428571429"] + }, { + "chimecho": ["0.835616438356164"] + }, { + "chinchou": ["0.962264150943396"] + }, { + "chingling": ["0.303030303030303"] + }, { + "cinccino": ["0.80952380952381"] + }, { + "cinderace": ["1.2280701754386", "21.9512195121951"] + }, { + "clamperl": ["0.773584905660377"] + }, { + "clauncher": ["0.980769230769231"] + }, { + "clawitzer": ["1.36842105263158"] + }, { + "claydol": ["1.76470588235294"] + }, { + "clefable": ["2"] + }, { + "clefairy": ["1.27083333333333"] + }, { + "cleffa": ["0.681818181818182"] + }, { + "clobbopus": ["1.15094339622642"] + }, { + "cloyster": ["1.76470588235294"] + }, { + "coalossal": ["2.14615384615385", "26.7579617834395"] + }, { + "cobalion": ["1.93577981651376"] + }, { + "cofagrigus": ["1.42857142857143"] + }, { + "combee": ["0.652173913043478", "0.652173913043478"] + }, { + "combusken": ["1.07228915662651", "1.15584415584416"] + }, { + "comfey": ["0.106382978723404"] + }, { + "conkeldurr": ["1.57303370786517"] + }, { + "copperajah": ["3.09278350515464", "16.2042253521127"] + }, { + "corphish": ["1.10909090909091"] + }, { + "corsola": ["0.884057971014493", "0.824324324324324"] + }, { + "corviknight": ["1.77345679012346", "12.4113475177305"] + }, { + "corvisquire": ["0.71219696969697"] + }, { + "cosmoem": ["0.144927536231884"] + }, { + "cosmog": ["0.338983050847458"] + }, { + "cottonee": ["0.75"] + }, { + "crabominable": ["2.17948717948718"] + }, { + "crabrawler": ["0.983870967741936"] + }, { + "cradily": ["1.875"] + }, { + "cramorant": ["1", "1", "1"] + }, { + "cranidos": ["1.30882352941176"] + }, { + "crawdaunt": ["1.47297297297297"] + }, { + "cresselia": ["1.5625"] + }, { + "croagunk": ["1.36538461538462", "1.36538461538462"] + }, { + "crobat": ["2.0018691588785"] + }, { + "crocalor": ["1.47761194029851"] + }, { + "croconaw": ["1.3974358974359"] + }, { + "crustle": ["1.68674698795181"] + }, { + "cryogonal": ["1.1010101010101"] + }, { + "cubchoo": ["0.864406779661017"] + }, { + "cubone": ["0.836734693877551"] + }, { + "cufant": ["1.83076923076923"] + }, { + "cursola": ["0.860869565217391"] + }, { + "cutiefly": ["0.175438596491228"] + }, { + "cyndaquil": ["1.13333333333333"] + }, { + "darkrai": ["1.29310344827586"] + }, { + "darmanitan": ["1.42857142857143", "1.0625", "1.60377358490566", "2.24137931034483"] + }, { + "dartrix": ["1.04411764705882"] + }, { + "darumaka": ["1", "1.26785714285714"] + }, { + "decidueye": ["1.6", "1.61616161616162"] + }, { + "dedenne": ["0.4"] + }, { + "deerling": ["0.859154929577465", "0.859154929577465", "0.859154929577465", "0.859154929577465"] + }, { + "deino": ["1.03947368421053"] + }, { + "delcatty": ["1.41558441558442"] + }, { + "delibird": ["1.25352112676056"] + }, { + "delphox": ["1.36363636363636"] + }, { + "deoxys": ["1.97674418604651", "1.77083333333333", "1.82795698924731", "1.80851063829787"] + }, { + "dewgong": ["1.97101449275362"] + }, { + "dewott": ["1.08219178082192"] + }, { + "dewpider": ["0.491803278688525"] + }, { + "dhelmise": ["4.34444444444444"] + }, { + "dialga": ["4.4344262295082"] + }, { + "diancie": ["0.788888888888889", "0.956140350877193"] + }, { + "diggersby": ["0.942857142857143"] + }, { + "diglett": ["0.571428571428571", "0.465116279069767"] + }, { + "ditto": ["0.857142857142857"] + }, { + "dodrio": ["1.76470588235294", "1.76470588235294"] + }, { + "doduo": ["2", "2"] + }, { + "dolliv": ["1.05172413793103"] + }, { + "dondozo": ["6.23188405797102"] + }, { + "donphan": ["1.62686567164179", "1.62686567164179"] + }, { + "dottler": ["0.836734693877551"] + }, { + "doublade": ["1.03947368421053"] + }, { + "dracovish": ["2.51086956521739"] + }, { + "dracozolt": ["2.43243243243243"] + }, { + "dragalge": ["1.31386861313869"] + }, { + "dragapult": ["2.44897959183673"] + }, { + "dragonair": ["2.5741935483871"] + }, { + "dragonite": ["2.25510204081633"] + }, { + "drakloak": ["2.15384615384615"] + }, { + "drampa": ["4.26923076923077"] + }, { + "drapion": ["1.52941176470588"] + }, { + "dratini": ["2.85714285714286"] + }, { + "drednaw": ["1.43478260869565", "20"] + }, { + "dreepy": ["1.24390243902439"] + }, { + "drifblim": ["1.33707865168539"] + }, { + "drifloon": ["0.546666666666667"] + }, { + "drilbur": ["0.612244897959184"] + }, { + "drizzile": ["0.922077922077922"] + }, { + "drowzee": ["1.73684210526316"] + }, { + "druddigon": ["1.53846153846154"] + }, { + "dubwool": ["1.36842105263158"] + }, { + "ducklett": ["0.82258064516129"] + }, { + "dugtrio": ["1.42", "1.44897959183673"] + }, { + "dudunsparce": ["1.53868852459016", "1.44444444444444"] + }, { + "dunsparce": ["1.21951219512195"] + }, { + "duosion": ["0.953125"] + }, { + "duraludon": ["1.65137614678899", "30.9352517985612"] + }, { + "durant": ["0.789473684210526"] + }, { + "dusclops": ["1.66666666666667"] + }, { + "dusknoir": ["2.18811881188119"] + }, { + "duskull": ["1.234375"] + }, { + "dustox": ["1.67605633802817", "1.67605633802817"] + }, { + "dwebble": ["0.714285714285714"] + }, { + "eelektrik": ["1.4875"] + }, { + "eelektross": ["1.64285714285714"] + }, { + "eevee": ["0.545454545454545", "10.3505747126437"] + }, { + "eiscue": ["1.52173913043478", "1.91780821917808"] + }, { + "ekans": ["1.675"] + }, { + "eldegoss": ["0.653846153846154"] + }, { + "electabuzz": ["1.3974358974359"] + }, { + "electivire": ["2.11764705882353"] + }, { + "electrike": ["1.60526315789474"] + }, { + "electrode": ["2.01694915254237", "2.01694915254237"] + }, { + "elekid": ["0.968253968253968"] + }, { + "elgyem": ["0.761194029850746"] + }, { + "emboar": ["1.56862745098039"] + }, { + "emolga": ["0.694915254237288"] + }, { + "empoleon": ["1.53153153153153"] + }, { + "enamorus": ["1.45454545454545", "1.45454545454545"] + }, { + "entei": ["2.42528735632184"] + }, { + "escavalier": ["0.98019801980198"] + }, { + "espathra": ["1.80188679245283"] + }, { + "espeon": ["1.15584415584416"] + }, { + "espurr": ["0.517241379310345"] + }, { + "eternatus": ["15.8650793650794", "66.2251655629139"] + }, { + "excadrill": ["0.89873417721519"] + }, { + "exeggcute": ["1.41379310344828"] + }, { + "exeggutor": ["2.03030303030303", "6.05555555555556"] + }, { + "exploud": ["1.78571428571429"] + }, { + "falinks": ["1.02040816326531"] + }, { + "farfetchd": ["1.58", "1.36206896551724"] + }, { + "farigiraf": ["2.5"] + }, { + "fearow": ["1.04896296296296"] + }, { + "feebas": ["1.17307692307692"] + }, { + "fennekin": ["0.694915254237288"] + }, { + "feraligatr": ["2.35714285714286"] + }, { + "ferroseed": ["0.953125"] + }, { + "ferrothorn": ["1.41428571428571"] + }, { + "finizen": ["2.36363636363636"] + }, { + "finneon": ["0.976190476190476"] + }, { + "flaaffy": ["1.17910447761194"] + }, { + "flabebe": ["0.128205128205128", "0.128205128205128", "0.128205128205128", "0.128205128205128", "0.128205128205128"] + }, { + "flapple": ["0.4", "15.6862745098039"] + }, { + "flareon": ["0.956989247311828"] + }, { + "fletchinder": ["0.663551401869159"] + }, { + "fletchling": ["0.697674418604651"] + }, { + "flittle": ["0.454545454545455"] + }, { + "floatzel": ["1.17204301075269", "1.17204301075269"] + }, { + "floette": ["0.210526315789474", "0.210526315789474", "0.222222222222222", "0.210526315789474", "0.210526315789474", "0.210526315789474"] + }, { + "floragato": ["1.14102564102564"] + }, { + "florges": ["1.09", "1.09", "1.09", "1.09", "1.09"] + }, { + "flygon": ["1.89622641509434"] + }, { + "fomantis": ["0.535714285714286"] + }, { + "foongus": ["0.416666666666667"] + }, { + "forretress": ["1.72463768115942"] + }, { + "fraxure": ["1.26923076923077"] + }, { + "frillish": ["1.38372093023256", "1.36781609195402"] + }, { + "froakie": ["0.576923076923077"] + }, { + "frogadier": ["1.05172413793103"] + }, { + "froslass": ["1.64556962025316"] + }, { + "frosmoth": ["1.35416666666667"] + }, { + "fuecoco": ["0.732142857142857"] + }, { + "furfrou": ["1.41666666666667", "1.45121951219512", "1.56578947368421", "1.38372093023256", "1.43373493975904", "1.54545454545455", "1.52564102564103", "1.60810810810811", "1.41666666666667", "1.43373493975904"] + }, { + "furret": ["1.08108108108108"] + }, { + "gabite": ["1.84210526315789", "1.84210526315789"] + }, { + "gallade": ["2.10526315789474", "1.61616161616162"] + }, { + "galvantula": ["1.61224489795918"] + }, { + "garbodor": ["2.17045454545455", "17.5083333333333"] + }, { + "garchomp": ["1.76851851851852", "1.78504672897196"] + }, { + "gardevoir": ["1.73913043478261", "1.63265306122449"] + }, { + "gastly": ["2.13114754098361"] + }, { + "gastrodon": ["1.15584415584416", "1.15584415584416"] + }, { + "genesect": ["1.6304347826087", "1.6304347826087", "1.6304347826087", "1.6304347826087", "1.6304347826087"] + }, { + "gengar": ["1.92307692307692", "18.009009009009", "1.52173913043478"] + }, { + "geodude": ["1.17142857142857", "0.953488372093023"] + }, { + "gible": ["1.24561403508772", "1.24561403508772"] + }, { + "gigalith": ["1.75257731958763"] + }, { + "girafarig": ["1.70454545454545", "1.70454545454545"] + }, { + "giratina": ["3.94736842105263", "3.81396103896104"] + }, { + "glaceon": ["0.9875"] + }, { + "glalie": ["2", "2.42528735632184"] + }, { + "glameow": ["0.515151515151515", "0.515151515151515"] + }, { + "glastrier": ["1.88888888888889"] + }, { + "gligar": ["1.21111111111111", "1.29761904761905"] + }, { + "gliscor": ["1.99009900990099"] + }, { + "gloom": ["1.49056603773585", "1.49056603773585"] + }, { + "gogoat": ["2.04819277108434"] + }, { + "golbat": ["1.4", "1.4"] + }, { + "goldeen": ["1.12962962962963", "1.12962962962963"] + }, { + "golduck": ["2.2972972972973"] + }, { + "golem": ["1.7948717948718", "1.95402298850575"] + }, { + "golett": ["1.52307692307692"] + }, { + "golisopod": ["2.5125"] + }, { + "golurk": ["2.58333333333333"] + }, { + "goodra": ["1.97058823529412", "1.47826086956522"] + }, { + "goomy": ["0.6"] + }, { + "gorebyss": ["1.94594594594595"] + }, { + "gossifleur": ["0.630769230769231"] + }, { + "gothita": ["0.694915254237288"] + }, { + "gothitelle": ["1.48514851485149"] + }, { + "gothorita": ["0.922077922077922"] + }, { + "gourgeist": ["1.07228915662651", "1.18478260869565", "0.959459459459459", "1.54545454545455"] + }, { + "granbull": ["1.66666666666667"] + }, { + "grapploct": ["1.88235294117647"] + }, { + "graveler": ["1.67796610169492", "1.67796610169492"] + }, { + "greavard": ["0.983870967741936"] + }, { + "greedent": ["0.61"] + }, { + "greninja": ["1.97368421052632", "1.66666666666667"] + }, { + "grimer": ["1.74509803921569", "1.36538461538462"] + }, { + "grimmsnarl": ["1.45631067961165", "22.5352112676056"] + }, { + "grookey": ["0.461538461538462"] + }, { + "grotle": ["1.57971014492754"] + }, { + "groudon": ["3.73404255319149", "5.05050505050505"] + }, { + "grovyle": ["1.12658227848101"] + }, { + "growlithe": ["1.24561403508772", "1.61224489795918"] + }, { + "grubbin": ["1.10810810810811"] + }, { + "grumpig": ["1.21917808219178"] + }, { + "gulpin": ["0.788461538461538"] + }, { + "gumshoos": ["0.89873417721519"] + }, { + "gurdurr": ["1.52564102564103"] + }, { + "guzzlord": ["6.26136363636364"] + }, { + "gyarados": ["5.38383838383838", "4.63524590163934"] + }, { + "hakamo-o": ["1.43373493975904"] + }, { + "happiny": ["1.15094339622642"] + }, { + "hariyama": ["2.6551724137931"] + }, { + "hatenna": ["0.585714285714286"] + }, { + "hatterene": ["1.77310924369748", "19.125"] + }, { + "hattrem": ["0.871428571428572"] + }, { + "haunter": ["2.19178082191781"] + }, { + "hawlucha": ["1.09722222222222"] + }, { + "haxorus": ["1.52542372881356"] + }, { + "heatmor": ["1.68674698795181"] + }, { + "heatran": ["2.65625"] + }, { + "heliolisk": ["1.26923076923077"] + }, { + "helioptile": ["0.944444444444444"] + }, { + "heracross": ["1.72413793103448", "1.53153153153153"] + }, { + "herdier": ["1.2027027027027"] + }, { + "hippopotas": ["1.49056603773585", "1.49056603773585"] + }, { + "hippowdon": ["1.74509803921569", "3.46551724137931"] + }, { + "hitmonchan": ["1.81818181818182"] + }, { + "hitmonlee": ["2.20588235294118"] + }, { + "hitmontop": ["1.97183098591549"] + }, { + "ho-oh": ["3.04270833333333"] + }, { + "honchkrow": ["0.787307692307692"] + }, { + "honedge": ["1"] + }, { + "hoopa": ["0.75", "5.15873015873016"] + }, { + "hoothoot": ["1.12698412698413"] + }, { + "hoppip": ["0.672131147540984"] + }, { + "horsea": ["0.719298245614035"] + }, { + "houndoom": ["1.62790697674419", "1.67543859649123"] + }, { + "houndour": ["1.03389830508475"] + }, { + "houndstone": ["2.54430379746835"] + }, { + "huntail": ["1.43846153846154"] + }, { + "hydreigon": ["1.38461538461538"] + }, { + "hypno": ["2.05128205128205", "2.05128205128205"] + }, { + "igglybuff": ["0.535714285714286"] + }, { + "illumise": ["0.938461538461539"] + }, { + "impidimp": ["0.661290322580645"] + }, { + "incineroar": ["1.875"] + }, { + "indeedee": ["1.2027027027027", "1.28985507246377"] + }, { + "infernape": ["1"] + }, { + "inkay": ["0.672131147540984"] + }, { + "inteleon": ["1.55284552845528", "20.7305699481865"] + }, { + "ivysaur": ["1.5"] + }, { + "jangmo-o": ["1.01666666666667"] + }, { + "jellicent": ["2.1047619047619", "2.14563106796117"] + }, { + "jigglypuff": ["1.10869565217391"] + }, { + "jirachi": ["0.441176470588235"] + }, { + "jolteon": ["1.14492753623188"] + }, { + "joltik": ["0.32258064516129"] + }, { + "jumpluff": ["0.963414634146341"] + }, { + "jynx": ["2.12121212121212"] + }, { + "kabuto": ["1.54545454545455"] + }, { + "kabutops": ["1.78082191780822"] + }, { + "kadabra": ["1.83098591549296", "1.83098591549296"] + }, { + "kakuna": ["1.05172413793103"] + }, { + "kangaskhan": ["2.54022988505747", "2.48314606741573"] + }, { + "karrablast": ["0.761194029850746"] + }, { + "kartana": ["0.36144578313253"] + }, { + "kecleon": ["1.47761194029851"] + }, { + "keldeo": ["1.59090909090909", "1.62790697674419"] + }, { + "kingdra": ["1.85567010309278"] + }, { + "kingler": ["1.56626506024096", "13.013698630137"] + }, { + "kirlia": ["1.16176470588235"] + }, { + "klang": ["0.772151898734177"] + }, { + "kleavor": ["1.74757281553398"] + }, { + "klefki": ["0.227272727272727"] + }, { + "klink": ["0.410958904109589"] + }, { + "klinklang": ["0.847222222222222"] + }, { + "koffing": ["0.792207792207792"] + }, { + "komala": ["0.683333333333333"] + }, { + "kommo-o": ["1.68421052631579"] + }, { + "krabby": ["0.82"] + }, { + "kricketot": ["0.491803278688525", "0.491803278688525"] + }, { + "kricketune": ["1.35616438356164", "1.35616438356164"] + }, { + "krokorok": ["1.30263157894737"] + }, { + "krookodile": ["1.59574468085106"] + }, { + "kubfu": ["0.847222222222222"] + }, { + "kyogre": ["2.45454545454545", "4.59375"] + }, { + "kyurem": ["3.2967032967033", "2.5", "2.578125", "2.75572519083969", "2.75572519083969"] + }, { + "lairon": ["1.53448275862069"] + }, { + "lampent": ["0.74390243902439"] + }, { + "landorus": ["1.61290322580645", "1.38297872340426"] + }, { + "lanturn": ["1.41666666666667"] + }, { + "lapras": ["2.96428571428571", "5.49618320610687"] + }, { + "larvesta": ["1.60294117647059"] + }, { + "larvitar": ["0.938461538461539"] + }, { + "latias": ["2.02898550724638", "2.33766233766234"] + }, { + "latios": ["2.5125", "2.8875"] + }, { + "leafeon": ["1.35616438356164"] + }, { + "leavanny": ["1.09174311926606"] + }, { + "lechonk": ["1.04081632653061"] + }, { + "ledian": ["1.68674698795181", "1.7948717948718"] + }, { + "ledyba": ["1.584", "1.68510638297872"] + }, { + "lickilicky": ["2.15189873417722"] + }, { + "lickitung": ["2.01694915254237"] + }, { + "liepard": ["1"] + }, { + "lileep": ["1.45588235294118"] + }, { + "lilligant": ["1.2247191011236", "1.27956989247312"] + }, { + "lillipup": ["0.745454545454546"] + }, { + "linoone": ["1.30769230769231", "0.910714285714286"] + }, { + "litleo": ["1"] + }, { + "litten": ["0.706896551724138"] + }, { + "litwick": ["0.441176470588235"] + }, { + "lokix": ["1.16470588235294"] + }, { + "lombre": ["1.91935483870968"] + }, { + "lopunny": ["1.36781609195402", "1.47727272727273"] + }, { + "lotad": ["1.64516129032258"] + }, { + "loudred": ["1.26923076923077"] + }, { + "lucario": ["1.23958333333333", "1.17821782178218"] + }, { + "ludicolo": ["1.66666666666667", "1.66666666666667"] + }, { + "lugia": ["4.10236220472441"] + }, { + "lumineon": ["1.41666666666667", "1.41666666666667"] + }, { + "lunala": ["3.95049504950495"] + }, { + "lunatone": ["1.546875"] + }, { + "lurantis": ["1.04705882352941"] + }, { + "luvdisc": ["1.41860465116279"] + }, { + "luxio": ["1.15584415584416", "1.15584415584416"] + }, { + "luxray": ["1.41414141414141", "1.41414141414141"] + }, { + "lycanroc": ["1.05333333333333", "0.877777777777778", "1.31325301204819"] + }, { + "machamp": ["1.6", "18.7894736842105"] + }, { + "machoke": ["1.72413793103448"] + }, { + "machop": ["1.25396825396825"] + }, { + "magby": ["1.14516129032258"] + }, { + "magcargo": ["1.12857142857143"] + }, { + "magearna": ["1.45588235294118", "1.45588235294118"] + }, { + "magikarp": ["1.48333333333333", "1.48333333333333"] + }, { + "magmar": ["1.60493827160494"] + }, { + "magmortar": ["1.79775280898876"] + }, { + "magnemite": ["0.857142857142857"] + }, { + "magneton": ["1.43478260869565"] + }, { + "magnezone": ["1.63013698630137"] + }, { + "makuhita": ["1.5"] + }, { + "malamar": ["1.42857142857143"] + }, { + "mamoswine": ["2.96428571428571", "2.96428571428571"] + }, { + "manaphy": ["0.545454545454545"] + }, { + "mandibuzz": ["1.18055555555556"] + }, { + "manectric": ["1.875", "1.63636363636364"] + }, { + "mankey": ["0.910714285714286"] + }, { + "mantine": ["1.27118644067797"] + }, { + "mantyke": ["2.25"] + }, { + "maractus": ["1.17857142857143"] + }, { + "mareanie": ["0.683333333333333"] + }, { + "mareep": ["1.12962962962963"] + }, { + "marill": ["0.854166666666667"] + }, { + "marowak": ["1.47761194029851", "1.1"] + }, { + "marshadow": ["1.12698412698413"] + }, { + "marshtomp": ["0.922077922077922"] + }, { + "masquerain": ["1.36206896551724"] + }, { + "maushold": ["0.566037735849057", "0.566037735849057"] + }, { + "mawile": ["1.12962962962963", "1.25316455696203"] + }, { + "medicham": ["1.44444444444444", "1.23809523809524"] + }, { + "meditite": ["1.03389830508475", "1.03389830508475"] + }, { + "meltan": ["0.526315789473684"] + }, { + "meganium": ["1.93548387096774", "1.76470588235294"] + }, { + "melmetal": ["3.77272727272727", "19.6771653543307"] + }, { + "meloetta": ["0.859154929577465", "0.685393258426966"] + }, { + "meowscarada": ["1.41509433962264"] + }, { + "meowstic": ["0.847222222222222", "0.835616438356164"] + }, { + "meowth": ["0.672131147540984", "0.683333333333333", "0.594202898550725", "20.61875"] + }, { + "mesprit": ["0.384615384615385"] + }, { + "metagross": ["2.19178082191781", "2.11016949152542"] + }, { + "metang": ["1.72463768115942"] + }, { + "metapod": ["1.31481481481481"] + }, { + "mew": ["0.803921568627451"] + }, { + "mewtwo": ["2.28409090909091", "2.38144329896907", "1.6304347826087"] + }, { + "mienfoo": ["1.32835820895522"] + }, { + "mienshao": ["1.45833333333333"] + }, { + "mightyena": ["1.25316455696203"] + }, { + "milcery": ["0.350877192982456"] + }, { + "milotic": ["2.24255319148936", "2.21894736842105"] + }, { + "miltank": ["1.56578947368421"] + }, { + "mime_jr": ["0.968253968253968"] + }, { + "mimikyu": ["0.298507462686567", "0.133333333333333"] + }, { + "minccino": ["0.672131147540984"] + }, { + "minior": ["0.422535211267606", "0.38961038961039", "0.38961038961039", "0.38961038961039", "0.38961038961039", "0.38961038961039", "0.38961038961039", "0.38961038961039", "0.38961038961039"] + }, { + "minun": ["0.694915254237288"] + }, { + "misdreavus": ["1.12698412698413"] + }, { + "mismagius": ["0.767241379310345"] + }, { + "moltres": ["1.66574585635359", "1.67731034482759"] + }, { + "monferno": ["0.978021978021978"] + }, { + "morelull": ["0.307692307692308"] + }, { + "morgrem": ["0.9875"] + }, { + "morpeko": ["0.517241379310345", "0.517241379310345"] + }, { + "mothim": ["1.03488372093023"] + }, { + "mr-mime": ["1.71052631578947", "1.59090909090909"] + }, { + "mr-rime": ["1.72413793103448"] + }, { + "mudbray": ["1.3943661971831"] + }, { + "mudkip": ["0.621212121212121"] + }, { + "mudsdale": ["2.79775280898876"] + }, { + "muk": ["1.50632911392405", "1.15116279069767"] + }, { + "munchlax": ["1.03389830508475"] + }, { + "munna": ["1.12962962962963"] + }, { + "murkrow": ["0.784615384615385", "0.85"] + }, { + "musharna": ["0.973214285714286"] + }, { + "naganadel": ["2.86507936507937"] + }, { + "natu": ["0.416666666666667"] + }, { + "necrozma": ["2.39", "4.02884615384615", "3.52777777777778", "6.51304347826087"] + }, { + "nickit": ["0.847222222222222"] + }, { + "nidoking": ["1.68674698795181"] + }, { + "nidoqueen": ["1.58536585365854"] + }, { + "nidoran_f": ["1"] + }, { + "nidoran_m": ["0.980769230769231"] + }, { + "nidorina": ["1.41071428571429"] + }, { + "nidorino": ["1.58928571428571"] + }, { + "nihilego": ["1.4"] + }, { + "nincada": ["1.7"] + }, { + "ninetales": ["1.41558441558442", "1.55714285714286"] + }, { + "ninjask": ["1.14492753623188"] + }, { + "noctowl": ["1.9047619047619"] + }, { + "noibat": ["0.53125"] + }, { + "noivern": ["1.59615384615385"] + }, { + "nosepass": ["1.70689655172414"] + }, { + "numel": ["1.26785714285714", "1.26785714285714"] + }, { + "nuzleaf": ["1.43478260869565", "1.43478260869565"] + }, { + "nymble": ["0.377358490566038"] + }, { + "obstagoon": ["1.50943396226415"] + }, { + "octillery": ["1.48333333333333", "1.50847457627119"] + }, { + "oddish": ["1.0625"] + }, { + "oinkologne": ["1.59677419354839", "1.22222222222222"] + }, { + "omanyte": ["0.911111111111111"] + }, { + "omastar": ["1.546875"] + }, { + "onix": ["3.13382608695652"] + }, { + "oranguru": ["2"] + }, { + "orbeetle": ["0.640625", "12.3893805309735"] + }, { + "oricorio": ["0.897058823529412", "1.01666666666667", "1.05172413793103", "1.03389830508475"] + }, { + "orthworm": ["1.81159420289855"] + }, { + "oshawott": ["1.04081632653061"] + }, { + "overqwil": ["2.09243697478992"] + }, { + "pachirisu": ["0.546666666666667", "0.546666666666667"] + }, { + "palafin": ["2.36363636363636", "1.76470588235294"] + }, { + "palkia": ["3.91588785046729"] + }, { + "palossand": ["1.73333333333333"] + }, { + "palpitoad": ["1.1969696969697"] + }, { + "pancham": ["0.953125"] + }, { + "pangoro": ["2.06862745098039"] + }, { + "panpour": ["0.953125"] + }, { + "pansage": ["0.924242424242424"] + }, { + "pansear": ["0.968253968253968"] + }, { + "paras": ["0.882352941176471"] + }, { + "parasect": ["1.59677419354839"] + }, { + "passimian": ["1.62972972972973"] + }, { + "patrat": ["0.927272727272727"] + }, { + "pawniard": ["0.75"] + }, { + "pelipper": ["1.29347826086957"] + }, { + "perrserker": ["1.01282051282051"] + }, { + "persian": ["1.41428571428571", "1.51388888888889"] + }, { + "petilil": ["0.739130434782609"] + }, { + "phanpy": ["1.02"] + }, { + "phantump": ["0.683333333333333"] + }, { + "pheromosa": ["1.8"] + }, { + "phione": ["0.732142857142857"] + }, { + "pichu": ["0.576923076923077"] + }, { + "pidgeot": ["1.60887096774194", "2.02583333333333"] + }, { + "pidgeotto": ["1.52093023255814"] + }, { + "pidgey": ["0.612244897959184"] + }, { + "pidove": ["0.612244897959184"] + }, { + "pignite": ["1.26923076923077"] + }, { + "pikachu": ["0.683333333333333", "0.626666666666667", "0.626666666666667", "13.5548387096774", "0.732142857142857", "0.630769230769231", "0.640625", "0.640625"] + }, { + "pikipek": ["0.535714285714286"] + }, { + "piloswine": ["1.51388888888889", "1.51388888888889"] + }, { + "pincurchin": ["0.652173913043478"] + }, { + "pineco": ["1.03389830508475"] + }, { + "pinsir": ["1.97368421052632", "1.54545454545455"] + }, { + "piplup": ["0.694915254237288"] + }, { + "plusle": ["0.694915254237288"] + }, { + "poipole": ["0.782051282051282"] + }, { + "politoed": ["1.41558441558442", "1.41558441558442"] + }, { + "poliwag": ["1.525"] + }, { + "poliwhirl": ["1.98"] + }, { + "poliwrath": ["2.06349206349206"] + }, { + "polteageist": ["0.240963855421687"] + }, { + "ponyta": ["1.45588235294118", "1.11267605633803"] + }, { + "poochyena": ["0.944444444444444"] + }, { + "popplio": ["0.836734693877551"] + }, { + "porygon": ["1.49056603773585"] + }, { + "porygon-z": ["1.30882352941176"] + }, { + "porygon2": ["0.968253968253968"] + }, { + "primarina": ["1.66666666666667"] + }, { + "primeape": ["1.52307692307692"] + }, { + "prinplup": ["1.05333333333333"] + }, { + "probopass": ["1.7283950617284"] + }, { + "psyduck": ["1.49056603773585"] + }, { + "pumpkaboo": ["0.694915254237288", "0.784615384615385", "0.6", "1.02597402597403"] + }, { + "pupitar": ["1.75"] + }, { + "purrloin": ["0.585714285714286"] + }, { + "purugly": ["1.22222222222222"] + }, { + "pyroar": ["1.51515151515152", "1.57894736842105"] + }, { + "pyukumuku": ["0.769230769230769"] + }, { + "quagsire": ["1.81818181818182", "1.81818181818182"] + }, { + "quaquaval": ["1.61860465116279"] + }, { + "quaxly": ["0.85"] + }, { + "quaxwell": ["1.43373493975904"] + }, { + "quilava": ["1.48333333333333"] + }, { + "quilladin": ["1.04411764705882"] + }, { + "qwilfish": ["1.02"] + }, { + "raboot": ["0.734939759036145"] + }, { + "rabsca": ["0.258620689655172"] + }, { + "raichu": ["0.766990291262136", "0.763440860215054"] + }, { + "raikou": ["2.32926829268293"] + }, { + "ralts": ["0.788461538461538"] + }, { + "rampardos": ["1.79775280898876"] + }, { + "rapidash": ["1.78947368421053", "1.73469387755102"] + }, { + "raticate": ["1.109375", "1.20338983050847"] + }, { + "rattata": ["0.491803278688525", "0.576923076923077"] + }, { + "rayquaza": ["2.18954248366013", "2.73972602739726"] + }, { + "regice": ["2.19512195121951"] + }, { + "regidrago": ["1.75833333333333"] + }, { + "regieleki": ["1.615"] + }, { + "regigigas": ["3.86458333333333"] + }, { + "regirock": ["2.04819277108434"] + }, { + "registeel": ["2.48051948051948"] + }, { + "relicanth": ["1.45588235294118"] + }, { + "rellor": ["0.384615384615385"] + }, { + "remoraid": ["0.983870967741936"] + }, { + "reshiram": ["2.78260869565217"] + }, { + "reuniclus": ["1.32"] + }, { + "revavroom": ["2.53521126760563"] + }, { + "rhydon": ["2.32926829268293", "2.32926829268293"] + }, { + "rhyhorn": ["1.73684210526316", "1.73684210526316"] + }, { + "rhyperior": ["2.54255319148936", "2.62637362637363"] + }, { + "ribombee": ["0.3125"] + }, { + "rillaboom": ["1.72950819672131", "4.44285714285714"] + }, { + "riolu": ["1.16393442622951"] + }, { + "rockruff": ["0.894736842105263"] + }, { + "roggenrola": ["0.683333333333333"] + }, { + "rolycoly": ["0.652173913043478"] + }, { + "rookidee": ["0.476190476190476"] + }, { + "roselia": ["0.517241379310345", "0.508474576271186"] + }, { + "roserade": ["1.14102564102564", "1.14102564102564"] + }, { + "rotom": ["0.428571428571429", "0.405405405405405", "0.461538461538462", "0.483870967741936", "0.508474576271186", "0.46875"] + }, { + "rowlet": ["0.6"] + }, { + "rufflet": ["0.784615384615385"] + }, { + "runerigus": ["1.83908045977012"] + }, { + "sableye": ["0.796875", "0.68"] + }, { + "salamence": ["1.6304347826087", "2.53521126760563"] + }, { + "salandit": ["1.29787234042553"] + }, { + "salazzle": ["1.35227272727273"] + }, { + "samurott": ["1.38888888888889", "1.54639175257732"] + }, { + "sandaconda": ["1.63285714285714", "5.28"] + }, { + "sandile": ["1.51063829787234"] + }, { + "sandshrew": ["1.29787234042553", "1.54347826086957"] + }, { + "sandslash": ["1.45588235294118", "1.41666666666667"] + }, { + "sandygast": ["0.796875"] + }, { + "sawk": ["1.68674698795181"] + }, { + "sawsbuck": ["1.91", "1.75229357798165", "1.73636363636364", "1.89108910891089"] + }, { + "scatterbug": ["0.535714285714286"] + }, { + "sceptile": ["1.82795698924731", "1.96907216494845"] + }, { + "scizor": ["1.93548387096774", "1.95145631067961"] + }, { + "scolipede": ["2.00806451612903"] + }, { + "scorbunny": ["0.319148936170213"] + }, { + "scovillain": ["1.36923076923077"] + }, { + "scrafty": ["1.41558441558442"] + }, { + "scraggy": ["0.968253968253968"] + }, { + "scyther": ["1.47058823529412", "1.47058823529412"] + }, { + "seadra": ["1.60810810810811"] + }, { + "seaking": ["1.88405797101449", "1.88405797101449"] + }, { + "sealeo": ["2.18"] + }, { + "seedot": ["1.10869565217391"] + }, { + "seel": ["2.42222222222222"] + }, { + "seismitoad": ["1.66666666666667"] + }, { + "sentret": ["1.43636363636364"] + }, { + "serperior": ["1.2962962962963"] + }, { + "servine": ["0.963414634146341"] + }, { + "seviper": ["2.44545454545455"] + }, { + "sewaddle": ["0.638297872340426"] + }, { + "sharpedo": ["1.76470588235294", "2.59375"] + }, { + "shaymin": ["0.465116279069767", "0.561643835616438"] + }, { + "shedinja": ["1.36206896551724"] + }, { + "shelgon": ["1.84745762711864"] + }, { + "shellder": ["0.810810810810811"] + }, { + "shellos": ["0.483870967741936", "0.5"] + }, { + "shelmet": ["0.836734693877551"] + }, { + "shieldon": ["0.927272727272727"] + }, { + "shiftry": ["1.66666666666667"] + }, { + "shiinotic": ["1.41428571428571"] + }, { + "shinx": ["0.864406779661017", "0.944444444444444"] + }, { + "shroomish": ["1.13888888888889"] + }, { + "shuckle": ["1.07017543859649"] + }, { + "shuppet": ["0.968253968253968"] + }, { + "sigilyph": ["1.1965811965812"] + }, { + "silcoon": ["1.56410256410256"] + }, { + "silicobra": ["1.60727272727273"] + }, { + "silvally": ["1.90909090909091", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897", "1.97435897435897"] + }, { + "simipour": ["1.19277108433735"] + }, { + "simisage": ["1.14736842105263"] + }, { + "simisear": ["1.22222222222222"] + }, { + "sinistea": ["0.277777777777778"] + }, { + "sirfetchd": ["1.12056737588652"] + }, { + "sizzlipede": ["3.08695652173913"] + }, { + "skarmory": ["2.65625"] + }, { + "skiddo": ["1.41269841269841"] + }, { + "skiploom": ["1.48780487804878"] + }, { + "skitty": ["1.10909090909091"] + }, { + "skeledirge": ["2.10526315789474"] + }, { + "skorupi": ["1.234375"] + }, { + "skrelp": ["0.662337662337662"] + }, { + "skuntank": ["1.25316455696203"] + }, { + "skwovet": ["0.326086956521739"] + }, { + "slaking": ["2.79166666666667"] + }, { + "slakoth": ["0.866451612903226"] + }, { + "sliggoo": ["0.963414634146341", "0.845238095238095"] + }, { + "slowbro": ["2.25352112676056", "2.13333333333333", "2.31034482758621"] + }, { + "slowking": ["2.36470588235294", "2.11764705882353"] + }, { + "slowpoke": ["1.23103448275862", "1.428"] + }, { + "slugma": ["1.12698412698413"] + }, { + "slurpuff": ["1.12857142857143"] + }, { + "smeargle": ["1.60810810810811"] + }, { + "smoliv": ["0.625"] + }, { + "smoochum": ["0.672131147540984"] + }, { + "sneasel": ["1.23611111111111", "1.41269841269841", "1.25352112676056", "1.41269841269841"] + }, { + "sneasler": ["1.49425287356322"] + }, { + "snivy": ["1.10909090909091"] + }, { + "snom": ["0.75"] + }, { + "snorlax": ["2.6375", "8.203125"] + }, { + "snorunt": ["1.51063829787234"] + }, { + "snover": ["1.62295081967213", "1.62295081967213"] + }, { + "snubbull": ["1.05172413793103"] + }, { + "sobble": ["0.434782608695652"] + }, { + "solgaleo": ["2.50526315789474"] + }, { + "solosis": ["0.666666666666667"] + }, { + "solrock": ["1.50632911392405"] + }, { + "spearow": ["0.576923076923077"] + }, { + "spewpa": ["0.697674418604651"] + }, { + "spheal": ["1.88095238095238"] + }, { + "spectrier": ["1.86111111111111"] + }, { + "spidops": ["1.32"] + }, { + "spinarak": ["1.88888888888889"] + }, { + "spinda": ["1.57971014492754"] + }, { + "spiritomb": ["1.35616438356164"] + }, { + "spoink": ["0.739583333333333"] + }, { + "sprigatito": ["0.745454545454546"] + }, { + "spritzee": ["0.327868852459016"] + }, { + "squirtle": ["0.944444444444444"] + }, { + "stakataka": ["5.45544554455446"] + }, { + "stantler": ["1.52173913043478"] + }, { + "staraptor": ["0.993920454545455", "0.993920454545455"] + }, { + "staravia": ["0.705", "0.705"] + }, { + "starly": ["0.652173913043478", "0.652173913043478"] + }, { + "starmie": ["1.78688524590164"] + }, { + "staryu": ["1.58"] + }, { + "steelix": ["3.58847619047619", "3.60343511450382"] + }, { + "steenee": ["0.922077922077922"] + }, { + "stonjourner": ["2.41747572815534"] + }, { + "stoutland": ["1.35227272727273"] + }, { + "stufful": ["0.944444444444444"] + }, { + "stunfisk": ["2.13", "0.523770491803279"] + }, { + "stunky": ["0.621212121212121"] + }, { + "sudowoodo": ["1.8030303030303", "1.859375"] + }, { + "suicune": ["2.33720930232558"] + }, { + "sunflora": ["1.06756756756757"] + }, { + "sunkern": ["0.681818181818182"] + }, { + "surskit": ["0.980769230769231"] + }, { + "swablu": ["0.773584905660377"] + }, { + "swadloon": ["0.894736842105263"] + }, { + "swalot": ["2.42857142857143", "2.42857142857143"] + }, { + "swampert": ["1.66666666666667", "2.3875"] + }, { + "swanna": ["1.05776397515528"] + }, { + "swellow": ["1.61363636363636"] + }, { + "swinub": ["1.24242424242424"] + }, { + "swirlix": ["0.836734693877551"] + }, { + "swoobat": ["1.0896261682243"] + }, { + "sylveon": ["1.15116279069767"] + }, { + "tadbulb": ["0.526315789473684"] + }, { + "taillow": ["0.652173913043478"] + }, { + "talonflame": ["0.997027027027027"] + }, { + "tandemaus": ["0.566037735849057"] + }, { + "tangela": ["1.86792452830189"] + }, { + "tangrowth": ["2.45121951219512", "2.45121951219512"] + }, { + "tapubulu": ["1.83653846153846"] + }, { + "tapufini": ["1.41304347826087"] + }, { + "tapukoko": ["1.89473684210526"] + }, { + "tapulele": ["1.41666666666667"] + }, { + "tarountula": ["0.405405405405405"] + }, { + "tauros": ["1.47368421052632"] + }, { + "teddiursa": ["1.07017543859649"] + }, { + "tentacool": ["1.21917808219178"] + }, { + "tentacruel": ["1.88235294117647"] + }, { + "tepig": ["0.82258064516129"] + }, { + "terrakion": ["2.27380952380952"] + }, { + "thievul": ["1.27956989247312"] + }, { + "throh": ["1.47727272727273"] + }, { + "thundurus": ["1.45631067961165", "2.77777777777778"] + }, { + "thwackey": ["0.731958762886598"] + }, { + "timburr": ["1"] + }, { + "tirtouga": ["2.21875"] + }, { + "togedemaru": ["0.483870967741936"] + }, { + "togekiss": ["2.5"] + }, { + "togepi": ["0.638297872340426"] + }, { + "togetic": ["0.859154929577465"] + }, { + "torchic": ["0.672131147540984", "0.672131147540984"] + }, { + "torkoal": ["0.662337662337662"] + }, { + "tornadus": ["1.5", "1.03703703703704"] + }, { + "torracat": ["0.959459459459459"] + }, { + "torterra": ["2.08490566037736"] + }, { + "totodile": ["1.05172413793103"] + }, { + "toucannon": ["1.43421052631579"] + }, { + "toxapex": ["0.865853658536585"] + }, { + "toxel": ["0.719298245614035"] + }, { + "toxicroak": ["1.60493827160494", "1.60493827160494"] + }, { + "toxtricity": ["1.29032258064516", "4.8", "1.32231404958678"] + }, { + "tranquill": ["0.491935483870968"] + }, { + "trapinch": ["1.57777777777778"] + }, { + "treecko": ["0.864406779661017"] + }, { + "trevenant": ["1.5"] + }, { + "tropius": ["2.54430379746835"] + }, { + "trubbish": ["1.07017543859649"] + }, { + "trumbeak": ["0.635416666666667"] + }, { + "tsareena": ["1.33707865168539"] + }, { + "turtonator": ["2.71621621621622"] + }, { + "turtwig": ["0.694915254237288"] + }, { + "tympole": ["1.34210526315789"] + }, { + "tynamo": ["0.769230769230769"] + }, { + "typenull": ["2.03191489361702"] + }, { + "typhlosion": ["1.78947368421053", "1.40350877192982"] + }, { + "tyranitar": ["1.6890756302521", "2.30555555555556"] + }, { + "tyrantrum": ["2.30555555555556"] + }, { + "tyrogue": ["1.02898550724638"] + }, { + "tyrunt": ["1.16176470588235"] + }, { + "umbreon": ["1.28571428571429"] + }, { + "unfezant": ["1.07267605633803", "1.07267605633803"] + }, { + "unown": ["0.838356164383562", "0.971428571428571", "1.07368421052632", "0.794805194805195", "1.0551724137931", "0.774683544303797", "1.13333333333333", "0.88695652173913", "1.2", "0.913432835820895", "1.09285714285714", "1.2", "0.85", "1.17692307692308", "1.07368421052632", "0.774683544303797", "1.15471698113208", "0.987096774193548", "1.13333333333333", "0.987096774193548", "0.88695652173913", "1.07368421052632", "1.24897959183673", "1.15471698113208", "0.987096774193548", "1.11272727272727", "1.224", "0.971428571428571"] + }, { + "ursaluna": ["2.62317073170732", "2.66336633663366"] + }, { + "ursaring": ["1.89473684210526", "1.89473684210526"] + }, { + "urshifu": ["1.5655737704918", "6.04375", "5.53404255319149", "1.76851851851852"] + }, { + "uxie": ["0.384615384615385"] + }, { + "vanillish": ["1.28235294117647"] + }, { + "vanillite": ["0.650793650793651"] + }, { + "vanilluxe": ["1.46067415730337"] + }, { + "vaporeon": ["1.375"] + }, { + "varoom": ["1.94117647058824"] + }, { + "veluza": ["1.63322580645161"] + }, { + "venipede": ["0.931818181818182"] + }, { + "venomoth": ["1.76470588235294"] + }, { + "venonat": ["1.57142857142857"] + }, { + "venusaur": ["2.61038961038961", "6.92307692307692", "2.62637362637363"] + }, { + "vespiquen": ["1.35227272727273"] + }, { + "vibrava": ["2.18"] + }, { + "victini": ["0.561643835616438"] + }, { + "victreebel": ["2.125"] + }, { + "vigoroth": ["1.75"] + }, { + "vikavolt": ["1.92307692307692"] + }, { + "vileplume": ["2.125", "2.125"] + }, { + "virizion": ["2.07216494845361"] + }, { + "vivillon": ["1.14423076923077", "1.14423076923077", "1.14423076923077", "1.14423076923077", "1.14423076923077", "1.14423076923077", "1.14423076923077", "1.14423076923077", "1.14423076923077", "1.14423076923077", "1.14423076923077", "1.14423076923077", "1.14423076923077", "1.14423076923077", "1.14423076923077", "1.14423076923077", "1.14423076923077", "1.14423076923077", "1.14423076923077", "1.14423076923077"] + }, { + "volbeat": ["0.959459459459459"] + }, { + "volcanion": ["1.86813186813187"] + }, { + "volcarona": ["1.72043010752688"] + }, { + "voltorb": ["1.18604651162791", "1.15909090909091"] + }, { + "vullaby": ["1.08510638297872"] + }, { + "vulpix": ["1.29787234042553", "1.29787234042553"] + }, { + "wailmer": ["2.95588235294118"] + }, { + "wailord": ["9.84567901234568"] + }, { + "walrein": ["1.97183098591549"] + }, { + "wartortle": ["1.35616438356164"] + }, { + "watchog": ["1.37974683544304"] + }, { + "weavile": ["1.3974358974359", "1.3974358974359"] + }, { + "weedle": ["0.566037735849057"] + }, { + "weepinbell": ["1.94117647058824"] + }, { + "weezing": ["1.35227272727273", "1.35227272727273"] + }, { + "whimsicott": ["1.05970149253731"] + }, { + "whirlipede": ["1.83076923076923"] + }, { + "whiscash": ["1.43548387096774"] + }, { + "whismur": ["1.27083333333333"] + }, { + "wigglytuff": ["1.45588235294118"] + }, { + "wiglett": ["1.4875"] + }, { + "wimpod": ["1.37837837837838"] + }, { + "wingull": ["1.01666666666667"] + }, { + "wishiwashi": ["0.540540540540541", "4.85436893203883"] + }, { + "wobbuffet": ["1.91176470588235", "1.91176470588235"] + }, { + "woobat": ["0.732142857142857"] + }, { + "wooloo": ["1.01666666666667"] + }, { + "wooper": ["0.872340425531915", "0.872340425531915"] + }, { + "wormadam": ["0.621951219512195", "0.662337662337662", "0.621951219512195"] + }, { + "wugtrio": ["1.7"] + }, { + "wurmple": ["0.566037735849057"] + }, { + "wynaut": ["1.15094339622642"] + }, { + "wyrdeer": ["1.53846153846154"] + }, { + "xatu": ["2.32758620689655", "2.14285714285714"] + }, { + "xerneas": ["2.4", "2.36220472440945"] + }, { + "xurkitree": ["4.53571428571429"] + }, { + "yamask": ["0.761194029850746", "0.6375"] + }, { + "yamper": ["0.555555555555556"] + }, { + "yanma": ["0.928818181818182"] + }, { + "yanmega": ["1.6534328358209"] + }, { + "yungoos": ["1.13888888888889"] + }, { + "yveltal": ["4.43489361702128"] + }, { + "zacian": ["2.93684210526316", "2.51351351351351"] + }, { + "zamazenta": ["3.25842696629214", "2.58928571428571"] + }, { + "zangoose": ["1.66666666666667"] + }, { + "zapdos": ["1.50943396226415", "1.6"] + }, { + "zarude": ["1.65137614678899", "1.65137614678899"] + }, { + "zebstrika": ["1.66666666666667"] + }, { + "zekrom": ["2.13235294117647"] + }, { + "zeraora": ["2.30769230769231", "1.30434782608696"] + }, { + "zigzagoon": ["0.872340425531915", "0.694915254237288"] + }, { + "zoroark": ["1.70212765957447", "1.36752136752137"] + }, { + "zorua": ["1.12698412698413", "0.731958762886598"] + }, { + "zubat": ["1.3314606741573", "1.41071428571429"] + }, { + "zweilous": ["1.77215189873418"] + }, { + "zygarde-10": ["1.63013698630137", "3.42990654205607", "4.09090909090909"] + }] + + fakemonsize = [{ + "astrolotl": ["1.8252427184466"] + }, { + "aurumoth": ["0.274509803921569"] + }, { + "colossoil": ["3.01162790697674"] + }, { + "crucibelle": ["0.637362637362637", "0.568627450980392"] + }, { + "equilibra": ["2.68539325842697"] + }, { + "fidgit": ["0.775510204081633"] + }, { + "jumbao": ["2.39"] + }, { + "justyke": ["0"] + }, { + "kerfluffle": ["1.78409090909091", "1.78409090909091"] + }, { + "kitsunoh": ["1.8030303030303", "1.8030303030303"] + }, { + "krilowatt": ["0.644444444444445"] + }, { + "malaconda": ["2.34210526315789"] + }, { + "miasmaw": ["1.68817204301075"] + }, { + "mollux": ["1.14492753623188"] + }, { + "mumbao": ["0.840579710144928"] + }, { + "necturna": ["0.25"] + }, { + "pajantom": ["1.07920792079208"] + }, { + "plasmanta": ["0.266666666666667"] + }, { + "pluffle": ["0.891891891891892"] + }, { + "protowatt": ["1.03571428571429", "1.03571428571429"] + }, { + "pyroak": ["2.69791666666667"] + }, { + "scratchet": ["1.02597402597403"] + }, { + "smogecko": ["0.655172413793103"] + }, { + "smoguana": ["0.506666666666667"] + }, { + "smokomodo": ["1.48936170212766"] + }, { + "stratagem": ["0.304347826086957"] + }, { + "tomohawk": ["0.774509803921569"] + }, { + "volkraken": ["0.373333333333333"] + }, { + "voodoom": ["1.23958333333333"] + }] \ No newline at end of file diff --git a/scripts/background_pokemon-size.js b/scripts/background_pokemon-size.js deleted file mode 100644 index 0553da4..0000000 --- a/scripts/background_pokemon-size.js +++ /dev/null @@ -1,2300 +0,0 @@ -pokemon = [{ - "abomasnow": ["abomasnow", "abomasnow-mega"] -}, { - "abra": ["abra"] -}, { - "absol": ["absol", "absol-mega"] -}, { - "accelgor": ["accelgor"] -}, { - "aegislash": ["aegislash", "aegislash-blade"] -}, { - "aerodactyl": ["aerodactyl", "aerodactyl-mega"] -}, { - "aggron": ["aggron", "aggron-mega"] -}, { - "aipom": ["aipom", "aipom-f"] -}, { - "alakazam": ["alakazam", "alakazam-mega"] -}, { - "alcremie": ["alcremie", "alcremie-caramel-swirl", "alcremie-gigantamax", "alcremie-lemon-cream", "alcremie-matcha-cream", "alcremie-mint-cream", "alcremie-rainbow-swirl", "alcremie-ruby-cream", "alcremie-ruby-swirl", "alcremie-salted-cream", "alcremie-vanilla-cream-berry", "alcremie-vanilla-cream-clover", "alcremie-vanilla-cream-flower", "alcremie-vanilla-cream-love", "alcremie-vanilla-cream-ribbon", "alcremie-vanilla-cream-star"] -}, { - "alomomola": ["alomomola"] -}, { - "altaria": ["altaria", "altaria-mega"] -}, { - "amaura": ["amaura"] -}, { - "ambipom": ["ambipom", "ambipom-f"] -}, { - "amoonguss": ["amoonguss"] -}, { - "ampharos": ["ampharos", "ampharos-mega"] -}, { - "anorith": ["anorith"] -}, { - "appletun": ["appletun", "appletun-gigantamax"] -}, { - "applin": ["applin"] -}, { - "araquanid": ["araquanid"] -}, { - "arbok": ["arbok"] -}, { - "arboliva": ["arboliva"] -}, { - "arcanine": ["arcanine", "arcanine-hisui"] -}, { - "arceus": ["arceus", "arceus-bug", "arceus-dark", "arceus-dragon", "arceus-electric", "arceus-fairy", "arceus-fighting", "arceus-fire", "arceus-flying", "arceus-ghost", "arceus-grass", "arceus-ground", "arceus-ice", "arceus-poison", "arceus-psychic", "arceus-rock", "arceus-steel", "arceus-water"] -}, { - "archen": ["archen"] -}, { - "archeops": ["archeops"] -}, { - "arctovish": ["arctovish"] -}, { - "arctozolt": ["arctozolt"] -}, { - "ariados": ["ariados"] -}, { - "armaldo": ["armaldo"] -}, { - "aromatisse": ["aromatisse"] -}, { - "aron": ["aron"] -}, { - "arrokuda": ["arrokuda"] -}, { - "articuno": ["articuno", "articuno-galar"] -}, { - "audino": ["audino", "audino-mega"] -}, { - "aurorus": ["aurorus"] -}, { - "avalugg": ["avalugg", "avalugg-hisui"] -}, { - "axew": ["axew"] -}, { - "azelf": ["azelf"] -}, { - "azumarill": ["azumarill"] -}, { - "azurill": ["azurill"] -}, { - "bagon": ["bagon"] -}, { - "baltoy": ["baltoy"] -}, { - "banette": ["banette", "banette-mega"] -}, { - "barbaracle": ["barbaracle"] -}, { - "barboach": ["barboach"] -}, { - "barraskewda": ["barraskewda"] -}, { - "basculegion": ["basculegion", "basculegion-f"] -}, { - "basculin": ["basculin", "basculin-blue", "basculin-whitestriped"] -}, { - "bastiodon": ["bastiodon"] -}, { - "bayleef": ["bayleef"] -}, { - "beartic": ["beartic"] -}, { - "beautifly": ["beautifly", "beautifly-f"] -}, { - "beedrill": ["beedrill", "beedrill-mega"] -}, { - "beheeyem": ["beheeyem"] -}, { - "beldum": ["beldum"] -}, { - "bellibolt": ["bellibolt"] -}, { - "bellossom": ["bellossom"] -}, { - "bellsprout": ["bellsprout"] -}, { - "bergmite": ["bergmite"] -}, { - "bewear": ["bewear"] -}, { - "bibarel": ["bibarel", "bibarel-f"] -}, { - "bidoof": ["bidoof", "bidoof-f"] -}, { - "binacle": ["binacle"] -}, { - "bisharp": ["bisharp"] -}, { - "blacephalon": ["blacephalon"] -}, { - "blastoise": ["blastoise", "blastoise-mega", "blastoise-gigantamax"] -}, { - "blaziken": ["blaziken", "blaziken-mega"] -}, { - "blipbug": ["blipbug"] -}, { - "blissey": ["blissey"] -}, { - "blitzle": ["blitzle"] -}, { - "boldore": ["boldore"] -}, { - "boltund": ["boltund"] -}, { - "bonsly": ["bonsly"] -}, { - "bouffalant": ["bouffalant"] -}, { - "bounsweet": ["bounsweet"] -}, { - "braixen": ["braixen"] -}, { - "braviary": ["braviary", "braviary-hisui"] -}, { - "breloom": ["breloom"] -}, { - "brionne": ["brionne"] -}, { - "bronzong": ["bronzong"] -}, { - "bronzor": ["bronzor"] -}, { - "bruxish": ["bruxish"] -}, { - "budew": ["budew"] -}, { - "buizel": ["buizel", "buizel-f"] -}, { - "bulbasaur": ["bulbasaur"] -}, { - "buneary": ["buneary"] -}, { - "bunnelby": ["bunnelby"] -}, { - "burmy": ["burmy", "burmy-sandy", "burmy-trash"] -}, { - "butterfree": ["butterfree", "butterfree-gigantamax"] -}, { - "buzzwole": ["buzzwole"] -}, { - "cacnea": ["cacnea"] -}, { - "cacturne": ["cacturne", "cacturne-f"] -}, { - "calyrex": ["calyrex", "calyrex-ice", "calyrex-shadow"] -}, { - "camerupt": ["camerupt", "camerupt-mega"] -}, { - "capsakid": ["capsakid"] -}, { - "carbink": ["carbink"] -}, { - "carkol": ["carkol"] -}, { - "carnivine": ["carnivine"] -}, { - "carracosta": ["carracosta"] -}, { - "carvanha": ["carvanha"] -}, { - "cascoon": ["cascoon"] -}, { - "castform": ["castform", "castform-rainy", "castform-snowy", "castform-sunny"] -}, { - "caterpie": ["caterpie"] -}, { - "celebi": ["celebi"] -}, { - "celesteela": ["celesteela"] -}, { - "centiskorch": ["centiskorch", "centiskorch-gigantamax"] -}, { - "cetitan": ["cetitan"] -}, { - "cetoddle": ["cetoddle"] -}, { - "chandelure": ["chandelure"] -}, { - "chansey": ["chansey"] -}, { - "charizard": ["charizard", "charizard-gigantamax", "charizard-megax", "charizard-megay"] -}, { - "charjabug": ["charjabug"] -}, { - "charmander": ["charmander"] -}, { - "charmeleon": ["charmeleon"] -}, { - "chatot": ["chatot"] -}, { - "cherrim": ["cherrim", "cherrim-sunshine"] -}, { - "cherubi": ["cherubi"] -}, { - "chesnaught": ["chesnaught"] -}, { - "chespin": ["chespin"] -}, { - "chewtle": ["chewtle"] -}, { - "chikorita": ["chikorita"] -}, { - "chimchar": ["chimchar"] -}, { - "chimecho": ["chimecho"] -}, { - "chinchou": ["chinchou"] -}, { - "chingling": ["chingling"] -}, { - "cinccino": ["cinccino"] -}, { - "cinderace": ["cinderace", "cinderace-gigantamax"] -}, { - "clamperl": ["clamperl"] -}, { - "clauncher": ["clauncher"] -}, { - "clawitzer": ["clawitzer"] -}, { - "claydol": ["claydol"] -}, { - "clefable": ["clefable"] -}, { - "clefairy": ["clefairy"] -}, { - "cleffa": ["cleffa"] -}, { - "clobbopus": ["clobbopus"] -}, { - "cloyster": ["cloyster"] -}, { - "coalossal": ["coalossal", "coalossal-gigantamax"] -}, { - "cobalion": ["cobalion"] -}, { - "cofagrigus": ["cofagrigus"] -}, { - "combee": ["combee", "combee-f"] -}, { - "combusken": ["combusken", "combusken-f"] -}, { - "comfey": ["comfey"] -}, { - "conkeldurr": ["conkeldurr"] -}, { - "copperajah": ["copperajah", "copperajah-gigantamax"] -}, { - "corphish": ["corphish"] -}, { - "corsola": ["corsola", "corsola-galar"] -}, { - "corviknight": ["corviknight", "corviknight-gigantamax"] -}, { - "corvisquire": ["corvisquire"] -}, { - "cosmoem": ["cosmoem"] -}, { - "cosmog": ["cosmog"] -}, { - "cottonee": ["cottonee"] -}, { - "crabominable": ["crabominable"] -}, { - "crabrawler": ["crabrawler"] -}, { - "cradily": ["cradily"] -}, { - "cramorant": ["cramorant", "cramorant-gorging", "cramorant-gulping"] -}, { - "cranidos": ["cranidos"] -}, { - "crawdaunt": ["crawdaunt"] -}, { - "cresselia": ["cresselia"] -}, { - "croagunk": ["croagunk", "croagunk-f"] -}, { - "crobat": ["crobat"] -}, { - "crocalor": ["crocalor"] -}, { - "croconaw": ["croconaw"] -}, { - "crustle": ["crustle"] -}, { - "cryogonal": ["cryogonal"] -}, { - "cubchoo": ["cubchoo"] -}, { - "cubone": ["cubone"] -}, { - "cufant": ["cufant"] -}, { - "cursola": ["cursola"] -}, { - "cutiefly": ["cutiefly"] -}, { - "cyndaquil": ["cyndaquil"] -}, { - "darkrai": ["darkrai"] -}, { - "darmanitan": ["darmanitan", "darmanitan-galar-zen", "darmanitan-galar", "darmanitan-zen"] -}, { - "dartrix": ["dartrix"] -}, { - "darumaka": ["darumaka", "darumaka-galar"] -}, { - "decidueye": ["decidueye", "decidueye-hisui"] -}, { - "dedenne": ["dedenne"] -}, { - "deerling": ["deerling", "deerling-autumn", "deerling-summer", "deerling-winter"] -}, { - "deino": ["deino"] -}, { - "delcatty": ["delcatty"] -}, { - "delibird": ["delibird"] -}, { - "delphox": ["delphox"] -}, { - "deoxys": ["deoxys", "deoxys-attack", "deoxys-defense", "deoxys-speed"] -}, { - "dewgong": ["dewgong"] -}, { - "dewott": ["dewott"] -}, { - "dewpider": ["dewpider"] -}, { - "dhelmise": ["dhelmise"] -}, { - "dialga": ["dialga"] -}, { - "diancie": ["diancie", "diancie-mega"] -}, { - "diggersby": ["diggersby"] -}, { - "diglett": ["diglett", "diglett-alola"] -}, { - "ditto": ["ditto"] -}, { - "dodrio": ["dodrio", "dodrio-f"] -}, { - "doduo": ["doduo", "doduo-f"] -}, { - "dolliv": ["dolliv"] -}, { - "dondozo": ["dondozo"] -}, { - "donphan": ["donphan", "donphan-f"] -}, { - "dottler": ["dottler"] -}, { - "doublade": ["doublade"] -}, { - "dracovish": ["dracovish"] -}, { - "dracozolt": ["dracozolt"] -}, { - "dragalge": ["dragalge"] -}, { - "dragapult": ["dragapult"] -}, { - "dragonair": ["dragonair"] -}, { - "dragonite": ["dragonite"] -}, { - "drakloak": ["drakloak"] -}, { - "drampa": ["drampa"] -}, { - "drapion": ["drapion"] -}, { - "dratini": ["dratini"] -}, { - "drednaw": ["drednaw", "drednaw-gigantamax"] -}, { - "dreepy": ["dreepy"] -}, { - "drifblim": ["drifblim"] -}, { - "drifloon": ["drifloon"] -}, { - "drilbur": ["drilbur"] -}, { - "drizzile": ["drizzile"] -}, { - "drowzee": ["drowzee"] -}, { - "druddigon": ["druddigon"] -}, { - "dubwool": ["dubwool"] -}, { - "ducklett": ["ducklett"] -}, { - "dugtrio": ["dugtrio", "dugtrio-alola"] -}, { - "dudunsparce": ["dudunsparce", "dudunsparce-threesegment"] -}, { - "dunsparce": ["dunsparce"] -}, { - "duosion": ["duosion"] -}, { - "duraludon": ["duraludon", "duraludon-gigantamax"] -}, { - "durant": ["durant"] -}, { - "dusclops": ["dusclops"] -}, { - "dusknoir": ["dusknoir"] -}, { - "duskull": ["duskull"] -}, { - "dustox": ["dustox", "dustox-f"] -}, { - "dwebble": ["dwebble"] -}, { - "eelektrik": ["eelektrik"] -}, { - "eelektross": ["eelektross"] -}, { - "eevee": ["eevee", "eevee-gigantamax"] -}, { - "eiscue": ["eiscue", "eiscue-noice-face"] -}, { - "ekans": ["ekans"] -}, { - "eldegoss": ["eldegoss"] -}, { - "electabuzz": ["electabuzz"] -}, { - "electivire": ["electivire"] -}, { - "electrike": ["electrike"] -}, { - "electrode": ["electrode", "electrode-hisui"] -}, { - "elekid": ["elekid"] -}, { - "elgyem": ["elgyem"] -}, { - "emboar": ["emboar"] -}, { - "emolga": ["emolga"] -}, { - "empoleon": ["empoleon"] -}, { - "enamorus": ["enamorus", "enamorus-therian"] -}, { - "entei": ["entei"] -}, { - "escavalier": ["escavalier"] -}, { - "espathra": ["espathra"] -}, { - "espeon": ["espeon"] -}, { - "espurr": ["espurr"] -}, { - "eternatus": ["eternatus", "eternatus-eternamax"] -}, { - "excadrill": ["excadrill"] -}, { - "exeggcute": ["exeggcute"] -}, { - "exeggutor": ["exeggutor", "exeggutor-alola"] -}, { - "exploud": ["exploud"] -}, { - "falinks": ["falinks"] -}, { - "farfetchd": ["farfetchd", "farfetchd-galar"] -}, { - "farigiraf": ["farigiraf"] -}, { - "fearow": ["fearow"] -}, { - "feebas": ["feebas"] -}, { - "fennekin": ["fennekin"] -}, { - "feraligatr": ["feraligatr"] -}, { - "ferroseed": ["ferroseed"] -}, { - "ferrothorn": ["ferrothorn"] -}, { - "finizen": ["finizen"] -}, { - "finneon": ["finneon", "finneon-f"] -}, { - "flaaffy": ["flaaffy"] -}, { - "flabebe": ["flabebe", "flabebe-blue", "flabebe-orange", "flabebe-white", "flabebe-yellow"] -}, { - "flapple": ["flapple", "flapple-gigantamax"] -}, { - "flareon": ["flareon"] -}, { - "fletchinder": ["fletchinder"] -}, { - "fletchling": ["fletchling"] -}, { - "flittle": ["flittle"] -}, { - "floatzel": ["floatzel", "floatzel-f"] -}, { - "floette": ["floette", "floette-blue", "floette-eternal", "floette-orange", "floette-white", "floette-yellow"] -}, { - "floragato": ["floragato"] -}, { - "florges": ["florges", "florges-blue", "florges-orange", "florges-white", "florges-yellow"] -}, { - "flygon": ["flygon"] -}, { - "fomantis": ["fomantis"] -}, { - "foongus": ["foongus"] -}, { - "forretress": ["forretress"] -}, { - "fraxure": ["fraxure"] -}, { - "frillish": ["frillish", "frillish-f"] -}, { - "froakie": ["froakie"] -}, { - "frogadier": ["frogadier"] -}, { - "froslass": ["froslass"] -}, { - "frosmoth": ["frosmoth"] -}, { - "fuecoco": ["fuecoco"] -}, { - "furfrou": ["furfrou", "furfrou-dandy", "furfrou-debutante", "furfrou-diamond", "furfrou-heart", "furfrou-kabuki", "furfrou-lareine", "furfrou-matron", "furfrou-pharaoh", "furfrou-star"] -}, { - "furret": ["furret"] -}, { - "gabite": ["gabite", "gabite-f"] -}, { - "gallade": ["gallade", "gallade-mega"] -}, { - "galvantula": ["galvantula"] -}, { - "garbodor": ["garbodor", "garbodor-gigantamax"] -}, { - "garchomp": ["garchomp", "garchomp-mega"] -}, { - "gardevoir": ["gardevoir", "gardevoir-mega"] -}, { - "gastly": ["gastly"] -}, { - "gastrodon": ["gastrodon", "gastrodon-east"] -}, { - "genesect": ["genesect", "genesect-electric", "genesect-fire", "genesect-ice", "genesect-water"] -}, { - "gengar": ["gengar", "gengar-gigantamax", "gengar-mega"] -}, { - "geodude": ["geodude", "geodude-alola"] -}, { - "gible": ["gible", "gible-f"] -}, { - "gigalith": ["gigalith"] -}, { - "girafarig": ["girafarig", "girafarig-f"] -}, { - "giratina": ["giratina", "giratina-origin"] -}, { - "glaceon": ["glaceon"] -}, { - "glalie": ["glalie", "glalie-mega"] -}, { - "glameow": ["glameow", "glameow-g6"] -}, { - "glastrier": ["glastrier"] -}, { - "gligar": ["gligar", "gligar-f"] -}, { - "gliscor": ["gliscor"] -}, { - "gloom": ["gloom", "gloom-f"] -}, { - "gogoat": ["gogoat"] -}, { - "golbat": ["golbat", "golbat-f"] -}, { - "goldeen": ["goldeen", "goldeen-f"] -}, { - "golduck": ["golduck"] -}, { - "golem": ["golem", "golem-alola"] -}, { - "golett": ["golett"] -}, { - "golisopod": ["golisopod"] -}, { - "golurk": ["golurk"] -}, { - "goodra": ["goodra", "goodra-hisui"] -}, { - "goomy": ["goomy"] -}, { - "gorebyss": ["gorebyss"] -}, { - "gossifleur": ["gossifleur"] -}, { - "gothita": ["gothita"] -}, { - "gothitelle": ["gothitelle"] -}, { - "gothorita": ["gothorita"] -}, { - "gourgeist": ["gourgeist", "gourgeist-large", "gourgeist-small", "gourgeist-super"] -}, { - "granbull": ["granbull"] -}, { - "grapploct": ["grapploct"] -}, { - "graveler": ["graveler", "graveler-alola"] -}, { - "greavard": ["greavard"] -}, { - "greedent": ["greedent"] -}, { - "greninja": ["greninja", "greninja-active"] -}, { - "grimer": ["grimer", "grimer-alola"] -}, { - "grimmsnarl": ["grimmsnarl", "grimmsnarl-gigantamax"] -}, { - "grookey": ["grookey"] -}, { - "grotle": ["grotle"] -}, { - "groudon": ["groudon", "groudon-primal"] -}, { - "grovyle": ["grovyle"] -}, { - "growlithe": ["growlithe", "growlithe-hisui"] -}, { - "grubbin": ["grubbin"] -}, { - "grumpig": ["grumpig"] -}, { - "gulpin": ["gulpin", "gulpin-f"] -}, { - "gumshoos": ["gumshoos"] -}, { - "gurdurr": ["gurdurr"] -}, { - "guzzlord": ["guzzlord"] -}, { - "gyarados": ["gyarados", "gyarados-mega"] -}, { - "hakamo-o": ["hakamo-o"] -}, { - "happiny": ["happiny"] -}, { - "hariyama": ["hariyama"] -}, { - "hatenna": ["hatenna"] -}, { - "hatterene": ["hatterene", "hatterene-gigantamax"] -}, { - "hattrem": ["hattrem"] -}, { - "haunter": ["haunter"] -}, { - "hawlucha": ["hawlucha"] -}, { - "haxorus": ["haxorus"] -}, { - "heatmor": ["heatmor"] -}, { - "heatran": ["heatran"] -}, { - "heliolisk": ["heliolisk"] -}, { - "helioptile": ["helioptile"] -}, { - "heracross": ["heracross", "heracross-mega"] -}, { - "herdier": ["herdier"] -}, { - "hippopotas": ["hippopotas", "hippopotas-f"] -}, { - "hippowdon": ["hippowdon", "hippowdon-f"] -}, { - "hitmonchan": ["hitmonchan"] -}, { - "hitmonlee": ["hitmonlee"] -}, { - "hitmontop": ["hitmontop"] -}, { - "ho-oh": ["ho-oh"] -}, { - "honchkrow": ["honchkrow"] -}, { - "honedge": ["honedge"] -}, { - "hoopa": ["hoopa", "hoopa-unbound"] -}, { - "hoothoot": ["hoothoot"] -}, { - "hoppip": ["hoppip"] -}, { - "horsea": ["horsea"] -}, { - "houndoom": ["houndoom", "houndoom-mega"] -}, { - "houndour": ["houndour"] -}, { - "houndstone": ["houndstone"] -}, { - "huntail": ["huntail"] -}, { - "hydreigon": ["hydreigon"] -}, { - "hypno": ["hypno", "hypno-f"] -}, { - "igglybuff": ["igglybuff"] -}, { - "illumise": ["illumise"] -}, { - "impidimp": ["impidimp"] -}, { - "incineroar": ["incineroar"] -}, { - "indeedee": ["indeedee", "indeedee-f"] -}, { - "infernape": ["infernape"] -}, { - "inkay": ["inkay"] -}, { - "inteleon": ["inteleon", "inteleon-gigantamax"] -}, { - "ivysaur": ["ivysaur"] -}, { - "jangmo-o": ["jangmo-o"] -}, { - "jellicent": ["jellicent", "jellicent-f"] -}, { - "jigglypuff": ["jigglypuff"] -}, { - "jirachi": ["jirachi"] -}, { - "jolteon": ["jolteon"] -}, { - "joltik": ["joltik"] -}, { - "jumpluff": ["jumpluff"] -}, { - "jynx": ["jynx"] -}, { - "kabuto": ["kabuto"] -}, { - "kabutops": ["kabutops"] -}, { - "kadabra": ["kadabra", "kadabra-f"] -}, { - "kakuna": ["kakuna"] -}, { - "kangaskhan": ["kangaskhan", "kangaskhan-mega"] -}, { - "karrablast": ["karrablast"] -}, { - "kartana": ["kartana"] -}, { - "kecleon": ["kecleon"] -}, { - "keldeo": ["keldeo", "keldeo-resolute"] -}, { - "kingdra": ["kingdra"] -}, { - "kingler": ["kingler", "kingler-gigantamax"] -}, { - "kirlia": ["kirlia"] -}, { - "klang": ["klang"] -}, { - "kleavor": ["kleavor"] -}, { - "klefki": ["klefki"] -}, { - "klink": ["klink"] -}, { - "klinklang": ["klinklang"] -}, { - "koffing": ["koffing"] -}, { - "komala": ["komala"] -}, { - "kommo-o": ["kommo-o"] -}, { - "krabby": ["krabby"] -}, { - "kricketot": ["kricketot", "kricketot-f"] -}, { - "kricketune": ["kricketune", "kricketune-f"] -}, { - "krokorok": ["krokorok"] -}, { - "krookodile": ["krookodile"] -}, { - "kubfu": ["kubfu"] -}, { - "kyogre": ["kyogre", "kyogre-primal"] -}, { - "kyurem": ["kyurem", "kyurem-black-overdrive", "kyurem-black", "kyurem-white-overdrive", "kyurem-white"] -}, { - "lairon": ["lairon"] -}, { - "lampent": ["lampent"] -}, { - "landorus": ["landorus", "landorus-therian"] -}, { - "lanturn": ["lanturn"] -}, { - "lapras": ["lapras", "lapras-gigantamax"] -}, { - "larvesta": ["larvesta"] -}, { - "larvitar": ["larvitar"] -}, { - "latias": ["latias", "latias-mega"] -}, { - "latios": ["latios", "latios-mega"] -}, { - "leafeon": ["leafeon"] -}, { - "leavanny": ["leavanny"] -}, { - "lechonk": ["lechonk"] -}, { - "ledian": ["ledian", "ledian-f"] -}, { - "ledyba": ["ledyba", "ledyba-f"] -}, { - "lickilicky": ["lickilicky"] -}, { - "lickitung": ["lickitung"] -}, { - "liepard": ["liepard"] -}, { - "lileep": ["lileep"] -}, { - "lilligant": ["lilligant", "lilligant-hisui"] -}, { - "lillipup": ["lillipup"] -}, { - "linoone": ["linoone", "linoone-galar"] -}, { - "litleo": ["litleo"] -}, { - "litten": ["litten"] -}, { - "litwick": ["litwick"] -}, { - "lokix": ["lokix"] -}, { - "lombre": ["lombre"] -}, { - "lopunny": ["lopunny", "lopunny-mega"] -}, { - "lotad": ["lotad"] -}, { - "loudred": ["loudred"] -}, { - "lucario": ["lucario", "lucario-mega"] -}, { - "ludicolo": ["ludicolo", "ludicolo-f"] -}, { - "lugia": ["lugia"] -}, { - "lumineon": ["lumineon", "lumineon-f"] -}, { - "lunala": ["lunala"] -}, { - "lunatone": ["lunatone"] -}, { - "lurantis": ["lurantis"] -}, { - "luvdisc": ["luvdisc"] -}, { - "luxio": ["luxio", "luxio-f"] -}, { - "luxray": ["luxray", "luxray-f"] -}, { - "lycanroc": ["lycanroc", "lycanroc-dusk", "lycanroc-midnight"] -}, { - "machamp": ["machamp", "machamp-gigantamax"] -}, { - "machoke": ["machoke"] -}, { - "machop": ["machop"] -}, { - "magby": ["magby"] -}, { - "magcargo": ["magcargo"] -}, { - "magearna": ["magearna", "magearna-original"] -}, { - "magikarp": ["magikarp", "magikarp-f"] -}, { - "magmar": ["magmar"] -}, { - "magmortar": ["magmortar"] -}, { - "magnemite": ["magnemite"] -}, { - "magneton": ["magneton"] -}, { - "magnezone": ["magnezone"] -}, { - "makuhita": ["makuhita"] -}, { - "malamar": ["malamar"] -}, { - "mamoswine": ["mamoswine", "mamoswine-f"] -}, { - "manaphy": ["manaphy"] -}, { - "mandibuzz": ["mandibuzz"] -}, { - "manectric": ["manectric", "manectric-mega"] -}, { - "mankey": ["mankey"] -}, { - "mantine": ["mantine"] -}, { - "mantyke": ["mantyke"] -}, { - "maractus": ["maractus"] -}, { - "mareanie": ["mareanie"] -}, { - "mareep": ["mareep"] -}, { - "marill": ["marill"] -}, { - "marowak": ["marowak", "marowak-alola"] -}, { - "marshadow": ["marshadow"] -}, { - "marshtomp": ["marshtomp"] -}, { - "masquerain": ["masquerain"] -}, { - "maushold": ["maushold", "maushold-four"] -}, { - "mawile": ["mawile", "mawile-mega"] -}, { - "medicham": ["medicham", "medicham-mega"] -}, { - "meditite": ["meditite", "meditite-f"] -}, { - "meltan": ["meltan"] -}, { - "meganium": ["meganium", "meganium-f"] -}, { - "melmetal": ["melmetal", "melmetal-gigantamax"] -}, { - "meloetta": ["meloetta", "meloetta-pirouette"] -}, { - "meowscarada": ["meowscarada"] -}, { - "meowstic": ["meowstic", "meowstic-f"] -}, { - "meowth": ["meowth", "meowth-alola", "meowth-galar", "meowth-gigantamax"] -}, { - "mesprit": ["mesprit"] -}, { - "metagross": ["metagross", "metagross-mega"] -}, { - "metang": ["metang"] -}, { - "metapod": ["metapod"] -}, { - "mew": ["mew"] -}, { - "mewtwo": ["mewtwo", "mewtwo-megax", "mewtwo-megay"] -}, { - "mienfoo": ["mienfoo"] -}, { - "mienshao": ["mienshao"] -}, { - "mightyena": ["mightyena"] -}, { - "milcery": ["milcery"] -}, { - "milotic": ["milotic", "milotic-f"] -}, { - "miltank": ["miltank"] -}, { - "mime_jr": ["mime_jr"] -}, { - "mimikyu": ["mimikyu", "mimikyu-busted"] -}, { - "minccino": ["minccino"] -}, { - "minior": ["minior", "minior-blue", "minior-green", "minior-indigo", "minior-orange", "minior-red", "minior-violet", "minior-yellow"] -}, { - "minun": ["minun"] -}, { - "misdreavus": ["misdreavus"] -}, { - "mismagius": ["mismagius"] -}, { - "moltres": ["moltres", "moltres-galar"] -}, { - "monferno": ["monferno"] -}, { - "morelull": ["morelull"] -}, { - "morgrem": ["morgrem"] -}, { - "morpeko": ["morpeko", "morpeko-hangry-mode"] -}, { - "mothim": ["mothim"] -}, { - "mr-mime": ["mr-mime", "mr-mime-galar"] -}, { - "mr-rime": ["mr-rime"] -}, { - "mudbray": ["mudbray"] -}, { - "mudkip": ["mudkip"] -}, { - "mudsdale": ["mudsdale"] -}, { - "muk": ["muk", "muk-alola"] -}, { - "munchlax": ["munchlax"] -}, { - "munna": ["munna"] -}, { - "murkrow": ["murkrow", "murkrow-f"] -}, { - "musharna": ["musharna"] -}, { - "naganadel": ["naganadel"] -}, { - "natu": ["natu"] -}, { - "necrozma": ["necrozma", "necrozma-dawn-wings", "necrozma-dusk-mane", "necrozma-ultra"] -}, { - "nickit": ["nickit"] -}, { - "nidoking": ["nidoking"] -}, { - "nidoqueen": ["nidoqueen"] -}, { - "nidoran_f": ["nidoran_f"] -}, { - "nidoran_m": ["nidoran_m"] -}, { - "nidorina": ["nidorina"] -}, { - "nidorino": ["nidorino"] -}, { - "nihilego": ["nihilego"] -}, { - "nincada": ["nincada"] -}, { - "ninetales": ["ninetales", "ninetales-alola"] -}, { - "ninjask": ["ninjask"] -}, { - "noctowl": ["noctowl"] -}, { - "noibat": ["noibat"] -}, { - "noivern": ["noivern"] -}, { - "nosepass": ["nosepass"] -}, { - "numel": ["numel", "numel-f"] -}, { - "nuzleaf": ["nuzleaf", "nuzleaf-f"] -}, { - "nymble": ["nymble"] -}, { - "obstagoon": ["obstagoon"] -}, { - "octillery": ["octillery", "octillery-f"] -}, { - "oddish": ["oddish"] -}, { - "oinkologne": ["oinkologne", "oinkologne-f"] -}, { - "omanyte": ["omanyte"] -}, { - "omastar": ["omastar"] -}, { - "onix": ["onix"] -}, { - "oranguru": ["oranguru"] -}, { - "orbeetle": ["orbeetle", "orbeetle-gigantamax"] -}, { - "oricorio": ["oricorio", "oricorio-pau", "oricorio-pompom", "oricorio-sensu"] -}, { - "orthworm": ["orthworm"] -}, { - "oshawott": ["oshawott"] -}, { - "overqwil": ["overqwil"] -}, { - "pachirisu": ["pachirisu", "pachirisu-f"] -}, { - "palafin": ["palafin", "palafin-hero"] -}, { - "palkia": ["palkia"] -}, { - "palossand": ["palossand"] -}, { - "palpitoad": ["palpitoad"] -}, { - "pancham": ["pancham"] -}, { - "pangoro": ["pangoro"] -}, { - "panpour": ["panpour"] -}, { - "pansage": ["pansage"] -}, { - "pansear": ["pansear"] -}, { - "paras": ["paras"] -}, { - "parasect": ["parasect"] -}, { - "passimian": ["passimian"] -}, { - "patrat": ["patrat"] -}, { - "pawniard": ["pawniard"] -}, { - "pelipper": ["pelipper"] -}, { - "perrserker": ["perrserker"] -}, { - "persian": ["persian", "persian-alola"] -}, { - "petilil": ["petilil"] -}, { - "phanpy": ["phanpy"] -}, { - "phantump": ["phantump"] -}, { - "pheromosa": ["pheromosa"] -}, { - "phione": ["phione"] -}, { - "pichu": ["pichu"] -}, { - "pidgeot": ["pidgeot", "pidgeot-mega"] -}, { - "pidgeotto": ["pidgeotto"] -}, { - "pidgey": ["pidgey"] -}, { - "pidove": ["pidove"] -}, { - "pignite": ["pignite"] -}, { - "pikachu": ["pikachu", "pikachu-belle", "pikachu-cosplay", "pikachu-gigantamax", "pikachu-libre", "pikachu-phd", "pikachu-popstar", "pikachu-rockstar"] -}, { - "pikipek": ["pikipek"] -}, { - "piloswine": ["piloswine", "piloswine-f"] -}, { - "pincurchin": ["pincurchin"] -}, { - "pineco": ["pineco"] -}, { - "pinsir": ["pinsir", "pinsir-mega"] -}, { - "piplup": ["piplup"] -}, { - "plusle": ["plusle"] -}, { - "poipole": ["poipole"] -}, { - "politoed": ["politoed", "politoed-f"] -}, { - "poliwag": ["poliwag"] -}, { - "poliwhirl": ["poliwhirl"] -}, { - "poliwrath": ["poliwrath"] -}, { - "polteageist": ["polteageist"] -}, { - "ponyta": ["ponyta", "ponyta-galar"] -}, { - "poochyena": ["poochyena"] -}, { - "popplio": ["popplio"] -}, { - "porygon": ["porygon"] -}, { - "porygon-z": ["porygon-z"] -}, { - "porygon2": ["porygon2"] -}, { - "primarina": ["primarina"] -}, { - "primeape": ["primeape"] -}, { - "prinplup": ["prinplup"] -}, { - "probopass": ["probopass"] -}, { - "psyduck": ["psyduck"] -}, { - "pumpkaboo": ["pumpkaboo", "pumpkaboo-large", "pumpkaboo-small", "pumpkaboo-super"] -}, { - "pupitar": ["pupitar"] -}, { - "purrloin": ["purrloin"] -}, { - "purugly": ["purugly"] -}, { - "pyroar": ["pyroar", "pyroar-f"] -}, { - "pyukumuku": ["pyukumuku"] -}, { - "quagsire": ["quagsire", "quagsire-f"] -}, { - "quaquaval": ["quaquaval"] -}, { - "quaxly": ["quaxly"] -}, { - "quaxwell": ["quaxwell"] -}, { - "quilava": ["quilava"] -}, { - "quilladin": ["quilladin"] -}, { - "qwilfish": ["qwilfish"] -}, { - "raboot": ["raboot"] -}, { - "rabsca": ["rabsca"] -}, { - "raichu": ["raichu", "raichu-alola"] -}, { - "raikou": ["raikou"] -}, { - "ralts": ["ralts"] -}, { - "rampardos": ["rampardos"] -}, { - "rapidash": ["rapidash", "rapidash-galar"] -}, { - "raticate": ["raticate", "raticate-alola"] -}, { - "rattata": ["rattata", "rattata-alola"] -}, { - "rayquaza": ["rayquaza", "rayquaza-mega"] -}, { - "regice": ["regice"] -}, { - "regidrago": ["regidrago"] -}, { - "regieleki": ["regieleki"] -}, { - "regigigas": ["regigigas"] -}, { - "regirock": ["regirock"] -}, { - "registeel": ["registeel"] -}, { - "relicanth": ["relicanth", "relicanth-f"] -}, { - "rellor": ["rellor"] -}, { - "remoraid": ["remoraid"] -}, { - "reshiram": ["reshiram"] -}, { - "reuniclus": ["reuniclus"] -}, { - "revavroom": ["revavroom"] -}, { - "rhydon": ["rhydon", "rhydon-f"] -}, { - "rhyhorn": ["rhyhorn", "rhyhorn-f"] -}, { - "rhyperior": ["rhyperior", "rhyperior-f"] -}, { - "ribombee": ["ribombee"] -}, { - "rillaboom": ["rillaboom", "rillaboom-gigantamax"] -}, { - "riolu": ["riolu"] -}, { - "rockruff": ["rockruff"] -}, { - "roggenrola": ["roggenrola"] -}, { - "rolycoly": ["rolycoly"] -}, { - "rookidee": ["rookidee"] -}, { - "roselia": ["roselia", "roselia-f"] -}, { - "roserade": ["roserade", "roserade-f"] -}, { - "rotom": ["rotom", "rotom-fan", "rotom-frost", "rotom-heat", "rotom-mow", "rotom-wash"] -}, { - "rowlet": ["rowlet"] -}, { - "rufflet": ["rufflet"] -}, { - "runerigus": ["runerigus"] -}, { - "sableye": ["sableye", "sableye-mega"] -}, { - "salamence": ["salamence", "salamence-mega"] -}, { - "salandit": ["salandit"] -}, { - "salazzle": ["salazzle"] -}, { - "samurott": ["samurott", "samurott-hisui"] -}, { - "sandaconda": ["sandaconda", "sandaconda-gigantamax"] -}, { - "sandile": ["sandile"] -}, { - "sandshrew": ["sandshrew", "sandshrew-alola"] -}, { - "sandslash": ["sandslash", "sandslash-alola"] -}, { - "sandygast": ["sandygast"] -}, { - "sawk": ["sawk"] -}, { - "sawsbuck": ["sawsbuck", "sawsbuck-autumn", "sawsbuck-summer", "sawsbuck-winter"] -}, { - "scatterbug": ["scatterbug"] -}, { - "sceptile": ["sceptile", "sceptile-mega"] -}, { - "scizor": ["scizor", "scizor-mega"] -}, { - "scolipede": ["scolipede"] -}, { - "scorbunny": ["scorbunny"] -}, { - "scovillain": ["scovillain"] -}, { - "scrafty": ["scrafty"] -}, { - "scraggy": ["scraggy"] -}, { - "scyther": ["scyther", "scyther-f"] -}, { - "seadra": ["seadra"] -}, { - "seaking": ["seaking", "seaking-f"] -}, { - "sealeo": ["sealeo"] -}, { - "seedot": ["seedot"] -}, { - "seel": ["seel"] -}, { - "seismitoad": ["seismitoad"] -}, { - "sentret": ["sentret"] -}, { - "serperior": ["serperior"] -}, { - "servine": ["servine"] -}, { - "seviper": ["seviper"] -}, { - "sewaddle": ["sewaddle"] -}, { - "sharpedo": ["sharpedo", "sharpedo-mega"] -}, { - "shaymin": ["shaymin", "shaymin-sky"] -}, { - "shedinja": ["shedinja"] -}, { - "shelgon": ["shelgon"] -}, { - "shellder": ["shellder"] -}, { - "shellos": ["shellos", "shellos-east"] -}, { - "shelmet": ["shelmet"] -}, { - "shieldon": ["shieldon"] -}, { - "shiftry": ["shiftry", "shiftry-f"] -}, { - "shiinotic": ["shiinotic"] -}, { - "shinx": ["shinx", "shinx-f"] -}, { - "shroomish": ["shroomish"] -}, { - "shuckle": ["shuckle"] -}, { - "shuppet": ["shuppet"] -}, { - "sigilyph": ["sigilyph"] -}, { - "silcoon": ["silcoon"] -}, { - "silicobra": ["silicobra"] -}, { - "silvally": ["silvally", "silvally-bug", "silvally-dark", "silvally-dragon", "silvally-electric", "silvally-fairy", "silvally-fighting", "silvally-fire", "silvally-flying", "silvally-ghost", "silvally-grass", "silvally-ground", "silvally-ice", "silvally-poison", "silvally-psychic", "silvally-rock", "silvally-steel", "silvally-water"] -}, { - "simipour": ["simipour"] -}, { - "simisage": ["simisage"] -}, { - "simisear": ["simisear"] -}, { - "sinistea": ["sinistea"] -}, { - "sirfetchd": ["sirfetchd"] -}, { - "sizzlipede": ["sizzlipede"] -}, { - "skarmory": ["skarmory"] -}, { - "skiddo": ["skiddo"] -}, { - "skiploom": ["skiploom"] -}, { - "skitty": ["skitty"] -}, { - "skeledirge": ["skeledirge"] -}, { - "skorupi": ["skorupi"] -}, { - "skrelp": ["skrelp"] -}, { - "skuntank": ["skuntank"] -}, { - "skwovet": ["skwovet"] -}, { - "slaking": ["slaking"] -}, { - "slakoth": ["slakoth"] -}, { - "sliggoo": ["sliggoo", "sliggoo-hisui"] -}, { - "slowbro": ["slowbro", "slowbro-galar", "slowbro-mega"] -}, { - "slowking": ["slowking", "slowking-galar"] -}, { - "slowpoke": ["slowpoke", "slowpoke-galar"] -}, { - "slugma": ["slugma"] -}, { - "slurpuff": ["slurpuff"] -}, { - "smeargle": ["smeargle"] -}, { - "smoliv": ["smoliv"] -}, { - "smoochum": ["smoochum"] -}, { - "sneasel": ["sneasel", "sneasel-f", "sneasel-hisui", "sneasel-hisui-f"] -}, { - "sneasler": ["sneasler"] -}, { - "snivy": ["snivy"] -}, { - "snom": ["snom"] -}, { - "snorlax": ["snorlax", "snorlax-gigantamax"] -}, { - "snorunt": ["snorunt"] -}, { - "snover": ["snover", "snover-f"] -}, { - "snubbull": ["snubbull"] -}, { - "sobble": ["sobble"] -}, { - "solgaleo": ["solgaleo"] -}, { - "solosis": ["solosis"] -}, { - "solrock": ["solrock"] -}, { - "spearow": ["spearow"] -}, { - "spewpa": ["spewpa"] -}, { - "spheal": ["spheal"] -}, { - "spectrier": ["spectrier"] -}, { - "spidops": ["spidops"] -}, { - "spinarak": ["spinarak"] -}, { - "spinda": ["spinda"] -}, { - "spiritomb": ["spiritomb"] -}, { - "spoink": ["spoink"] -}, { - "sprigatito": ["sprigatito"] -}, { - "spritzee": ["spritzee"] -}, { - "squirtle": ["squirtle"] -}, { - "stakataka": ["stakataka"] -}, { - "stantler": ["stantler"] -}, { - "staraptor": ["staraptor", "staraptor-f"] -}, { - "staravia": ["staravia", "staravia-f"] -}, { - "starly": ["starly", "starly-f"] -}, { - "starmie": ["starmie"] -}, { - "staryu": ["staryu"] -}, { - "steelix": ["steelix", "steelix-mega"] -}, { - "steenee": ["steenee"] -}, { - "stonjourner": ["stonjourner"] -}, { - "stoutland": ["stoutland"] -}, { - "stufful": ["stufful"] -}, { - "stunfisk": ["stunfisk", "stunfisk-galar"] -}, { - "stunky": ["stunky"] -}, { - "sudowoodo": ["sudowoodo", "sudowoodo-f"] -}, { - "suicune": ["suicune"] -}, { - "sunflora": ["sunflora"] -}, { - "sunkern": ["sunkern"] -}, { - "surskit": ["surskit"] -}, { - "swablu": ["swablu"] -}, { - "swadloon": ["swadloon"] -}, { - "swalot": ["swalot", "swalot-f"] -}, { - "swampert": ["swampert", "swampert-mega"] -}, { - "swanna": ["swanna"] -}, { - "swellow": ["swellow"] -}, { - "swinub": ["swinub"] -}, { - "swirlix": ["swirlix"] -}, { - "swoobat": ["swoobat"] -}, { - "sylveon": ["sylveon"] -}, { - "tadbulb": ["tadbulb"] -}, { - "taillow": ["taillow"] -}, { - "talonflame": ["talonflame"] -}, { - "tandemaus": ["tandemaus"] -}, { - "tangela": ["tangela"] -}, { - "tangrowth": ["tangrowth", "tangrowth-f"] -}, { - "tapubulu": ["tapubulu"] -}, { - "tapufini": ["tapufini"] -}, { - "tapukoko": ["tapukoko"] -}, { - "tapulele": ["tapulele"] -}, { - "tarountula": ["tarountula"] -}, { - "tauros": ["tauros"] -}, { - "teddiursa": ["teddiursa"] -}, { - "tentacool": ["tentacool"] -}, { - "tentacruel": ["tentacruel"] -}, { - "tepig": ["tepig"] -}, { - "terrakion": ["terrakion"] -}, { - "thievul": ["thievul"] -}, { - "throh": ["throh"] -}, { - "thundurus": ["thundurus", "thundurus-therian"] -}, { - "thwackey": ["thwackey"] -}, { - "timburr": ["timburr"] -}, { - "tirtouga": ["tirtouga"] -}, { - "togedemaru": ["togedemaru"] -}, { - "togekiss": ["togekiss"] -}, { - "togepi": ["togepi"] -}, { - "togetic": ["togetic"] -}, { - "torchic": ["torchic", "torchic-f"] -}, { - "torkoal": ["torkoal"] -}, { - "tornadus": ["tornadus", "tornadus-therian"] -}, { - "torracat": ["torracat"] -}, { - "torterra": ["torterra"] -}, { - "totodile": ["totodile"] -}, { - "toucannon": ["toucannon"] -}, { - "toxapex": ["toxapex"] -}, { - "toxel": ["toxel"] -}, { - "toxicroak": ["toxicroak", "toxicroak-f"] -}, { - "toxtricity": ["toxtricity", "toxtricity-gigantamax", "toxtricity-low-key"] -}, { - "tranquill": ["tranquill"] -}, { - "trapinch": ["trapinch"] -}, { - "treecko": ["treecko"] -}, { - "trevenant": ["trevenant"] -}, { - "tropius": ["tropius"] -}, { - "trubbish": ["trubbish"] -}, { - "trumbeak": ["trumbeak"] -}, { - "tsareena": ["tsareena"] -}, { - "turtonator": ["turtonator"] -}, { - "turtwig": ["turtwig"] -}, { - "tympole": ["tympole"] -}, { - "tynamo": ["tynamo"] -}, { - "typenull": ["typenull"] -}, { - "typhlosion": ["typhlosion", "typhlosion-hisui"] -}, { - "tyranitar": ["tyranitar", "tyranitar-mega"] -}, { - "tyrantrum": ["tyrantrum"] -}, { - "tyrogue": ["tyrogue"] -}, { - "tyrunt": ["tyrunt"] -}, { - "umbreon": ["umbreon"] -}, { - "unfezant": ["unfezant", "unfezant-f"] -}, { - "unown": ["unown", "unown-bravo", "unown-charlie", "unown-delta", "unown-echo", "unown-exclamation", "unown-foxtrot", "unown-golf", "unown-hotel", "unown-india", "unown-interrogation", "unown-juliet", "unown-kilo", "unown-lima", "unown-mike", "unown-november", "unown-oscar", "unown-papa", "unown-quebec", "unown-romeo", "unown-sierra", "unown-tango", "unown-uniform", "unown-victor", "unown-whiskey", "unown-xray", "unown-yankee", "unown-zulu"] -}, { - "ursaluna": ["ursaluna", "ursaluna-bloodmoon"] -}, { - "ursaring": ["ursaring", "ursaring-f"] -}, { - "urshifu": ["urshifu", "urshifu-gigantamax", "urshifu-rapid-strike-gigantamax", "urshifu-rapid-strike"] -}, { - "uxie": ["uxie"] -}, { - "vanillish": ["vanillish"] -}, { - "vanillite": ["vanillite"] -}, { - "vanilluxe": ["vanilluxe"] -}, { - "vaporeon": ["vaporeon"] -}, { - "varoom": ["varoom"] -}, { - "veluza": ["veluza"] -}, { - "venipede": ["venipede"] -}, { - "venomoth": ["venomoth"] -}, { - "venonat": ["venonat"] -}, { - "venusaur": ["venusaur", "venusaur-gigantamax", "venusaur-mega"] -}, { - "vespiquen": ["vespiquen"] -}, { - "vibrava": ["vibrava"] -}, { - "victini": ["victini"] -}, { - "victreebel": ["victreebel"] -}, { - "vigoroth": ["vigoroth"] -}, { - "vikavolt": ["vikavolt"] -}, { - "vileplume": ["vileplume", "vileplume-f"] -}, { - "virizion": ["virizion"] -}, { - "vivillon": ["vivillon", "vivillon-archipelago", "vivillon-continental", "vivillon-elegant", "vivillon-fancy", "vivillon-garden", "vivillon-highplains", "vivillon-jungle", "vivillon-marine", "vivillon-meadow", "vivillon-modern", "vivillon-monsoon", "vivillon-ocean", "vivillon-pokeball", "vivillon-polar", "vivillon-river", "vivillon-sandstorm", "vivillon-savannah", "vivillon-sun", "vivillon-tundra"] -}, { - "volbeat": ["volbeat"] -}, { - "volcanion": ["volcanion"] -}, { - "volcarona": ["volcarona"] -}, { - "voltorb": ["voltorb", "voltorb-hisui"] -}, { - "vullaby": ["vullaby"] -}, { - "vulpix": ["vulpix", "vulpix-alola"] -}, { - "wailmer": ["wailmer"] -}, { - "wailord": ["wailord"] -}, { - "walrein": ["walrein"] -}, { - "wartortle": ["wartortle"] -}, { - "watchog": ["watchog"] -}, { - "weavile": ["weavile", "weavile-f"] -}, { - "weedle": ["weedle"] -}, { - "weepinbell": ["weepinbell"] -}, { - "weezing": ["weezing", "weezing-galar"] -}, { - "whimsicott": ["whimsicott"] -}, { - "whirlipede": ["whirlipede"] -}, { - "whiscash": ["whiscash"] -}, { - "whismur": ["whismur"] -}, { - "wigglytuff": ["wigglytuff"] -}, { - "wiglett": ["wiglett"] -}, { - "wimpod": ["wimpod"] -}, { - "wingull": ["wingull"] -}, { - "wishiwashi": ["wishiwashi", "wishiwashi-school"] -}, { - "wobbuffet": ["wobbuffet", "wobbuffet-f"] -}, { - "woobat": ["woobat"] -}, { - "wooloo": ["wooloo"] -}, { - "wooper": ["wooper", "wooper-f"] -}, { - "wormadam": ["wormadam", "wormadam-sandy", "wormadam-trash"] -}, { - "wugtrio": ["wugtrio"] -}, { - "wurmple": ["wurmple"] -}, { - "wynaut": ["wynaut"] -}, { - "wyrdeer": ["wyrdeer"] -}, { - "xatu": ["xatu", "xatu-f"] -}, { - "xerneas": ["xerneas", "xerneas-active"] -}, { - "xurkitree": ["xurkitree"] -}, { - "yamask": ["yamask", "yamask-galar"] -}, { - "yamper": ["yamper"] -}, { - "yanma": ["yanma"] -}, { - "yanmega": ["yanmega"] -}, { - "yungoos": ["yungoos"] -}, { - "yveltal": ["yveltal"] -}, { - "zacian": ["zacian", "zacian-crowned-sword"] -}, { - "zamazenta": ["zamazenta", "zamazenta-crowned-shield"] -}, { - "zangoose": ["zangoose"] -}, { - "zapdos": ["zapdos", "zapdos-galar"] -}, { - "zarude": ["zarude", "zarude-dada"] -}, { - "zebstrika": ["zebstrika"] -}, { - "zekrom": ["zekrom"] -}, { - "zeraora": ["zeraora", "zeraora-stand"] -}, { - "zigzagoon": ["zigzagoon", "zigzagoon-galar"] -}, { - "zoroark": ["zoroark", "zoroark-hisui"] -}, { - "zorua": ["zorua", "zorua-hisui"] -}, { - "zubat": ["zubat", "zubat-f"] -}, { - "zweilous": ["zweilous"] -}, { - "zygarde": ["zygarde", "zygarde-10", "zygarde-complete"] -}] - -fakemon = [{ - "astrolotl": ["astrolotl"] -}, { - "aurumoth": ["aurumoth"] -}, { - "colossoil": ["colossoil", "colossoil-f"] -}, { - "crucibelle": ["crucibelle", "crucibelle-mega"] -}, { - "equilibra": ["equilibra"] -}, { - "fidgit": ["fidgit"] -}, { - "jumbao": ["jumbao"] -}, { - "justyke": ["justyke"] -}, { - "kerfluffle": ["kerfluffle", "kerfluffle-f"] -}, { - "kitsunoh": ["kitsunoh", "kitsunoh-f"] -}, { - "krilowatt": ["krilowatt"] -}, { - "malaconda": ["malaconda"] -}, { - "miasmaw": ["miasmaw"] -}, { - "mollux": ["mollux"] -}, { - "mumbao": ["mumbao"] -}, { - "necturna": ["necturna"] -}, { - "pajantom": ["pajantom"] -}, { - "plasmanta": ["plasmanta"] -}, { - "pluffle": ["pluffle"] -}, { - "protowatt": ["protowatt", "protowatt-f"] -}, { - "pyroak": ["pyroak"] -}, { - "scratchet": ["scratchet"] -}, { - "smogecko": ["smogecko"] -}, { - "smoguana": ["smoguana"] -}, { - "smokomodo": ["smokomodo"] -}, { - "stratagem": ["stratagem"] -}, { - "tomohawk": ["tomohawk"] -}, { - "volkraken": ["volkraken"] -}, { - "voodoom": ["voodoom", "voodoom-f"] -}] - -floating_pokemon = [ - "abra", - "aegislash", - "aegislash-blade", - "aerodactyl", - "aerodactyl-mega", - "alakazam-mega", - "altaria", - "altaria-mega", - "arceus", - "arceus-bug", - "arceus-dark", - "arceus-dragon", - "arceus-electric", - "arceus-fairy", - "arceus-fighting", - "arceus-fire", - "arceus-flying", - "arceus-ghost", - "arceus-grass", - "arceus-ground", - "arceus-ice", - "arceus-poison", - "arceus-psychic", - "arceus-rock", - "arceus-steel", - "arceus-water", - "archeops", - "articuno", - "articuno-galar", - "astrolotl", - "aurumoth", - "azelf", - "banette-mega", - "beautifly", - "beautifly-f", - "beedrill", - "beedrill-mega", - "beheeyem", - "braviary", - "braviary-hisui", - "butterfree", - "butterfree-f", - "butterfree-gigantamax", - "castform", - "castform-rainy", - "castform-snowy", - "castform-sunny", - "celebi", - "chandelure", - "charizard", - "charizard-megax", - "charizard-megay", - "chimecho", - "chingling", - "claydol", - "cloyster", - "cofagrigus", - "combee", - "combee-f", - "comfey", - "corviknight", - "corviknight-gigantamax", - "corvisquire", - "cosmoem", - "cosmog", - "cottonee", - "cresselia", - "crobat", - "cryogonal", - "cutiefly", - "darkrai", - "dhelmise", - "diancie", - "diancie-mega", - "doublade", - "dragalge", - "dragapult", - "dragonite", - "drakloak", - "drampa", - "dreepy", - "drifblim", - "drifloon", - "duosion", - "dusknoir", - "duskull", - "dustox", - "dustox-f", - "elgyem", - "emolga", - "equilibra", - "escavalier", - "eternatus", - "eternatus-eternamax", - "fearow", - "flabebe", - "flabebe-blue", - "flabebe-orange", - "flabebe-white", - "flabebe-yellow", - "flapple", - "fletchinder", - "flittle", - "floette", - "floette-blue", - "floette-eternal", - "floette-orange", - "floette-white", - "floette-yellow", - "flygon", - "forretress", - "frillish", - "frillish-f", - "froslass", - "frosmoth", - "gastly", - "giratina-origin", - "glalie", - "glalie-mega", - "gligar", - "gligar-f", - "gliscor", - "golbat", - "golbat-f", - "gyarados", - "gyarados-mega", - "haunter", - "honchkrow", - "honedge", - "ho-oh", - "hoopa", - "hoopa-unbound", - "hoppip", - "hydreigon", - "jellicent", - "jellicent-f", - "jirachi", - "jumpluff", - "kartana", - "klang", - "klefki", - "klink", - "klinklang", - "koffing", - "lampent", - "landorus", - "landorus-therian", - "latias", - "latias-mega", - "latios", - "latios-mega", - "ledian", - "ledian-f", - "ledyba", - "ledyba-f", - "lugia", - "lunala", - "lunatone", - "magnemite", - "magneton", - "magnezone", - "manaphy", - "mandibuzz", - "masquerain", - "mesprit", - "metagross-mega", - "mew", - "mewtwo-megay", - "milcery", - "minior", - "minior-blue", - "minior-green", - "minior-indigo", - "minior-orange", - "minior-red", - "minior-violet", - "minior-yellow", - "misdreavus", - "mismagius", - "moltres", - "moltres-galar", - "mothim", - "munna", - "musharna", - "naganadel", - "necrozma", - "necrozma-dawn-wings", - "necrozma-ultra", - "necturna", - "nihilego", - "ninjask", - "noctowl", - "noibat", - "noivern", - "orbeetle", - "pajantom", - "pelipper", - "phantump", - "phione", - "pidgeot", - "pidgeot-mega", - "pidgeotto", - "pineco", - "pinsir-mega", - "plasmanta", - "poipole", - "polteageist", - "porygon", - "porygon2", - "porygon-z", - "probopass", - "pumpkaboo", - "pumpkaboo-large", - "pumpkaboo-small", - "pumpkaboo-super", - "rabsca", - "raichu-alola", - "rayquaza", - "rayquaza-mega", - "regidrago", - "regieleki", - "reuniclus", - "ribombee", - "rotom", - "rotom-fan", - "rotom-frost", - "rotom-heat", - "rotom-wash", - "runerigus", - "salamence", - "salamence-mega", - "scyther", - "scyther-f", - "shedinja", - "sigilyph", - "sinistea", - "skarmory", - "skiploom", - "solosis", - "solrock", - "spritzee", - "staraptor", - "staraptor-f", - "staravia", - "staravia-f", - "starmie", - "staryu", - "stratagem", - "swablu", - "swanna", - "swellow", - "swoobat", - "talonflame", - "tapubulu", - "tapufini", - "tapukoko", - "tapulele", - "thundurus", - "thundurus-therian", - "togekiss", - "togetic", - "tomohawk", - "tornadus", - "tornadus-therian", - "tranquill", - "tropius", - "trumbeak", - "unfezant", - "unfezant-f", - "unown", - "unown-bravo", - "unown-charlie", - "unown-delta", - "unown-echo", - "unown-exclamation", - "unown-foxtrot", - "unown-golf", - "unown-hotel", - "unown-india", - "unown-interrogation", - "unown-juliet", - "unown-kilo", - "unown-lima", - "unown-mike", - "unown-november", - "unown-oscar", - "unown-papa", - "unown-quebec", - "unown-romeo", - "unown-sierra", - "unown-tango", - "unown-uniform", - "unown-victor", - "unown-whiskey", - "unown-xray", - "unown-yankee", - "unown-zulu", - "uxie", - "vanillish", - "vanilluxe", - "venomoth", - "vespiquen", - "vibrava", - "vikavolt", - "vivillon", - "vivillon-archipelago", - "vivillon-continental", - "vivillon-elegant", - "vivillon-fancy", - "vivillon-garden", - "vivillon-highplains", - "vivillon-jungle", - "vivillon-marine", - "vivillon-meadow", - "vivillon-modern", - "vivillon-monsoon", - "vivillon-ocean", - "vivillon-pokeball", - "vivillon-polar", - "vivillon-river", - "vivillon-sandstorm", - "vivillon-savannah", - "vivillon-sun", - "vivillon-tundra", - "volcarona", - "wailord", - "weezing", - "weezing-galar", - "wingull", - "woobat", - "xatu", - "xatu-f", - "yamask", - "yamask-galar", - "yanma", - "yanmega", - "yveltal", - "zapdos", - "zubat", - "zubat-f" -] From e0008eb1a3df6da03714bfb13f84230860b9d230 Mon Sep 17 00:00:00 2001 From: nurufu Date: Tue, 12 Nov 2024 04:02:51 -0500 Subject: [PATCH 06/16] test --- .gitignore | 3 ++- .vscode/settings.json | 9 --------- 2 files changed, 2 insertions(+), 10 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 146a8c6..6f0f703 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -*Thumbs.db* \ No newline at end of file +*Thumbs.db* +/.vscode/ diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index aa6b794..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "cSpell.words": [ - "abomasnow", - "fakemon", - "pokemonsize", - "spheal", - "wailord" - ] -} \ No newline at end of file From 62379eafdd0f7eefc1813cbd9a6b096f09cd7519 Mon Sep 17 00:00:00 2001 From: nurufu Date: Tue, 12 Nov 2024 04:07:15 -0500 Subject: [PATCH 07/16] Added conditional check to change hTop for ground mons to help the smaller ones stay on the ground while canon heights on used --- scripts/background.js | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/scripts/background.js b/scripts/background.js index 962644f..525e5d6 100644 --- a/scripts/background.js +++ b/scripts/background.js @@ -55,7 +55,7 @@ function create() { shuffled_pokemon.unshift(shuffled_fakemon[0]) } } - + onscreen_pokemon = '' export_data = { "background_sprites": [], "shiny_sprites": [] } @@ -156,9 +156,16 @@ var randomOrder = function () { } }); } - - shuffleSprites('#ground', 1100, 100) - shuffleSprites('#sky', 10, 400) + if(heights==true) + { + shuffleSprites('#ground', 1100, 100) + shuffleSprites('#sky', 10, 400) + } + else + { + shuffleSprites('#ground', 1000, 50) + shuffleSprites('#sky', 10, 400) + } body_wrapper.innerHTML += sparkles; } From 6cf6dde0ea73d5b4c58cb3d83a5c869a9660626b Mon Sep 17 00:00:00 2001 From: nurufu Date: Tue, 12 Nov 2024 16:38:11 -0500 Subject: [PATCH 08/16] Added check to not use big_wailords if heights is enabled. Added check to reduce transform scale from 1.6x to 1.2x. Added check to remove img max-width. Added comments for new heights related code additions. --- scripts/background.css | 5 ++--- scripts/background.js | 14 +++++++++++--- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/scripts/background.css b/scripts/background.css index c61493b..d4449e3 100644 --- a/scripts/background.css +++ b/scripts/background.css @@ -1,12 +1,11 @@ img { image-rendering: crisp-edges; position: absolute; - /*max-width: 196px;*/ + max-width: 196px; height: auto; padding-left: 100px; padding-right: 100px; - /*transform: translate(var(--x-position), var(--y-position)) scale(1.6);*/ - transform: translate(var(--x-position), var(--y-position)) scale(1.2); + transform: translate(var(--x-position), var(--y-position)) scale(1.6); animation: fadeIn ease 5s; -webkit-animation: fadeIn ease 5s; -moz-animation: fadeIn ease 5s; diff --git a/scripts/background.js b/scripts/background.js index 525e5d6..b97d755 100644 --- a/scripts/background.js +++ b/scripts/background.js @@ -1,7 +1,7 @@ -max_onscreen = 16; +max_onscreen = 128; shiny_odds = 1 / 128; reload_mins = 5; -big_wailords = false; +big_wailords = true; spheal_spin = true; heights = true; @@ -28,6 +28,7 @@ function create() { var body_wrapper = document.getElementById("body"); if(heights) { + //Ensures both arrays of objects are shuffled identically multishuffle(pokemon, pokemonsize) shuffled_pokemon = pokemon shuffled_size = pokemonsize @@ -42,6 +43,7 @@ function create() { if(heights) { max_onscreen + 1 + //Ensures both arrays of objects are shuffled identically multishuffle(fakemon,fakemonsize) shuffled_fakemon = fakemon shuffled_pokemon.unshift(shuffled_fakemon[0]) @@ -85,7 +87,8 @@ function create() { special = "" - if (form == "wailord" && big_wailords) { + //Do not enable big_wailords if heights is enabled. Causes Wailord to take up the entire screen while also rendering on-top of everything else. + if (form == "wailord" && big_wailords && !heights) { special = "wailord" } @@ -117,6 +120,10 @@ function create() { i++ }); }, 200); + //Change scale from 1.6x to 1.2x. Big mons at 1.6x are WAY too big. + $('img').css('transform', 'translate(var(--x-position), var(--y-position)) scale(1.2)') + //Remove max-width + $('img').css('max-width', '9999px') } } @@ -158,6 +165,7 @@ var randomOrder = function () { } if(heights==true) { + //Helps the smaller ground mons stay on the ground and keeps the bigger (mostly gmax) mons stay on screen shuffleSprites('#ground', 1100, 100) shuffleSprites('#sky', 10, 400) } From b9db09924745f63f636f78321e8f37eb2f156738 Mon Sep 17 00:00:00 2001 From: nurufu Date: Tue, 12 Nov 2024 16:40:21 -0500 Subject: [PATCH 09/16] Added check to apply 250ms delay before executing randomOrder() --- scripts/background.js | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/scripts/background.js b/scripts/background.js index b97d755..eb0bdae 100644 --- a/scripts/background.js +++ b/scripts/background.js @@ -7,9 +7,18 @@ heights = true; create(); window.onload = function () { - setTimeout(function () { + //250ms delay to ensure all html elements are loaded prior to attempting to apply new sizes + if(heights) + { + setTimeout(function () { + randomOrder() + }, 250); + } + else + { randomOrder() - }, 250); + } + } $(function () { From 3035e303b465136e37f95919ebea0251995c838d Mon Sep 17 00:00:00 2001 From: nurufu Date: Tue, 12 Nov 2024 16:42:07 -0500 Subject: [PATCH 10/16] Commented out logging information --- scripts/background.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/background.js b/scripts/background.js index eb0bdae..0019883 100644 --- a/scripts/background.js +++ b/scripts/background.js @@ -125,7 +125,8 @@ function create() { s = "Height slot: "+ height_pos[i] + " Multi: " + height_multi[i]+" OG Height: "+$(this).height() h = $(this).height() * height_multi[i]; $(this).height(h); - console.log(s + " New Height: " + $(this).height()+" ", shuffled_pokemon[i]) + //Logging for checking which Pokemon are chosen, their original height in px, the multiplier applied to them, and their new height px + //console.log(s + " New Height: " + $(this).height()+" ", shuffled_pokemon[i]) i++ }); }, 200); From a0a97209c41c1551bb89714f132925f660acbc9c Mon Sep 17 00:00:00 2001 From: nurufu Date: Tue, 12 Nov 2024 17:29:42 -0500 Subject: [PATCH 11/16] max_onscreen back to 16 --- .vscode/settings.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..aa6b794 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,9 @@ +{ + "cSpell.words": [ + "abomasnow", + "fakemon", + "pokemonsize", + "spheal", + "wailord" + ] +} \ No newline at end of file From a4b6750ca9a6a650954937082a2af8b09e78db0a Mon Sep 17 00:00:00 2001 From: nurufu Date: Tue, 12 Nov 2024 17:30:12 -0500 Subject: [PATCH 12/16] max_onscreen back to 16 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 146a8c6..6f0f703 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -*Thumbs.db* \ No newline at end of file +*Thumbs.db* +/.vscode/ From 7f9b9a1c9d3ffdf4122ed0a3a45fec98ea972acd Mon Sep 17 00:00:00 2001 From: nurufu Date: Tue, 12 Nov 2024 17:33:38 -0500 Subject: [PATCH 13/16] remove .vscode --- .vscode/settings.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index aa6b794..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "cSpell.words": [ - "abomasnow", - "fakemon", - "pokemonsize", - "spheal", - "wailord" - ] -} \ No newline at end of file From 415607f1af89c1a649b14304075b739488f8d1d2 Mon Sep 17 00:00:00 2001 From: nurufu Date: Tue, 12 Nov 2024 17:35:51 -0500 Subject: [PATCH 14/16] missed a comma --- scripts/background.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/background.css b/scripts/background.css index d4449e3..5adc4e2 100644 --- a/scripts/background.css +++ b/scripts/background.css @@ -15,7 +15,7 @@ img { .sphealnone, .sphealsparkle { animation: spin linear 5s infinite, fadeIn ease 5s; - -webkit-animation: spin linear 5s, infinite fadeIn ease 5s; + -webkit-animation: spin linear 5s, infinite, fadeIn ease 5s; -ms-animation: spin linear 5s infinite, fadeIn ease 5s; -o-animation: spin linear 5s infinite, fadeIn ease 5s; -moz-animation: spin linear 5s infinite, fadeIn ease 5s; From ac5f17cff229b3994883681199410359911679b3 Mon Sep 17 00:00:00 2001 From: nurufu Date: Tue, 12 Nov 2024 17:39:35 -0500 Subject: [PATCH 15/16] Found the comma, was just in the wrong spot --- scripts/background.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/background.css b/scripts/background.css index 5adc4e2..6cfe069 100644 --- a/scripts/background.css +++ b/scripts/background.css @@ -15,7 +15,7 @@ img { .sphealnone, .sphealsparkle { animation: spin linear 5s infinite, fadeIn ease 5s; - -webkit-animation: spin linear 5s, infinite, fadeIn ease 5s; + -webkit-animation: spin linear 5s infinite, fadeIn ease 5s; -ms-animation: spin linear 5s infinite, fadeIn ease 5s; -o-animation: spin linear 5s infinite, fadeIn ease 5s; -moz-animation: spin linear 5s infinite, fadeIn ease 5s; From 502eea42838feaef70fd98759ac1d395bfcef733 Mon Sep 17 00:00:00 2001 From: nurufu Date: Sat, 16 Nov 2024 22:47:38 -0500 Subject: [PATCH 16/16] Fixed trying to assign to bodyWrapper --- scripts/background.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/background.js b/scripts/background.js index 6c964fb..7221886 100644 --- a/scripts/background.js +++ b/scripts/background.js @@ -112,7 +112,9 @@ function create() { } }); - bodyWrapper.innerHTML = onscreenPokemon + // Inject Pokémon sprites into the body + document.getElementById("body").innerHTML = onscreenPokemon; + if(config.heights){ setTimeout(function(){ i = 0