diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a846f8ba8..2542526e7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,10 +4,10 @@ name: Tests on: - workflow_run: - workflows: [Update Sets] - types: [completed] - workflow_dispatch: + # workflow_run: + # workflows: [Update Sets] + # types: [completed] + # workflow_dispatch: push: branches: [ master ] pull_request: diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index fa006b837..7844c4dc9 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -1,9 +1,9 @@ name: Update Sets -on: - workflow_dispatch: - schedule: - - cron: '27 23 */3 * *' +# on: +# workflow_dispatch: +# schedule: +# - cron: '27 23 */3 * *' jobs: scheduled: diff --git a/calc/src/data/abilities.ts b/calc/src/data/abilities.ts index 503984073..94f85febe 100644 --- a/calc/src/data/abilities.ts +++ b/calc/src/data/abilities.ts @@ -375,8 +375,8 @@ const SV = SV_orig.concat([ 'Wind Chime', 'Machine Learning', 'Mystic Fist', - "Ballin'" -]) + "Ballin'", +]); export const ABILITIES = [[], RBY, GSC, ADV, DPP, BW, XY, SM, SS, SV]; diff --git a/calc/src/data/moves.ts b/calc/src/data/moves.ts index ad0e294c8..be1da3c91 100644 --- a/calc/src/data/moves.ts +++ b/calc/src/data/moves.ts @@ -4824,8 +4824,8 @@ const GAY_PATCH = { 'Future Sight': {bp: 150}, 'Doom Desire': {bp: 150}, 'Misty Explosion': {bp: 150}, - 'Explosion': {bp: 350}, - 'Self-Destruct': {bp: 275}, + 'Explosion': {bp: 325}, + 'Self-Destruct': {bp: 250}, 'Round': {bp: 70}, 'Vise Grip': {bp: 70}, 'Grassy Glide': {bp: 60}, @@ -4885,8 +4885,8 @@ const GAY_PATCH = { 'Triple Dive': {bp: 80}, 'Ice Hammer': {bp: 110}, 'Steamroller': {bp: 85}, - 'Luster Purge': {bp: 80}, - 'Mist Ball': {bp: 80}, + 'Luster Purge': {bp: 75}, + 'Mist Ball': {bp: 75}, 'Accelerock': {bp: 60}, 'G-Max Replenish': {bp: 70}, 'G-Max Malodor': {bp: 80}, @@ -4906,25 +4906,34 @@ const GAY_PATCH = { 'Hidden Power Fairy': {bp: 60, type: 'Fairy', category: 'Special'}, 'Hidden Power Bug': {category: 'Physical'}, 'Hidden Power Fighting': {category: 'Physical'}, - 'Hidden Power Flying': {category: 'Physical'}, - 'Hidden Power Ghost': {category: 'Physical'}, - 'Hidden Power Poison': {category: 'Physical'}, - 'Hidden Power Rock': {category: 'Physical'}, - 'Hidden Power Steel': {category: 'Physical'}, - 'Hidden Power Ground': {category: 'Physical'}, + 'Hidden Power Flying': {category: 'Physical'}, + 'Hidden Power Ghost': {category: 'Physical'}, + 'Hidden Power Poison': {category: 'Physical'}, + 'Hidden Power Rock': {category: 'Physical'}, + 'Hidden Power Steel': {category: 'Physical'}, + 'Hidden Power Ground': {category: 'Physical'}, // New Moves 'Purifying Water': {bp: 100, type: 'Water', category: 'Special', secondaries: true}, 'Divine Smite': {bp: 100, type: 'Electric', category: 'Special', secondaries: true}, 'Firewall': {bp: 0, type: 'Fire', category: 'Status', priority: 4}, - 'Stalacbite': {bp: 75, type: 'Rock', category: 'Physical', makesContact: true, secondaries: true, isBite: true}, - 'Dive Bomb': {bp: 130, type: 'Flying', category: 'Physical', hasCrashDamage: true, makesContact: true}, - 'Psych Out': {bp: 40, type: 'Psychic', category: 'Special', makesContact: true, secondaries: true, priority: 3}, + 'Stalacbite': { + bp: 75, type: 'Rock', category: 'Physical', + makesContact: true, secondaries: true, isBite: true + }, + 'Dive Bomb': { + bp: 130, type: 'Flying', category: 'Physical', + hasCrashDamage: true, makesContact: true + }, + 'Psych Out': { + bp: 40, type: 'Psychic', category: 'Special', + makesContact: true, secondaries: true, priority: 3 + }, 'Quarry': {bp: 0, type: 'Rock', category: 'Status'}, 'Smeltery': {bp: 0, type: 'Steel', category: 'Status'}, 'Ice Rink': {bp: 0, type: 'Ice', category: 'Status'}, 'Flash Freeze': {bp: 0, type: 'Ice', category: 'Status'}, 'Slush Crush': {bp: 0, type: 'Steel', makesContact: true, category: 'Physical'}, -} +}; const SV: {[name: string]: MoveData} = extend(true, {}, SV_old, GAY_PATCH); diff --git a/calc/src/data/species.ts b/calc/src/data/species.ts index 6c7a2c4f7..d86b4db08 100644 --- a/calc/src/data/species.ts +++ b/calc/src/data/species.ts @@ -9937,10176 +9937,10176 @@ const SV_PATCH: {[name: string]: DeepPartial} = { const SV_old: {[name: string]: SpeciesData} = extend(true, {}, SS, SV_PATCH, PLA_PATCH); const GAY_PATCH = { - "Venusaur": { - "types": [ - "Grass", - "Poison" - ], - "bs": { - "hp": 80, - "at": 82, - "df": 83, - "sa": 100, - "sd": 100, - "sp": 80 - }, - "abilities": { - "0": "Overgrow" - } + "Venusaur": { + "types": [ + "Grass", + "Poison" + ], + "bs": { + "hp": 80, + "at": 82, + "df": 83, + "sa": 100, + "sd": 100, + "sp": 80 + }, + "abilities": { + "0": "Overgrow" + } }, "Charizard": { - "types": [ - "Fire", - "Flying" - ], - "bs": { - "hp": 78, - "at": 94, - "df": 78, - "sa": 115, - "sd": 85, - "sp": 100 - }, - "abilities": { - "0": "Blaze" - } + "types": [ + "Fire", + "Flying" + ], + "bs": { + "hp": 78, + "at": 94, + "df": 78, + "sa": 115, + "sd": 85, + "sp": 100 + }, + "abilities": { + "0": "Blaze" + } }, "Blastoise": { - "types": [ - "Water", - "" - ], - "bs": { - "hp": 84, - "at": 83, - "df": 100, - "sa": 80, - "sd": 105, - "sp": 78 - }, - "abilities": { - "0": "Torrent" - } + "types": [ + "Water", + "" + ], + "bs": { + "hp": 84, + "at": 83, + "df": 100, + "sa": 80, + "sd": 105, + "sp": 78 + }, + "abilities": { + "0": "Torrent" + } }, "Butterfree": { - "types": [ - "Bug", - "Flying" - ], - "bs": { - "hp": 65, - "at": 55, - "df": 60, - "sa": 105, - "sd": 90, - "sp": 75 - }, - "abilities": { - "0": "Compound Eyes" - } + "types": [ + "Bug", + "Flying" + ], + "bs": { + "hp": 65, + "at": 55, + "df": 60, + "sa": 105, + "sd": 90, + "sp": 75 + }, + "abilities": { + "0": "Compound Eyes" + } }, "Beedrill": { - "types": [ - "Bug", - "Poison" - ], - "bs": { - "hp": 65, - "at": 130, - "df": 40, - "sa": 15, - "sd": 75, - "sp": 125 - }, - "abilities": { - "0": "Swarm" - } + "types": [ + "Bug", + "Poison" + ], + "bs": { + "hp": 65, + "at": 130, + "df": 40, + "sa": 15, + "sd": 75, + "sp": 125 + }, + "abilities": { + "0": "Swarm" + } }, "Pidgeot": { - "types": [ - "Normal", - "Flying" - ], - "bs": { - "hp": 83, - "at": 80, - "df": 75, - "sa": 130, - "sd": 75, - "sp": 116 - }, - "abilities": { - "0": "Keen Eye" - } + "types": [ + "Normal", + "Flying" + ], + "bs": { + "hp": 83, + "at": 80, + "df": 75, + "sa": 130, + "sd": 75, + "sp": 116 + }, + "abilities": { + "0": "Keen Eye" + } }, "Raticate": { - "types": [ - "Normal", - "" - ], - "bs": { - "hp": 70, - "at": 111, - "df": 80, - "sa": 55, - "sd": 75, - "sp": 112 - }, - "abilities": { - "0": "Run Away" - } + "types": [ + "Normal", + "" + ], + "bs": { + "hp": 70, + "at": 111, + "df": 80, + "sa": 55, + "sd": 75, + "sp": 112 + }, + "abilities": { + "0": "Run Away" + } }, "Fearow": { - "types": [ - "Normal", - "Flying" - ], - "bs": { - "hp": 75, - "at": 105, - "df": 70, - "sa": 70, - "sd": 70, - "sp": 110 - }, - "abilities": { - "0": "Keen Eye" - } + "types": [ + "Normal", + "Flying" + ], + "bs": { + "hp": 75, + "at": 105, + "df": 70, + "sa": 70, + "sd": 70, + "sp": 110 + }, + "abilities": { + "0": "Keen Eye" + } }, "Arbok": { - "types": [ - "Poison", - "Dark" - ], - "bs": { - "hp": 85, - "at": 100, - "df": 89, - "sa": 65, - "sd": 109, - "sp": 90 - }, - "abilities": { - "0": "Intimidate" - } + "types": [ + "Poison", + "Dark" + ], + "bs": { + "hp": 85, + "at": 100, + "df": 89, + "sa": 65, + "sd": 109, + "sp": 90 + }, + "abilities": { + "0": "Intimidate" + } }, "Pikachu": { - "types": [ - "Electric", - "" - ], - "bs": { - "hp": 45, - "at": 80, - "df": 50, - "sa": 75, - "sd": 60, - "sp": 120 - }, - "abilities": { - "0": "Static" - } + "types": [ + "Electric", + "" + ], + "bs": { + "hp": 45, + "at": 80, + "df": 50, + "sa": 75, + "sd": 60, + "sp": 120 + }, + "abilities": { + "0": "Static" + } }, "Raichu-Alola": { - "types": [ - "Electric", - "Psychic" - ], - "bs": { - "hp": 70, - "at": 85, - "df": 50, - "sa": 105, - "sd": 85, - "sp": 110 - }, - "abilities": { - "0": "Surge Surfer" - } + "types": [ + "Electric", + "Psychic" + ], + "bs": { + "hp": 70, + "at": 85, + "df": 50, + "sa": 105, + "sd": 85, + "sp": 110 + }, + "abilities": { + "0": "Surge Surfer" + } }, "Sandslash-Alola": { - "types": [ - "Ice", - "Steel" - ], - "bs": { - "hp": 85, - "at": 115, - "df": 125, - "sa": 25, - "sd": 70, - "sp": 70 - }, - "abilities": { - "0": "Snow Cloak" - } + "types": [ + "Ice", + "Steel" + ], + "bs": { + "hp": 85, + "at": 115, + "df": 125, + "sa": 25, + "sd": 70, + "sp": 70 + }, + "abilities": { + "0": "Snow Cloak" + } }, "Nidoqueen": { - "types": [ - "Poison", - "Ground" - ], - "bs": { - "hp": 90, - "at": 102, - "df": 87, - "sa": 85, - "sd": 85, - "sp": 85 - }, - "abilities": { - "0": "Big Balls" - } + "types": [ + "Poison", + "Ground" + ], + "bs": { + "hp": 90, + "at": 102, + "df": 87, + "sa": 85, + "sd": 85, + "sp": 85 + }, + "abilities": { + "0": "Big Balls" + } }, "Nidoking": { - "types": [ - "Poison", - "Ground" - ], - "bs": { - "hp": 90, - "at": 102, - "df": 87, - "sa": 85, - "sd": 85, - "sp": 85 - }, - "abilities": { - "0": "Big Balls" - } + "types": [ + "Poison", + "Ground" + ], + "bs": { + "hp": 90, + "at": 102, + "df": 87, + "sa": 85, + "sd": 85, + "sp": 85 + }, + "abilities": { + "0": "Big Balls" + } }, "Clefairy": { - "types": [ - "Fairy", - "" - ], - "bs": { - "hp": 75, - "at": 45, - "df": 53, - "sa": 60, - "sd": 65, - "sp": 35 - }, - "abilities": { - "0": "Cute Charm" - } + "types": [ + "Fairy", + "" + ], + "bs": { + "hp": 75, + "at": 45, + "df": 53, + "sa": 60, + "sd": 65, + "sp": 35 + }, + "abilities": { + "0": "Cute Charm" + } }, "Ninetales": { - "types": [ - "Fire", - "Fairy" - ], - "bs": { - "hp": 73, - "at": 67, - "df": 75, - "sa": 81, - "sd": 100, - "sp": 109 - }, - "abilities": { - "0": "Flash Fire" - } + "types": [ + "Fire", + "Fairy" + ], + "bs": { + "hp": 73, + "at": 67, + "df": 75, + "sa": 81, + "sd": 100, + "sp": 109 + }, + "abilities": { + "0": "Flash Fire" + } }, "Ninetales-Alola": { - "types": [ - "Ice", - "Fairy" - ], - "bs": { - "hp": 73, - "at": 67, - "df": 75, - "sa": 81, - "sd": 100, - "sp": 109 - }, - "abilities": { - "0": "Snow Cloak" - } + "types": [ + "Ice", + "Fairy" + ], + "bs": { + "hp": 73, + "at": 67, + "df": 75, + "sa": 81, + "sd": 100, + "sp": 109 + }, + "abilities": { + "0": "Snow Cloak" + } }, "Wigglytuff": { - "types": [ - "Normal", - "Fairy" - ], - "bs": { - "hp": 145, - "at": 75, - "df": 50, - "sa": 90, - "sd": 55, - "sp": 45 - }, - "abilities": { - "0": "Friend Guard" - } + "types": [ + "Normal", + "Fairy" + ], + "bs": { + "hp": 145, + "at": 75, + "df": 50, + "sa": 90, + "sd": 55, + "sp": 45 + }, + "abilities": { + "0": "Friend Guard" + } }, "Vileplume": { - "types": [ - "Grass", - "Poison" - ], - "bs": { - "hp": 90, - "at": 80, - "df": 105, - "sa": 110, - "sd": 110, - "sp": 55 - }, - "abilities": { - "0": "Leaf Guard" - } + "types": [ + "Grass", + "Poison" + ], + "bs": { + "hp": 90, + "at": 80, + "df": 105, + "sa": 110, + "sd": 110, + "sp": 55 + }, + "abilities": { + "0": "Leaf Guard" + } }, "Parasect": { - "types": [ - "Bug", - "Ghost" - ], - "bs": { - "hp": 70, - "at": 110, - "df": 90, - "sa": 65, - "sd": 90, - "sp": 30 - }, - "abilities": { - "0": "Effect Spore" - } + "types": [ + "Bug", + "Ghost" + ], + "bs": { + "hp": 70, + "at": 110, + "df": 90, + "sa": 65, + "sd": 90, + "sp": 30 + }, + "abilities": { + "0": "Effect Spore" + } }, "Venomoth": { - "types": [ - "Bug", - "Poison" - ], - "bs": { - "hp": 80, - "at": 70, - "df": 65, - "sa": 100, - "sd": 80, - "sp": 95 - }, - "abilities": { - "0": "Shield Dust" - } + "types": [ + "Bug", + "Poison" + ], + "bs": { + "hp": 80, + "at": 70, + "df": 65, + "sa": 100, + "sd": 80, + "sp": 95 + }, + "abilities": { + "0": "Shield Dust" + } }, "Dugtrio-Alola": { - "types": [ - "Ground", - "Steel" - ], - "bs": { - "hp": 65, - "at": 100, - "df": 80, - "sa": 50, - "sd": 90, - "sp": 120 - }, - "abilities": { - "0": "Triple Threat" - } + "types": [ + "Ground", + "Steel" + ], + "bs": { + "hp": 65, + "at": 100, + "df": 80, + "sa": 50, + "sd": 90, + "sp": 120 + }, + "abilities": { + "0": "Triple Threat" + } }, "Persian": { - "types": [ - "Normal", - "" - ], - "bs": { - "hp": 75, - "at": 95, - "df": 70, - "sa": 85, - "sd": 75, - "sp": 125 - }, - "abilities": { - "0": "Limber" - } + "types": [ + "Normal", + "" + ], + "bs": { + "hp": 75, + "at": 95, + "df": 70, + "sa": 85, + "sd": 75, + "sp": 125 + }, + "abilities": { + "0": "Limber" + } }, "Golduck": { - "types": [ - "Water", - "Psychic" - ], - "bs": { - "hp": 90, - "at": 87, - "df": 88, - "sa": 110, - "sd": 90, - "sp": 95 - }, - "abilities": { - "0": "Mind Surfer" - } + "types": [ + "Water", + "Psychic" + ], + "bs": { + "hp": 90, + "at": 87, + "df": 88, + "sa": 110, + "sd": 90, + "sp": 95 + }, + "abilities": { + "0": "Mind Surfer" + } }, "Primeape": { - "types": [ - "Fighting", - "" - ], - "bs": { - "hp": 80, - "at": 105, - "df": 80, - "sa": 65, - "sd": 90, - "sp": 100 - }, - "abilities": { - "0": "Vital Spirit" - } + "types": [ + "Fighting", + "" + ], + "bs": { + "hp": 80, + "at": 105, + "df": 80, + "sa": 65, + "sd": 90, + "sp": 100 + }, + "abilities": { + "0": "Vital Spirit" + } }, "Arcanine-Hisui": { - "types": [ - "Fire", - "Rock" - ], - "bs": { - "hp": 95, - "at": 115, - "df": 80, - "sa": 95, - "sd": 80, - "sp": 90 - }, - "abilities": { - "0": "Intimidate" - } + "types": [ + "Fire", + "Rock" + ], + "bs": { + "hp": 95, + "at": 115, + "df": 80, + "sa": 95, + "sd": 80, + "sp": 90 + }, + "abilities": { + "0": "Intimidate" + } }, "Poliwrath": { - "types": [ - "Water", - "Fighting" - ], - "bs": { - "hp": 100, - "at": 100, - "df": 95, - "sa": 75, - "sd": 95, - "sp": 75 - }, - "abilities": { - "0": "Water Absorb" - } + "types": [ + "Water", + "Fighting" + ], + "bs": { + "hp": 100, + "at": 100, + "df": 95, + "sa": 75, + "sd": 95, + "sp": 75 + }, + "abilities": { + "0": "Water Absorb" + } }, "Alakazam": { - "types": [ - "Psychic", - "" - ], - "bs": { - "hp": 55, - "at": 50, - "df": 45, - "sa": 135, - "sd": 95, - "sp": 120 - }, - "abilities": { - "0": "Trace" - } + "types": [ + "Psychic", + "" + ], + "bs": { + "hp": 55, + "at": 50, + "df": 45, + "sa": 135, + "sd": 95, + "sp": 120 + }, + "abilities": { + "0": "Trace" + } }, "Machamp": { - "types": [ - "Fighting", - "" - ], - "bs": { - "hp": 95, - "at": 135, - "df": 80, - "sa": 90, - "sd": 85, - "sp": 55 - }, - "abilities": { - "0": "Guts" - } + "types": [ + "Fighting", + "" + ], + "bs": { + "hp": 95, + "at": 135, + "df": 80, + "sa": 90, + "sd": 85, + "sp": 55 + }, + "abilities": { + "0": "Guts" + } }, "Victreebel": { - "types": [ - "Grass", - "Poison" - ], - "bs": { - "hp": 85, - "at": 125, - "df": 70, - "sa": 120, - "sd": 75, - "sp": 75 - }, - "abilities": { - "0": "Chlorophyll" - } + "types": [ + "Grass", + "Poison" + ], + "bs": { + "hp": 85, + "at": 125, + "df": 70, + "sa": 120, + "sd": 75, + "sp": 75 + }, + "abilities": { + "0": "Chlorophyll" + } }, "Tentacruel": { - "types": [ - "Water", - "Poison" - ], - "bs": { - "hp": 80, - "at": 70, - "df": 65, - "sa": 120, - "sd": 120, - "sp": 100 - }, - "abilities": { - "0": "Clear Body" - } + "types": [ + "Water", + "Poison" + ], + "bs": { + "hp": 80, + "at": 70, + "df": 65, + "sa": 120, + "sd": 120, + "sp": 100 + }, + "abilities": { + "0": "Clear Body" + } }, "Golem-Alola": { - "types": [ - "Rock", - "Electric" - ], - "bs": { - "hp": 90, - "at": 130, - "df": 135, - "sa": 60, - "sd": 70, - "sp": 50 - }, - "abilities": { - "0": "Surge Surfer" - } + "types": [ + "Rock", + "Electric" + ], + "bs": { + "hp": 90, + "at": 130, + "df": 135, + "sa": 60, + "sd": 70, + "sp": 50 + }, + "abilities": { + "0": "Big Balls" + } }, "Rapidash-Galar": { - "types": [ - "Ground", - "Fairy" - ], - "bs": { - "hp": 75, - "at": 105, - "df": 75, - "sa": 80, - "sd": 85, - "sp": 105 - }, - "abilities": { - "0": "Run Away" - } + "types": [ + "Ground", + "Fairy" + ], + "bs": { + "hp": 75, + "at": 105, + "df": 75, + "sa": 80, + "sd": 85, + "sp": 105 + }, + "abilities": { + "0": "Run Away" + } }, "Slowbro-Galar": { - "types": [ - "Poison", - "Psychic" - ], - "bs": { - "hp": 95, - "at": 100, - "df": 100, - "sa": 100, - "sd": 75, - "sp": 30 - }, - "abilities": { - "0": "Quick Draw" - } + "types": [ + "Poison", + "Psychic" + ], + "bs": { + "hp": 95, + "at": 100, + "df": 100, + "sa": 100, + "sd": 75, + "sp": 30 + }, + "abilities": { + "0": "Quick Draw" + } }, "Dodrio": { - "types": [ - "Normal", - "Flying" - ], - "bs": { - "hp": 65, - "at": 110, - "df": 70, - "sa": 60, - "sd": 60, - "sp": 110 - }, - "abilities": { - "0": "Run Away" - } + "types": [ + "Normal", + "Flying" + ], + "bs": { + "hp": 65, + "at": 110, + "df": 70, + "sa": 60, + "sd": 60, + "sp": 110 + }, + "abilities": { + "0": "Run Away" + } }, "Dewgong": { - "types": [ - "Water", - "Ice" - ], - "bs": { - "hp": 100, - "at": 75, - "df": 85, - "sa": 75, - "sd": 100, - "sp": 75 - }, - "abilities": { - "0": "Thick Fat" - } + "types": [ + "Water", + "Ice" + ], + "bs": { + "hp": 100, + "at": 75, + "df": 85, + "sa": 75, + "sd": 100, + "sp": 75 + }, + "abilities": { + "0": "Thick Fat" + } }, "Muk-Alola": { - "types": [ - "Poison", - "Dark" - ], - "bs": { - "hp": 105, - "at": 105, - "df": 75, - "sa": 65, - "sd": 100, - "sp": 50 - }, - "abilities": { - "0": "Poison Touch" - } + "types": [ + "Poison", + "Dark" + ], + "bs": { + "hp": 105, + "at": 105, + "df": 75, + "sa": 65, + "sd": 100, + "sp": 50 + }, + "abilities": { + "0": "Poison Touch" + } }, "Cloyster": { - "types": [ - "Water", - "Ice" - ], - "bs": { - "hp": 55, - "at": 95, - "df": 180, - "sa": 85, - "sd": 45, - "sp": 70 - }, - "abilities": { - "0": "Rocky Payload" - } + "types": [ + "Water", + "Ice" + ], + "bs": { + "hp": 55, + "at": 95, + "df": 180, + "sa": 85, + "sd": 45, + "sp": 70 + }, + "abilities": { + "0": "Rocky Payload" + } }, "Gengar": { - "types": [ - "Ghost", - "Poison" - ], - "bs": { - "hp": 60, - "at": 65, - "df": 60, - "sa": 130, - "sd": 75, - "sp": 110 - }, - "abilities": { - "0": "Mystic Fist" - } + "types": [ + "Ghost", + "Poison" + ], + "bs": { + "hp": 60, + "at": 65, + "df": 60, + "sa": 130, + "sd": 75, + "sp": 110 + }, + "abilities": { + "0": "Mystic Fist" + } }, "Hypno": { - "types": [ - "Psychic", - "" - ], - "bs": { - "hp": 90, - "at": 78, - "df": 75, - "sa": 78, - "sd": 115, - "sp": 72 - }, - "abilities": { - "0": "Bad Dreams" - } + "types": [ + "Psychic", + "" + ], + "bs": { + "hp": 90, + "at": 78, + "df": 75, + "sa": 78, + "sd": 115, + "sp": 72 + }, + "abilities": { + "0": "Bad Dreams" + } }, "Kingler": { - "types": [ - "Water", - "" - ], - "bs": { - "hp": 60, - "at": 130, - "df": 120, - "sa": 50, - "sd": 55, - "sp": 75 - }, - "abilities": { - "0": "Hyper Cutter" - } + "types": [ + "Water", + "" + ], + "bs": { + "hp": 60, + "at": 130, + "df": 120, + "sa": 50, + "sd": 55, + "sp": 75 + }, + "abilities": { + "0": "Hyper Cutter" + } }, "Electrode-Hisui": { - "types": [ - "Electric", - "Grass" - ], - "bs": { - "hp": 70, - "at": 50, - "df": 70, - "sa": 80, - "sd": 80, - "sp": 160 - }, - "abilities": { - "0": "Soundproof" - } + "types": [ + "Electric", + "Grass" + ], + "bs": { + "hp": 70, + "at": 50, + "df": 70, + "sa": 80, + "sd": 80, + "sp": 160 + }, + "abilities": { + "0": "Soundproof" + } }, "Exeggutor": { - "types": [ - "Grass", - "Psychic" - ], - "bs": { - "hp": 95, - "at": 125, - "df": 85, - "sa": 125, - "sd": 75, - "sp": 55 - }, - "abilities": { - "0": "Chlorophyll" - } + "types": [ + "Grass", + "Psychic" + ], + "bs": { + "hp": 95, + "at": 125, + "df": 85, + "sa": 125, + "sd": 75, + "sp": 55 + }, + "abilities": { + "0": "Chlorophyll" + } }, "Exeggutor-Alola": { - "types": [ - "Grass", - "Dragon" - ], - "bs": { - "hp": 95, - "at": 110, - "df": 90, - "sa": 130, - "sd": 80, - "sp": 40 - }, - "abilities": { - "0": "Frisk" - } + "types": [ + "Grass", + "Dragon" + ], + "bs": { + "hp": 95, + "at": 110, + "df": 90, + "sa": 130, + "sd": 80, + "sp": 40 + }, + "abilities": { + "0": "Frisk" + } }, "Marowak-Alola": { - "types": [ - "Fire", - "Ghost" - ], - "bs": { - "hp": 65, - "at": 80, - "df": 110, - "sa": 50, - "sd": 80, - "sp": 45 - }, - "abilities": { - "0": "Rock Head" - } + "types": [ + "Fire", + "Ghost" + ], + "bs": { + "hp": 65, + "at": 80, + "df": 110, + "sa": 50, + "sd": 80, + "sp": 45 + }, + "abilities": { + "0": "Rock Head" + } }, "Hitmonlee": { - "types": [ - "Fighting", - "" - ], - "bs": { - "hp": 55, - "at": 135, - "df": 58, - "sa": 50, - "sd": 115, - "sp": 87 - }, - "abilities": { - "0": "Limber" - } + "types": [ + "Fighting", + "" + ], + "bs": { + "hp": 55, + "at": 135, + "df": 58, + "sa": 50, + "sd": 115, + "sp": 87 + }, + "abilities": { + "0": "Limber" + } }, "Hitmonchan": { - "types": [ - "Fighting", - "" - ], - "bs": { - "hp": 75, - "at": 105, - "df": 94, - "sa": 40, - "sd": 110, - "sp": 76 - }, - "abilities": { - "0": "Fighting Spirit" - } + "types": [ + "Fighting", + "" + ], + "bs": { + "hp": 75, + "at": 105, + "df": 94, + "sa": 40, + "sd": 110, + "sp": 76 + }, + "abilities": { + "0": "Fighting Spirit" + } }, "Weezing-Galar": { - "types": [ - "Poison", - "Fairy" - ], - "bs": { - "hp": 65, - "at": 90, - "df": 120, - "sa": 85, - "sd": 70, - "sp": 60 - }, - "abilities": { - "0": "Levitate" - } + "types": [ + "Poison", + "Fairy" + ], + "bs": { + "hp": 65, + "at": 90, + "df": 120, + "sa": 85, + "sd": 70, + "sp": 60 + }, + "abilities": { + "0": "Levitate" + } }, "Rhydon": { - "types": [ - "Ground", - "Rock" - ], - "bs": { - "hp": 105, - "at": 130, - "df": 120, - "sa": 45, - "sd": 45, - "sp": 40 - }, - "abilities": { - "0": "Lightning Rod" - } + "types": [ + "Ground", + "Rock" + ], + "bs": { + "hp": 105, + "at": 130, + "df": 120, + "sa": 45, + "sd": 45, + "sp": 40 + }, + "abilities": { + "0": "Lightning Rod" + } }, "Kangaskhan": { - "types": [ - "Normal", - "" - ], - "bs": { - "hp": 105, - "at": 100, - "df": 90, - "sa": 50, - "sd": 90, - "sp": 95 - }, - "abilities": { - "0": "Parental Bond" - } + "types": [ + "Normal", + "" + ], + "bs": { + "hp": 105, + "at": 100, + "df": 90, + "sa": 50, + "sd": 90, + "sp": 95 + }, + "abilities": { + "0": "Parental Bond" + } }, "Seaking": { - "types": [ - "Water", - "Electric" - ], - "bs": { - "hp": 85, - "at": 67, - "df": 70, - "sa": 70, - "sd": 85, - "sp": 73 - }, - "abilities": { - "0": "Swift Swim" - } + "types": [ + "Water", + "Electric" + ], + "bs": { + "hp": 85, + "at": 67, + "df": 70, + "sa": 70, + "sd": 85, + "sp": 73 + }, + "abilities": { + "0": "Swift Swim" + } }, "Starmie": { - "types": [ - "Water", - "Psychic" - ], - "bs": { - "hp": 60, - "at": 75, - "df": 85, - "sa": 100, - "sd": 85, - "sp": 115 - }, - "abilities": { - "0": "Illuminate" - } + "types": [ + "Water", + "Psychic" + ], + "bs": { + "hp": 60, + "at": 75, + "df": 85, + "sa": 100, + "sd": 85, + "sp": 115 + }, + "abilities": { + "0": "Illuminate" + } }, "Mr. Mime": { - "types": [ - "Psychic", - "Fairy" - ], - "bs": { - "hp": 40, - "at": 55, - "df": 65, - "sa": 110, - "sd": 120, - "sp": 90 - }, - "abilities": { - "0": "Soundproof" - } + "types": [ + "Psychic", + "Fairy" + ], + "bs": { + "hp": 40, + "at": 55, + "df": 65, + "sa": 110, + "sd": 120, + "sp": 90 + }, + "abilities": { + "0": "Soundproof" + } }, "Mr. Mime-Galar": { - "types": [ - "Ice", - "Psychic" - ], - "bs": { - "hp": 55, - "at": 65, - "df": 70, - "sa": 95, - "sd": 95, - "sp": 100 - }, - "abilities": { - "0": "Vital Spirit" - } + "types": [ + "Ice", + "Psychic" + ], + "bs": { + "hp": 55, + "at": 65, + "df": 70, + "sa": 95, + "sd": 95, + "sp": 100 + }, + "abilities": { + "0": "Vital Spirit" + } }, "Jynx": { - "types": [ - "Ice", - "Fairy" - ], - "bs": { - "hp": 75, - "at": 85, - "df": 40, - "sa": 130, - "sd": 105, - "sp": 105 - }, - "abilities": { - "0": "Oblivious" - } + "types": [ + "Ice", + "Fairy" + ], + "bs": { + "hp": 75, + "at": 85, + "df": 40, + "sa": 130, + "sd": 105, + "sp": 105 + }, + "abilities": { + "0": "Oblivious" + } }, "Pinsir": { - "types": [ - "Bug", - "Flying" - ], - "bs": { - "hp": 65, - "at": 140, - "df": 110, - "sa": 60, - "sd": 80, - "sp": 95 - }, - "abilities": { - "0": "Aerilate" - } + "types": [ + "Bug", + "Flying" + ], + "bs": { + "hp": 65, + "at": 140, + "df": 110, + "sa": 60, + "sd": 80, + "sp": 95 + }, + "abilities": { + "0": "Aerilate" + } }, "Tauros": { - "types": [ - "Normal", - "" - ], - "bs": { - "hp": 75, - "at": 105, - "df": 95, - "sa": 80, - "sd": 80, - "sp": 115 - }, - "abilities": { - "0": "Intimidate" - } + "types": [ + "Normal", + "" + ], + "bs": { + "hp": 75, + "at": 105, + "df": 95, + "sa": 80, + "sd": 80, + "sp": 115 + }, + "abilities": { + "0": "Intimidate" + } }, "Tauros-Paldea-Blaze": { - "types": [ - "Fighting", - "Fire" - ], - "bs": { - "hp": 80, - "at": 120, - "df": 105, - "sa": 30, - "sd": 70, - "sp": 105 - }, - "abilities": { - "0": "Intimidate" - } + "types": [ + "Fighting", + "Fire" + ], + "bs": { + "hp": 80, + "at": 120, + "df": 105, + "sa": 30, + "sd": 70, + "sp": 105 + }, + "abilities": { + "0": "Intimidate" + } }, "Tauros-Paldea-Aqua": { - "types": [ - "Fighting", - "Water" - ], - "bs": { - "hp": 80, - "at": 120, - "df": 105, - "sa": 30, - "sd": 70, - "sp": 105 - }, - "abilities": { - "0": "Intimidate" - } + "types": [ + "Fighting", + "Water" + ], + "bs": { + "hp": 80, + "at": 120, + "df": 105, + "sa": 30, + "sd": 70, + "sp": 105 + }, + "abilities": { + "0": "Intimidate" + } }, "Gyarados": { - "types": [ - "Water", - "Flying" - ], - "bs": { - "hp": 95, - "at": 125, - "df": 79, - "sa": 60, - "sd": 100, - "sp": 81 - }, - "abilities": { - "0": "Intimidate" - } + "types": [ + "Water", + "Flying" + ], + "bs": { + "hp": 95, + "at": 125, + "df": 79, + "sa": 60, + "sd": 100, + "sp": 81 + }, + "abilities": { + "0": "Intimidate" + } }, "Lapras": { - "types": [ - "Water", - "Ice" - ], - "bs": { - "hp": 130, - "at": 85, - "df": 80, - "sa": 85, - "sd": 95, - "sp": 60 - }, - "abilities": { - "0": "Water Absorb" - } + "types": [ + "Water", + "Ice" + ], + "bs": { + "hp": 130, + "at": 85, + "df": 80, + "sa": 85, + "sd": 95, + "sp": 60 + }, + "abilities": { + "0": "Water Absorb" + } }, "Ditto": { - "types": [ - "Normal", - "" - ], - "bs": { - "hp": 60, - "at": 60, - "df": 60, - "sa": 60, - "sd": 60, - "sp": 60 - }, - "abilities": { - "0": "Limber" - } + "types": [ + "Normal", + "" + ], + "bs": { + "hp": 60, + "at": 60, + "df": 60, + "sa": 60, + "sd": 60, + "sp": 60 + }, + "abilities": { + "0": "Limber" + } }, "Eevee": { - "types": [ - "Normal", - "" - ], - "bs": { - "hp": 60, - "at": 65, - "df": 55, - "sa": 55, - "sd": 70, - "sp": 65 - }, - "abilities": { - "0": "Run Away" - } + "types": [ + "Normal", + "" + ], + "bs": { + "hp": 60, + "at": 65, + "df": 55, + "sa": 55, + "sd": 70, + "sp": 65 + }, + "abilities": { + "0": "Run Away" + } }, "Vaporeon": { - "types": [ - "Water", - "" - ], - "bs": { - "hp": 135, - "at": 65, - "df": 60, - "sa": 115, - "sd": 100, - "sp": 70 - }, - "abilities": { - "0": "Water Absorb" - } + "types": [ + "Water", + "" + ], + "bs": { + "hp": 135, + "at": 65, + "df": 60, + "sa": 115, + "sd": 100, + "sp": 70 + }, + "abilities": { + "0": "Water Absorb" + } }, "Jolteon": { - "types": [ - "Electric", - "" - ], - "bs": { - "hp": 70, - "at": 60, - "df": 100, - "sa": 115, - "sd": 65, - "sp": 135 - }, - "abilities": { - "0": "Volt Absorb" - } + "types": [ + "Electric", + "" + ], + "bs": { + "hp": 70, + "at": 60, + "df": 100, + "sa": 115, + "sd": 65, + "sp": 135 + }, + "abilities": { + "0": "Volt Absorb" + } }, "Flareon": { - "types": [ - "Fire", - "" - ], - "bs": { - "hp": 70, - "at": 135, - "df": 60, - "sa": 100, - "sd": 115, - "sp": 65 - }, - "abilities": { - "0": "Flash Fire" - } + "types": [ + "Fire", + "" + ], + "bs": { + "hp": 70, + "at": 135, + "df": 60, + "sa": 100, + "sd": 115, + "sp": 65 + }, + "abilities": { + "0": "Flash Fire" + } }, "Omastar": { - "types": [ - "Rock", - "Water" - ], - "bs": { - "hp": 75, - "at": 65, - "df": 125, - "sa": 120, - "sd": 70, - "sp": 55 - }, - "abilities": { - "0": "Swift Swim" - } + "types": [ + "Rock", + "Water" + ], + "bs": { + "hp": 75, + "at": 65, + "df": 125, + "sa": 120, + "sd": 70, + "sp": 55 + }, + "abilities": { + "0": "Swift Swim" + } }, "Kabutops": { - "types": [ - "Bug", - "Water" - ], - "bs": { - "hp": 70, - "at": 120, - "df": 105, - "sa": 65, - "sd": 70, - "sp": 80 - }, - "abilities": { - "0": "Swift Swim" - } + "types": [ + "Bug", + "Water" + ], + "bs": { + "hp": 70, + "at": 120, + "df": 105, + "sa": 65, + "sd": 70, + "sp": 80 + }, + "abilities": { + "0": "Swift Swim" + } }, "Aerodactyl": { - "types": [ - "Rock", - "Flying" - ], - "bs": { - "hp": 80, - "at": 105, - "df": 65, - "sa": 60, - "sd": 75, - "sp": 130 - }, - "abilities": { - "0": "Rock Head" - } + "types": [ + "Rock", + "Flying" + ], + "bs": { + "hp": 80, + "at": 105, + "df": 65, + "sa": 60, + "sd": 75, + "sp": 130 + }, + "abilities": { + "0": "Rock Head" + } }, "Snorlax": { - "types": [ - "Normal", - "" - ], - "bs": { - "hp": 160, - "at": 110, - "df": 60, - "sa": 60, - "sd": 110, - "sp": 30 - }, - "abilities": { - "0": "Comatose" - } + "types": [ + "Normal", + "" + ], + "bs": { + "hp": 160, + "at": 110, + "df": 60, + "sa": 60, + "sd": 110, + "sp": 30 + }, + "abilities": { + "0": "Comatose" + } }, "Articuno": { - "types": [ - "Ice", - "Flying" - ], - "bs": { - "hp": 85, - "at": 85, - "df": 100, - "sa": 95, - "sd": 125, - "sp": 85 - }, - "abilities": { - "0": "Pressure" - } + "types": [ + "Ice", + "Flying" + ], + "bs": { + "hp": 85, + "at": 85, + "df": 100, + "sa": 95, + "sd": 125, + "sp": 85 + }, + "abilities": { + "0": "Pressure" + } }, "Articuno-Galar": { - "types": [ - "Psychic", - "Flying" - ], - "bs": { - "hp": 90, - "at": 85, - "df": 85, - "sa": 125, - "sd": 100, - "sp": 95 - }, - "abilities": { - "0": "Competitive" - } + "types": [ + "Psychic", + "Flying" + ], + "bs": { + "hp": 90, + "at": 85, + "df": 85, + "sa": 125, + "sd": 100, + "sp": 95 + }, + "abilities": { + "0": "Competitive" + } }, "Zapdos": { - "types": [ - "Electric", - "Flying" - ], - "bs": { - "hp": 85, - "at": 90, - "df": 85, - "sa": 125, - "sd": 90, - "sp": 100 - }, - "abilities": { - "0": "Pressure" - } + "types": [ + "Electric", + "Flying" + ], + "bs": { + "hp": 85, + "at": 90, + "df": 85, + "sa": 125, + "sd": 90, + "sp": 100 + }, + "abilities": { + "0": "Pressure" + } }, "Zapdos-Galar": { - "types": [ - "Fighting", - "Flying" - ], - "bs": { - "hp": 90, - "at": 125, - "df": 90, - "sa": 85, - "sd": 90, - "sp": 100 - }, - "abilities": { - "0": "Defiant" - } + "types": [ + "Fighting", + "Flying" + ], + "bs": { + "hp": 90, + "at": 125, + "df": 90, + "sa": 85, + "sd": 90, + "sp": 100 + }, + "abilities": { + "0": "Defiant" + } }, "Moltres": { - "types": [ - "Fire", - "Flying" - ], - "bs": { - "hp": 85, - "at": 100, - "df": 90, - "sa": 125, - "sd": 85, - "sp": 90 - }, - "abilities": { - "0": "Pressure" - } + "types": [ + "Fire", + "Flying" + ], + "bs": { + "hp": 85, + "at": 100, + "df": 90, + "sa": 125, + "sd": 85, + "sp": 90 + }, + "abilities": { + "0": "Pressure" + } }, "Moltres-Galar": { - "types": [ - "Dark", - "Flying" - ], - "bs": { - "hp": 90, - "at": 85, - "df": 90, - "sa": 100, - "sd": 125, - "sp": 90 - }, - "abilities": { - "0": "Berserk" - } + "types": [ + "Dark", + "Flying" + ], + "bs": { + "hp": 90, + "at": 85, + "df": 90, + "sa": 100, + "sd": 125, + "sp": 90 + }, + "abilities": { + "0": "Berserk" + } }, "Dragonite": { - "types": [ - "Dragon", - "Flying" - ], - "bs": { - "hp": 91, - "at": 134, - "df": 95, - "sa": 100, - "sd": 100, - "sp": 80 - }, - "abilities": { - "0": "Inner Focus" - } + "types": [ + "Dragon", + "Flying" + ], + "bs": { + "hp": 91, + "at": 134, + "df": 95, + "sa": 100, + "sd": 100, + "sp": 80 + }, + "abilities": { + "0": "Inner Focus" + } }, "Meganium": { - "types": [ - "Grass", - "Fairy" - ], - "bs": { - "hp": 85, - "at": 82, - "df": 105, - "sa": 83, - "sd": 105, - "sp": 80 - }, - "abilities": { - "0": "Overgrow" - } + "types": [ + "Grass", + "Fairy" + ], + "bs": { + "hp": 85, + "at": 82, + "df": 105, + "sa": 83, + "sd": 105, + "sp": 80 + }, + "abilities": { + "0": "Overgrow" + } }, "Typhlosion-Hisui": { - "types": [ - "Fire", - "Ghost" - ], - "bs": { - "hp": 78, - "at": 84, - "df": 78, - "sa": 120, - "sd": 85, - "sp": 95 - }, - "abilities": { - "0": "Blaze" - } + "types": [ + "Fire", + "Ghost" + ], + "bs": { + "hp": 78, + "at": 84, + "df": 78, + "sa": 120, + "sd": 85, + "sp": 95 + }, + "abilities": { + "0": "Blaze" + } }, "Feraligatr": { - "types": [ - "Water", - "Dark" - ], - "bs": { - "hp": 90, - "at": 110, - "df": 100, - "sa": 79, - "sd": 83, - "sp": 78 - }, - "abilities": { - "0": "Torrent" - } + "types": [ + "Water", + "Dark" + ], + "bs": { + "hp": 90, + "at": 110, + "df": 100, + "sa": 79, + "sd": 83, + "sp": 78 + }, + "abilities": { + "0": "Torrent" + } }, "Furret": { - "types": [ - "Normal", - "" - ], - "bs": { - "hp": 90, - "at": 101, - "df": 69, - "sa": 55, - "sd": 60, - "sp": 95 - }, - "abilities": { - "0": "Fur Coat" - } + "types": [ + "Normal", + "" + ], + "bs": { + "hp": 90, + "at": 101, + "df": 69, + "sa": 55, + "sd": 60, + "sp": 95 + }, + "abilities": { + "0": "Fur Coat" + } }, "Noctowl": { - "types": [ - "Dark", - "Flying" - ], - "bs": { - "hp": 115, - "at": 60, - "df": 60, - "sa": 96, - "sd": 111, - "sp": 80 - }, - "abilities": { - "0": "Insomnia" - } + "types": [ + "Dark", + "Flying" + ], + "bs": { + "hp": 115, + "at": 60, + "df": 60, + "sa": 96, + "sd": 111, + "sp": 80 + }, + "abilities": { + "0": "Insomnia" + } }, "Ledian": { - "types": [ - "Bug", - "Flying" - ], - "bs": { - "hp": 70, - "at": 35, - "df": 55, - "sa": 125, - "sd": 125, - "sp": 95 - }, - "abilities": { - "0": "Swarm" - } + "types": [ + "Bug", + "Fighting" + ], + "bs": { + "hp": 70, + "at": 35, + "df": 55, + "sa": 125, + "sd": 125, + "sp": 95 + }, + "abilities": { + "0": "Swarm" + } }, "Ariados": { - "types": [ - "Bug", - "Poison" - ], - "bs": { - "hp": 100, - "at": 110, - "df": 90, - "sa": 80, - "sd": 90, - "sp": 70 - }, - "abilities": { - "0": "Swarm" - } + "types": [ + "Bug", + "Poison" + ], + "bs": { + "hp": 100, + "at": 110, + "df": 90, + "sa": 80, + "sd": 90, + "sp": 70 + }, + "abilities": { + "0": "Swarm" + } }, "Crobat": { - "types": [ - "Poison", - "Flying" - ], - "bs": { - "hp": 90, - "at": 90, - "df": 80, - "sa": 85, - "sd": 80, - "sp": 135 - }, - "abilities": { - "0": "Inner Focus" - } + "types": [ + "Poison", + "Flying" + ], + "bs": { + "hp": 90, + "at": 90, + "df": 80, + "sa": 85, + "sd": 80, + "sp": 135 + }, + "abilities": { + "0": "Inner Focus" + } }, "Lanturn": { - "types": [ - "Water", - "Electric" - ], - "bs": { - "hp": 125, - "at": 63, - "df": 63, - "sa": 86, - "sd": 86, - "sp": 67 - }, - "abilities": { - "0": "Lightning Rod" - } + "types": [ + "Water", + "Electric" + ], + "bs": { + "hp": 125, + "at": 63, + "df": 63, + "sa": 86, + "sd": 86, + "sp": 67 + }, + "abilities": { + "0": "Lightning Rod" + } }, "Xatu": { - "types": [ - "Psychic", - "Flying" - ], - "bs": { - "hp": 70, - "at": 80, - "df": 75, - "sa": 100, - "sd": 75, - "sp": 95 - }, - "abilities": { - "0": "Wide Eyed" - } + "types": [ + "Psychic", + "Flying" + ], + "bs": { + "hp": 70, + "at": 80, + "df": 75, + "sa": 100, + "sd": 75, + "sp": 95 + }, + "abilities": { + "0": "Wide Eyed" + } }, "Ampharos": { - "types": [ - "Electric", - "Dragon" - ], - "bs": { - "hp": 90, - "at": 85, - "df": 90, - "sa": 135, - "sd": 95, - "sp": 50 - }, - "abilities": { - "0": "Static" - } + "types": [ + "Electric", + "Dragon" + ], + "bs": { + "hp": 90, + "at": 85, + "df": 90, + "sa": 135, + "sd": 95, + "sp": 50 + }, + "abilities": { + "0": "Static" + } }, "Bellossom": { - "types": [ - "Grass", - "Fairy" - ], - "bs": { - "hp": 90, - "at": 90, - "df": 100, - "sa": 105, - "sd": 105, - "sp": 60 - }, - "abilities": { - "0": "Chlorophyll" - } + "types": [ + "Grass", + "Fairy" + ], + "bs": { + "hp": 90, + "at": 90, + "df": 100, + "sa": 105, + "sd": 105, + "sp": 60 + }, + "abilities": { + "0": "Chlorophyll" + } }, "Azumarill": { - "types": [ - "Water", - "Fairy" - ], - "bs": { - "hp": 105, - "at": 55, - "df": 80, - "sa": 60, - "sd": 80, - "sp": 50 - }, - "abilities": { - "0": "Thick Fat" - } + "types": [ + "Water", + "Fairy" + ], + "bs": { + "hp": 105, + "at": 55, + "df": 80, + "sa": 60, + "sd": 80, + "sp": 50 + }, + "abilities": { + "0": "Thick Fat" + } }, "Sudowoodo": { - "types": [ - "Rock", - "" - ], - "bs": { - "hp": 85, - "at": 105, - "df": 125, - "sa": 35, - "sd": 75, - "sp": 30 - }, - "abilities": { - "0": "Calm B4 Storm" - } + "types": [ + "Rock", + "" + ], + "bs": { + "hp": 85, + "at": 105, + "df": 125, + "sa": 35, + "sd": 75, + "sp": 30 + }, + "abilities": { + "0": "Calm B4 Storm" + } }, "Politoed": { - "types": [ - "Water", - "" - ], - "bs": { - "hp": 95, - "at": 75, - "df": 75, - "sa": 90, - "sd": 100, - "sp": 70 - }, - "abilities": { - "0": "Water Absorb" - } + "types": [ + "Water", + "" + ], + "bs": { + "hp": 95, + "at": 75, + "df": 75, + "sa": 90, + "sd": 100, + "sp": 70 + }, + "abilities": { + "0": "Water Absorb" + } }, "Jumpluff": { - "types": [ - "Grass", - "Flying" - ], - "bs": { - "hp": 80, - "at": 60, - "df": 70, - "sa": 60, - "sd": 95, - "sp": 125 - }, - "abilities": { - "0": "Chlorophyll" - } + "types": [ + "Grass", + "Flying" + ], + "bs": { + "hp": 80, + "at": 60, + "df": 70, + "sa": 60, + "sd": 95, + "sp": 125 + }, + "abilities": { + "0": "Chlorophyll" + } }, "Sunflora": { - "types": [ - "Grass", - "Fire" - ], - "bs": { - "hp": 85, - "at": 76, - "df": 60, - "sa": 145, - "sd": 90, - "sp": 29 - }, - "abilities": { - "0": "Chlorophyll" - } + "types": [ + "Grass", + "Fire" + ], + "bs": { + "hp": 85, + "at": 76, + "df": 60, + "sa": 145, + "sd": 90, + "sp": 29 + }, + "abilities": { + "0": "Chlorophyll" + } }, "Espeon": { - "types": [ - "Psychic", - "" - ], - "bs": { - "hp": 70, - "at": 65, - "df": 60, - "sa": 135, - "sd": 100, - "sp": 115 - }, - "abilities": { - "0": "Synchronize" - } + "types": [ + "Psychic", + "" + ], + "bs": { + "hp": 70, + "at": 65, + "df": 60, + "sa": 135, + "sd": 100, + "sp": 115 + }, + "abilities": { + "0": "Synchronize" + } }, "Umbreon": { - "types": [ - "Dark", - "" - ], - "bs": { - "hp": 100, - "at": 65, - "df": 115, - "sa": 60, - "sd": 135, - "sp": 70 - }, - "abilities": { - "0": "Synchronize" - } + "types": [ + "Dark", + "" + ], + "bs": { + "hp": 100, + "at": 65, + "df": 115, + "sa": 60, + "sd": 135, + "sp": 70 + }, + "abilities": { + "0": "Synchronize" + } }, "Slowking-Galar": { - "types": [ - "Poison", - "Psychic" - ], - "bs": { - "hp": 95, - "at": 65, - "df": 85, - "sa": 110, - "sd": 115, - "sp": 30 - }, - "abilities": { - "0": "Curious Medicine" - } + "types": [ + "Poison", + "Psychic" + ], + "bs": { + "hp": 95, + "at": 65, + "df": 85, + "sa": 110, + "sd": 115, + "sp": 30 + }, + "abilities": { + "0": "Curious Medicine" + } }, "Unown": { - "types": [ - "Psychic", - "" - ], - "bs": { - "hp": 96, - "at": 144, - "df": 96, - "sa": 144, - "sd": 96, - "sp": 96 - }, - "abilities": { - "0": "Levitate" - } + "types": [ + "Psychic", + "" + ], + "bs": { + "hp": 96, + "at": 144, + "df": 96, + "sa": 144, + "sd": 96, + "sp": 96 + }, + "abilities": { + "0": "Levitate" + } }, "Wobbuffet": { - "types": [ - "Psychic", - "" - ], - "bs": { - "hp": 200, - "at": 33, - "df": 68, - "sa": 33, - "sd": 68, - "sp": 33 - }, - "abilities": { - "0": "Shadow Tag" - } + "types": [ + "Psychic", + "" + ], + "bs": { + "hp": 200, + "at": 33, + "df": 68, + "sa": 33, + "sd": 68, + "sp": 33 + }, + "abilities": { + "0": "Shadow Tag" + } }, "Forretress": { - "types": [ - "Bug", - "Steel" - ], - "bs": { - "hp": 80, - "at": 110, - "df": 140, - "sa": 60, - "sd": 90, - "sp": 30 - }, - "abilities": { - "0": "Sturdy" - } + "types": [ + "Bug", + "Steel" + ], + "bs": { + "hp": 80, + "at": 110, + "df": 140, + "sa": 60, + "sd": 90, + "sp": 30 + }, + "abilities": { + "0": "Sturdy" + } }, "Dunsparce": { - "types": [ - "Normal", - "" - ], - "bs": { - "hp": 100, - "at": 80, - "df": 80, - "sa": 80, - "sd": 80, - "sp": 40 - }, - "abilities": { - "0": "Serene Grace" - } + "types": [ + "Normal", + "" + ], + "bs": { + "hp": 100, + "at": 80, + "df": 80, + "sa": 80, + "sd": 80, + "sp": 40 + }, + "abilities": { + "0": "Serene Grace" + } }, "Steelix": { - "types": [ - "Steel", - "Ground" - ], - "bs": { - "hp": 80, - "at": 85, - "df": 200, - "sa": 55, - "sd": 65, - "sp": 30 - }, - "abilities": { - "0": "Earth Eater" - } + "types": [ + "Steel", + "Ground" + ], + "bs": { + "hp": 80, + "at": 85, + "df": 200, + "sa": 55, + "sd": 65, + "sp": 30 + }, + "abilities": { + "0": "Earth Eater" + } }, "Granbull": { - "types": [ - "Fairy", - "Fighting" - ], - "bs": { - "hp": 100, - "at": 130, - "df": 75, - "sa": 60, - "sd": 60, - "sp": 45 - }, - "abilities": { - "0": "Intimidate" - } + "types": [ + "Fairy", + "Fighting" + ], + "bs": { + "hp": 100, + "at": 130, + "df": 75, + "sa": 60, + "sd": 60, + "sp": 45 + }, + "abilities": { + "0": "Intimidate" + } }, "Qwilfish-Hisui": { - "types": [ - "Dark", - "Poison" - ], - "bs": { - "hp": 85, - "at": 95, - "df": 90, - "sa": 55, - "sd": 75, - "sp": 85 - }, - "abilities": { - "0": "Poison Point" - } + "types": [ + "Dark", + "Poison" + ], + "bs": { + "hp": 85, + "at": 95, + "df": 90, + "sa": 55, + "sd": 75, + "sp": 85 + }, + "abilities": { + "0": "Poison Point" + } }, "Scizor": { - "types": [ - "Bug", - "Steel" - ], - "bs": { - "hp": 70, - "at": 130, - "df": 100, - "sa": 55, - "sd": 80, - "sp": 65 - }, - "abilities": { - "0": "Swarm" - } + "types": [ + "Bug", + "Steel" + ], + "bs": { + "hp": 70, + "at": 130, + "df": 100, + "sa": 55, + "sd": 80, + "sp": 65 + }, + "abilities": { + "0": "Swarm" + } }, "Shuckle": { - "types": [ - "Bug", - "Steel" - ], - "bs": { - "hp": 25, - "at": 15, - "df": 230, - "sa": 15, - "sd": 230, - "sp": 5 - }, - "abilities": { - "0": "Sturdy" - } + "types": [ + "Bug", + "Steel" + ], + "bs": { + "hp": 25, + "at": 15, + "df": 230, + "sa": 15, + "sd": 230, + "sp": 5 + }, + "abilities": { + "0": "Sturdy" + } }, "Heracross": { - "types": [ - "Bug", - "Fighting" - ], - "bs": { - "hp": 80, - "at": 140, - "df": 95, - "sa": 40, - "sd": 100, - "sp": 80 - }, - "abilities": { - "0": "Skill Link" - } + "types": [ + "Bug", + "Fighting" + ], + "bs": { + "hp": 80, + "at": 140, + "df": 95, + "sa": 40, + "sd": 100, + "sp": 80 + }, + "abilities": { + "0": "Skill Link" + } }, "Magcargo": { - "types": [ - "Fire", - "Rock" - ], - "bs": { - "hp": 70, - "at": 50, - "df": 120, - "sa": 130, - "sd": 80, - "sp": 30 - }, - "abilities": { - "0": "Magma Armor" - } + "types": [ + "Fire", + "Rock" + ], + "bs": { + "hp": 70, + "at": 50, + "df": 120, + "sa": 130, + "sd": 80, + "sp": 30 + }, + "abilities": { + "0": "Magma Armor" + } }, "Corsola-Galar": { - "types": [ - "Ghost", - "Rock" - ], - "bs": { - "hp": 70, - "at": 55, - "df": 100, - "sa": 65, - "sd": 100, - "sp": 30 - }, - "abilities": { - "0": "Weak Armor" - } + "types": [ + "Ghost", + "Rock" + ], + "bs": { + "hp": 70, + "at": 55, + "df": 100, + "sa": 65, + "sd": 100, + "sp": 30 + }, + "abilities": { + "0": "Weak Armor" + } }, "Octillery": { - "types": [ - "Water", - "Fire" - ], - "bs": { - "hp": 85, - "at": 105, - "df": 85, - "sa": 110, - "sd": 85, - "sp": 45 - }, - "abilities": { - "0": "Suction Cups" - } + "types": [ + "Water", + "Fire" + ], + "bs": { + "hp": 85, + "at": 105, + "df": 85, + "sa": 110, + "sd": 85, + "sp": 45 + }, + "abilities": { + "0": "Suction Cups" + } }, "Delibird": { - "types": [ - "Ice", - "Flying" - ], - "bs": { - "hp": 80, - "at": 105, - "df": 55, - "sa": 80, - "sd": 55, - "sp": 95 - }, - "abilities": { - "0": "Vital Spirit" - } + "types": [ + "Ice", + "Flying" + ], + "bs": { + "hp": 80, + "at": 105, + "df": 55, + "sa": 80, + "sd": 55, + "sp": 95 + }, + "abilities": { + "0": "Vital Spirit" + } }, "Mantine": { - "types": [ - "Water", - "Flying" - ], - "bs": { - "hp": 70, - "at": 40, - "df": 70, - "sa": 100, - "sd": 180, - "sp": 70 - }, - "abilities": { - "0": "Swift Swim" - } + "types": [ + "Water", + "Flying" + ], + "bs": { + "hp": 70, + "at": 40, + "df": 70, + "sa": 100, + "sd": 180, + "sp": 70 + }, + "abilities": { + "0": "Swift Swim" + } }, "Skarmory": { - "types": [ - "Steel", - "Flying" - ], - "bs": { - "hp": 70, - "at": 100, - "df": 180, - "sa": 40, - "sd": 70, - "sp": 70 - }, - "abilities": { - "0": "Sand Rush" - } + "types": [ + "Steel", + "Flying" + ], + "bs": { + "hp": 70, + "at": 100, + "df": 180, + "sa": 40, + "sd": 70, + "sp": 70 + }, + "abilities": { + "0": "Sand Rush" + } }, "Houndoom": { - "types": [ - "Dark", - "Fire" - ], - "bs": { - "hp": 75, - "at": 90, - "df": 60, - "sa": 125, - "sd": 85, - "sp": 100 - }, - "abilities": { - "0": "Solar Power" - } + "types": [ + "Dark", + "Fire" + ], + "bs": { + "hp": 75, + "at": 90, + "df": 60, + "sa": 125, + "sd": 85, + "sp": 100 + }, + "abilities": { + "0": "Solar Power" + } }, "Kingdra": { - "types": [ - "Water", - "Dragon" - ], - "bs": { - "hp": 85, - "at": 105, - "df": 105, - "sa": 105, - "sd": 105, - "sp": 95 - }, - "abilities": { - "0": "Super Luck" - } + "types": [ + "Water", + "Dragon" + ], + "bs": { + "hp": 85, + "at": 105, + "df": 105, + "sa": 105, + "sd": 105, + "sp": 95 + }, + "abilities": { + "0": "Super Luck" + } }, "Donphan": { - "types": [ - "Ground", - "" - ], - "bs": { - "hp": 110, - "at": 120, - "df": 125, - "sa": 60, - "sd": 60, - "sp": 95 - }, - "abilities": { - "0": "Sturdy" - } + "types": [ + "Ground", + "" + ], + "bs": { + "hp": 110, + "at": 120, + "df": 125, + "sa": 60, + "sd": 60, + "sp": 95 + }, + "abilities": { + "0": "Sturdy" + } }, "Porygon2": { - "types": [ - "Normal", - "" - ], - "bs": { - "hp": 75, - "at": 80, - "df": 90, - "sa": 105, - "sd": 95, - "sp": 60 - }, - "abilities": { - "0": "Trace" - } + "types": [ + "Normal", + "" + ], + "bs": { + "hp": 75, + "at": 80, + "df": 90, + "sa": 105, + "sd": 95, + "sp": 60 + }, + "abilities": { + "0": "Trace" + } }, "Smeargle": { - "types": [ - "Normal", - "" - ], - "bs": { - "hp": 55, - "at": 30, - "df": 35, - "sa": 30, - "sd": 45, - "sp": 75 - }, - "abilities": { - "0": "Mold Breaker" - } + "types": [ + "Normal", + "" + ], + "bs": { + "hp": 55, + "at": 30, + "df": 35, + "sa": 30, + "sd": 45, + "sp": 75 + }, + "abilities": { + "0": "Mold Breaker" + } }, "Hitmontop": { - "types": [ - "Fighting", - "" - ], - "bs": { - "hp": 60, - "at": 95, - "df": 95, - "sa": 65, - "sd": 115, - "sp": 70 - }, - "abilities": { - "0": "Intimidate" - } + "types": [ + "Fighting", + "" + ], + "bs": { + "hp": 60, + "at": 95, + "df": 95, + "sa": 65, + "sd": 115, + "sp": 70 + }, + "abilities": { + "0": "Intimidate" + } }, "Miltank": { - "types": [ - "Normal", - "" - ], - "bs": { - "hp": 100, - "at": 100, - "df": 110, - "sa": 40, - "sd": 75, - "sp": 100 - }, - "abilities": { - "0": "Thick Fat" - } + "types": [ + "Normal", + "" + ], + "bs": { + "hp": 100, + "at": 100, + "df": 110, + "sa": 40, + "sd": 75, + "sp": 100 + }, + "abilities": { + "0": "Thick Fat" + } }, "Blissey": { - "types": [ - "Normal", - "" - ], - "bs": { - "hp": 255, - "at": 120, - "df": 80, - "sa": 40, - "sd": 15, - "sp": 55 - }, - "abilities": { - "0": "Scrappy" - } + "types": [ + "Normal", + "" + ], + "bs": { + "hp": 255, + "at": 120, + "df": 75, + "sa": 40, + "sd": 15, + "sp": 55 + }, + "abilities": { + "0": "Scrappy" + } }, "Raikou": { - "types": [ - "Electric", - "" - ], - "bs": { - "hp": 90, - "at": 85, - "df": 75, - "sa": 115, - "sd": 100, - "sp": 115 - }, - "abilities": { - "0": "Pressure" - } + "types": [ + "Electric", + "" + ], + "bs": { + "hp": 90, + "at": 85, + "df": 75, + "sa": 115, + "sd": 100, + "sp": 115 + }, + "abilities": { + "0": "Pressure" + } }, "Entei": { - "types": [ - "Fire", - "" - ], - "bs": { - "hp": 115, - "at": 115, - "df": 85, - "sa": 90, - "sd": 75, - "sp": 100 - }, - "abilities": { - "0": "Pressure" - } + "types": [ + "Fire", + "" + ], + "bs": { + "hp": 115, + "at": 115, + "df": 85, + "sa": 90, + "sd": 75, + "sp": 100 + }, + "abilities": { + "0": "Pressure" + } }, "Suicune": { - "types": [ - "Water", - "" - ], - "bs": { - "hp": 100, - "at": 75, - "df": 115, - "sa": 90, - "sd": 115, - "sp": 85 - }, - "abilities": { - "0": "Pressure" - } + "types": [ + "Water", + "" + ], + "bs": { + "hp": 100, + "at": 75, + "df": 115, + "sa": 90, + "sd": 115, + "sp": 85 + }, + "abilities": { + "0": "Pressure" + } }, "Tyranitar": { - "types": [ - "Rock", - "Dark" - ], - "bs": { - "hp": 100, - "at": 134, - "df": 110, - "sa": 95, - "sd": 100, - "sp": 61 - }, - "abilities": { - "0": "Sand Stream" - } + "types": [ + "Rock", + "Dark" + ], + "bs": { + "hp": 100, + "at": 134, + "df": 110, + "sa": 95, + "sd": 100, + "sp": 61 + }, + "abilities": { + "0": "Sand Stream" + } }, "Sceptile": { - "types": [ - "Grass", - "Dragon" - ], - "bs": { - "hp": 75, - "at": 105, - "df": 65, - "sa": 90, - "sd": 85, - "sp": 120 - }, - "abilities": { - "0": "Overgrow" - } + "types": [ + "Grass", + "Dragon" + ], + "bs": { + "hp": 75, + "at": 105, + "df": 65, + "sa": 90, + "sd": 85, + "sp": 120 + }, + "abilities": { + "0": "Overgrow" + } }, "Blaziken": { - "types": [ - "Fire", - "Fighting" - ], - "bs": { - "hp": 90, - "at": 120, - "df": 70, - "sa": 110, - "sd": 70, - "sp": 80 - }, - "abilities": { - "0": "Blaze" - } + "types": [ + "Fire", + "Fighting" + ], + "bs": { + "hp": 90, + "at": 120, + "df": 70, + "sa": 110, + "sd": 70, + "sp": 80 + }, + "abilities": { + "0": "Blaze" + } }, "Swampert": { - "types": [ - "Water", - "Ground" - ], - "bs": { - "hp": 100, - "at": 110, - "df": 90, - "sa": 90, - "sd": 90, - "sp": 60 - }, - "abilities": { - "0": "Torrent" - } + "types": [ + "Water", + "Ground" + ], + "bs": { + "hp": 100, + "at": 110, + "df": 90, + "sa": 90, + "sd": 90, + "sp": 60 + }, + "abilities": { + "0": "Torrent" + } }, "Mightyena": { - "types": [ - "Dark", - "" - ], - "bs": { - "hp": 100, - "at": 110, - "df": 90, - "sa": 75, - "sd": 80, - "sp": 80 - }, - "abilities": { - "0": "Intimidate" - } + "types": [ + "Dark", + "" + ], + "bs": { + "hp": 100, + "at": 110, + "df": 90, + "sa": 75, + "sd": 80, + "sp": 80 + }, + "abilities": { + "0": "Intimidate" + } }, "Linoone": { - "types": [ - "Normal", - "" - ], - "bs": { - "hp": 103, - "at": 75, - "df": 86, - "sa": 55, - "sd": 86, - "sp": 105 - }, - "abilities": { - "0": "Pickup" - } + "types": [ + "Normal", + "" + ], + "bs": { + "hp": 103, + "at": 75, + "df": 86, + "sa": 55, + "sd": 86, + "sp": 105 + }, + "abilities": { + "0": "Pickup" + } }, "Beautifly": { - "types": [ - "Bug", - "Flying" - ], - "bs": { - "hp": 70, - "at": 90, - "df": 60, - "sa": 150, - "sd": 60, - "sp": 70 - }, - "abilities": { - "0": "Shield Dust" - } + "types": [ + "Bug", + "Flying" + ], + "bs": { + "hp": 70, + "at": 90, + "df": 60, + "sa": 150, + "sd": 60, + "sp": 70 + }, + "abilities": { + "0": "Shield Dust" + } }, "Dustox": { - "types": [ - "Bug", - "Poison" - ], - "bs": { - "hp": 80, - "at": 70, - "df": 100, - "sa": 70, - "sd": 110, - "sp": 70 - }, - "abilities": { - "0": "Shield Dust" - } + "types": [ + "Bug", + "Poison" + ], + "bs": { + "hp": 80, + "at": 70, + "df": 100, + "sa": 70, + "sd": 110, + "sp": 70 + }, + "abilities": { + "0": "Shield Dust" + } }, "Ludicolo": { - "types": [ - "Water", - "Grass" - ], - "bs": { - "hp": 80, - "at": 70, - "df": 80, - "sa": 100, - "sd": 100, - "sp": 70 - }, - "abilities": { - "0": "Swift Swim" - } + "types": [ + "Water", + "Grass" + ], + "bs": { + "hp": 80, + "at": 70, + "df": 80, + "sa": 100, + "sd": 100, + "sp": 70 + }, + "abilities": { + "0": "Swift Swim" + } }, "Shiftry": { - "types": [ - "Grass", - "Dark" - ], - "bs": { - "hp": 95, - "at": 110, - "df": 60, - "sa": 90, - "sd": 60, - "sp": 85 - }, - "abilities": { - "0": "Chlorophyll" - } + "types": [ + "Grass", + "Dark" + ], + "bs": { + "hp": 95, + "at": 110, + "df": 60, + "sa": 90, + "sd": 60, + "sp": 85 + }, + "abilities": { + "0": "Chlorophyll" + } }, "Swellow": { - "types": [ - "Normal", - "Flying" - ], - "bs": { - "hp": 70, - "at": 100, - "df": 60, - "sa": 90, - "sd": 50, - "sp": 130 - }, - "abilities": { - "0": "Guts" - } + "types": [ + "Normal", + "Flying" + ], + "bs": { + "hp": 70, + "at": 100, + "df": 60, + "sa": 90, + "sd": 50, + "sp": 130 + }, + "abilities": { + "0": "Guts" + } }, "Pelipper": { - "types": [ - "Water", - "Flying" - ], - "bs": { - "hp": 60, - "at": 50, - "df": 100, - "sa": 95, - "sd": 70, - "sp": 65 - }, - "abilities": { - "0": "Keen Eye" - } + "types": [ + "Water", + "Flying" + ], + "bs": { + "hp": 60, + "at": 50, + "df": 100, + "sa": 95, + "sd": 70, + "sp": 65 + }, + "abilities": { + "0": "Keen Eye" + } }, "Gardevoir": { - "types": [ - "Psychic", - "Fairy" - ], - "bs": { - "hp": 68, - "at": 75, - "df": 65, - "sa": 135, - "sd": 125, - "sp": 90 - }, - "abilities": { - "0": "Pixilate" - } + "types": [ + "Psychic", + "Fairy" + ], + "bs": { + "hp": 68, + "at": 75, + "df": 65, + "sa": 135, + "sd": 125, + "sp": 90 + }, + "abilities": { + "0": "Pixilate" + } }, "Masquerain": { - "types": [ - "Bug", - "Water" - ], - "bs": { - "hp": 85, - "at": 65, - "df": 67, - "sa": 110, - "sd": 87, - "sp": 90 - }, - "abilities": { - "0": "Intimidate" - } + "types": [ + "Bug", + "Water" + ], + "bs": { + "hp": 85, + "at": 65, + "df": 67, + "sa": 110, + "sd": 87, + "sp": 90 + }, + "abilities": { + "0": "Intimidate" + } }, "Breloom": { - "types": [ - "Grass", - "Fighting" - ], - "bs": { - "hp": 60, - "at": 130, - "df": 80, - "sa": 60, - "sd": 60, - "sp": 80 - }, - "abilities": { - "0": "Effect Spore" - } + "types": [ + "Grass", + "Fighting" + ], + "bs": { + "hp": 60, + "at": 130, + "df": 80, + "sa": 60, + "sd": 60, + "sp": 80 + }, + "abilities": { + "0": "Effect Spore" + } }, "Slaking": { - "types": [ - "Normal", - "" - ], - "bs": { - "hp": 160, - "at": 170, - "df": 100, - "sa": 100, - "sd": 70, - "sp": 100 - }, - "abilities": { - "0": "Truant" - } + "types": [ + "Normal", + "" + ], + "bs": { + "hp": 160, + "at": 170, + "df": 100, + "sa": 100, + "sd": 70, + "sp": 100 + }, + "abilities": { + "0": "Truant" + } }, "Ninjask": { - "types": [ - "Bug", - "Flying" - ], - "bs": { - "hp": 66, - "at": 105, - "df": 45, - "sa": 50, - "sd": 50, - "sp": 160 - }, - "abilities": { - "0": "Speed Boost" - } + "types": [ + "Bug", + "Flying" + ], + "bs": { + "hp": 66, + "at": 105, + "df": 45, + "sa": 50, + "sd": 50, + "sp": 160 + }, + "abilities": { + "0": "Speed Boost" + } }, "Shedinja": { - "types": [ - "Bug", - "Ghost" - ], - "bs": { - "hp": 1, - "at": 110, - "df": 45, - "sa": 30, - "sd": 30, - "sp": 40 - }, - "abilities": { - "0": "Wonder Guard" - } + "types": [ + "Bug", + "Ghost" + ], + "bs": { + "hp": 1, + "at": 110, + "df": 45, + "sa": 30, + "sd": 30, + "sp": 40 + }, + "abilities": { + "0": "Wonder Guard" + } }, "Exploud": { - "types": [ - "Normal", - "" - ], - "bs": { - "hp": 114, - "at": 101, - "df": 68, - "sa": 101, - "sd": 78, - "sp": 73 - }, - "abilities": { - "0": "Soundproof" - } + "types": [ + "Normal", + "" + ], + "bs": { + "hp": 114, + "at": 101, + "df": 68, + "sa": 101, + "sd": 78, + "sp": 73 + }, + "abilities": { + "0": "Soundproof" + } }, "Hariyama": { - "types": [ - "Fighting", - "" - ], - "bs": { - "hp": 144, - "at": 120, - "df": 70, - "sa": 40, - "sd": 70, - "sp": 50 - }, - "abilities": { - "0": "Thick Fat" - } + "types": [ + "Fighting", + "" + ], + "bs": { + "hp": 144, + "at": 120, + "df": 70, + "sa": 40, + "sd": 70, + "sp": 50 + }, + "abilities": { + "0": "Thick Fat" + } }, "Delcatty": { - "types": [ - "Normal", - "" - ], - "bs": { - "hp": 90, - "at": 80, - "df": 90, - "sa": 75, - "sd": 75, - "sp": 115 - }, - "abilities": { - "0": "Cute Charm" - } + "types": [ + "Normal", + "" + ], + "bs": { + "hp": 90, + "at": 80, + "df": 90, + "sa": 75, + "sd": 75, + "sp": 115 + }, + "abilities": { + "0": "Cute Charm" + } }, "Sableye": { - "types": [ - "Dark", - "Ghost" - ], - "bs": { - "hp": 50, - "at": 85, - "df": 105, - "sa": 45, - "sd": 95, - "sp": 25 - }, - "abilities": { - "0": "Keen Eye" - } + "types": [ + "Dark", + "Ghost" + ], + "bs": { + "hp": 50, + "at": 85, + "df": 105, + "sa": 45, + "sd": 95, + "sp": 25 + }, + "abilities": { + "0": "Keen Eye" + } }, "Mawile": { - "types": [ - "Steel", - "Fairy" - ], - "bs": { - "hp": 50, - "at": 80, - "df": 100, - "sa": 55, - "sd": 70, - "sp": 50 - }, - "abilities": { - "0": "Huge Power" - } + "types": [ + "Steel", + "Fairy" + ], + "bs": { + "hp": 50, + "at": 80, + "df": 100, + "sa": 55, + "sd": 70, + "sp": 50 + }, + "abilities": { + "0": "Huge Power" + } }, "Aggron": { - "types": [ - "Steel", - "Rock" - ], - "bs": { - "hp": 70, - "at": 110, - "df": 185, - "sa": 60, - "sd": 65, - "sp": 50 - }, - "abilities": { - "0": "Sturdy" - } + "types": [ + "Steel", + "Rock" + ], + "bs": { + "hp": 70, + "at": 110, + "df": 185, + "sa": 60, + "sd": 65, + "sp": 50 + }, + "abilities": { + "0": "Sturdy" + } }, "Medicham": { - "types": [ - "Fighting", - "Psychic" - ], - "bs": { - "hp": 60, - "at": 80, - "df": 80, - "sa": 70, - "sd": 80, - "sp": 90 - }, - "abilities": { - "0": "Pure Power" - } + "types": [ + "Fighting", + "Psychic" + ], + "bs": { + "hp": 60, + "at": 80, + "df": 80, + "sa": 70, + "sd": 80, + "sp": 90 + }, + "abilities": { + "0": "Pure Power" + } }, "Manectric": { - "types": [ - "Electric", - "" - ], - "bs": { - "hp": 70, - "at": 75, - "df": 65, - "sa": 120, - "sd": 65, - "sp": 120 - }, - "abilities": { - "0": "Intimidate" - } + "types": [ + "Electric", + "" + ], + "bs": { + "hp": 70, + "at": 75, + "df": 65, + "sa": 120, + "sd": 65, + "sp": 120 + }, + "abilities": { + "0": "Intimidate" + } }, "Plusle": { - "types": [ - "Electric", - "" - ], - "bs": { - "hp": 80, - "at": 60, - "df": 40, - "sa": 100, - "sd": 75, - "sp": 105 - }, - "abilities": { - "0": "Plus" - } + "types": [ + "Electric", + "" + ], + "bs": { + "hp": 80, + "at": 60, + "df": 40, + "sa": 100, + "sd": 75, + "sp": 105 + }, + "abilities": { + "0": "Plus" + } }, "Minun": { - "types": [ - "Electric", - "" - ], - "bs": { - "hp": 90, - "at": 40, - "df": 60, - "sa": 75, - "sd": 100, - "sp": 95 - }, - "abilities": { - "0": "Minus" - } + "types": [ + "Electric", + "" + ], + "bs": { + "hp": 90, + "at": 40, + "df": 60, + "sa": 75, + "sd": 100, + "sp": 95 + }, + "abilities": { + "0": "Minus" + } }, "Volbeat": { - "types": [ - "Bug", - "Electric" - ], - "bs": { - "hp": 70, - "at": 103, - "df": 75, - "sa": 47, - "sd": 90, - "sp": 95 - }, - "abilities": { - "0": "Illuminate" - } + "types": [ + "Bug", + "Electric" + ], + "bs": { + "hp": 70, + "at": 103, + "df": 75, + "sa": 47, + "sd": 90, + "sp": 95 + }, + "abilities": { + "0": "Illuminate" + } }, "Illumise": { - "types": [ - "Bug", - "Fairy" - ], - "bs": { - "hp": 70, - "at": 47, - "df": 75, - "sa": 103, - "sd": 90, - "sp": 95 - }, - "abilities": { - "0": "Oblivious" - } + "types": [ + "Bug", + "Fairy" + ], + "bs": { + "hp": 70, + "at": 47, + "df": 75, + "sa": 103, + "sd": 90, + "sp": 95 + }, + "abilities": { + "0": "Oblivious" + } }, "Swalot": { - "types": [ - "Poison", - "" - ], - "bs": { - "hp": 115, - "at": 83, - "df": 93, - "sa": 83, - "sd": 93, - "sp": 55 - }, - "abilities": { - "0": "Liquid Ooze" - } + "types": [ + "Poison", + "" + ], + "bs": { + "hp": 115, + "at": 83, + "df": 93, + "sa": 83, + "sd": 93, + "sp": 55 + }, + "abilities": { + "0": "Liquid Ooze" + } }, "Sharpedo": { - "types": [ - "Water", - "Dark" - ], - "bs": { - "hp": 70, - "at": 130, - "df": 50, - "sa": 105, - "sd": 50, - "sp": 100 - }, - "abilities": { - "0": "Rough Skin" - } + "types": [ + "Water", + "Dark" + ], + "bs": { + "hp": 70, + "at": 130, + "df": 50, + "sa": 105, + "sd": 50, + "sp": 100 + }, + "abilities": { + "0": "Rough Skin" + } }, "Wailord": { - "types": [ - "Water", - "" - ], - "bs": { - "hp": 170, - "at": 90, - "df": 45, - "sa": 90, - "sd": 45, - "sp": 50 - }, - "abilities": { - "0": "Water Veil" - } + "types": [ + "Water", + "" + ], + "bs": { + "hp": 170, + "at": 90, + "df": 45, + "sa": 90, + "sd": 45, + "sp": 50 + }, + "abilities": { + "0": "Water Veil" + } }, "Camerupt": { - "types": [ - "Fire", - "Ground" - ], - "bs": { - "hp": 70, - "at": 110, - "df": 85, - "sa": 125, - "sd": 90, - "sp": 30 - }, - "abilities": { - "0": "Magma Armor" - } + "types": [ + "Fire", + "Ground" + ], + "bs": { + "hp": 70, + "at": 110, + "df": 85, + "sa": 125, + "sd": 90, + "sp": 30 + }, + "abilities": { + "0": "Magma Armor" + } }, "Torkoal": { - "types": [ - "Fire", - "" - ], - "bs": { - "hp": 70, - "at": 85, - "df": 140, - "sa": 85, - "sd": 70, - "sp": 20 - }, - "abilities": { - "0": "White Smoke" - } + "types": [ + "Fire", + "" + ], + "bs": { + "hp": 70, + "at": 85, + "df": 140, + "sa": 85, + "sd": 70, + "sp": 20 + }, + "abilities": { + "0": "White Smoke" + } }, "Grumpig": { - "types": [ - "Psychic", - "Dark" - ], - "bs": { - "hp": 95, - "at": 115, - "df": 75, - "sa": 50, - "sd": 125, - "sp": 90 - }, - "abilities": { - "0": "Thick Fat" - } + "types": [ + "Psychic", + "Dark" + ], + "bs": { + "hp": 95, + "at": 115, + "df": 75, + "sa": 50, + "sd": 125, + "sp": 90 + }, + "abilities": { + "0": "Thick Fat" + } }, "Spinda": { - "types": [ - "Normal", - "Fighting" - ], - "bs": { - "hp": 60, - "at": 60, - "df": 60, - "sa": 60, - "sd": 60, - "sp": 60 - }, - "abilities": { - "0": "Own Tempo" - } + "types": [ + "Normal", + "Fighting" + ], + "bs": { + "hp": 60, + "at": 60, + "df": 60, + "sa": 60, + "sd": 60, + "sp": 60 + }, + "abilities": { + "0": "Own Tempo" + } }, "Flygon": { - "types": [ - "Bug", - "Dragon" - ], - "bs": { - "hp": 90, - "at": 105, - "df": 85, - "sa": 105, - "sd": 85, - "sp": 105 - }, - "abilities": { - "0": "Levitate" - } + "types": [ + "Bug", + "Dragon" + ], + "bs": { + "hp": 90, + "at": 105, + "df": 85, + "sa": 105, + "sd": 85, + "sp": 105 + }, + "abilities": { + "0": "Levitate" + } }, "Cacturne": { - "types": [ - "Grass", - "Dark" - ], - "bs": { - "hp": 70, - "at": 130, - "df": 65, - "sa": 130, - "sd": 65, - "sp": 60 - }, - "abilities": { - "0": "Sand Veil" - } + "types": [ + "Grass", + "Dark" + ], + "bs": { + "hp": 70, + "at": 130, + "df": 65, + "sa": 130, + "sd": 65, + "sp": 60 + }, + "abilities": { + "0": "Sand Veil" + } }, "Altaria": { - "types": [ - "Dragon", - "Fairy" - ], - "bs": { - "hp": 75, - "at": 105, - "df": 105, - "sa": 105, - "sd": 105, - "sp": 80 - }, - "abilities": { - "0": "Natural Cure" - } + "types": [ + "Dragon", + "Fairy" + ], + "bs": { + "hp": 75, + "at": 105, + "df": 105, + "sa": 105, + "sd": 105, + "sp": 80 + }, + "abilities": { + "0": "Natural Cure" + } }, "Zangoose": { - "types": [ - "Normal", - "" - ], - "bs": { - "hp": 83, - "at": 130, - "df": 75, - "sa": 70, - "sd": 75, - "sp": 100 - }, - "abilities": { - "0": "Tough Claws" - } + "types": [ + "Normal", + "" + ], + "bs": { + "hp": 83, + "at": 130, + "df": 75, + "sa": 70, + "sd": 75, + "sp": 100 + }, + "abilities": { + "0": "Tough Claws" + } }, "Seviper": { - "types": [ - "Poison", - "" - ], - "bs": { - "hp": 83, - "at": 120, - "df": 70, - "sa": 120, - "sd": 70, - "sp": 70 - }, - "abilities": { - "0": "Shed Skin" - } + "types": [ + "Poison", + "" + ], + "bs": { + "hp": 83, + "at": 120, + "df": 70, + "sa": 120, + "sd": 70, + "sp": 70 + }, + "abilities": { + "0": "Shed Skin" + } }, "Lunatone": { - "types": [ - "Rock", - "Dark" - ], - "bs": { - "hp": 90, - "at": 55, - "df": 65, - "sa": 95, - "sd": 85, - "sp": 70 - }, - "abilities": { - "0": "Levitate" - } + "types": [ + "Rock", + "Dark" + ], + "bs": { + "hp": 90, + "at": 60, + "df": 65, + "sa": 90, + "sd": 85, + "sp": 70 + }, + "abilities": { + "0": "Levitate" + } }, "Solrock": { - "types": [ - "Rock", - "Fire" - ], - "bs": { - "hp": 90, - "at": 95, - "df": 85, - "sa": 55, - "sd": 65, - "sp": 70 - }, - "abilities": { - "0": "Levitate" - } + "types": [ + "Rock", + "Fire" + ], + "bs": { + "hp": 90, + "at": 100, + "df": 85, + "sa": 50, + "sd": 65, + "sp": 70 + }, + "abilities": { + "0": "Levitate" + } }, "Whiscash": { - "types": [ - "Water", - "Ground" - ], - "bs": { - "hp": 120, - "at": 98, - "df": 78, - "sa": 86, - "sd": 76, - "sp": 70 - }, - "abilities": { - "0": "Oblivious" - } + "types": [ + "Water", + "Ground" + ], + "bs": { + "hp": 120, + "at": 98, + "df": 78, + "sa": 86, + "sd": 76, + "sp": 70 + }, + "abilities": { + "0": "Oblivious" + } }, "Crawdaunt": { - "types": [ - "Water", - "Dark" - ], - "bs": { - "hp": 73, - "at": 130, - "df": 90, - "sa": 90, - "sd": 60, - "sp": 55 - }, - "abilities": { - "0": "Hyper Cutter" - } + "types": [ + "Water", + "Dark" + ], + "bs": { + "hp": 73, + "at": 130, + "df": 90, + "sa": 90, + "sd": 60, + "sp": 55 + }, + "abilities": { + "0": "Hyper Cutter" + } }, "Claydol": { - "types": [ - "Ground", - "Psychic" - ], - "bs": { - "hp": 70, - "at": 75, - "df": 105, - "sa": 80, - "sd": 120, - "sp": 75 - }, - "abilities": { - "0": "Levitate" - } + "types": [ + "Ground", + "Psychic" + ], + "bs": { + "hp": 70, + "at": 75, + "df": 105, + "sa": 80, + "sd": 120, + "sp": 75 + }, + "abilities": { + "0": "Levitate" + } }, "Cradily": { - "types": [ - "Rock", - "Grass" - ], - "bs": { - "hp": 101, - "at": 76, - "df": 97, - "sa": 101, - "sd": 107, - "sp": 43 - }, - "abilities": { - "0": "Suction Cups" - } + "types": [ + "Rock", + "Grass" + ], + "bs": { + "hp": 101, + "at": 76, + "df": 97, + "sa": 101, + "sd": 107, + "sp": 43 + }, + "abilities": { + "0": "Suction Cups" + } }, "Armaldo": { - "types": [ - "Rock", - "Bug" - ], - "bs": { - "hp": 85, - "at": 130, - "df": 105, - "sa": 70, - "sd": 85, - "sp": 50 - }, - "abilities": { - "0": "Battle Armor" - } + "types": [ + "Rock", + "Bug" + ], + "bs": { + "hp": 85, + "at": 130, + "df": 105, + "sa": 70, + "sd": 85, + "sp": 50 + }, + "abilities": { + "0": "Battle Armor" + } }, "Milotic": { - "types": [ - "Water", - "Fairy" - ], - "bs": { - "hp": 95, - "at": 60, - "df": 79, - "sa": 100, - "sd": 125, - "sp": 81 - }, - "abilities": { - "0": "Marvel Scale" - } + "types": [ + "Water", + "Fairy" + ], + "bs": { + "hp": 95, + "at": 60, + "df": 79, + "sa": 100, + "sd": 125, + "sp": 81 + }, + "abilities": { + "0": "Marvel Scale" + } }, "Castform": { - "types": [ - "Normal", - "" - ], - "bs": { - "hp": 100, - "at": 100, - "df": 100, - "sa": 100, - "sd": 100, - "sp": 100 - }, - "abilities": { - "0": "Forecast" - } + "types": [ + "Normal", + "" + ], + "bs": { + "hp": 100, + "at": 100, + "df": 100, + "sa": 100, + "sd": 100, + "sp": 100 + }, + "abilities": { + "0": "Forecast" + } }, "Castform-Sunny": { - "types": [ - "Fire", - "" - ], - "bs": { - "hp": 100, - "at": 100, - "df": 100, - "sa": 100, - "sd": 100, - "sp": 100 - }, - "abilities": { - "0": "Forecast" - } + "types": [ + "Fire", + "" + ], + "bs": { + "hp": 100, + "at": 100, + "df": 100, + "sa": 100, + "sd": 100, + "sp": 100 + }, + "abilities": { + "0": "Forecast" + } }, "Castform-Rainy": { - "types": [ - "Water", - "" - ], - "bs": { - "hp": 100, - "at": 100, - "df": 100, - "sa": 100, - "sd": 100, - "sp": 100 - }, - "abilities": { - "0": "Forecast" - } + "types": [ + "Water", + "" + ], + "bs": { + "hp": 100, + "at": 100, + "df": 100, + "sa": 100, + "sd": 100, + "sp": 100 + }, + "abilities": { + "0": "Forecast" + } }, "Castform-Snowy": { - "types": [ - "Ice", - "" - ], - "bs": { - "hp": 100, - "at": 100, - "df": 100, - "sa": 100, - "sd": 100, - "sp": 100 - }, - "abilities": { - "0": "Forecast" - } + "types": [ + "Ice", + "" + ], + "bs": { + "hp": 100, + "at": 100, + "df": 100, + "sa": 100, + "sd": 100, + "sp": 100 + }, + "abilities": { + "0": "Forecast" + } }, "Kecleon": { - "types": [ - "Normal", - "" - ], - "bs": { - "hp": 60, - "at": 90, - "df": 65, - "sa": 70, - "sd": 115, - "sp": 40 - }, - "abilities": { - "0": "Color Change" - } + "types": [ + "Normal", + "" + ], + "bs": { + "hp": 60, + "at": 90, + "df": 65, + "sa": 70, + "sd": 115, + "sp": 40 + }, + "abilities": { + "0": "Color Change" + } }, "Banette": { - "types": [ - "Ghost", - "" - ], - "bs": { - "hp": 64, - "at": 135, - "df": 70, - "sa": 88, - "sd": 73, - "sp": 70 - }, - "abilities": { - "0": "Prankster" - } + "types": [ + "Ghost", + "" + ], + "bs": { + "hp": 64, + "at": 135, + "df": 70, + "sa": 88, + "sd": 73, + "sp": 70 + }, + "abilities": { + "0": "Prankster" + } }, "Dusclops": { - "types": [ - "Ghost", - "" - ], - "bs": { - "hp": 40, - "at": 70, - "df": 130, - "sa": 60, - "sd": 130, - "sp": 25 - }, - "abilities": { - "0": "Pressure" - } + "types": [ + "Ghost", + "" + ], + "bs": { + "hp": 40, + "at": 70, + "df": 130, + "sa": 60, + "sd": 130, + "sp": 25 + }, + "abilities": { + "0": "Pressure" + } }, "Tropius": { - "types": [ - "Grass", - "Flying" - ], - "bs": { - "hp": 114, - "at": 100, - "df": 103, - "sa": 100, - "sd": 112, - "sp": 71 - }, - "abilities": { - "0": "Chlorophyll" - } + "types": [ + "Grass", + "Flying" + ], + "bs": { + "hp": 114, + "at": 100, + "df": 103, + "sa": 100, + "sd": 112, + "sp": 71 + }, + "abilities": { + "0": "Chlorophyll" + } }, "Chimecho": { - "types": [ - "Psychic", - "" - ], - "bs": { - "hp": 85, - "at": 55, - "df": 90, - "sa": 95, - "sd": 100, - "sp": 70 - }, - "abilities": { - "0": "Wind Chime" - } + "types": [ + "Psychic", + "" + ], + "bs": { + "hp": 85, + "at": 55, + "df": 90, + "sa": 95, + "sd": 100, + "sp": 70 + }, + "abilities": { + "0": "Wind Chime" + } }, "Absol": { - "types": [ - "Dark", - "" - ], - "bs": { - "hp": 65, - "at": 140, - "df": 60, - "sa": 95, - "sd": 60, - "sp": 95 - }, - "abilities": { - "0": "Magic Bounce" - } + "types": [ + "Dark", + "" + ], + "bs": { + "hp": 65, + "at": 140, + "df": 60, + "sa": 95, + "sd": 60, + "sp": 95 + }, + "abilities": { + "0": "Magic Bounce" + } }, "Glalie": { - "types": [ - "Ice", - "" - ], - "bs": { - "hp": 80, - "at": 100, - "df": 80, - "sa": 100, - "sd": 80, - "sp": 85 - }, - "abilities": { - "0": "Inner Focus" - } + "types": [ + "Ice", + "" + ], + "bs": { + "hp": 80, + "at": 100, + "df": 80, + "sa": 100, + "sd": 80, + "sp": 85 + }, + "abilities": { + "0": "Inner Focus" + } }, "Walrein": { - "types": [ - "Ice", - "Water" - ], - "bs": { - "hp": 120, - "at": 85, - "df": 90, - "sa": 95, - "sd": 90, - "sp": 60 - }, - "abilities": { - "0": "Thick Fat" - } + "types": [ + "Ice", + "Water" + ], + "bs": { + "hp": 120, + "at": 85, + "df": 90, + "sa": 95, + "sd": 90, + "sp": 60 + }, + "abilities": { + "0": "Thick Fat" + } }, "Clamperl": { - "types": [ - "Water", - "" - ], - "bs": { - "hp": 45, - "at": 64, - "df": 95, - "sa": 129, - "sd": 70, - "sp": 32 - }, - "abilities": { - "0": "Shell Armor" - } + "types": [ + "Water", + "" + ], + "bs": { + "hp": 45, + "at": 64, + "df": 95, + "sa": 129, + "sd": 70, + "sp": 32 + }, + "abilities": { + "0": "Shell Armor" + } }, "Gorebyss": { - "types": [ - "Water", - "" - ], - "bs": { - "hp": 65, - "at": 114, - "df": 110, - "sa": 114, - "sd": 80, - "sp": 62 - }, - "abilities": { - "0": "Swift Swim" - } + "types": [ + "Water", + "" + ], + "bs": { + "hp": 65, + "at": 114, + "df": 110, + "sa": 114, + "sd": 80, + "sp": 62 + }, + "abilities": { + "0": "Swift Swim" + } }, "Relicanth": { - "types": [ - "Water", - "Rock" - ], - "bs": { - "hp": 105, - "at": 100, - "df": 130, - "sa": 45, - "sd": 65, - "sp": 60 - }, - "abilities": { - "0": "Swift Swim" - } + "types": [ + "Water", + "Rock" + ], + "bs": { + "hp": 105, + "at": 100, + "df": 130, + "sa": 45, + "sd": 65, + "sp": 60 + }, + "abilities": { + "0": "Swift Swim" + } }, "Luvdisc": { - "types": [ - "Water", - "Fairy" - ], - "bs": { - "hp": 55, - "at": 30, - "df": 75, - "sa": 105, - "sd": 75, - "sp": 125 - }, - "abilities": { - "0": "Swift Swim" - } + "types": [ + "Water", + "Fairy" + ], + "bs": { + "hp": 55, + "at": 30, + "df": 75, + "sa": 105, + "sd": 75, + "sp": 125 + }, + "abilities": { + "0": "Swift Swim" + } }, "Salamence": { - "types": [ - "Dragon", - "Flying" - ], - "bs": { - "hp": 95, - "at": 135, - "df": 80, - "sa": 110, - "sd": 80, - "sp": 100 - }, - "abilities": { - "0": "Intimidate" - } + "types": [ + "Dragon", + "Flying" + ], + "bs": { + "hp": 95, + "at": 135, + "df": 80, + "sa": 110, + "sd": 80, + "sp": 100 + }, + "abilities": { + "0": "Intimidate" + } }, "Metagross": { - "types": [ - "Steel", - "Psychic" - ], - "bs": { - "hp": 80, - "at": 130, - "df": 130, - "sa": 100, - "sd": 90, - "sp": 70 - }, - "abilities": { - "0": "Clear Body" - } + "types": [ + "Steel", + "Psychic" + ], + "bs": { + "hp": 80, + "at": 130, + "df": 130, + "sa": 100, + "sd": 90, + "sp": 70 + }, + "abilities": { + "0": "Clear Body" + } }, "Regirock": { - "types": [ - "Rock", - "" - ], - "bs": { - "hp": 80, - "at": 100, - "df": 200, - "sa": 50, - "sd": 100, - "sp": 50 - }, - "abilities": { - "0": "Clear Body" - } + "types": [ + "Rock", + "" + ], + "bs": { + "hp": 80, + "at": 100, + "df": 200, + "sa": 50, + "sd": 100, + "sp": 50 + }, + "abilities": { + "0": "Clear Body" + } }, "Regice": { - "types": [ - "Ice", - "" - ], - "bs": { - "hp": 80, - "at": 50, - "df": 100, - "sa": 100, - "sd": 200, - "sp": 50 - }, - "abilities": { - "0": "Clear Body" - } + "types": [ + "Ice", + "" + ], + "bs": { + "hp": 80, + "at": 50, + "df": 100, + "sa": 100, + "sd": 200, + "sp": 50 + }, + "abilities": { + "0": "Clear Body" + } }, "Registeel": { - "types": [ - "Steel", - "" - ], - "bs": { - "hp": 80, - "at": 75, - "df": 150, - "sa": 75, - "sd": 150, - "sp": 50 - }, - "abilities": { - "0": "Clear Body" - } + "types": [ + "Steel", + "" + ], + "bs": { + "hp": 80, + "at": 75, + "df": 150, + "sa": 75, + "sd": 150, + "sp": 50 + }, + "abilities": { + "0": "Clear Body" + } }, "Latias": { - "types": [ - "Dragon", - "Psychic" - ], - "bs": { - "hp": 80, - "at": 75, - "df": 85, - "sa": 105, - "sd": 125, - "sp": 110 - }, - "abilities": { - "0": "Levitate" - } + "types": [ + "Dragon", + "Psychic" + ], + "bs": { + "hp": 80, + "at": 75, + "df": 85, + "sa": 105, + "sd": 125, + "sp": 110 + }, + "abilities": { + "0": "Levitate" + } }, "Latios": { - "types": [ - "Dragon", - "Psychic" - ], - "bs": { - "hp": 80, - "at": 85, - "df": 75, - "sa": 125, - "sd": 105, - "sp": 110 - }, - "abilities": { - "0": "Levitate" - } + "types": [ + "Dragon", + "Psychic" + ], + "bs": { + "hp": 80, + "at": 85, + "df": 75, + "sa": 125, + "sd": 105, + "sp": 110 + }, + "abilities": { + "0": "Levitate" + } }, "Torterra": { - "types": [ - "Grass", - "Ground" - ], - "bs": { - "hp": 100, - "at": 119, - "df": 105, - "sa": 75, - "sd": 85, - "sp": 56 - }, - "abilities": { - "0": "Overgrow" - } + "types": [ + "Grass", + "Ground" + ], + "bs": { + "hp": 100, + "at": 119, + "df": 105, + "sa": 75, + "sd": 85, + "sp": 56 + }, + "abilities": { + "0": "Overgrow" + } }, "Infernape": { - "types": [ - "Fire", - "Fighting" - ], - "bs": { - "hp": 80, - "at": 105, - "df": 71, - "sa": 105, - "sd": 71, - "sp": 108 - }, - "abilities": { - "0": "Blaze" - } + "types": [ + "Fire", + "Fighting" + ], + "bs": { + "hp": 80, + "at": 105, + "df": 71, + "sa": 105, + "sd": 71, + "sp": 108 + }, + "abilities": { + "0": "Blaze" + } }, "Empoleon": { - "types": [ - "Water", - "Steel" - ], - "bs": { - "hp": 94, - "at": 86, - "df": 88, - "sa": 111, - "sd": 101, - "sp": 60 - }, - "abilities": { - "0": "Torrent" - } + "types": [ + "Water", + "Steel" + ], + "bs": { + "hp": 94, + "at": 86, + "df": 88, + "sa": 111, + "sd": 101, + "sp": 60 + }, + "abilities": { + "0": "Torrent" + } }, "Staraptor": { - "types": [ - "Normal", - "Flying" - ], - "bs": { - "hp": 70, - "at": 130, - "df": 85, - "sa": 50, - "sd": 75, - "sp": 110 - }, - "abilities": { - "0": "Intimidate" - } + "types": [ + "Normal", + "Flying" + ], + "bs": { + "hp": 70, + "at": 130, + "df": 85, + "sa": 50, + "sd": 75, + "sp": 110 + }, + "abilities": { + "0": "Intimidate" + } }, "Bibarel": { - "types": [ - "Normal", - "Water" - ], - "bs": { - "hp": 104, - "at": 115, - "df": 75, - "sa": 70, - "sd": 75, - "sp": 81 - }, - "abilities": { - "0": "Simple" - } + "types": [ + "Normal", + "Water" + ], + "bs": { + "hp": 104, + "at": 115, + "df": 75, + "sa": 70, + "sd": 75, + "sp": 81 + }, + "abilities": { + "0": "Simple" + } }, "Kricketune": { - "types": [ - "Bug", - "" - ], - "bs": { - "hp": 107, - "at": 100, - "df": 81, - "sa": 75, - "sd": 81, - "sp": 75 - }, - "abilities": { - "0": "Swarm" - } + "types": [ + "Bug", + "" + ], + "bs": { + "hp": 107, + "at": 100, + "df": 81, + "sa": 75, + "sd": 81, + "sp": 75 + }, + "abilities": { + "0": "Swarm" + } }, "Luxray": { - "types": [ - "Electric", - "Fairy" - ], - "bs": { - "hp": 90, - "at": 130, - "df": 84, - "sa": 100, - "sd": 84, - "sp": 80 - }, - "abilities": { - "0": "Rivalry" - } + "types": [ + "Electric", + "Fairy" + ], + "bs": { + "hp": 90, + "at": 130, + "df": 84, + "sa": 100, + "sd": 84, + "sp": 80 + }, + "abilities": { + "0": "Rivalry" + } }, "Roserade": { - "types": [ - "Grass", - "Poison" - ], - "bs": { - "hp": 70, - "at": 70, - "df": 65, - "sa": 125, - "sd": 105, - "sp": 90 - }, - "abilities": { - "0": "Natural Cure" - } + "types": [ + "Grass", + "Poison" + ], + "bs": { + "hp": 70, + "at": 70, + "df": 65, + "sa": 125, + "sd": 105, + "sp": 90 + }, + "abilities": { + "0": "Natural Cure" + } }, "Rampardos": { - "types": [ - "Rock", - "" - ], - "bs": { - "hp": 97, - "at": 170, - "df": 65, - "sa": 85, - "sd": 55, - "sp": 68 - }, - "abilities": { - "0": "Mold Breaker" - } + "types": [ + "Rock", + "" + ], + "bs": { + "hp": 97, + "at": 170, + "df": 65, + "sa": 85, + "sd": 55, + "sp": 68 + }, + "abilities": { + "0": "Mold Breaker" + } }, "Bastiodon": { - "types": [ - "Rock", - "Steel" - ], - "bs": { - "hp": 100, - "at": 52, - "df": 173, - "sa": 47, - "sd": 143, - "sp": 25 - }, - "abilities": { - "0": "Sturdy" - } + "types": [ + "Rock", + "Steel" + ], + "bs": { + "hp": 100, + "at": 52, + "df": 173, + "sa": 47, + "sd": 143, + "sp": 25 + }, + "abilities": { + "0": "Sturdy" + } }, "Wormadam": { - "types": [ - "Bug", - "Grass" - ], - "bs": { - "hp": 80, - "at": 69, - "df": 85, - "sa": 129, - "sd": 115, - "sp": 36 - }, - "abilities": { - "0": "Anticipation" - } + "types": [ + "Bug", + "Grass" + ], + "bs": { + "hp": 80, + "at": 69, + "df": 85, + "sa": 129, + "sd": 115, + "sp": 36 + }, + "abilities": { + "0": "Anticipation" + } }, "Wormadam-Sandy": { - "types": [ - "Bug", - "Ground" - ], - "bs": { - "hp": 80, - "at": 129, - "df": 115, - "sa": 69, - "sd": 85, - "sp": 36 - }, - "abilities": { - "0": "Anticipation" - } + "types": [ + "Bug", + "Ground" + ], + "bs": { + "hp": 80, + "at": 129, + "df": 115, + "sa": 69, + "sd": 85, + "sp": 36 + }, + "abilities": { + "0": "Anticipation" + } }, "Wormadam-Trash": { - "types": [ - "Bug", - "Steel" - ], - "bs": { - "hp": 80, - "at": 69, - "df": 130, - "sa": 69, - "sd": 130, - "sp": 36 - }, - "abilities": { - "0": "Anticipation" - } + "types": [ + "Bug", + "Steel" + ], + "bs": { + "hp": 80, + "at": 69, + "df": 130, + "sa": 69, + "sd": 130, + "sp": 36 + }, + "abilities": { + "0": "Anticipation" + } }, "Mothim": { - "types": [ - "Bug", - "Flying" - ], - "bs": { - "hp": 80, - "at": 134, - "df": 70, - "sa": 134, - "sd": 70, - "sp": 76 - }, - "abilities": { - "0": "Swarm" - } + "types": [ + "Bug", + "Flying" + ], + "bs": { + "hp": 80, + "at": 134, + "df": 70, + "sa": 134, + "sd": 70, + "sp": 76 + }, + "abilities": { + "0": "Swarm" + } }, "Vespiquen": { - "types": [ - "Bug", - "Flying" - ], - "bs": { - "hp": 100, - "at": 95, - "df": 112, - "sa": 95, - "sd": 112, - "sp": 50 - }, - "abilities": { - "0": "Intimidate" - } + "types": [ + "Bug", + "Flying" + ], + "bs": { + "hp": 100, + "at": 95, + "df": 112, + "sa": 95, + "sd": 112, + "sp": 50 + }, + "abilities": { + "0": "Intimidate" + } }, "Pachirisu": { - "types": [ - "Electric", - "Fairy" - ], - "bs": { - "hp": 80, - "at": 65, - "df": 90, - "sa": 65, - "sd": 110, - "sp": 115 - }, - "abilities": { - "0": "Run Away" - } + "types": [ + "Electric", + "Fairy" + ], + "bs": { + "hp": 80, + "at": 65, + "df": 90, + "sa": 65, + "sd": 110, + "sp": 115 + }, + "abilities": { + "0": "Run Away" + } }, "Floatzel": { - "types": [ - "Water", - "" - ], - "bs": { - "hp": 90, - "at": 115, - "df": 55, - "sa": 85, - "sd": 50, - "sp": 115 - }, - "abilities": { - "0": "Swift Swim" - } + "types": [ + "Water", + "" + ], + "bs": { + "hp": 90, + "at": 115, + "df": 55, + "sa": 85, + "sd": 50, + "sp": 115 + }, + "abilities": { + "0": "Swift Swim" + } }, "Cherrim": { - "types": [ - "Grass", - "" - ], - "bs": { - "hp": 70, - "at": 60, - "df": 70, - "sa": 87, - "sd": 78, - "sp": 85 - }, - "abilities": { - "0": "Flower Gift" - } + "types": [ + "Grass", + "" + ], + "bs": { + "hp": 70, + "at": 60, + "df": 70, + "sa": 87, + "sd": 78, + "sp": 85 + }, + "abilities": { + "0": "Flower Gift" + } }, "Cherrim Sunshine": { - "types": [ - "Grass", - "" - ], - "bs": { - "hp": 70, - "at": 70, - "df": 80, - "sa": 97, - "sd": 88, - "sp": 85 - }, - "abilities": { - "0": "Flower Gift" - } + "types": [ + "Grass", + "" + ], + "bs": { + "hp": 70, + "at": 70, + "df": 80, + "sa": 97, + "sd": 88, + "sp": 85 + }, + "abilities": { + "0": "Flower Gift" + } }, "Gastrodon": { - "types": [ - "Water", - "Ground" - ], - "bs": { - "hp": 121, - "at": 83, - "df": 68, - "sa": 92, - "sd": 82, - "sp": 39 - }, - "abilities": { - "0": "Sticky Hold" - } + "types": [ + "Water", + "Ground" + ], + "bs": { + "hp": 121, + "at": 83, + "df": 68, + "sa": 92, + "sd": 82, + "sp": 39 + }, + "abilities": { + "0": "Sticky Hold" + } }, "Ambipom": { - "types": [ - "Normal", - "" - ], - "bs": { - "hp": 80, - "at": 110, - "df": 71, - "sa": 60, - "sd": 71, - "sp": 115 - }, - "abilities": { - "0": "Technician" - } + "types": [ + "Normal", + "" + ], + "bs": { + "hp": 80, + "at": 110, + "df": 71, + "sa": 60, + "sd": 71, + "sp": 115 + }, + "abilities": { + "0": "Technician" + } }, "Drifblim": { - "types": [ - "Ghost", - "Flying" - ], - "bs": { - "hp": 150, - "at": 80, - "df": 49, - "sa": 110, - "sd": 59, - "sp": 90 - }, - "abilities": { - "0": "Wind Power" - } + "types": [ + "Ghost", + "Flying" + ], + "bs": { + "hp": 150, + "at": 80, + "df": 49, + "sa": 110, + "sd": 59, + "sp": 90 + }, + "abilities": { + "0": "Wind Power" + } }, "Lopunny": { - "types": [ - "Normal", - "Fighting" - ], - "bs": { - "hp": 65, - "at": 101, - "df": 89, - "sa": 54, - "sd": 96, - "sp": 125 - }, - "abilities": { - "0": "Scrappy" - } + "types": [ + "Normal", + "Fighting" + ], + "bs": { + "hp": 65, + "at": 101, + "df": 89, + "sa": 54, + "sd": 96, + "sp": 125 + }, + "abilities": { + "0": "Scrappy" + } }, "Mismagius": { - "types": [ - "Ghost", - "Fairy" - ], - "bs": { - "hp": 60, - "at": 60, - "df": 60, - "sa": 110, - "sd": 110, - "sp": 110 - }, - "abilities": { - "0": "Levitate" - } + "types": [ + "Ghost", + "Fairy" + ], + "bs": { + "hp": 60, + "at": 60, + "df": 60, + "sa": 110, + "sd": 110, + "sp": 110 + }, + "abilities": { + "0": "Levitate" + } }, "Honchkrow": { - "types": [ - "Dark", - "Flying" - ], - "bs": { - "hp": 100, - "at": 125, - "df": 52, - "sa": 105, - "sd": 52, - "sp": 71 - }, - "abilities": { - "0": "Insomnia" - } + "types": [ + "Dark", + "Flying" + ], + "bs": { + "hp": 100, + "at": 125, + "df": 52, + "sa": 105, + "sd": 52, + "sp": 71 + }, + "abilities": { + "0": "Insomnia" + } }, "Purugly": { - "types": [ - "Normal", - "" - ], - "bs": { - "hp": 81, - "at": 87, - "df": 74, - "sa": 74, - "sd": 69, - "sp": 143 - }, - "abilities": { - "0": "Thick Fat" - } + "types": [ + "Normal", + "" + ], + "bs": { + "hp": 81, + "at": 87, + "df": 74, + "sa": 74, + "sd": 69, + "sp": 143 + }, + "abilities": { + "0": "Thick Fat" + } }, "Skuntank": { - "types": [ - "Poison", - "Dark" - ], - "bs": { - "hp": 103, - "at": 103, - "df": 67, - "sa": 71, - "sd": 61, - "sp": 84 - }, - "abilities": { - "0": "Putrid Stench" - } + "types": [ + "Poison", + "Dark" + ], + "bs": { + "hp": 103, + "at": 103, + "df": 67, + "sa": 71, + "sd": 61, + "sp": 84 + }, + "abilities": { + "0": "Putrid Stench" + } }, "Bronzong": { - "types": [ - "Steel", - "Psychic" - ], - "bs": { - "hp": 72, - "at": 89, - "df": 116, - "sa": 79, - "sd": 116, - "sp": 33 - }, - "abilities": { - "0": "Levitate" - } + "types": [ + "Steel", + "Psychic" + ], + "bs": { + "hp": 72, + "at": 89, + "df": 116, + "sa": 79, + "sd": 116, + "sp": 33 + }, + "abilities": { + "0": "Levitate" + } }, "Chatot": { - "types": [ - "Normal", - "Flying" - ], - "bs": { - "hp": 86, - "at": 70, - "df": 55, - "sa": 112, - "sd": 52, - "sp": 106 - }, - "abilities": { - "0": "Keen Eye" - } + "types": [ + "Normal", + "Flying" + ], + "bs": { + "hp": 86, + "at": 70, + "df": 55, + "sa": 112, + "sd": 52, + "sp": 106 + }, + "abilities": { + "0": "Keen Eye" + } }, "Spiritomb": { - "types": [ - "Ghost", - "Dark" - ], - "bs": { - "hp": 50, - "at": 92, - "df": 108, - "sa": 92, - "sd": 108, - "sp": 35 - }, - "abilities": { - "0": "Bad Dreams" - } + "types": [ + "Ghost", + "Dark" + ], + "bs": { + "hp": 50, + "at": 92, + "df": 108, + "sa": 92, + "sd": 108, + "sp": 35 + }, + "abilities": { + "0": "Bad Dreams" + } }, "Garchomp": { - "types": [ - "Dragon", - "Ground" - ], - "bs": { - "hp": 108, - "at": 130, - "df": 95, - "sa": 80, - "sd": 85, - "sp": 102 - }, - "abilities": { - "0": "Sand Veil" - } + "types": [ + "Dragon", + "Ground" + ], + "bs": { + "hp": 108, + "at": 130, + "df": 95, + "sa": 80, + "sd": 85, + "sp": 102 + }, + "abilities": { + "0": "Sand Veil" + } }, "Lucario": { - "types": [ - "Fighting", - "Steel" - ], - "bs": { - "hp": 70, - "at": 115, - "df": 70, - "sa": 120, - "sd": 70, - "sp": 90 - }, - "abilities": { - "0": "Adaptability" - } + "types": [ + "Fighting", + "Steel" + ], + "bs": { + "hp": 70, + "at": 115, + "df": 70, + "sa": 120, + "sd": 70, + "sp": 90 + }, + "abilities": { + "0": "Adaptability" + } }, "Hippowdon": { - "types": [ - "Ground", - "" - ], - "bs": { - "hp": 108, - "at": 112, - "df": 118, - "sa": 68, - "sd": 82, - "sp": 47 - }, - "abilities": { - "0": "Sand Stream" - } + "types": [ + "Ground", + "" + ], + "bs": { + "hp": 108, + "at": 112, + "df": 118, + "sa": 68, + "sd": 82, + "sp": 47 + }, + "abilities": { + "0": "Sand Stream" + } }, "Drapion": { - "types": [ - "Poison", - "Dark" - ], - "bs": { - "hp": 80, - "at": 95, - "df": 115, - "sa": 60, - "sd": 80, - "sp": 100 - }, - "abilities": { - "0": "Battle Armor" - } + "types": [ + "Poison", + "Dark" + ], + "bs": { + "hp": 80, + "at": 95, + "df": 115, + "sa": 60, + "sd": 80, + "sp": 100 + }, + "abilities": { + "0": "Battle Armor" + } }, "Toxicroak": { - "types": [ - "Poison", - "Fighting" - ], - "bs": { - "hp": 88, - "at": 106, - "df": 65, - "sa": 126, - "sd": 65, - "sp": 90 - }, - "abilities": { - "0": "Anticipation" - } + "types": [ + "Poison", + "Fighting" + ], + "bs": { + "hp": 88, + "at": 106, + "df": 65, + "sa": 126, + "sd": 65, + "sp": 90 + }, + "abilities": { + "0": "Anticipation" + } }, "Carnivine": { - "types": [ - "Grass", - "" - ], - "bs": { - "hp": 70, - "at": 100, - "df": 50, - "sa": 100, - "sd": 50, - "sp": 180 - }, - "abilities": { - "0": "Levitate" - } + "types": [ + "Grass", + "" + ], + "bs": { + "hp": 70, + "at": 100, + "df": 50, + "sa": 100, + "sd": 50, + "sp": 180 + }, + "abilities": { + "0": "Levitate" + } }, "Lumineon": { - "types": [ - "Water", - "Flying" - ], - "bs": { - "hp": 89, - "at": 79, - "df": 91, - "sa": 89, - "sd": 101, - "sp": 101 - }, - "abilities": { - "0": "Swift Swim" - } + "types": [ + "Water", + "Flying" + ], + "bs": { + "hp": 89, + "at": 79, + "df": 91, + "sa": 89, + "sd": 101, + "sp": 101 + }, + "abilities": { + "0": "Swift Swim" + } }, "Abomasnow": { - "types": [ - "Grass", - "Ice" - ], - "bs": { - "hp": 95, - "at": 102, - "df": 85, - "sa": 102, - "sd": 90, - "sp": 50 - }, - "abilities": { - "0": "Snow Warning" - } + "types": [ + "Grass", + "Ice" + ], + "bs": { + "hp": 95, + "at": 102, + "df": 85, + "sa": 102, + "sd": 90, + "sp": 50 + }, + "abilities": { + "0": "Snow Warning" + } }, "Weavile": { - "types": [ - "Dark", - "Ice" - ], - "bs": { - "hp": 75, - "at": 130, - "df": 65, - "sa": 45, - "sd": 85, - "sp": 125 - }, - "abilities": { - "0": "Pressure" - } + "types": [ + "Dark", + "Ice" + ], + "bs": { + "hp": 75, + "at": 130, + "df": 65, + "sa": 45, + "sd": 85, + "sp": 125 + }, + "abilities": { + "0": "Pressure" + } }, "Magnezone": { - "types": [ - "Electric", - "Steel" - ], - "bs": { - "hp": 70, - "at": 70, - "df": 115, - "sa": 130, - "sd": 90, - "sp": 60 - }, - "abilities": { - "0": "Magnet Pull" - } + "types": [ + "Electric", + "Steel" + ], + "bs": { + "hp": 70, + "at": 70, + "df": 115, + "sa": 130, + "sd": 90, + "sp": 60 + }, + "abilities": { + "0": "Magnet Pull" + } }, "Lickilicky": { - "types": [ - "Normal", - "Poison" - ], - "bs": { - "hp": 110, - "at": 85, - "df": 100, - "sa": 80, - "sd": 100, - "sp": 50 - }, - "abilities": { - "0": "Own Tempo" - } + "types": [ + "Normal", + "Poison" + ], + "bs": { + "hp": 110, + "at": 85, + "df": 100, + "sa": 80, + "sd": 100, + "sp": 50 + }, + "abilities": { + "0": "Own Tempo" + } }, "Rhyperior": { - "types": [ - "Ground", - "Rock" - ], - "bs": { - "hp": 115, - "at": 140, - "df": 130, - "sa": 55, - "sd": 55, - "sp": 40 - }, - "abilities": { - "0": "Lightning Rod" - } + "types": [ + "Ground", + "Rock" + ], + "bs": { + "hp": 115, + "at": 140, + "df": 130, + "sa": 55, + "sd": 55, + "sp": 40 + }, + "abilities": { + "0": "Mega Launcher" + } }, "Tangrowth": { - "types": [ - "Grass", - "" - ], - "bs": { - "hp": 100, - "at": 100, - "df": 125, - "sa": 110, - "sd": 50, - "sp": 50 - }, - "abilities": { - "0": "Tangling Hair" - } + "types": [ + "Grass", + "" + ], + "bs": { + "hp": 100, + "at": 100, + "df": 125, + "sa": 110, + "sd": 50, + "sp": 50 + }, + "abilities": { + "0": "Tangling Hair" + } }, "Electivire": { - "types": [ - "Electric", - "" - ], - "bs": { - "hp": 75, - "at": 123, - "df": 67, - "sa": 95, - "sd": 85, - "sp": 95 - }, - "abilities": { - "0": "Motor Drive" - } + "types": [ + "Electric", + "" + ], + "bs": { + "hp": 75, + "at": 125, + "df": 67, + "sa": 95, + "sd": 83, + "sp": 95 + }, + "abilities": { + "0": "Motor Drive" + } }, "Magmortar": { - "types": [ - "Fire", - "" - ], - "bs": { - "hp": 75, - "at": 95, - "df": 67, - "sa": 125, - "sd": 95, - "sp": 83 - }, - "abilities": { - "0": "Flame Body" - } + "types": [ + "Fire", + "" + ], + "bs": { + "hp": 75, + "at": 95, + "df": 67, + "sa": 125, + "sd": 83, + "sp": 95 + }, + "abilities": { + "0": "Flame Body" + } }, "Togekiss": { - "types": [ - "Fairy", - "Flying" - ], - "bs": { - "hp": 85, - "at": 50, - "df": 95, - "sa": 120, - "sd": 115, - "sp": 80 - }, - "abilities": { - "0": "Hustle" - } + "types": [ + "Fairy", + "Flying" + ], + "bs": { + "hp": 85, + "at": 50, + "df": 95, + "sa": 120, + "sd": 115, + "sp": 80 + }, + "abilities": { + "0": "Hustle" + } }, "Yanmega": { - "types": [ - "Bug", - "Dragon" - ], - "bs": { - "hp": 91, - "at": 81, - "df": 91, - "sa": 121, - "sd": 61, - "sp": 100 - }, - "abilities": { - "0": "Speed Boost" - } + "types": [ + "Bug", + "Dragon" + ], + "bs": { + "hp": 91, + "at": 81, + "df": 91, + "sa": 121, + "sd": 61, + "sp": 100 + }, + "abilities": { + "0": "Speed Boost" + } }, "Leafeon": { - "types": [ - "Grass", - "" - ], - "bs": { - "hp": 70, - "at": 115, - "df": 135, - "sa": 60, - "sd": 65, - "sp": 100 - }, - "abilities": { - "0": "Leaf Guard" - } + "types": [ + "Grass", + "" + ], + "bs": { + "hp": 70, + "at": 115, + "df": 135, + "sa": 60, + "sd": 65, + "sp": 100 + }, + "abilities": { + "0": "Leaf Guard" + } }, "Glaceon": { - "types": [ - "Ice", - "" - ], - "bs": { - "hp": 70, - "at": 60, - "df": 135, - "sa": 115, - "sd": 100, - "sp": 65 - }, - "abilities": { - "0": "Snow Cloak" - } + "types": [ + "Ice", + "" + ], + "bs": { + "hp": 70, + "at": 60, + "df": 135, + "sa": 115, + "sd": 100, + "sp": 65 + }, + "abilities": { + "0": "Snow Cloak" + } }, "Gliscor": { - "types": [ - "Ground", - "Flying" - ], - "bs": { - "hp": 95, - "at": 95, - "df": 130, - "sa": 45, - "sd": 80, - "sp": 95 - }, - "abilities": { - "0": "Lifetaker" - } + "types": [ + "Ground", + "Flying" + ], + "bs": { + "hp": 95, + "at": 95, + "df": 130, + "sa": 45, + "sd": 80, + "sp": 95 + }, + "abilities": { + "0": "Lifetaker" + } }, "Mamoswine": { - "types": [ - "Ice", - "Ground" - ], - "bs": { - "hp": 110, - "at": 130, - "df": 80, - "sa": 70, - "sd": 60, - "sp": 80 - }, - "abilities": { - "0": "Oblivious" - } + "types": [ + "Ice", + "Ground" + ], + "bs": { + "hp": 110, + "at": 130, + "df": 80, + "sa": 70, + "sd": 60, + "sp": 80 + }, + "abilities": { + "0": "Oblivious" + } }, "Porygon-Z": { - "types": [ - "Normal", - "" - ], - "bs": { - "hp": 85, - "at": 80, - "df": 70, - "sa": 135, - "sd": 75, - "sp": 90 - }, - "abilities": { - "0": "Adaptability" - } + "types": [ + "Normal", + "" + ], + "bs": { + "hp": 85, + "at": 80, + "df": 70, + "sa": 135, + "sd": 75, + "sp": 90 + }, + "abilities": { + "0": "Adaptability" + } }, "Gallade": { - "types": [ - "Psychic", - "Fighting" - ], - "bs": { - "hp": 68, - "at": 135, - "df": 75, - "sa": 65, - "sd": 115, - "sp": 90 - }, - "abilities": { - "0": "Inner Focus" - } + "types": [ + "Psychic", + "Fighting" + ], + "bs": { + "hp": 68, + "at": 135, + "df": 75, + "sa": 65, + "sd": 115, + "sp": 90 + }, + "abilities": { + "0": "Inner Focus" + } }, "Probopass": { - "types": [ - "Electric", - "Steel" - ], - "bs": { - "hp": 65, - "at": 70, - "df": 145, - "sa": 80, - "sd": 150, - "sp": 40 - }, - "abilities": { - "0": "Sturdy" - } + "types": [ + "Electric", + "Steel" + ], + "bs": { + "hp": 65, + "at": 70, + "df": 145, + "sa": 80, + "sd": 150, + "sp": 40 + }, + "abilities": { + "0": "Sturdy" + } }, "Dusknoir": { - "types": [ - "Ghost", - "" - ], - "bs": { - "hp": 45, - "at": 110, - "df": 135, - "sa": 65, - "sd": 135, - "sp": 45 - }, - "abilities": { - "0": "Singularity" - } + "types": [ + "Ghost", + "" + ], + "bs": { + "hp": 45, + "at": 110, + "df": 135, + "sa": 65, + "sd": 135, + "sp": 45 + }, + "abilities": { + "0": "Singularity" + } }, "Froslass": { - "types": [ - "Ice", - "Ghost" - ], - "bs": { - "hp": 85, - "at": 90, - "df": 70, - "sa": 90, - "sd": 70, - "sp": 120 - }, - "abilities": { - "0": "Snow Cloak" - } + "types": [ + "Ice", + "Ghost" + ], + "bs": { + "hp": 85, + "at": 90, + "df": 70, + "sa": 90, + "sd": 70, + "sp": 120 + }, + "abilities": { + "0": "Snow Cloak" + } }, "Rotom": { - "types": [ - "Electric", - "Ghost" - ], - "bs": { - "hp": 50, - "at": 55, - "df": 82, - "sa": 100, - "sd": 82, - "sp": 121 - }, - "abilities": { - "0": "Levitate" - } + "types": [ + "Electric", + "Ghost" + ], + "bs": { + "hp": 50, + "at": 55, + "df": 82, + "sa": 100, + "sd": 82, + "sp": 121 + }, + "abilities": { + "0": "Levitate" + } }, "Rotom-Heat": { - "types": [ - "Electric", - "Fire" - ], - "bs": { - "hp": 50, - "at": 65, - "df": 107, - "sa": 105, - "sd": 107, - "sp": 86 - }, - "abilities": { - "0": "Levitate" - } + "types": [ + "Electric", + "Fire" + ], + "bs": { + "hp": 50, + "at": 65, + "df": 107, + "sa": 105, + "sd": 107, + "sp": 86 + }, + "abilities": { + "0": "Levitate" + } }, "Rotom-Wash": { - "types": [ - "Electric", - "Water" - ], - "bs": { - "hp": 50, - "at": 65, - "df": 107, - "sa": 105, - "sd": 107, - "sp": 86 - }, - "abilities": { - "0": "Levitate" - } + "types": [ + "Electric", + "Water" + ], + "bs": { + "hp": 50, + "at": 65, + "df": 107, + "sa": 105, + "sd": 107, + "sp": 86 + }, + "abilities": { + "0": "Levitate" + } }, "Rotom-Frost": { - "types": [ - "Electric", - "Ice" - ], - "bs": { - "hp": 50, - "at": 65, - "df": 107, - "sa": 105, - "sd": 107, - "sp": 86 - }, - "abilities": { - "0": "Levitate" - } + "types": [ + "Electric", + "Ice" + ], + "bs": { + "hp": 50, + "at": 65, + "df": 107, + "sa": 105, + "sd": 107, + "sp": 86 + }, + "abilities": { + "0": "Levitate" + } }, "Rotom-Fan": { - "types": [ - "Electric", - "Flying" - ], - "bs": { - "hp": 50, - "at": 65, - "df": 107, - "sa": 105, - "sd": 107, - "sp": 86 - }, - "abilities": { - "0": "Levitate" - } + "types": [ + "Electric", + "Flying" + ], + "bs": { + "hp": 50, + "at": 65, + "df": 107, + "sa": 105, + "sd": 107, + "sp": 86 + }, + "abilities": { + "0": "Levitate" + } }, "Rotom-Mow": { - "types": [ - "Electric", - "Grass" - ], - "bs": { - "hp": 50, - "at": 65, - "df": 107, - "sa": 105, - "sd": 107, - "sp": 86 - }, - "abilities": { - "0": "Levitate" - } + "types": [ + "Electric", + "Grass" + ], + "bs": { + "hp": 50, + "at": 65, + "df": 107, + "sa": 105, + "sd": 107, + "sp": 86 + }, + "abilities": { + "0": "Levitate" + } }, "Uxie": { - "types": [ - "Fairy", - "" - ], - "bs": { - "hp": 75, - "at": 95, - "df": 130, - "sa": 95, - "sd": 130, - "sp": 55 - }, - "abilities": { - "0": "Levitate" - } + "types": [ + "Fairy", + "" + ], + "bs": { + "hp": 75, + "at": 95, + "df": 130, + "sa": 95, + "sd": 130, + "sp": 55 + }, + "abilities": { + "0": "Levitate" + } }, "Mesprit": { - "types": [ - "Fairy", - "" - ], - "bs": { - "hp": 80, - "at": 105, - "df": 105, - "sa": 105, - "sd": 105, - "sp": 80 - }, - "abilities": { - "0": "Levitate" - } + "types": [ + "Fairy", + "" + ], + "bs": { + "hp": 80, + "at": 105, + "df": 105, + "sa": 105, + "sd": 105, + "sp": 80 + }, + "abilities": { + "0": "Levitate" + } }, "Azelf": { - "types": [ - "Fairy", - "" - ], - "bs": { - "hp": 75, - "at": 125, - "df": 70, - "sa": 125, - "sd": 70, - "sp": 115 - }, - "abilities": { - "0": "Levitate" - } + "types": [ + "Fairy", + "" + ], + "bs": { + "hp": 75, + "at": 125, + "df": 70, + "sa": 125, + "sd": 70, + "sp": 115 + }, + "abilities": { + "0": "Levitate" + } }, "Heatran": { - "types": [ - "Fire", - "Steel" - ], - "bs": { - "hp": 91, - "at": 95, - "df": 106, - "sa": 125, - "sd": 106, - "sp": 77 - }, - "abilities": { - "0": "Flash Fire" - } + "types": [ + "Fire", + "Steel" + ], + "bs": { + "hp": 91, + "at": 95, + "df": 106, + "sa": 125, + "sd": 106, + "sp": 77 + }, + "abilities": { + "0": "Flash Fire" + } }, "Regigigas": { - "types": [ - "Normal", - "" - ], - "bs": { - "hp": 110, - "at": 200, - "df": 110, - "sa": 80, - "sd": 100, - "sp": 100 - }, - "abilities": { - "0": "Slow Start" - } + "types": [ + "Normal", + "" + ], + "bs": { + "hp": 110, + "at": 200, + "df": 110, + "sa": 80, + "sd": 100, + "sp": 100 + }, + "abilities": { + "0": "Slow Start" + } }, "Cresselia": { - "types": [ - "Psychic", - "" - ], - "bs": { - "hp": 110, - "at": 70, - "df": 110, - "sa": 75, - "sd": 120, - "sp": 85 - }, - "abilities": { - "0": "Levitate" - } + "types": [ + "Psychic", + "" + ], + "bs": { + "hp": 110, + "at": 70, + "df": 110, + "sa": 75, + "sd": 120, + "sp": 85 + }, + "abilities": { + "0": "Levitate" + } }, "Serperior": { - "types": [ - "Grass", - "Dragon" - ], - "bs": { - "hp": 75, - "at": 75, - "df": 95, - "sa": 75, - "sd": 95, - "sp": 113 - }, - "abilities": { - "0": "Overgrow" - } + "types": [ + "Grass", + "Dragon" + ], + "bs": { + "hp": 75, + "at": 75, + "df": 95, + "sa": 75, + "sd": 95, + "sp": 113 + }, + "abilities": { + "0": "Overgrow" + } }, "Emboar": { - "types": [ - "Fire", - "Fighting" - ], - "bs": { - "hp": 115, - "at": 128, - "df": 70, - "sa": 100, - "sd": 70, - "sp": 65 - }, - "abilities": { - "0": "Blaze" - } + "types": [ + "Fire", + "Fighting" + ], + "bs": { + "hp": 115, + "at": 128, + "df": 70, + "sa": 100, + "sd": 70, + "sp": 65 + }, + "abilities": { + "0": "Blaze" + } }, "Samurott-Hisui": { - "types": [ - "Water", - "Dark" - ], - "bs": { - "hp": 90, - "at": 108, - "df": 80, - "sa": 100, - "sd": 65, - "sp": 85 - }, - "abilities": { - "0": "Torrent" - } + "types": [ + "Water", + "Dark" + ], + "bs": { + "hp": 90, + "at": 108, + "df": 80, + "sa": 100, + "sd": 65, + "sp": 85 + }, + "abilities": { + "0": "Torrent" + } }, "Watchog": { - "types": [ - "Normal", - "" - ], - "bs": { - "hp": 60, - "at": 90, - "df": 69, - "sa": 65, - "sd": 69, - "sp": 77 - }, - "abilities": { - "0": "Illuminate" - } + "types": [ + "Normal", + "" + ], + "bs": { + "hp": 60, + "at": 90, + "df": 69, + "sa": 65, + "sd": 69, + "sp": 77 + }, + "abilities": { + "0": "Illuminate" + } }, "Stoutland": { - "types": [ - "Normal", - "" - ], - "bs": { - "hp": 95, - "at": 110, - "df": 95, - "sa": 45, - "sd": 95, - "sp": 90 - }, - "abilities": { - "0": "Intimidate" - } + "types": [ + "Normal", + "" + ], + "bs": { + "hp": 95, + "at": 110, + "df": 95, + "sa": 45, + "sd": 95, + "sp": 90 + }, + "abilities": { + "0": "Intimidate" + } }, "Liepard": { - "types": [ - "Dark", - "" - ], - "bs": { - "hp": 74, - "at": 98, - "df": 50, - "sa": 98, - "sd": 50, - "sp": 111 - }, - "abilities": { - "0": "Limber" - } + "types": [ + "Dark", + "" + ], + "bs": { + "hp": 74, + "at": 98, + "df": 50, + "sa": 98, + "sd": 50, + "sp": 111 + }, + "abilities": { + "0": "Limber" + } }, "Simisage": { - "types": [ - "Grass", - "" - ], - "bs": { - "hp": 85, - "at": 103, - "df": 73, - "sa": 103, - "sd": 73, - "sp": 106 - }, - "abilities": { - "0": "Gorilla Tactics" - } + "types": [ + "Grass", + "" + ], + "bs": { + "hp": 85, + "at": 103, + "df": 73, + "sa": 103, + "sd": 73, + "sp": 106 + }, + "abilities": { + "0": "Gorilla Tactics" + } }, "Simisear": { - "types": [ - "Fire", - "" - ], - "bs": { - "hp": 85, - "at": 103, - "df": 73, - "sa": 103, - "sd": 73, - "sp": 106 - }, - "abilities": { - "0": "Gorilla Tactics" - } + "types": [ + "Fire", + "" + ], + "bs": { + "hp": 85, + "at": 103, + "df": 73, + "sa": 103, + "sd": 73, + "sp": 106 + }, + "abilities": { + "0": "Gorilla Tactics" + } }, "Simipour": { - "types": [ - "Water", - "" - ], - "bs": { - "hp": 85, - "at": 103, - "df": 73, - "sa": 103, - "sd": 73, - "sp": 106 - }, - "abilities": { - "0": "Gorilla Tactics" - } + "types": [ + "Water", + "" + ], + "bs": { + "hp": 85, + "at": 103, + "df": 73, + "sa": 103, + "sd": 73, + "sp": 106 + }, + "abilities": { + "0": "Gorilla Tactics" + } }, "Musharna": { - "types": [ - "Psychic", - "" - ], - "bs": { - "hp": 116, - "at": 55, - "df": 90, - "sa": 107, - "sd": 100, - "sp": 29 - }, - "abilities": { - "0": "Comatose" - } + "types": [ + "Psychic", + "" + ], + "bs": { + "hp": 116, + "at": 55, + "df": 90, + "sa": 107, + "sd": 100, + "sp": 29 + }, + "abilities": { + "0": "Comatose" + } }, "Unfezant": { - "types": [ - "Normal", - "Flying" - ], - "bs": { - "hp": 85, - "at": 115, - "df": 85, - "sa": 100, - "sd": 60, - "sp": 103 - }, - "abilities": { - "0": "Big Pecks" - } + "types": [ + "Normal", + "Flying" + ], + "bs": { + "hp": 85, + "at": 115, + "df": 85, + "sa": 100, + "sd": 60, + "sp": 103 + }, + "abilities": { + "0": "Big Pecks" + } }, "Zebstrika": { - "types": [ - "Electric", - "" - ], - "bs": { - "hp": 80, - "at": 110, - "df": 63, - "sa": 80, - "sd": 63, - "sp": 121 - }, - "abilities": { - "0": "Galvanize" - } + "types": [ + "Electric", + "" + ], + "bs": { + "hp": 80, + "at": 110, + "df": 63, + "sa": 80, + "sd": 63, + "sp": 121 + }, + "abilities": { + "0": "Galvanize" + } }, "Gigalith": { - "types": [ - "Rock", - "" - ], - "bs": { - "hp": 85, - "at": 60, - "df": 130, - "sa": 135, - "sd": 80, - "sp": 25 - }, - "abilities": { - "0": "Sturdy" - } + "types": [ + "Rock", + "" + ], + "bs": { + "hp": 85, + "at": 60, + "df": 130, + "sa": 135, + "sd": 80, + "sp": 25 + }, + "abilities": { + "0": "Sturdy" + } }, "Swoobat": { - "types": [ - "Psychic", - "Flying" - ], - "bs": { - "hp": 87, - "at": 67, - "df": 75, - "sa": 87, - "sd": 75, - "sp": 124 - }, - "abilities": { - "0": "Unaware" - } + "types": [ + "Psychic", + "Flying" + ], + "bs": { + "hp": 87, + "at": 67, + "df": 75, + "sa": 87, + "sd": 75, + "sp": 124 + }, + "abilities": { + "0": "Unaware" + } }, "Excadrill": { - "types": [ - "Ground", - "Steel" - ], - "bs": { - "hp": 110, - "at": 135, - "df": 60, - "sa": 50, - "sd": 65, - "sp": 88 - }, - "abilities": { - "0": "Sand Rush" - } + "types": [ + "Ground", + "Steel" + ], + "bs": { + "hp": 110, + "at": 135, + "df": 60, + "sa": 50, + "sd": 65, + "sp": 88 + }, + "abilities": { + "0": "Sand Rush" + } }, "Audino": { - "types": [ - "Normal", - "Fairy" - ], - "bs": { - "hp": 103, - "at": 60, - "df": 121, - "sa": 80, - "sd": 121, - "sp": 50 - }, - "abilities": { - "0": "Healer" - } + "types": [ + "Normal", + "Fairy" + ], + "bs": { + "hp": 103, + "at": 60, + "df": 121, + "sa": 80, + "sd": 121, + "sp": 50 + }, + "abilities": { + "0": "Healer" + } }, "Conkeldurr": { - "types": [ - "Fighting", - "Rock" - ], - "bs": { - "hp": 105, - "at": 140, - "df": 95, - "sa": 55, - "sd": 65, - "sp": 45 - }, - "abilities": { - "0": "Guts" - } + "types": [ + "Fighting", + "Rock" + ], + "bs": { + "hp": 105, + "at": 140, + "df": 95, + "sa": 55, + "sd": 65, + "sp": 45 + }, + "abilities": { + "0": "Guts" + } }, "Seismitoad": { - "types": [ - "Water", - "Ground" - ], - "bs": { - "hp": 105, - "at": 100, - "df": 75, - "sa": 95, - "sd": 75, - "sp": 79 - }, - "abilities": { - "0": "Swift Swim" - } + "types": [ + "Water", + "Ground" + ], + "bs": { + "hp": 105, + "at": 100, + "df": 75, + "sa": 95, + "sd": 75, + "sp": 79 + }, + "abilities": { + "0": "Swift Swim" + } }, "Throh": { - "types": [ - "Fighting", - "" - ], - "bs": { - "hp": 125, - "at": 110, - "df": 95, - "sa": 30, - "sd": 95, - "sp": 45 - }, - "abilities": { - "0": "Guts" - } + "types": [ + "Fighting", + "" + ], + "bs": { + "hp": 125, + "at": 110, + "df": 95, + "sa": 30, + "sd": 95, + "sp": 45 + }, + "abilities": { + "0": "Guts" + } }, "Sawk": { - "types": [ - "Fighting", - "" - ], - "bs": { - "hp": 40, - "at": 140, - "df": 75, - "sa": 30, - "sd": 75, - "sp": 115 - }, - "abilities": { - "0": "Sturdy" - } + "types": [ + "Fighting", + "" + ], + "bs": { + "hp": 40, + "at": 140, + "df": 75, + "sa": 30, + "sd": 75, + "sp": 115 + }, + "abilities": { + "0": "Sturdy" + } }, "Leavanny": { - "types": [ - "Bug", - "Grass" - ], - "bs": { - "hp": 80, - "at": 128, - "df": 85, - "sa": 70, - "sd": 85, - "sp": 102 - }, - "abilities": { - "0": "Sharpness" - } + "types": [ + "Bug", + "Grass" + ], + "bs": { + "hp": 80, + "at": 128, + "df": 85, + "sa": 70, + "sd": 85, + "sp": 102 + }, + "abilities": { + "0": "Sharpness" + } }, "Scolipede": { - "types": [ - "Bug", - "Poison" - ], - "bs": { - "hp": 70, - "at": 115, - "df": 94, - "sa": 55, - "sd": 84, - "sp": 112 - }, - "abilities": { - "0": "Poison Point" - } + "types": [ + "Bug", + "Poison" + ], + "bs": { + "hp": 70, + "at": 115, + "df": 94, + "sa": 55, + "sd": 84, + "sp": 112 + }, + "abilities": { + "0": "Poison Point" + } }, "Whimsicott": { - "types": [ - "Grass", - "Fairy" - ], - "bs": { - "hp": 60, - "at": 67, - "df": 85, - "sa": 77, - "sd": 75, - "sp": 116 - }, - "abilities": { - "0": "Prankster" - } + "types": [ + "Grass", + "Fairy" + ], + "bs": { + "hp": 60, + "at": 67, + "df": 85, + "sa": 77, + "sd": 75, + "sp": 116 + }, + "abilities": { + "0": "Prankster" + } }, "Lilligant-Hisui": { - "types": [ - "Grass", - "Fighting" - ], - "bs": { - "hp": 75, - "at": 105, - "df": 75, - "sa": 50, - "sd": 75, - "sp": 105 - }, - "abilities": { - "0": "Chlorophyll" - } + "types": [ + "Grass", + "Fighting" + ], + "bs": { + "hp": 75, + "at": 105, + "df": 75, + "sa": 50, + "sd": 75, + "sp": 105 + }, + "abilities": { + "0": "Chlorophyll" + } }, "Krookodile": { - "types": [ - "Ground", - "Dark" - ], - "bs": { - "hp": 100, - "at": 117, - "df": 80, - "sa": 65, - "sd": 70, - "sp": 97 - }, - "abilities": { - "0": "Intimidate" - } + "types": [ + "Ground", + "Dark" + ], + "bs": { + "hp": 100, + "at": 117, + "df": 80, + "sa": 65, + "sd": 70, + "sp": 97 + }, + "abilities": { + "0": "Intimidate" + } }, "Darmanitan-Galar": { - "types": [ - "Ice", - "" - ], - "bs": { - "hp": 105, - "at": 140, - "df": 55, - "sa": 30, - "sd": 55, - "sp": 95 - }, - "abilities": { - "0": "Gorilla Tactics" - } + "types": [ + "Ice", + "" + ], + "bs": { + "hp": 105, + "at": 140, + "df": 55, + "sa": 30, + "sd": 55, + "sp": 95 + }, + "abilities": { + "0": "Gorilla Tactics" + } }, "Darmanitan-Galar-Zen": { - "types": [ - "Ice", - "Fire" - ], - "bs": { - "hp": 105, - "at": 170, - "df": 60, - "sa": 35, - "sd": 60, - "sp": 140 - }, - "abilities": { - "0": "Zen Mode" - } + "types": [ + "Ice", + "Fire" + ], + "bs": { + "hp": 105, + "at": 170, + "df": 60, + "sa": 35, + "sd": 60, + "sp": 140 + }, + "abilities": { + "0": "Zen Mode" + } }, "Maractus": { - "types": [ - "Grass", - "Fairy" - ], - "bs": { - "hp": 85, - "at": 91, - "df": 77, - "sa": 115, - "sd": 77, - "sp": 65 - }, - "abilities": { - "0": "Rough Skin" - } + "types": [ + "Grass", + "Fairy" + ], + "bs": { + "hp": 85, + "at": 91, + "df": 77, + "sa": 115, + "sd": 77, + "sp": 65 + }, + "abilities": { + "0": "Rough Skin" + } }, "Crustle": { - "types": [ - "Bug", - "Rock" - ], - "bs": { - "hp": 80, - "at": 115, - "df": 130, - "sa": 65, - "sd": 80, - "sp": 45 - }, - "abilities": { - "0": "Sturdy" - } + "types": [ + "Bug", + "Rock" + ], + "bs": { + "hp": 80, + "at": 115, + "df": 130, + "sa": 65, + "sd": 80, + "sp": 45 + }, + "abilities": { + "0": "Sturdy" + } }, "Scrafty": { - "types": [ - "Dark", - "Fighting" - ], - "bs": { - "hp": 80, - "at": 105, - "df": 115, - "sa": 45, - "sd": 115, - "sp": 63 - }, - "abilities": { - "0": "Shed Skin" - } + "types": [ + "Dark", + "Fighting" + ], + "bs": { + "hp": 80, + "at": 105, + "df": 115, + "sa": 45, + "sd": 115, + "sp": 63 + }, + "abilities": { + "0": "Shed Skin" + } }, "Sigilyph": { - "types": [ - "Psychic", - "Flying" - ], - "bs": { - "hp": 82, - "at": 58, - "df": 85, - "sa": 108, - "sd": 85, - "sp": 97 - }, - "abilities": { - "0": "Wonder Skin" - } + "types": [ + "Psychic", + "Flying" + ], + "bs": { + "hp": 82, + "at": 58, + "df": 85, + "sa": 108, + "sd": 85, + "sp": 97 + }, + "abilities": { + "0": "Wonder Skin" + } }, "Cofagrigus": { - "types": [ - "Ghost", - "" - ], - "bs": { - "hp": 68, - "at": 50, - "df": 145, - "sa": 95, - "sd": 105, - "sp": 30 - }, - "abilities": { - "0": "Mummy" - } + "types": [ + "Ghost", + "" + ], + "bs": { + "hp": 68, + "at": 50, + "df": 145, + "sa": 95, + "sd": 105, + "sp": 30 + }, + "abilities": { + "0": "Mummy" + } }, "Carracosta": { - "types": [ - "Water", - "Rock" - ], - "bs": { - "hp": 89, - "at": 118, - "df": 138, - "sa": 83, - "sd": 70, - "sp": 32 - }, - "abilities": { - "0": "Solid Rock" - } + "types": [ + "Water", + "Rock" + ], + "bs": { + "hp": 89, + "at": 118, + "df": 138, + "sa": 83, + "sd": 70, + "sp": 32 + }, + "abilities": { + "0": "Solid Rock" + } }, "Archeops": { - "types": [ - "Rock", - "Flying" - ], - "bs": { - "hp": 100, - "at": 150, - "df": 70, - "sa": 132, - "sd": 70, - "sp": 120 - }, - "abilities": { - "0": "Defeatist" - } + "types": [ + "Rock", + "Flying" + ], + "bs": { + "hp": 100, + "at": 150, + "df": 70, + "sa": 132, + "sd": 70, + "sp": 120 + }, + "abilities": { + "0": "Defeatist" + } }, "Garbodor": { - "types": [ - "Poison", - "" - ], - "bs": { - "hp": 100, - "at": 105, - "df": 87, - "sa": 60, - "sd": 87, - "sp": 86 - }, - "abilities": { - "0": "Putrid Stench" - } + "types": [ + "Poison", + "" + ], + "bs": { + "hp": 100, + "at": 105, + "df": 87, + "sa": 60, + "sd": 87, + "sp": 86 + }, + "abilities": { + "0": "Putrid Stench" + } }, "Zoroark": { - "types": [ - "Dark", - "" - ], - "bs": { - "hp": 60, - "at": 105, - "df": 60, - "sa": 125, - "sd": 60, - "sp": 110 - }, - "abilities": { - "0": "Illusion" - } + "types": [ + "Dark", + "" + ], + "bs": { + "hp": 60, + "at": 105, + "df": 60, + "sa": 125, + "sd": 60, + "sp": 110 + }, + "abilities": { + "0": "Illusion" + } }, "Zoroark-Hisui": { - "types": [ - "Normal", - "Ghost" - ], - "bs": { - "hp": 55, - "at": 100, - "df": 60, - "sa": 125, - "sd": 60, - "sp": 110 - }, - "abilities": { - "0": "Illusion" - } + "types": [ + "Normal", + "Ghost" + ], + "bs": { + "hp": 55, + "at": 100, + "df": 60, + "sa": 125, + "sd": 60, + "sp": 110 + }, + "abilities": { + "0": "Illusion" + } }, "Cinccino": { - "types": [ - "Normal", - "" - ], - "bs": { - "hp": 85, - "at": 95, - "df": 65, - "sa": 65, - "sd": 65, - "sp": 125 - }, - "abilities": { - "0": "Cute Charm" - } + "types": [ + "Normal", + "" + ], + "bs": { + "hp": 85, + "at": 95, + "df": 65, + "sa": 65, + "sd": 65, + "sp": 125 + }, + "abilities": { + "0": "Cute Charm" + } }, "Gothitelle": { - "types": [ - "Psychic", - "Dark" - ], - "bs": { - "hp": 70, - "at": 60, - "df": 95, - "sa": 95, - "sd": 110, - "sp": 65 - }, - "abilities": { - "0": "Frisk" - } + "types": [ + "Psychic", + "Dark" + ], + "bs": { + "hp": 70, + "at": 60, + "df": 95, + "sa": 95, + "sd": 110, + "sp": 65 + }, + "abilities": { + "0": "Frisk" + } }, "Reuniclus": { - "types": [ - "Psychic", - "" - ], - "bs": { - "hp": 110, - "at": 65, - "df": 75, - "sa": 130, - "sd": 85, - "sp": 30 - }, - "abilities": { - "0": "Mystic Fist" - } + "types": [ + "Psychic", + "" + ], + "bs": { + "hp": 110, + "at": 65, + "df": 75, + "sa": 130, + "sd": 85, + "sp": 30 + }, + "abilities": { + "0": "Mystic Fist" + } }, "Swanna": { - "types": [ - "Water", - "Flying" - ], - "bs": { - "hp": 90, - "at": 117, - "df": 73, - "sa": 117, - "sd": 73, - "sp": 108 - }, - "abilities": { - "0": "Large Wingspan" - } + "types": [ + "Water", + "Flying" + ], + "bs": { + "hp": 90, + "at": 117, + "df": 73, + "sa": 117, + "sd": 73, + "sp": 108 + }, + "abilities": { + "0": "Large Wingspan" + } }, "Vanilluxe": { - "types": [ - "Ice", - "" - ], - "bs": { - "hp": 71, - "at": 95, - "df": 85, - "sa": 115, - "sd": 95, - "sp": 79 - }, - "abilities": { - "0": "Ice Body" - } + "types": [ + "Ice", + "" + ], + "bs": { + "hp": 71, + "at": 95, + "df": 85, + "sa": 115, + "sd": 95, + "sp": 79 + }, + "abilities": { + "0": "Ice Body" + } }, "Sawsbuck": { - "types": [ - "Normal", - "Grass" - ], - "bs": { - "hp": 90, - "at": 105, - "df": 75, - "sa": 65, - "sd": 75, - "sp": 115 - }, - "abilities": { - "0": "Chlorophyll" - } + "types": [ + "Normal", + "Grass" + ], + "bs": { + "hp": 90, + "at": 105, + "df": 75, + "sa": 65, + "sd": 75, + "sp": 115 + }, + "abilities": { + "0": "Chlorophyll" + } }, "Emolga": { - "types": [ - "Electric", - "Flying" - ], - "bs": { - "hp": 75, - "at": 80, - "df": 70, - "sa": 105, - "sd": 70, - "sp": 133 - }, - "abilities": { - "0": "Static" - } + "types": [ + "Electric", + "Flying" + ], + "bs": { + "hp": 75, + "at": 80, + "df": 70, + "sa": 105, + "sd": 70, + "sp": 133 + }, + "abilities": { + "0": "Static" + } }, "Escavalier": { - "types": [ - "Bug", - "Steel" - ], - "bs": { - "hp": 80, - "at": 140, - "df": 115, - "sa": 65, - "sd": 115, - "sp": 20 - }, - "abilities": { - "0": "Swarm" - } + "types": [ + "Bug", + "Steel" + ], + "bs": { + "hp": 80, + "at": 140, + "df": 115, + "sa": 65, + "sd": 115, + "sp": 20 + }, + "abilities": { + "0": "Swarm" + } }, "Amoonguss": { - "types": [ - "Grass", - "Poison" - ], - "bs": { - "hp": 114, - "at": 85, - "df": 70, - "sa": 85, - "sd": 80, - "sp": 30 - }, - "abilities": { - "0": "Effect Spore" - } + "types": [ + "Grass", + "Poison" + ], + "bs": { + "hp": 114, + "at": 85, + "df": 70, + "sa": 85, + "sd": 80, + "sp": 30 + }, + "abilities": { + "0": "Effect Spore" + } }, "Jellicent": { - "types": [ - "Water", - "Ghost" - ], - "bs": { - "hp": 110, - "at": 60, - "df": 80, - "sa": 90, - "sd": 110, - "sp": 60 - }, - "abilities": { - "0": "Water Absorb" - } + "types": [ + "Water", + "Ghost" + ], + "bs": { + "hp": 110, + "at": 60, + "df": 80, + "sa": 90, + "sd": 110, + "sp": 60 + }, + "abilities": { + "0": "Water Absorb" + } }, "Alomomola": { - "types": [ - "Water", - "" - ], - "bs": { - "hp": 170, - "at": 75, - "df": 85, - "sa": 40, - "sd": 50, - "sp": 65 - }, - "abilities": { - "0": "Healer" - } + "types": [ + "Water", + "" + ], + "bs": { + "hp": 170, + "at": 75, + "df": 85, + "sa": 40, + "sd": 50, + "sp": 65 + }, + "abilities": { + "0": "Healer" + } }, "Galvantula": { - "types": [ - "Bug", - "Electric" - ], - "bs": { - "hp": 75, - "at": 77, - "df": 65, - "sa": 107, - "sd": 65, - "sp": 118 - }, - "abilities": { - "0": "Compound Eyes" - } + "types": [ + "Bug", + "Electric" + ], + "bs": { + "hp": 75, + "at": 77, + "df": 65, + "sa": 107, + "sd": 65, + "sp": 118 + }, + "abilities": { + "0": "Compound Eyes" + } }, "Ferrothorn": { - "types": [ - "Grass", - "Steel" - ], - "bs": { - "hp": 74, - "at": 94, - "df": 131, - "sa": 54, - "sd": 116, - "sp": 20 - }, - "abilities": { - "0": "Iron Barbs" - } + "types": [ + "Grass", + "Steel" + ], + "bs": { + "hp": 74, + "at": 94, + "df": 131, + "sa": 54, + "sd": 116, + "sp": 20 + }, + "abilities": { + "0": "Iron Barbs" + } }, "Klinklang": { - "types": [ - "Steel", - "" - ], - "bs": { - "hp": 65, - "at": 105, - "df": 120, - "sa": 70, - "sd": 90, - "sp": 95 - }, - "abilities": { - "0": "Levitate" - } + "types": [ + "Steel", + "" + ], + "bs": { + "hp": 65, + "at": 105, + "df": 120, + "sa": 70, + "sd": 90, + "sp": 95 + }, + "abilities": { + "0": "Levitate" + } }, "Eelektross": { - "types": [ - "Electric", - "" - ], - "bs": { - "hp": 90, - "at": 125, - "df": 85, - "sa": 125, - "sd": 85, - "sp": 50 - }, - "abilities": { - "0": "Levitate" - } + "types": [ + "Electric", + "" + ], + "bs": { + "hp": 90, + "at": 125, + "df": 85, + "sa": 125, + "sd": 85, + "sp": 50 + }, + "abilities": { + "0": "Levitate" + } }, "Beheeyem": { - "types": [ - "Psychic", - "" - ], - "bs": { - "hp": 90, - "at": 80, - "df": 85, - "sa": 140, - "sd": 105, - "sp": 30 - }, - "abilities": { - "0": "Telepathy" - } + "types": [ + "Psychic", + "" + ], + "bs": { + "hp": 90, + "at": 80, + "df": 85, + "sa": 140, + "sd": 105, + "sp": 30 + }, + "abilities": { + "0": "Telepathy" + } }, "Chandelure": { - "types": [ - "Ghost", - "Fire" - ], - "bs": { - "hp": 65, - "at": 55, - "df": 90, - "sa": 150, - "sd": 90, - "sp": 80 - }, - "abilities": { - "0": "Flash Fire" - } + "types": [ + "Ghost", + "Fire" + ], + "bs": { + "hp": 65, + "at": 55, + "df": 90, + "sa": 150, + "sd": 90, + "sp": 80 + }, + "abilities": { + "0": "Flash Fire" + } }, "Haxorus": { - "types": [ - "Dragon", - "" - ], - "bs": { - "hp": 76, - "at": 147, - "df": 90, - "sa": 60, - "sd": 70, - "sp": 97 - }, - "abilities": { - "0": "Berserk" - } + "types": [ + "Dragon", + "" + ], + "bs": { + "hp": 76, + "at": 147, + "df": 90, + "sa": 60, + "sd": 70, + "sp": 97 + }, + "abilities": { + "0": "Berserk" + } }, "Beartic": { - "types": [ - "Ice", - "" - ], - "bs": { - "hp": 95, - "at": 130, - "df": 80, - "sa": 70, - "sd": 80, - "sp": 50 - }, - "abilities": { - "0": "Snow Cloak" - } + "types": [ + "Ice", + "" + ], + "bs": { + "hp": 95, + "at": 130, + "df": 80, + "sa": 70, + "sd": 80, + "sp": 50 + }, + "abilities": { + "0": "Snow Cloak" + } }, "Cryogonal": { - "types": [ - "Ice", - "" - ], - "bs": { - "hp": 80, - "at": 55, - "df": 55, - "sa": 100, - "sd": 140, - "sp": 110 - }, - "abilities": { - "0": "Levitate" - } + "types": [ + "Ice", + "" + ], + "bs": { + "hp": 80, + "at": 55, + "df": 55, + "sa": 100, + "sd": 140, + "sp": 110 + }, + "abilities": { + "0": "Levitate" + } }, "Accelgor": { - "types": [ - "Bug", - "Dark" - ], - "bs": { - "hp": 80, - "at": 100, - "df": 40, - "sa": 100, - "sd": 60, - "sp": 145 - }, - "abilities": { - "0": "Infiltrator" - } + "types": [ + "Bug", + "Dark" + ], + "bs": { + "hp": 80, + "at": 100, + "df": 40, + "sa": 100, + "sd": 60, + "sp": 145 + }, + "abilities": { + "0": "Infiltrator" + } }, "Stunfisk-Galar": { - "types": [ - "Ground", - "Steel" - ], - "bs": { - "hp": 119, - "at": 91, - "df": 109, - "sa": 76, - "sd": 94, - "sp": 32 - }, - "abilities": { - "0": "Mimicry" - } + "types": [ + "Ground", + "Steel" + ], + "bs": { + "hp": 119, + "at": 91, + "df": 109, + "sa": 76, + "sd": 94, + "sp": 32 + }, + "abilities": { + "0": "Mimicry" + } }, "Mienshao": { - "types": [ - "Fighting", - "" - ], - "bs": { - "hp": 70, - "at": 130, - "df": 65, - "sa": 95, - "sd": 65, - "sp": 105 - }, - "abilities": { - "0": "Inner Focus" - } + "types": [ + "Fighting", + "" + ], + "bs": { + "hp": 70, + "at": 130, + "df": 65, + "sa": 95, + "sd": 65, + "sp": 105 + }, + "abilities": { + "0": "Inner Focus" + } }, "Druddigon": { - "types": [ - "Dragon", - "" - ], - "bs": { - "hp": 87, - "at": 125, - "df": 95, - "sa": 60, - "sd": 95, - "sp": 48 - }, - "abilities": { - "0": "Rough Skin" - } + "types": [ + "Dragon", + "" + ], + "bs": { + "hp": 87, + "at": 125, + "df": 95, + "sa": 60, + "sd": 95, + "sp": 48 + }, + "abilities": { + "0": "Rough Skin" + } }, "Golurk": { - "types": [ - "Ground", - "Ghost" - ], - "bs": { - "hp": 94, - "at": 124, - "df": 80, - "sa": 55, - "sd": 80, - "sp": 55 - }, - "abilities": { - "0": "Iron Fist" - } + "types": [ + "Ground", + "Ghost" + ], + "bs": { + "hp": 94, + "at": 124, + "df": 80, + "sa": 55, + "sd": 80, + "sp": 55 + }, + "abilities": { + "0": "Iron Fist" + } }, "Bisharp": { - "types": [ - "Dark", - "Steel" - ], - "bs": { - "hp": 80, - "at": 125, - "df": 105, - "sa": 60, - "sd": 75, - "sp": 75 - }, - "abilities": { - "0": "Defiant" - } + "types": [ + "Dark", + "Steel" + ], + "bs": { + "hp": 80, + "at": 125, + "df": 105, + "sa": 60, + "sd": 75, + "sp": 75 + }, + "abilities": { + "0": "Defiant" + } }, "Bouffalant": { - "types": [ - "Normal", - "Rock" - ], - "bs": { - "hp": 105, - "at": 125, - "df": 105, - "sa": 45, - "sd": 105, - "sp": 60 - }, - "abilities": { - "0": "Reckless" - } + "types": [ + "Normal", + "Rock" + ], + "bs": { + "hp": 105, + "at": 125, + "df": 105, + "sa": 45, + "sd": 105, + "sp": 60 + }, + "abilities": { + "0": "Reckless" + } }, "Braviary-Hisui": { - "types": [ - "Psychic", - "Flying" - ], - "bs": { - "hp": 115, - "at": 83, - "df": 75, - "sa": 127, - "sd": 75, - "sp": 50 - }, - "abilities": { - "0": "Keen Eye" - } + "types": [ + "Psychic", + "Flying" + ], + "bs": { + "hp": 115, + "at": 83, + "df": 75, + "sa": 127, + "sd": 75, + "sp": 50 + }, + "abilities": { + "0": "Keen Eye" + } }, "Mandibuzz": { - "types": [ - "Dark", - "Flying" - ], - "bs": { - "hp": 110, - "at": 65, - "df": 110, - "sa": 55, - "sd": 105, - "sp": 80 - }, - "abilities": { - "0": "Big Pecks" - } + "types": [ + "Dark", + "Flying" + ], + "bs": { + "hp": 110, + "at": 65, + "df": 110, + "sa": 55, + "sd": 105, + "sp": 80 + }, + "abilities": { + "0": "Big Pecks" + } }, "Heatmor": { - "types": [ - "Fire", - "" - ], - "bs": { - "hp": 95, - "at": 132, - "df": 71, - "sa": 95, - "sd": 71, - "sp": 65 - }, - "abilities": { - "0": "Lifetaker" - } + "types": [ + "Fire", + "" + ], + "bs": { + "hp": 95, + "at": 132, + "df": 71, + "sa": 95, + "sd": 71, + "sp": 65 + }, + "abilities": { + "0": "Lifetaker" + } }, "Durant": { - "types": [ - "Bug", - "Steel" - ], - "bs": { - "hp": 68, - "at": 114, - "df": 122, - "sa": 63, - "sd": 48, - "sp": 114 - }, - "abilities": { - "0": "Swarm" - } + "types": [ + "Bug", + "Steel" + ], + "bs": { + "hp": 68, + "at": 114, + "df": 122, + "sa": 63, + "sd": 48, + "sp": 114 + }, + "abilities": { + "0": "Swarm" + } }, "Hydreigon": { - "types": [ - "Dark", - "Dragon" - ], - "bs": { - "hp": 92, - "at": 105, - "df": 90, - "sa": 125, - "sd": 90, - "sp": 98 - }, - "abilities": { - "0": "Levitate" - } + "types": [ + "Dark", + "Dragon" + ], + "bs": { + "hp": 92, + "at": 105, + "df": 90, + "sa": 125, + "sd": 90, + "sp": 98 + }, + "abilities": { + "0": "Levitate" + } }, "Volcarona": { - "types": [ - "Bug", - "Fire" - ], - "bs": { - "hp": 85, - "at": 60, - "df": 65, - "sa": 135, - "sd": 105, - "sp": 100 - }, - "abilities": { - "0": "Flame Body" - } + "types": [ + "Bug", + "Fire" + ], + "bs": { + "hp": 85, + "at": 60, + "df": 65, + "sa": 135, + "sd": 105, + "sp": 100 + }, + "abilities": { + "0": "Flame Body" + } }, "Cobalion": { - "types": [ - "Steel", - "Fighting" - ], - "bs": { - "hp": 91, - "at": 90, - "df": 129, - "sa": 90, - "sd": 72, - "sp": 108 - }, - "abilities": { - "0": "Justified" - } + "types": [ + "Steel", + "Fighting" + ], + "bs": { + "hp": 91, + "at": 90, + "df": 129, + "sa": 90, + "sd": 72, + "sp": 108 + }, + "abilities": { + "0": "Justified" + } }, "Terrakion": { - "types": [ - "Rock", - "Fighting" - ], - "bs": { - "hp": 91, - "at": 129, - "df": 90, - "sa": 72, - "sd": 90, - "sp": 108 - }, - "abilities": { - "0": "Justified" - } + "types": [ + "Rock", + "Fighting" + ], + "bs": { + "hp": 91, + "at": 129, + "df": 90, + "sa": 72, + "sd": 90, + "sp": 108 + }, + "abilities": { + "0": "Justified" + } }, "Virizion": { - "types": [ - "Grass", - "Fighting" - ], - "bs": { - "hp": 91, - "at": 72, - "df": 90, - "sa": 129, - "sd": 90, - "sp": 108 - }, - "abilities": { - "0": "Justified" - } + "types": [ + "Grass", + "Fighting" + ], + "bs": { + "hp": 91, + "at": 72, + "df": 90, + "sa": 129, + "sd": 90, + "sp": 108 + }, + "abilities": { + "0": "Justified" + } }, "Tornadus": { - "types": [ - "Flying", - "" - ], - "bs": { - "hp": 79, - "at": 115, - "df": 70, - "sa": 125, - "sd": 80, - "sp": 111 - }, - "abilities": { - "0": "Prankster" - } + "types": [ + "Flying", + "" + ], + "bs": { + "hp": 79, + "at": 115, + "df": 70, + "sa": 125, + "sd": 80, + "sp": 111 + }, + "abilities": { + "0": "Prankster" + } }, "Tornadus Therian": { - "types": [ - "Flying", - "" - ], - "bs": { - "hp": 79, - "at": 100, - "df": 80, - "sa": 110, - "sd": 90, - "sp": 121 - }, - "abilities": { - "0": "Regenerator" - } + "types": [ + "Flying", + "" + ], + "bs": { + "hp": 79, + "at": 100, + "df": 80, + "sa": 110, + "sd": 90, + "sp": 121 + }, + "abilities": { + "0": "Regenerator" + } }, "Thundurus": { - "types": [ - "Electric", - "Flying" - ], - "bs": { - "hp": 79, - "at": 115, - "df": 70, - "sa": 125, - "sd": 80, - "sp": 111 - }, - "abilities": { - "0": "Prankster" - } + "types": [ + "Electric", + "Flying" + ], + "bs": { + "hp": 79, + "at": 115, + "df": 70, + "sa": 125, + "sd": 80, + "sp": 111 + }, + "abilities": { + "0": "Prankster" + } }, "Thundurus Therian": { - "types": [ - "Electric", - "Flying" - ], - "bs": { - "hp": 79, - "at": 105, - "df": 70, - "sa": 145, - "sd": 80, - "sp": 101 - }, - "abilities": { - "0": "Volt Absorb" - } + "types": [ + "Electric", + "Flying" + ], + "bs": { + "hp": 79, + "at": 105, + "df": 70, + "sa": 145, + "sd": 80, + "sp": 101 + }, + "abilities": { + "0": "Volt Absorb" + } }, "Landorus": { - "types": [ - "Ground", - "Flying" - ], - "bs": { - "hp": 84, - "at": 120, - "df": 85, - "sa": 115, - "sd": 75, - "sp": 101 - }, - "abilities": { - "0": "Sand Force" - } + "types": [ + "Ground", + "Flying" + ], + "bs": { + "hp": 84, + "at": 120, + "df": 85, + "sa": 115, + "sd": 75, + "sp": 101 + }, + "abilities": { + "0": "Sand Force" + } }, "Landorus Therian": { - "types": [ - "Ground", - "Flying" - ], - "bs": { - "hp": 84, - "at": 140, - "df": 85, - "sa": 105, - "sd": 75, - "sp": 91 - }, - "abilities": { - "0": "Intimidate" - } + "types": [ + "Ground", + "Flying" + ], + "bs": { + "hp": 84, + "at": 140, + "df": 85, + "sa": 105, + "sd": 75, + "sp": 91 + }, + "abilities": { + "0": "Intimidate" + } }, "Chesnaught": { - "types": [ - "Grass", - "Fighting" - ], - "bs": { - "hp": 98, - "at": 112, - "df": 127, - "sa": 74, - "sd": 80, - "sp": 64 - }, - "abilities": { - "0": "Overgrow" - } + "types": [ + "Grass", + "Fighting" + ], + "bs": { + "hp": 98, + "at": 112, + "df": 127, + "sa": 74, + "sd": 80, + "sp": 64 + }, + "abilities": { + "0": "Overgrow" + } }, "Delphox": { - "types": [ - "Fire", - "Psychic" - ], - "bs": { - "hp": 80, - "at": 69, - "df": 72, - "sa": 119, - "sd": 100, - "sp": 104 - }, - "abilities": { - "0": "Blaze" - } + "types": [ + "Fire", + "Psychic" + ], + "bs": { + "hp": 80, + "at": 69, + "df": 72, + "sa": 119, + "sd": 100, + "sp": 104 + }, + "abilities": { + "0": "Blaze" + } }, "Greninja": { - "types": [ - "Water", - "Dark" - ], - "bs": { - "hp": 72, - "at": 95, - "df": 67, - "sa": 103, - "sd": 71, - "sp": 122 - }, - "abilities": { - "0": "Torrent" - } + "types": [ + "Water", + "Dark" + ], + "bs": { + "hp": 72, + "at": 95, + "df": 67, + "sa": 103, + "sd": 71, + "sp": 122 + }, + "abilities": { + "0": "Torrent" + } }, "Greninja-Ash": { - "types": [ - "Water", - "Dark" - ], - "bs": { - "hp": 72, - "at": 145, - "df": 67, - "sa": 153, - "sd": 71, - "sp": 132 - }, - "abilities": { - "0": "Battle Bond" - } + "types": [ + "Water", + "Dark" + ], + "bs": { + "hp": 72, + "at": 145, + "df": 67, + "sa": 153, + "sd": 71, + "sp": 132 + }, + "abilities": { + "0": "Battle Bond" + } }, "Diggersby": { - "types": [ - "Normal", - "Ground" - ], - "bs": { - "hp": 100, - "at": 81, - "df": 77, - "sa": 50, - "sd": 77, - "sp": 78 - }, - "abilities": { - "0": "Pickup" - } + "types": [ + "Normal", + "Ground" + ], + "bs": { + "hp": 100, + "at": 81, + "df": 77, + "sa": 50, + "sd": 77, + "sp": 78 + }, + "abilities": { + "0": "Pickup" + } }, "Talonflame": { - "types": [ - "Fire", - "Flying" - ], - "bs": { - "hp": 78, - "at": 81, - "df": 71, - "sa": 74, - "sd": 69, - "sp": 126 - }, - "abilities": { - "0": "Flame Body" - } + "types": [ + "Fire", + "Flying" + ], + "bs": { + "hp": 78, + "at": 81, + "df": 71, + "sa": 74, + "sd": 69, + "sp": 126 + }, + "abilities": { + "0": "Flame Body" + } }, "Vivillon": { - "types": [ - "Bug", - "Flying" - ], - "bs": { - "hp": 90, - "at": 57, - "df": 60, - "sa": 95, - "sd": 60, - "sp": 94 - }, - "abilities": { - "0": "Shield Dust" - } + "types": [ + "Bug", + "Flying" + ], + "bs": { + "hp": 90, + "at": 57, + "df": 60, + "sa": 95, + "sd": 60, + "sp": 94 + }, + "abilities": { + "0": "Shield Dust" + } }, "Pyroar": { - "types": [ - "Fire", - "Normal" - ], - "bs": { - "hp": 86, - "at": 68, - "df": 72, - "sa": 109, - "sd": 66, - "sp": 106 - }, - "abilities": { - "0": "Intimidate" - } + "types": [ + "Fire", + "Normal" + ], + "bs": { + "hp": 86, + "at": 68, + "df": 72, + "sa": 109, + "sd": 66, + "sp": 106 + }, + "abilities": { + "0": "Intimidate" + } }, "Floette-Eternal": { - "types": [ - "Fairy", - "" - ], - "bs": { - "hp": 74, - "at": 65, - "df": 67, - "sa": 125, - "sd": 128, - "sp": 92 - }, - "abilities": { - "0": "Flower Veil" - } + "types": [ + "Fairy", + "" + ], + "bs": { + "hp": 74, + "at": 65, + "df": 67, + "sa": 125, + "sd": 128, + "sp": 92 + }, + "abilities": { + "0": "Flower Veil" + } }, "Gogoat": { - "types": [ - "Grass", - "" - ], - "bs": { - "hp": 123, - "at": 100, - "df": 62, - "sa": 97, - "sd": 81, - "sp": 68 - }, - "abilities": { - "0": "Sap Sipper" - } + "types": [ + "Grass", + "" + ], + "bs": { + "hp": 123, + "at": 100, + "df": 62, + "sa": 97, + "sd": 81, + "sp": 68 + }, + "abilities": { + "0": "Sap Sipper" + } }, "Pangoro": { - "types": [ - "Fighting", - "Dark" - ], - "bs": { - "hp": 95, - "at": 119, - "df": 78, - "sa": 69, - "sd": 71, - "sp": 58 - }, - "abilities": { - "0": "Iron Fist" - } + "types": [ + "Fighting", + "Dark" + ], + "bs": { + "hp": 95, + "at": 119, + "df": 78, + "sa": 69, + "sd": 71, + "sp": 58 + }, + "abilities": { + "0": "Iron Fist" + } }, "Furfrou": { - "types": [ - "Normal", - "" - ], - "bs": { - "hp": 80, - "at": 80, - "df": 65, - "sa": 65, - "sd": 95, - "sp": 107 - }, - "abilities": { - "0": "Fur Coat" - } + "types": [ + "Normal", + "" + ], + "bs": { + "hp": 80, + "at": 80, + "df": 65, + "sa": 65, + "sd": 95, + "sp": 107 + }, + "abilities": { + "0": "Fur Coat" + } }, "Meowstic": { - "types": [ - "Psychic", - "" - ], - "bs": { - "hp": 74, - "at": 48, - "df": 76, - "sa": 83, - "sd": 81, - "sp": 104 - }, - "abilities": { - "0": "Keen Eye" - } + "types": [ + "Psychic", + "" + ], + "bs": { + "hp": 74, + "at": 48, + "df": 76, + "sa": 83, + "sd": 81, + "sp": 104 + }, + "abilities": { + "0": "Keen Eye" + } }, "Aegislash": { - "types": [ - "Steel", - "Ghost" - ], - "bs": { - "hp": 60, - "at": 50, - "df": 140, - "sa": 50, - "sd": 140, - "sp": 60 - }, - "abilities": { - "0": "Stance Change" - } + "types": [ + "Steel", + "Ghost" + ], + "bs": { + "hp": 60, + "at": 50, + "df": 140, + "sa": 50, + "sd": 140, + "sp": 60 + }, + "abilities": { + "0": "Stance Change" + } }, "Aegislash-Blade": { - "types": [ - "Steel", - "Ghost" - ], - "bs": { - "hp": 60, - "at": 140, - "df": 50, - "sa": 140, - "sd": 50, - "sp": 60 - }, - "abilities": { - "0": "Stance Change" - } + "types": [ + "Steel", + "Ghost" + ], + "bs": { + "hp": 60, + "at": 140, + "df": 50, + "sa": 140, + "sd": 50, + "sp": 60 + }, + "abilities": { + "0": "Stance Change" + } }, "Aromatisse": { - "types": [ - "Fairy", - "" - ], - "bs": { - "hp": 111, - "at": 82, - "df": 82, - "sa": 109, - "sd": 99, - "sp": 29 - }, - "abilities": { - "0": "Healer" - } + "types": [ + "Fairy", + "" + ], + "bs": { + "hp": 111, + "at": 82, + "df": 82, + "sa": 109, + "sd": 99, + "sp": 29 + }, + "abilities": { + "0": "Healer" + } }, "Slurpuff": { - "types": [ - "Fairy", - "" - ], - "bs": { - "hp": 92, - "at": 95, - "df": 91, - "sa": 95, - "sd": 80, - "sp": 77 - }, - "abilities": { - "0": "Sweet Veil" - } + "types": [ + "Fairy", + "" + ], + "bs": { + "hp": 92, + "at": 95, + "df": 91, + "sa": 95, + "sd": 80, + "sp": 77 + }, + "abilities": { + "0": "Sweet Veil" + } }, "Malamar": { - "types": [ - "Dark", - "Psychic" - ], - "bs": { - "hp": 96, - "at": 102, - "df": 93, - "sa": 68, - "sd": 80, - "sp": 83 - }, - "abilities": { - "0": "Contrary" - } + "types": [ + "Dark", + "Psychic" + ], + "bs": { + "hp": 96, + "at": 102, + "df": 93, + "sa": 68, + "sd": 80, + "sp": 83 + }, + "abilities": { + "0": "Contrary" + } }, "Barbaracle": { - "types": [ - "Rock", - "Water" - ], - "bs": { - "hp": 77, - "at": 110, - "df": 115, - "sa": 54, - "sd": 86, - "sp": 68 - }, - "abilities": { - "0": "Tough Claws" - } + "types": [ + "Rock", + "Water" + ], + "bs": { + "hp": 77, + "at": 110, + "df": 115, + "sa": 54, + "sd": 86, + "sp": 68 + }, + "abilities": { + "0": "Tough Claws" + } }, "Dragalge": { - "types": [ - "Poison", - "Dragon" - ], - "bs": { - "hp": 75, - "at": 85, - "df": 100, - "sa": 107, - "sd": 133, - "sp": 44 - }, - "abilities": { - "0": "Poison Point" - } + "types": [ + "Poison", + "Dragon" + ], + "bs": { + "hp": 75, + "at": 85, + "df": 100, + "sa": 107, + "sd": 133, + "sp": 44 + }, + "abilities": { + "0": "Poison Point" + } }, "Clawitzer": { - "types": [ - "Water", - "" - ], - "bs": { - "hp": 71, - "at": 78, - "df": 88, - "sa": 125, - "sd": 89, - "sp": 59 - }, - "abilities": { - "0": "Mega Launcher" - } + "types": [ + "Water", + "" + ], + "bs": { + "hp": 71, + "at": 78, + "df": 88, + "sa": 125, + "sd": 89, + "sp": 59 + }, + "abilities": { + "0": "Mega Launcher" + } }, "Heliolisk": { - "types": [ - "Electric", - "Normal" - ], - "bs": { - "hp": 67, - "at": 60, - "df": 57, - "sa": 114, - "sd": 99, - "sp": 114 - }, - "abilities": { - "0": "Dry Skin" - } + "types": [ + "Electric", + "Normal" + ], + "bs": { + "hp": 67, + "at": 60, + "df": 57, + "sa": 114, + "sd": 99, + "sp": 114 + }, + "abilities": { + "0": "Dry Skin" + } }, "Tyrantrum": { - "types": [ - "Rock", - "Dragon" - ], - "bs": { - "hp": 87, - "at": 126, - "df": 119, - "sa": 69, - "sd": 64, - "sp": 81 - }, - "abilities": { - "0": "Strong Jaw" - } + "types": [ + "Rock", + "Dragon" + ], + "bs": { + "hp": 87, + "at": 126, + "df": 119, + "sa": 69, + "sd": 64, + "sp": 81 + }, + "abilities": { + "0": "Strong Jaw" + } }, "Aurorus": { - "types": [ - "Rock", - "Ice" - ], - "bs": { - "hp": 133, - "at": 77, - "df": 77, - "sa": 104, - "sd": 97, - "sp": 58 - }, - "abilities": { - "0": "Refrigerate" - } + "types": [ + "Rock", + "Ice" + ], + "bs": { + "hp": 133, + "at": 77, + "df": 77, + "sa": 104, + "sd": 97, + "sp": 58 + }, + "abilities": { + "0": "Refrigerate" + } }, "Sylveon": { - "types": [ - "Fairy", - "" - ], - "bs": { - "hp": 100, - "at": 70, - "df": 65, - "sa": 115, - "sd": 135, - "sp": 60 - }, - "abilities": { - "0": "Cute Charm" - } + "types": [ + "Fairy", + "" + ], + "bs": { + "hp": 100, + "at": 70, + "df": 65, + "sa": 115, + "sd": 135, + "sp": 60 + }, + "abilities": { + "0": "Cute Charm" + } }, "Hawlucha": { - "types": [ - "Fighting", - "Flying" - ], - "bs": { - "hp": 83, - "at": 97, - "df": 75, - "sa": 74, - "sd": 63, - "sp": 118 - }, - "abilities": { - "0": "Limber" - } + "types": [ + "Fighting", + "Flying" + ], + "bs": { + "hp": 83, + "at": 97, + "df": 75, + "sa": 74, + "sd": 63, + "sp": 118 + }, + "abilities": { + "0": "Limber" + } }, "Dedenne": { - "types": [ - "Electric", - "Fairy" - ], - "bs": { - "hp": 97, - "at": 68, - "df": 72, - "sa": 91, - "sd": 82, - "sp": 111 - }, - "abilities": { - "0": "Cheek Pouch" - } + "types": [ + "Electric", + "Fairy" + ], + "bs": { + "hp": 97, + "at": 68, + "df": 72, + "sa": 91, + "sd": 82, + "sp": 111 + }, + "abilities": { + "0": "Cheek Pouch" + } }, "Carbink": { - "types": [ - "Rock", - "Fairy" - ], - "bs": { - "hp": 75, - "at": 75, - "df": 150, - "sa": 75, - "sd": 150, - "sp": 75 - }, - "abilities": { - "0": "Clear Body" - } + "types": [ + "Rock", + "Fairy" + ], + "bs": { + "hp": 75, + "at": 75, + "df": 150, + "sa": 75, + "sd": 150, + "sp": 75 + }, + "abilities": { + "0": "Clear Body" + } }, "Goodra": { - "types": [ - "Dragon", - "Water" - ], - "bs": { - "hp": 90, - "at": 100, - "df": 70, - "sa": 110, - "sd": 150, - "sp": 80 - }, - "abilities": { - "0": "Sap Sipper" - } + "types": [ + "Dragon", + "Water" + ], + "bs": { + "hp": 90, + "at": 100, + "df": 70, + "sa": 110, + "sd": 150, + "sp": 80 + }, + "abilities": { + "0": "Sap Sipper" + } }, "Goodra-Hisui": { - "types": [ - "Steel", - "Dragon" - ], - "bs": { - "hp": 80, - "at": 100, - "df": 100, - "sa": 110, - "sd": 150, - "sp": 60 - }, - "abilities": { - "0": "Sap Sipper" - } + "types": [ + "Steel", + "Dragon" + ], + "bs": { + "hp": 80, + "at": 100, + "df": 100, + "sa": 110, + "sd": 150, + "sp": 60 + }, + "abilities": { + "0": "Sap Sipper" + } }, "Klefki": { - "types": [ - "Steel", - "Fairy" - ], - "bs": { - "hp": 62, - "at": 80, - "df": 91, - "sa": 80, - "sd": 87, - "sp": 75 - }, - "abilities": { - "0": "Prankster" - } + "types": [ + "Steel", + "Fairy" + ], + "bs": { + "hp": 62, + "at": 80, + "df": 91, + "sa": 80, + "sd": 87, + "sp": 75 + }, + "abilities": { + "0": "Prankster" + } }, "Trevenant": { - "types": [ - "Ghost", - "Grass" - ], - "bs": { - "hp": 85, - "at": 115, - "df": 86, - "sa": 65, - "sd": 92, - "sp": 61 - }, - "abilities": { - "0": "Natural Cure" - } + "types": [ + "Ghost", + "Grass" + ], + "bs": { + "hp": 85, + "at": 115, + "df": 86, + "sa": 65, + "sd": 92, + "sp": 61 + }, + "abilities": { + "0": "Natural Cure" + } }, "Gourgeist": { - "types": [ - "Ghost", - "Grass" - ], - "bs": { - "hp": 70, - "at": 95, - "df": 127, - "sa": 63, - "sd": 80, - "sp": 69 - }, - "abilities": { - "0": "Growing Pumpkin" - } + "types": [ + "Ghost", + "Grass" + ], + "bs": { + "hp": 70, + "at": 95, + "df": 127, + "sa": 63, + "sd": 80, + "sp": 69 + }, + "abilities": { + "0": "Growing Pumpkin" + } }, "Gourgeist-Small": { - "types": [ - "Ghost", - "Grass" - ], - "bs": { - "hp": 55, - "at": 85, - "df": 122, - "sa": 58, - "sd": 75, - "sp": 54 - }, - "abilities": { - "0": "Growing Pumpkin" - }, - "otherFormes": [ - "Gourgeist-Large", - "Gourgeist", - "Gourgeist-Super" - ] + "types": [ + "Ghost", + "Grass" + ], + "bs": { + "hp": 55, + "at": 85, + "df": 122, + "sa": 58, + "sd": 75, + "sp": 54 + }, + "abilities": { + "0": "Growing Pumpkin" + }, + "otherFormes": [ + "Gourgeist-Large", + "Gourgeist", + "Gourgeist-Super" + ] }, "Gourgeist-Large": { - "types": [ - "Ghost", - "Grass" - ], - "bs": { - "hp": 85, - "at": 105, - "df": 132, - "sa": 68, - "sd": 85, - "sp": 84 - }, - "abilities": { - "0": "Growing Pumpkin" - } + "types": [ + "Ghost", + "Grass" + ], + "bs": { + "hp": 85, + "at": 105, + "df": 132, + "sa": 68, + "sd": 85, + "sp": 84 + }, + "abilities": { + "0": "Growing Pumpkin" + } }, "Gourgeist-Super": { - "types": [ - "Ghost", - "Grass" - ], - "bs": { - "hp": 100, - "at": 115, - "df": 137, - "sa": 73, - "sd": 90, - "sp": 99 - }, - "abilities": { - "0": "Growing Pumpkin" - } + "types": [ + "Ghost", + "Grass" + ], + "bs": { + "hp": 100, + "at": 115, + "df": 137, + "sa": 73, + "sd": 90, + "sp": 99 + }, + "abilities": { + "0": "Growing Pumpkin" + } }, "Avalugg-Hisui": { - "types": [ - "Ice", - "Rock" - ], - "bs": { - "hp": 100, - "at": 132, - "df": 184, - "sa": 34, - "sd": 36, - "sp": 38 - }, - "abilities": { - "0": "Strong Jaw" - } + "types": [ + "Ice", + "Rock" + ], + "bs": { + "hp": 100, + "at": 132, + "df": 184, + "sa": 34, + "sd": 36, + "sp": 38 + }, + "abilities": { + "0": "Strong Jaw" + } }, "Noivern": { - "types": [ - "Flying", - "Dragon" - ], - "bs": { - "hp": 90, - "at": 70, - "df": 80, - "sa": 97, - "sd": 80, - "sp": 128 - }, - "abilities": { - "0": "Frisk" - } + "types": [ + "Flying", + "Dragon" + ], + "bs": { + "hp": 90, + "at": 70, + "df": 80, + "sa": 97, + "sd": 80, + "sp": 128 + }, + "abilities": { + "0": "Frisk" + } }, "Decidueye-Hisui": { - "types": [ - "Grass", - "Fighting" - ], - "bs": { - "hp": 88, - "at": 117, - "df": 80, - "sa": 95, - "sd": 105, - "sp": 60 - }, - "abilities": { - "0": "Overgrow" - } + "types": [ + "Grass", + "Fighting" + ], + "bs": { + "hp": 88, + "at": 117, + "df": 80, + "sa": 95, + "sd": 105, + "sp": 60 + }, + "abilities": { + "0": "Overgrow" + } }, - "Torracat": { - "types": [ - "Fire", - "" - ], - "bs": { - "hp": 70, - "at": 85, - "df": 55, - "sa": 80, - "sd": 55, - "sp": 90 - }, - "abilities": { - "0": "Blaze" - } + "Incineroar": { + "types": [ + "Fire", + "Dark" + ], + "bs": { + "hp": 95, + "at": 115, + "df": 90, + "sa": 80, + "sd": 90, + "sp": 60 + }, + "abilities": { + "0": "Blaze" + } }, "Primarina": { - "types": [ - "Water", - "Fairy" - ], - "bs": { - "hp": 80, - "at": 74, - "df": 74, - "sa": 126, - "sd": 116, - "sp": 60 - }, - "abilities": { - "0": "Torrent" - } + "types": [ + "Water", + "Fairy" + ], + "bs": { + "hp": 80, + "at": 74, + "df": 74, + "sa": 126, + "sd": 116, + "sp": 60 + }, + "abilities": { + "0": "Torrent" + } }, "Toucannon": { - "types": [ - "Fire", - "Flying" - ], - "bs": { - "hp": 90, - "at": 125, - "df": 75, - "sa": 110, - "sd": 75, - "sp": 60 - }, - "abilities": { - "0": "Keen Eye" - } + "types": [ + "Fire", + "Flying" + ], + "bs": { + "hp": 90, + "at": 125, + "df": 75, + "sa": 110, + "sd": 75, + "sp": 60 + }, + "abilities": { + "0": "Keen Eye" + } }, "Gumshoos": { - "types": [ - "Normal", - "" - ], - "bs": { - "hp": 103, - "at": 130, - "df": 75, - "sa": 60, - "sd": 75, - "sp": 50 - }, - "abilities": { - "0": "Stakeout" - } + "types": [ + "Normal", + "" + ], + "bs": { + "hp": 103, + "at": 130, + "df": 75, + "sa": 60, + "sd": 75, + "sp": 50 + }, + "abilities": { + "0": "Stakeout" + } }, "Charjabug": { - "types": [ - "Bug", - "Electric" - ], - "bs": { - "hp": 72, - "at": 82, - "df": 115, - "sa": 55, - "sd": 105, - "sp": 36 - }, - "abilities": { - "0": "Battery" - } + "types": [ + "Bug", + "Electric" + ], + "bs": { + "hp": 72, + "at": 82, + "df": 115, + "sa": 55, + "sd": 105, + "sp": 36 + }, + "abilities": { + "0": "Battery" + } }, "Vikavolt": { - "types": [ - "Bug", - "Electric" - ], - "bs": { - "hp": 87, - "at": 70, - "df": 100, - "sa": 145, - "sd": 85, - "sp": 43 - }, - "abilities": { - "0": "Levitate" - } + "types": [ + "Bug", + "Electric" + ], + "bs": { + "hp": 87, + "at": 70, + "df": 100, + "sa": 145, + "sd": 85, + "sp": 43 + }, + "abilities": { + "0": "Levitate" + } }, "Crabominable": { - "types": [ - "Fighting", - "Ice" - ], - "bs": { - "hp": 102, - "at": 137, - "df": 77, - "sa": 62, - "sd": 67, - "sp": 43 - }, - "abilities": { - "0": "Fluffy" - } + "types": [ + "Fighting", + "Ice" + ], + "bs": { + "hp": 102, + "at": 137, + "df": 77, + "sa": 62, + "sd": 67, + "sp": 43 + }, + "abilities": { + "0": "Fluffy" + } }, "Oricorio": { - "types": [ - "Fire", - "Flying" - ], - "bs": { - "hp": 85, - "at": 75, - "df": 75, - "sa": 113, - "sd": 75, - "sp": 103 - }, - "abilities": { - "0": "Dancer" - } + "types": [ + "Fire", + "Flying" + ], + "bs": { + "hp": 85, + "at": 75, + "df": 75, + "sa": 113, + "sd": 75, + "sp": 103 + }, + "abilities": { + "0": "Dancer" + } }, "Oricorio Pom-Pom": { - "types": [ - "Electric", - "Flying" - ], - "bs": { - "hp": 85, - "at": 75, - "df": 75, - "sa": 113, - "sd": 75, - "sp": 103 - }, - "abilities": { - "0": "Dancer" - } + "types": [ + "Electric", + "Flying" + ], + "bs": { + "hp": 85, + "at": 75, + "df": 75, + "sa": 113, + "sd": 75, + "sp": 103 + }, + "abilities": { + "0": "Dancer" + } }, "Oricorio Pa'u": { - "types": [ - "Fairy", - "Flying" - ], - "bs": { - "hp": 85, - "at": 75, - "df": 75, - "sa": 113, - "sd": 75, - "sp": 103 - }, - "abilities": { - "0": "Dancer" - } + "types": [ + "Fairy", + "Flying" + ], + "bs": { + "hp": 85, + "at": 75, + "df": 75, + "sa": 113, + "sd": 75, + "sp": 103 + }, + "abilities": { + "0": "Dancer" + } }, "Oricorio Sensu": { - "types": [ - "Ghost", - "Flying" - ], - "bs": { - "hp": 85, - "at": 75, - "df": 75, - "sa": 113, - "sd": 75, - "sp": 103 - }, - "abilities": { - "0": "Dancer" - } + "types": [ + "Ghost", + "Flying" + ], + "bs": { + "hp": 85, + "at": 75, + "df": 75, + "sa": 113, + "sd": 75, + "sp": 103 + }, + "abilities": { + "0": "Dancer" + } }, "Ribombee": { - "types": [ - "Bug", - "Fairy" - ], - "bs": { - "hp": 70, - "at": 55, - "df": 60, - "sa": 95, - "sd": 70, - "sp": 129 - }, - "abilities": { - "0": "Honey Gather" - } + "types": [ + "Bug", + "Fairy" + ], + "bs": { + "hp": 70, + "at": 55, + "df": 60, + "sa": 95, + "sd": 70, + "sp": 129 + }, + "abilities": { + "0": "Honey Gather" + } }, "Lycanroc": { - "types": [ - "Rock", - "" - ], - "bs": { - "hp": 75, - "at": 120, - "df": 65, - "sa": 55, - "sd": 65, - "sp": 122 - }, - "abilities": { - "0": "Keen Eye" - } + "types": [ + "Rock", + "" + ], + "bs": { + "hp": 75, + "at": 120, + "df": 65, + "sa": 55, + "sd": 65, + "sp": 122 + }, + "abilities": { + "0": "Keen Eye" + } }, "Lycanroc Midnight": { - "types": [ - "Rock", - "" - ], - "bs": { - "hp": 90, - "at": 115, - "df": 75, - "sa": 60, - "sd": 75, - "sp": 87 - }, - "abilities": { - "0": "Keen Eye" - } + "types": [ + "Rock", + "" + ], + "bs": { + "hp": 90, + "at": 115, + "df": 75, + "sa": 60, + "sd": 75, + "sp": 87 + }, + "abilities": { + "0": "Keen Eye" + } }, "Lycanroc Dusk": { - "types": [ - "Rock", - "" - ], - "bs": { - "hp": 75, - "at": 122, - "df": 65, - "sa": 60, - "sd": 65, - "sp": 115 - }, - "abilities": { - "0": "Tough Claws" - } + "types": [ + "Rock", + "" + ], + "bs": { + "hp": 75, + "at": 122, + "df": 65, + "sa": 60, + "sd": 65, + "sp": 115 + }, + "abilities": { + "0": "Tough Claws" + } }, "Wishiwashi": { - "types": [ - "Water", - "" - ], - "bs": { - "hp": 45, - "at": 20, - "df": 20, - "sa": 25, - "sd": 25, - "sp": 40 - }, - "abilities": { - "0": "Schooling" - } + "types": [ + "Water", + "" + ], + "bs": { + "hp": 45, + "at": 20, + "df": 20, + "sa": 25, + "sd": 25, + "sp": 40 + }, + "abilities": { + "0": "Schooling" + } }, "Wishiwashi School": { - "types": [ - "Water", - "" - ], - "bs": { - "hp": 45, - "at": 145, - "df": 135, - "sa": 145, - "sd": 140, - "sp": 30 - }, - "abilities": { - "0": "Schooling" - } + "types": [ + "Water", + "" + ], + "bs": { + "hp": 45, + "at": 145, + "df": 135, + "sa": 145, + "sd": 140, + "sp": 30 + }, + "abilities": { + "0": "Schooling" + } }, "Toxapex": { - "types": [ - "Poison", - "Water" - ], - "bs": { - "hp": 50, - "at": 53, - "df": 152, - "sa": 63, - "sd": 142, - "sp": 35 - }, - "abilities": { - "0": "Merciless" - } + "types": [ + "Poison", + "Water" + ], + "bs": { + "hp": 50, + "at": 53, + "df": 152, + "sa": 63, + "sd": 142, + "sp": 35 + }, + "abilities": { + "0": "Merciless" + } }, "Mudsdale": { - "types": [ - "Ground", - "" - ], - "bs": { - "hp": 100, - "at": 125, - "df": 100, - "sa": 55, - "sd": 85, - "sp": 35 - }, - "abilities": { - "0": "Own Tempo" - } + "types": [ + "Ground", + "" + ], + "bs": { + "hp": 100, + "at": 125, + "df": 100, + "sa": 55, + "sd": 85, + "sp": 35 + }, + "abilities": { + "0": "Own Tempo" + } }, "Araquanid": { - "types": [ - "Water", - "Bug" - ], - "bs": { - "hp": 78, - "at": 110, - "df": 92, - "sa": 90, - "sd": 132, - "sp": 42 - }, - "abilities": { - "0": "Water Bubble" - } + "types": [ + "Water", + "Bug" + ], + "bs": { + "hp": 78, + "at": 110, + "df": 92, + "sa": 90, + "sd": 132, + "sp": 42 + }, + "abilities": { + "0": "Water Bubble" + } }, "Lurantis": { - "types": [ - "Grass", - "" - ], - "bs": { - "hp": 80, - "at": 110, - "df": 90, - "sa": 90, - "sd": 90, - "sp": 45 - }, - "abilities": { - "0": "Leaf Guard" - } + "types": [ + "Grass", + "" + ], + "bs": { + "hp": 80, + "at": 110, + "df": 90, + "sa": 90, + "sd": 90, + "sp": 45 + }, + "abilities": { + "0": "Leaf Guard" + } }, "Shiinotic": { - "types": [ - "Grass", - "Fairy" - ], - "bs": { - "hp": 70, - "at": 45, - "df": 85, - "sa": 95, - "sd": 105, - "sp": 30 - }, - "abilities": { - "0": "Triage" - } + "types": [ + "Grass", + "Fairy" + ], + "bs": { + "hp": 70, + "at": 45, + "df": 85, + "sa": 95, + "sd": 105, + "sp": 30 + }, + "abilities": { + "0": "Triage" + } }, "Salazzle": { - "types": [ - "Poison", - "Fire" - ], - "bs": { - "hp": 68, - "at": 64, - "df": 60, - "sa": 111, - "sd": 60, - "sp": 117 - }, - "abilities": { - "0": "Corrosion" - } + "types": [ + "Poison", + "Fire" + ], + "bs": { + "hp": 68, + "at": 64, + "df": 60, + "sa": 111, + "sd": 60, + "sp": 117 + }, + "abilities": { + "0": "Corrosion" + } }, "Bewear": { - "types": [ - "Normal", - "Fighting" - ], - "bs": { - "hp": 125, - "at": 130, - "df": 90, - "sa": 55, - "sd": 60, - "sp": 60 - }, - "abilities": { - "0": "Fluffy" - } + "types": [ + "Normal", + "Fighting" + ], + "bs": { + "hp": 125, + "at": 130, + "df": 90, + "sa": 55, + "sd": 60, + "sp": 60 + }, + "abilities": { + "0": "Fluffy" + } }, "Tsareena": { - "types": [ - "Grass", - "" - ], - "bs": { - "hp": 72, - "at": 120, - "df": 98, - "sa": 50, - "sd": 98, - "sp": 72 - }, - "abilities": { - "0": "Leaf Guard" - } + "types": [ + "Grass", + "" + ], + "bs": { + "hp": 72, + "at": 120, + "df": 98, + "sa": 50, + "sd": 98, + "sp": 72 + }, + "abilities": { + "0": "Leaf Guard" + } }, "Comfey": { - "types": [ - "Fairy", - "" - ], - "bs": { - "hp": 56, - "at": 52, - "df": 90, - "sa": 87, - "sd": 110, - "sp": 100 - }, - "abilities": { - "0": "Flower Veil" - } + "types": [ + "Fairy", + "" + ], + "bs": { + "hp": 56, + "at": 52, + "df": 90, + "sa": 87, + "sd": 110, + "sp": 100 + }, + "abilities": { + "0": "Flower Veil" + } }, "Oranguru": { - "types": [ - "Normal", - "Psychic" - ], - "bs": { - "hp": 90, - "at": 70, - "df": 80, - "sa": 90, - "sd": 110, - "sp": 60 - }, - "abilities": { - "0": "Inner Focus" - } + "types": [ + "Normal", + "Psychic" + ], + "bs": { + "hp": 90, + "at": 70, + "df": 80, + "sa": 90, + "sd": 110, + "sp": 60 + }, + "abilities": { + "0": "Inner Focus" + } }, "Passimian": { - "types": [ - "Fighting", - "" - ], - "bs": { - "hp": 100, - "at": 120, - "df": 95, - "sa": 40, - "sd": 65, - "sp": 80 - }, - "abilities": { - "0": "Receiver" - } + "types": [ + "Fighting", + "" + ], + "bs": { + "hp": 100, + "at": 120, + "df": 95, + "sa": 40, + "sd": 65, + "sp": 80 + }, + "abilities": { + "0": "Receiver" + } }, "Golisopod": { - "types": [ - "Bug", - "Water" - ], - "bs": { - "hp": 75, - "at": 125, - "df": 140, - "sa": 60, - "sd": 90, - "sp": 40 - }, - "abilities": { - "0": "Emergency Exit" - } + "types": [ + "Bug", + "Water" + ], + "bs": { + "hp": 75, + "at": 125, + "df": 140, + "sa": 60, + "sd": 90, + "sp": 40 + }, + "abilities": { + "0": "Emergency Exit" + } }, "Palossand": { - "types": [ - "Ghost", - "Ground" - ], - "bs": { - "hp": 85, - "at": 75, - "df": 110, - "sa": 100, - "sd": 75, - "sp": 35 - }, - "abilities": { - "0": "Water Compaction" - } + "types": [ + "Ghost", + "Ground" + ], + "bs": { + "hp": 85, + "at": 75, + "df": 110, + "sa": 100, + "sd": 75, + "sp": 35 + }, + "abilities": { + "0": "Water Compaction" + } }, "Pyukumuku": { - "types": [ - "Water", - "" - ], - "bs": { - "hp": 90, - "at": 230, - "df": 130, - "sa": 15, - "sd": 130, - "sp": 5 - }, - "abilities": { - "0": "Innards Out" - } + "types": [ + "Water", + "" + ], + "bs": { + "hp": 90, + "at": 230, + "df": 130, + "sa": 15, + "sd": 130, + "sp": 5 + }, + "abilities": { + "0": "Innards Out" + } }, "Silvally": { - "types": [ - "Normal", - "" - ], - "bs": { - "hp": 99, - "at": 99, - "df": 99, - "sa": 99, - "sd": 99, - "sp": 99 - }, - "abilities": { - "0": "RKS System" - } + "types": [ + "Normal", + "" + ], + "bs": { + "hp": 99, + "at": 99, + "df": 99, + "sa": 99, + "sd": 99, + "sp": 99 + }, + "abilities": { + "0": "RKS System" + } }, "SilvallyBug": { - "types": [ - "Bug", - "" - ], - "bs": { - "hp": 99, - "at": 99, - "df": 99, - "sa": 99, - "sd": 99, - "sp": 99 - }, - "abilities": { - "0": "RKS System" - } + "types": [ + "Bug", + "" + ], + "bs": { + "hp": 99, + "at": 99, + "df": 99, + "sa": 99, + "sd": 99, + "sp": 99 + }, + "abilities": { + "0": "RKS System" + } }, "SilvallyDark": { - "types": [ - "Dark", - "" - ], - "bs": { - "hp": 99, - "at": 99, - "df": 99, - "sa": 99, - "sd": 99, - "sp": 99 - }, - "abilities": { - "0": "RKS System" - } + "types": [ + "Dark", + "" + ], + "bs": { + "hp": 99, + "at": 99, + "df": 99, + "sa": 99, + "sd": 99, + "sp": 99 + }, + "abilities": { + "0": "RKS System" + } }, "SilvallyDragon": { - "types": [ - "Dragon", - "" - ], - "bs": { - "hp": 99, - "at": 99, - "df": 99, - "sa": 99, - "sd": 99, - "sp": 99 - }, - "abilities": { - "0": "RKS System" - } + "types": [ + "Dragon", + "" + ], + "bs": { + "hp": 99, + "at": 99, + "df": 99, + "sa": 99, + "sd": 99, + "sp": 99 + }, + "abilities": { + "0": "RKS System" + } }, "SilvallyElectric": { - "types": [ - "Electric", - "" - ], - "bs": { - "hp": 99, - "at": 99, - "df": 99, - "sa": 99, - "sd": 99, - "sp": 99 - }, - "abilities": { - "0": "RKS System" - } + "types": [ + "Electric", + "" + ], + "bs": { + "hp": 99, + "at": 99, + "df": 99, + "sa": 99, + "sd": 99, + "sp": 99 + }, + "abilities": { + "0": "RKS System" + } }, "SilvallyFairy": { - "types": [ - "Fairy", - "" - ], - "bs": { - "hp": 99, - "at": 99, - "df": 99, - "sa": 99, - "sd": 99, - "sp": 99 - }, - "abilities": { - "0": "RKS System" - } + "types": [ + "Fairy", + "" + ], + "bs": { + "hp": 99, + "at": 99, + "df": 99, + "sa": 99, + "sd": 99, + "sp": 99 + }, + "abilities": { + "0": "RKS System" + } }, "SilvallyFighting": { - "types": [ - "Fighting", - "" - ], - "bs": { - "hp": 99, - "at": 99, - "df": 99, - "sa": 99, - "sd": 99, - "sp": 99 - }, - "abilities": { - "0": "RKS System" - } + "types": [ + "Fighting", + "" + ], + "bs": { + "hp": 99, + "at": 99, + "df": 99, + "sa": 99, + "sd": 99, + "sp": 99 + }, + "abilities": { + "0": "RKS System" + } }, "SilvallyFire": { - "types": [ - "Fire", - "" - ], - "bs": { - "hp": 99, - "at": 99, - "df": 99, - "sa": 99, - "sd": 99, - "sp": 99 - }, - "abilities": { - "0": "RKS System" - } + "types": [ + "Fire", + "" + ], + "bs": { + "hp": 99, + "at": 99, + "df": 99, + "sa": 99, + "sd": 99, + "sp": 99 + }, + "abilities": { + "0": "RKS System" + } }, "SilvallyFlying": { - "types": [ - "Flying", - "" - ], - "bs": { - "hp": 99, - "at": 99, - "df": 99, - "sa": 99, - "sd": 99, - "sp": 99 - }, - "abilities": { - "0": "RKS System" - } + "types": [ + "Flying", + "" + ], + "bs": { + "hp": 99, + "at": 99, + "df": 99, + "sa": 99, + "sd": 99, + "sp": 99 + }, + "abilities": { + "0": "RKS System" + } }, "SilvallyGhost": { - "types": [ - "Ghost", - "" - ], - "bs": { - "hp": 99, - "at": 99, - "df": 99, - "sa": 99, - "sd": 99, - "sp": 99 - }, - "abilities": { - "0": "RKS System" - } + "types": [ + "Ghost", + "" + ], + "bs": { + "hp": 99, + "at": 99, + "df": 99, + "sa": 99, + "sd": 99, + "sp": 99 + }, + "abilities": { + "0": "RKS System" + } }, "SilvallyGrass": { - "types": [ - "Grass", - "" - ], - "bs": { - "hp": 99, - "at": 99, - "df": 99, - "sa": 99, - "sd": 99, - "sp": 99 - }, - "abilities": { - "0": "RKS System" - } + "types": [ + "Grass", + "" + ], + "bs": { + "hp": 99, + "at": 99, + "df": 99, + "sa": 99, + "sd": 99, + "sp": 99 + }, + "abilities": { + "0": "RKS System" + } }, "SilvallyGround": { - "types": [ - "Ground", - "" - ], - "bs": { - "hp": 99, - "at": 99, - "df": 99, - "sa": 99, - "sd": 99, - "sp": 99 - }, - "abilities": { - "0": "RKS System" - } + "types": [ + "Ground", + "" + ], + "bs": { + "hp": 99, + "at": 99, + "df": 99, + "sa": 99, + "sd": 99, + "sp": 99 + }, + "abilities": { + "0": "RKS System" + } }, "SilvallyIce": { - "types": [ - "Ice", - "" - ], - "bs": { - "hp": 99, - "at": 99, - "df": 99, - "sa": 99, - "sd": 99, - "sp": 99 - }, - "abilities": { - "0": "RKS System" - } + "types": [ + "Ice", + "" + ], + "bs": { + "hp": 99, + "at": 99, + "df": 99, + "sa": 99, + "sd": 99, + "sp": 99 + }, + "abilities": { + "0": "RKS System" + } }, "SilvallyPoison": { - "types": [ - "Poison", - "" - ], - "bs": { - "hp": 99, - "at": 99, - "df": 99, - "sa": 99, - "sd": 99, - "sp": 99 - }, - "abilities": { - "0": "RKS System" - } + "types": [ + "Poison", + "" + ], + "bs": { + "hp": 99, + "at": 99, + "df": 99, + "sa": 99, + "sd": 99, + "sp": 99 + }, + "abilities": { + "0": "RKS System" + } }, "SilvallyPsychic": { - "types": [ - "Psychic", - "" - ], - "bs": { - "hp": 99, - "at": 99, - "df": 99, - "sa": 99, - "sd": 99, - "sp": 99 - }, - "abilities": { - "0": "RKS System" - } + "types": [ + "Psychic", + "" + ], + "bs": { + "hp": 99, + "at": 99, + "df": 99, + "sa": 99, + "sd": 99, + "sp": 99 + }, + "abilities": { + "0": "RKS System" + } }, "SilvallyRock": { - "types": [ - "Rock", - "" - ], - "bs": { - "hp": 99, - "at": 99, - "df": 99, - "sa": 99, - "sd": 99, - "sp": 99 - }, - "abilities": { - "0": "RKS System" - } + "types": [ + "Rock", + "" + ], + "bs": { + "hp": 99, + "at": 99, + "df": 99, + "sa": 99, + "sd": 99, + "sp": 99 + }, + "abilities": { + "0": "RKS System" + } }, "SilvallySteel": { - "types": [ - "Steel", - "" - ], - "bs": { - "hp": 99, - "at": 99, - "df": 99, - "sa": 99, - "sd": 99, - "sp": 99 - }, - "abilities": { - "0": "RKS System" - } + "types": [ + "Steel", + "" + ], + "bs": { + "hp": 99, + "at": 99, + "df": 99, + "sa": 99, + "sd": 99, + "sp": 99 + }, + "abilities": { + "0": "RKS System" + } }, "SilvallyWater": { - "types": [ - "Water", - "" - ], - "bs": { - "hp": 99, - "at": 99, - "df": 99, - "sa": 99, - "sd": 99, - "sp": 99 - }, - "abilities": { - "0": "RKS System" - } + "types": [ + "Water", + "" + ], + "bs": { + "hp": 99, + "at": 99, + "df": 99, + "sa": 99, + "sd": 99, + "sp": 99 + }, + "abilities": { + "0": "RKS System" + } }, "Minior Meteor": { - "types": [ - "Rock", - "Flying" - ], - "bs": { - "hp": 65, - "at": 65, - "df": 120, - "sa": 65, - "sd": 120, - "sp": 65 - }, - "abilities": { - "0": "Shields Down" - } + "types": [ + "Rock", + "Flying" + ], + "bs": { + "hp": 65, + "at": 65, + "df": 120, + "sa": 65, + "sd": 120, + "sp": 65 + }, + "abilities": { + "0": "Shields Down" + } }, "Minior": { - "types": [ - "Rock", - "Flying" - ], - "bs": { - "hp": 65, - "at": 120, - "df": 65, - "sa": 120, - "sd": 65, - "sp": 120 - }, - "abilities": { - "0": "Shields Down" - } + "types": [ + "Rock", + "Flying" + ], + "bs": { + "hp": 65, + "at": 120, + "df": 65, + "sa": 120, + "sd": 65, + "sp": 120 + }, + "abilities": { + "0": "Shields Down" + } }, "Komala": { - "types": [ - "Normal", - "" - ], - "bs": { - "hp": 80, - "at": 125, - "df": 70, - "sa": 80, - "sd": 100, - "sp": 75 - }, - "abilities": { - "0": "Comatose" - } + "types": [ + "Normal", + "" + ], + "bs": { + "hp": 80, + "at": 125, + "df": 70, + "sa": 80, + "sd": 100, + "sp": 75 + }, + "abilities": { + "0": "Comatose" + } }, "Turtonator": { - "types": [ - "Fire", - "Dragon" - ], - "bs": { - "hp": 70, - "at": 78, - "df": 140, - "sa": 116, - "sd": 90, - "sp": 36 - }, - "abilities": { - "0": "Shell Armor" - } + "types": [ + "Fire", + "Dragon" + ], + "bs": { + "hp": 70, + "at": 78, + "df": 140, + "sa": 116, + "sd": 90, + "sp": 36 + }, + "abilities": { + "0": "Shell Armor" + } }, "Togedemaru": { - "types": [ - "Electric", - "Steel" - ], - "bs": { - "hp": 75, - "at": 103, - "df": 68, - "sa": 40, - "sd": 78, - "sp": 96 - }, - "abilities": { - "0": "Iron Barbs" - } + "types": [ + "Electric", + "Steel" + ], + "bs": { + "hp": 75, + "at": 103, + "df": 68, + "sa": 40, + "sd": 78, + "sp": 96 + }, + "abilities": { + "0": "Iron Barbs" + } }, "Mimikyu": { - "types": [ - "Ghost", - "Fairy" - ], - "bs": { - "hp": 55, - "at": 90, - "df": 80, - "sa": 50, - "sd": 105, - "sp": 96 - }, - "abilities": { - "0": "Disguise" - } + "types": [ + "Ghost", + "Fairy" + ], + "bs": { + "hp": 55, + "at": 90, + "df": 80, + "sa": 50, + "sd": 105, + "sp": 96 + }, + "abilities": { + "0": "Disguise" + } }, "Bruxish": { - "types": [ - "Water", - "Psychic" - ], - "bs": { - "hp": 78, - "at": 115, - "df": 70, - "sa": 70, - "sd": 70, - "sp": 97 - }, - "abilities": { - "0": "Dazzling" - } + "types": [ + "Water", + "Psychic" + ], + "bs": { + "hp": 78, + "at": 115, + "df": 70, + "sa": 70, + "sd": 70, + "sp": 97 + }, + "abilities": { + "0": "Dazzling" + } }, "Drampa": { - "types": [ - "Normal", - "Dragon" - ], - "bs": { - "hp": 83, - "at": 65, - "df": 90, - "sa": 140, - "sd": 96, - "sp": 36 - }, - "abilities": { - "0": "Berserk" - } + "types": [ + "Normal", + "Dragon" + ], + "bs": { + "hp": 83, + "at": 65, + "df": 90, + "sa": 140, + "sd": 96, + "sp": 36 + }, + "abilities": { + "0": "Berserk" + } }, "Dhelmise": { - "types": [ - "Ghost", - "Grass" - ], - "bs": { - "hp": 75, - "at": 131, - "df": 100, - "sa": 86, - "sd": 90, - "sp": 40 - }, - "abilities": { - "0": "Steelworker" - } + "types": [ + "Ghost", + "Grass" + ], + "bs": { + "hp": 75, + "at": 131, + "df": 100, + "sa": 86, + "sd": 90, + "sp": 40 + }, + "abilities": { + "0": "Steelworker" + } }, "Kommo-o": { - "types": [ - "Dragon", - "Fighting" - ], - "bs": { - "hp": 75, - "at": 110, - "df": 125, - "sa": 100, - "sd": 105, - "sp": 85 - }, - "abilities": { - "0": "Bulletproof" - } + "types": [ + "Dragon", + "Fighting" + ], + "bs": { + "hp": 75, + "at": 110, + "df": 125, + "sa": 100, + "sd": 105, + "sp": 85 + }, + "abilities": { + "0": "Bulletproof" + } }, "Tapu Koko": { - "types": [ - "Electric", - "Fairy" - ], - "bs": { - "hp": 60, - "at": 115, - "df": 85, - "sa": 95, - "sd": 75, - "sp": 130 - }, - "abilities": { - "0": "Electric Surge" - } + "types": [ + "Electric", + "Fairy" + ], + "bs": { + "hp": 60, + "at": 115, + "df": 85, + "sa": 95, + "sd": 75, + "sp": 130 + }, + "abilities": { + "0": "Electric Surge" + } }, "Tapu Lele": { - "types": [ - "Psychic", - "Fairy" - ], - "bs": { - "hp": 60, - "at": 85, - "df": 75, - "sa": 130, - "sd": 115, - "sp": 95 - }, - "abilities": { - "0": "Psychic Surge" - } + "types": [ + "Psychic", + "Fairy" + ], + "bs": { + "hp": 60, + "at": 85, + "df": 75, + "sa": 130, + "sd": 115, + "sp": 95 + }, + "abilities": { + "0": "Psychic Surge" + } }, "Tapu Bulu": { - "types": [ - "Grass", - "Fairy" - ], - "bs": { - "hp": 70, - "at": 130, - "df": 115, - "sa": 75, - "sd": 95, - "sp": 75 - }, - "abilities": { - "0": "Grassy Surge" - } + "types": [ + "Grass", + "Fairy" + ], + "bs": { + "hp": 70, + "at": 130, + "df": 115, + "sa": 75, + "sd": 95, + "sp": 75 + }, + "abilities": { + "0": "Grassy Surge" + } }, "Tapu Fini": { - "types": [ - "Water", - "Fairy" - ], - "bs": { - "hp": 60, - "at": 75, - "df": 115, - "sa": 95, - "sd": 130, - "sp": 85 - }, - "abilities": { - "0": "Misty Surge" - } + "types": [ + "Water", + "Fairy" + ], + "bs": { + "hp": 60, + "at": 75, + "df": 115, + "sa": 95, + "sd": 130, + "sp": 85 + }, + "abilities": { + "0": "Misty Surge" + } }, "Nihilego": { - "types": [ - "Rock", - "Poison" - ], - "bs": { - "hp": 109, - "at": 53, - "df": 47, - "sa": 127, - "sd": 131, - "sp": 103 - }, - "abilities": { - "0": "Beast Boost" - } + "types": [ + "Rock", + "Poison" + ], + "bs": { + "hp": 109, + "at": 53, + "df": 47, + "sa": 127, + "sd": 131, + "sp": 103 + }, + "abilities": { + "0": "Beast Boost" + } }, "Buzzwole": { - "types": [ - "Bug", - "Fighting" - ], - "bs": { - "hp": 107, - "at": 139, - "df": 139, - "sa": 53, - "sd": 53, - "sp": 79 - }, - "abilities": { - "0": "Beast Boost" - } + "types": [ + "Bug", + "Fighting" + ], + "bs": { + "hp": 107, + "at": 139, + "df": 139, + "sa": 53, + "sd": 53, + "sp": 79 + }, + "abilities": { + "0": "Beast Boost" + } }, "Pheromosa": { - "types": [ - "Bug", - "Fighting" - ], - "bs": { - "hp": 71, - "at": 137, - "df": 37, - "sa": 137, - "sd": 37, - "sp": 151 - }, - "abilities": { - "0": "Beast Boost" - } + "types": [ + "Bug", + "Fighting" + ], + "bs": { + "hp": 71, + "at": 137, + "df": 37, + "sa": 137, + "sd": 37, + "sp": 151 + }, + "abilities": { + "0": "Beast Boost" + } }, "Xurkitree": { - "types": [ - "Electric", - "" - ], - "bs": { - "hp": 83, - "at": 89, - "df": 71, - "sa": 173, - "sd": 71, - "sp": 83 - }, - "abilities": { - "0": "Beast Boost" - } + "types": [ + "Electric", + "" + ], + "bs": { + "hp": 83, + "at": 89, + "df": 71, + "sa": 173, + "sd": 71, + "sp": 83 + }, + "abilities": { + "0": "Beast Boost" + } }, "Celesteela": { - "types": [ - "Steel", - "Flying" - ], - "bs": { - "hp": 97, - "at": 101, - "df": 103, - "sa": 107, - "sd": 101, - "sp": 61 - }, - "abilities": { - "0": "Beast Boost" - } + "types": [ + "Steel", + "Flying" + ], + "bs": { + "hp": 97, + "at": 101, + "df": 103, + "sa": 107, + "sd": 101, + "sp": 61 + }, + "abilities": { + "0": "Beast Boost" + } }, "Kartana": { - "types": [ - "Grass", - "Steel" - ], - "bs": { - "hp": 1, - "at": 181, - "df": 131, - "sa": 107, - "sd": 31, - "sp": 119 - }, - "abilities": { - "0": "Beast Boost" - } + "types": [ + "Grass", + "Steel" + ], + "bs": { + "hp": 1, + "at": 181, + "df": 131, + "sa": 107, + "sd": 31, + "sp": 119 + }, + "abilities": { + "0": "Beast Boost" + } }, "Guzzlord": { - "types": [ - "Dark", - "Dragon" - ], - "bs": { - "hp": 223, - "at": 101, - "df": 53, - "sa": 97, - "sd": 53, - "sp": 43 - }, - "abilities": { - "0": "Beast Boost" - } + "types": [ + "Dark", + "Dragon" + ], + "bs": { + "hp": 223, + "at": 101, + "df": 53, + "sa": 97, + "sd": 53, + "sp": 43 + }, + "abilities": { + "0": "Beast Boost" + } }, "Naganadel": { - "types": [ - "Poison", - "Dragon" - ], - "bs": { - "hp": 73, - "at": 103, - "df": 73, - "sa": 127, - "sd": 73, - "sp": 121 - }, - "abilities": { - "0": "Beast Boost" - } + "types": [ + "Poison", + "Dragon" + ], + "bs": { + "hp": 73, + "at": 103, + "df": 73, + "sa": 127, + "sd": 73, + "sp": 121 + }, + "abilities": { + "0": "Beast Boost" + } }, "Stakataka": { - "types": [ - "Rock", - "Steel" - ], - "bs": { - "hp": 61, - "at": 131, - "df": 211, - "sa": 53, - "sd": 101, - "sp": 13 - }, - "abilities": { - "0": "Beast Boost" - } + "types": [ + "Rock", + "Steel" + ], + "bs": { + "hp": 61, + "at": 131, + "df": 211, + "sa": 53, + "sd": 101, + "sp": 13 + }, + "abilities": { + "0": "Beast Boost" + } }, "Blacephalon": { - "types": [ - "Fire", - "Ghost" - ], - "bs": { - "hp": 53, - "at": 127, - "df": 53, - "sa": 151, - "sd": 79, - "sp": 107 - }, - "abilities": { - "0": "Beast Boost" - } + "types": [ + "Fire", + "Ghost" + ], + "bs": { + "hp": 53, + "at": 127, + "df": 53, + "sa": 151, + "sd": 79, + "sp": 107 + }, + "abilities": { + "0": "Beast Boost" + } }, "Rillaboom": { - "types": [ - "Grass", - "" - ], - "bs": { - "hp": 100, - "at": 120, - "df": 90, - "sa": 60, - "sd": 70, - "sp": 85 - }, - "abilities": { - "0": "Overgrow" - } + "types": [ + "Grass", + "" + ], + "bs": { + "hp": 100, + "at": 110, + "df": 95, + "sa": 65, + "sd": 75, + "sp": 85 + }, + "abilities": { + "0": "Overgrow" + } }, "Cinderace": { - "types": [ - "Fire", - "" - ], - "bs": { - "hp": 80, - "at": 116, - "df": 75, - "sa": 65, - "sd": 75, - "sp": 119 - }, - "abilities": { - "0": "Blaze" - } + "types": [ + "Fire", + "" + ], + "bs": { + "hp": 80, + "at": 116, + "df": 75, + "sa": 65, + "sd": 75, + "sp": 119 + }, + "abilities": { + "0": "Blaze" + } }, "Inteleon": { - "types": [ - "Water", - "" - ], - "bs": { - "hp": 70, - "at": 85, - "df": 65, - "sa": 125, - "sd": 65, - "sp": 120 - }, - "abilities": { - "0": "Torrent" - } + "types": [ + "Water", + "" + ], + "bs": { + "hp": 70, + "at": 85, + "df": 65, + "sa": 125, + "sd": 65, + "sp": 120 + }, + "abilities": { + "0": "Torrent" + } }, "Greedent": { - "types": [ - "Normal", - "" - ], - "bs": { - "hp": 135, - "at": 110, - "df": 105, - "sa": 55, - "sd": 85, - "sp": 20 - }, - "abilities": { - "0": "Cheek Pouch" - } + "types": [ + "Normal", + "" + ], + "bs": { + "hp": 135, + "at": 110, + "df": 105, + "sa": 55, + "sd": 85, + "sp": 20 + }, + "abilities": { + "0": "Cheek Pouch" + } }, "Corviknight": { - "types": [ - "Flying", - "Steel" - ], - "bs": { - "hp": 103, - "at": 87, - "df": 105, - "sa": 53, - "sd": 85, - "sp": 67 - }, - "abilities": { - "0": "Pressure" - } + "types": [ + "Flying", + "Steel" + ], + "bs": { + "hp": 103, + "at": 87, + "df": 105, + "sa": 53, + "sd": 85, + "sp": 67 + }, + "abilities": { + "0": "Pressure" + } }, "Orbeetle": { - "types": [ - "Bug", - "Psychic" - ], - "bs": { - "hp": 70, - "at": 45, - "df": 110, - "sa": 85, - "sd": 120, - "sp": 95 - }, - "abilities": { - "0": "Swarm" - } + "types": [ + "Bug", + "Psychic" + ], + "bs": { + "hp": 70, + "at": 45, + "df": 110, + "sa": 85, + "sd": 120, + "sp": 95 + }, + "abilities": { + "0": "Swarm" + } }, "Thievul": { - "types": [ - "Dark", - "" - ], - "bs": { - "hp": 80, - "at": 68, - "df": 68, - "sa": 107, - "sd": 112, - "sp": 100 - }, - "abilities": { - "0": "Run Away" - } + "types": [ + "Dark", + "" + ], + "bs": { + "hp": 80, + "at": 68, + "df": 68, + "sa": 107, + "sd": 112, + "sp": 100 + }, + "abilities": { + "0": "Run Away" + } }, "Eldegoss": { - "types": [ - "Grass", - "" - ], - "bs": { - "hp": 80, - "at": 50, - "df": 100, - "sa": 80, - "sd": 130, - "sp": 60 - }, - "abilities": { - "0": "Cotton Down" - } + "types": [ + "Grass", + "" + ], + "bs": { + "hp": 80, + "at": 50, + "df": 100, + "sa": 80, + "sd": 130, + "sp": 60 + }, + "abilities": { + "0": "Cotton Down" + } }, "Dubwool": { - "types": [ - "Normal", - "Fighting" - ], - "bs": { - "hp": 87, - "at": 85, - "df": 105, - "sa": 60, - "sd": 95, - "sp": 93 - }, - "abilities": { - "0": "Fluffy" - } + "types": [ + "Normal", + "Fighting" + ], + "bs": { + "hp": 87, + "at": 85, + "df": 105, + "sa": 60, + "sd": 95, + "sp": 93 + }, + "abilities": { + "0": "Fluffy" + } }, "Drednaw": { - "types": [ - "Water", - "Rock" - ], - "bs": { - "hp": 95, - "at": 115, - "df": 90, - "sa": 48, - "sd": 68, - "sp": 74 - }, - "abilities": { - "0": "Strong Jaw" - } + "types": [ + "Water", + "Rock" + ], + "bs": { + "hp": 95, + "at": 115, + "df": 90, + "sa": 48, + "sd": 68, + "sp": 74 + }, + "abilities": { + "0": "Strong Jaw" + } }, "Boltund": { - "types": [ - "Electric", - "" - ], - "bs": { - "hp": 79, - "at": 110, - "df": 60, - "sa": 110, - "sd": 60, - "sp": 131 - }, - "abilities": { - "0": "Strong Jaw" - } + "types": [ + "Electric", + "" + ], + "bs": { + "hp": 79, + "at": 110, + "df": 60, + "sa": 110, + "sd": 60, + "sp": 131 + }, + "abilities": { + "0": "Strong Jaw" + } }, "Coalossal": { - "types": [ - "Rock", - "Fire" - ], - "bs": { - "hp": 110, - "at": 80, - "df": 115, - "sa": 80, - "sd": 95, - "sp": 30 - }, - "abilities": { - "0": "Steam Engine" - } + "types": [ + "Rock", + "Fire" + ], + "bs": { + "hp": 110, + "at": 80, + "df": 115, + "sa": 80, + "sd": 95, + "sp": 30 + }, + "abilities": { + "0": "Steam Engine" + } }, "Flapple": { - "types": [ - "Grass", - "Dragon" - ], - "bs": { - "hp": 30, - "at": 110, - "df": 85, - "sa": 95, - "sd": 85, - "sp": 130 - }, - "abilities": { - "0": "Ripen" - } + "types": [ + "Grass", + "Dragon" + ], + "bs": { + "hp": 30, + "at": 110, + "df": 85, + "sa": 95, + "sd": 85, + "sp": 130 + }, + "abilities": { + "0": "Ripen" + } }, "Appletun": { - "types": [ - "Grass", - "Dragon" - ], - "bs": { - "hp": 140, - "at": 85, - "df": 85, - "sa": 110, - "sd": 85, - "sp": 30 - }, - "abilities": { - "0": "Ripen" - } + "types": [ + "Grass", + "Dragon" + ], + "bs": { + "hp": 140, + "at": 85, + "df": 85, + "sa": 110, + "sd": 85, + "sp": 30 + }, + "abilities": { + "0": "Ripen" + } }, "Sandaconda": { - "types": [ - "Ground", - "" - ], - "bs": { - "hp": 77, - "at": 112, - "df": 130, - "sa": 65, - "sd": 75, - "sp": 71 - }, - "abilities": { - "0": "Sand Spit" - } + "types": [ + "Ground", + "" + ], + "bs": { + "hp": 77, + "at": 112, + "df": 130, + "sa": 65, + "sd": 75, + "sp": 71 + }, + "abilities": { + "0": "Sand Spit" + } }, "Cramorant": { - "types": [ - "Flying", - "Water" - ], - "bs": { - "hp": 80, - "at": 95, - "df": 65, - "sa": 95, - "sd": 105, - "sp": 95 - }, - "abilities": { - "0": "Gulp Missile" - } + "types": [ + "Flying", + "Water" + ], + "bs": { + "hp": 80, + "at": 95, + "df": 65, + "sa": 95, + "sd": 105, + "sp": 95 + }, + "abilities": { + "0": "Gulp Missile" + } }, "cramorantgulping": { - "types": [ - "Flying", - "Water" - ], - "bs": { - "hp": 80, - "at": 95, - "df": 65, - "sa": 95, - "sd": 105, - "sp": 95 - }, - "abilities": { - "0": "Gulp Missile" - } + "types": [ + "Flying", + "Water" + ], + "bs": { + "hp": 80, + "at": 95, + "df": 65, + "sa": 95, + "sd": 105, + "sp": 95 + }, + "abilities": { + "0": "Gulp Missile" + } }, "cramorantgorging": { - "types": [ - "Flying", - "Water" - ], - "bs": { - "hp": 80, - "at": 95, - "df": 65, - "sa": 95, - "sd": 105, - "sp": 95 - }, - "abilities": { - "0": "Gulp Missile" - } + "types": [ + "Flying", + "Water" + ], + "bs": { + "hp": 80, + "at": 95, + "df": 65, + "sa": 95, + "sd": 105, + "sp": 95 + }, + "abilities": { + "0": "Gulp Missile" + } }, "Barraskewda": { - "types": [ - "Water", - "" - ], - "bs": { - "hp": 61, - "at": 128, - "df": 60, - "sa": 65, - "sd": 50, - "sp": 136 - }, - "abilities": { - "0": "Swift Swim" - } + "types": [ + "Water", + "" + ], + "bs": { + "hp": 61, + "at": 128, + "df": 60, + "sa": 65, + "sd": 50, + "sp": 136 + }, + "abilities": { + "0": "Swift Swim" + } }, "Toxtricity": { - "types": [ - "Electric", - "Poison" - ], - "bs": { - "hp": 75, - "at": 103, - "df": 70, - "sa": 114, - "sd": 70, - "sp": 75 - }, - "abilities": { - "0": "Punk Rock" - } + "types": [ + "Electric", + "Poison" + ], + "bs": { + "hp": 75, + "at": 103, + "df": 70, + "sa": 114, + "sd": 70, + "sp": 75 + }, + "abilities": { + "0": "Punk Rock" + } }, "Centiskorch": { - "types": [ - "Fire", - "Bug" - ], - "bs": { - "hp": 100, - "at": 115, - "df": 70, - "sa": 90, - "sd": 90, - "sp": 65 - }, - "abilities": { - "0": "Flash Fire" - } + "types": [ + "Fire", + "Bug" + ], + "bs": { + "hp": 100, + "at": 115, + "df": 70, + "sa": 90, + "sd": 90, + "sp": 65 + }, + "abilities": { + "0": "Flash Fire" + } }, "Grapploct": { - "types": [ - "Fighting", - "Water" - ], - "bs": { - "hp": 100, - "at": 118, - "df": 100, - "sa": 70, - "sd": 90, - "sp": 42 - }, - "abilities": { - "0": "Limber" - } + "types": [ + "Fighting", + "Water" + ], + "bs": { + "hp": 100, + "at": 118, + "df": 100, + "sa": 70, + "sd": 90, + "sp": 42 + }, + "abilities": { + "0": "Limber" + } }, "Polteageist": { - "types": [ - "Ghost", - "" - ], - "bs": { - "hp": 65, - "at": 70, - "df": 70, - "sa": 134, - "sd": 119, - "sp": 70 - }, - "abilities": { - "0": "Weak Armor" - } + "types": [ + "Ghost", + "" + ], + "bs": { + "hp": 65, + "at": 70, + "df": 70, + "sa": 134, + "sd": 119, + "sp": 70 + }, + "abilities": { + "0": "Weak Armor" + } }, "Hatterene": { - "types": [ - "Psychic", - "Fairy" - ], - "bs": { - "hp": 57, - "at": 90, - "df": 95, - "sa": 136, - "sd": 103, - "sp": 29 - }, - "abilities": { - "0": "Healer" - } + "types": [ + "Psychic", + "Fairy" + ], + "bs": { + "hp": 57, + "at": 90, + "df": 95, + "sa": 136, + "sd": 103, + "sp": 29 + }, + "abilities": { + "0": "Healer" + } }, "Grimmsnarl": { - "types": [ - "Dark", - "Fairy" - ], - "bs": { - "hp": 95, - "at": 120, - "df": 65, - "sa": 95, - "sd": 75, - "sp": 60 - }, - "abilities": { - "0": "Prankster" - } + "types": [ + "Dark", + "Fairy" + ], + "bs": { + "hp": 95, + "at": 120, + "df": 65, + "sa": 95, + "sd": 75, + "sp": 60 + }, + "abilities": { + "0": "Prankster" + } }, "Obstagoon": { - "types": [ - "Dark", - "Normal" - ], - "bs": { - "hp": 98, - "at": 105, - "df": 101, - "sa": 60, - "sd": 81, - "sp": 100 - }, - "abilities": { - "0": "Reckless" - } + "types": [ + "Dark", + "Normal" + ], + "bs": { + "hp": 98, + "at": 105, + "df": 101, + "sa": 60, + "sd": 81, + "sp": 100 + }, + "abilities": { + "0": "Reckless" + } }, "Perrserker": { - "types": [ - "Steel", - "" - ], - "bs": { - "hp": 80, - "at": 110, - "df": 100, - "sa": 50, - "sd": 70, - "sp": 50 - }, - "abilities": { - "0": "Battle Armor" - } + "types": [ + "Steel", + "" + ], + "bs": { + "hp": 80, + "at": 110, + "df": 100, + "sa": 50, + "sd": 70, + "sp": 50 + }, + "abilities": { + "0": "Battle Armor" + } }, "Cursola": { - "types": [ - "Ghost", - "Rock" - ], - "bs": { - "hp": 65, - "at": 95, - "df": 50, - "sa": 150, - "sd": 130, - "sp": 30 - }, - "abilities": { - "0": "Weak Armor" - } + "types": [ + "Ghost", + "Rock" + ], + "bs": { + "hp": 65, + "at": 95, + "df": 50, + "sa": 150, + "sd": 130, + "sp": 30 + }, + "abilities": { + "0": "Weak Armor" + } }, "Sirfetch'd": { - "types": [ - "Fighting", - "" - ], - "bs": { - "hp": 62, - "at": 135, - "df": 95, - "sa": 68, - "sd": 82, - "sp": 65 - }, - "abilities": { - "0": "Steadfast" - } + "types": [ + "Fighting", + "" + ], + "bs": { + "hp": 62, + "at": 135, + "df": 95, + "sa": 68, + "sd": 82, + "sp": 65 + }, + "abilities": { + "0": "Steadfast" + } }, "Runerigus": { - "types": [ - "Rock", - "Ghost" - ], - "bs": { - "hp": 68, - "at": 95, - "df": 145, - "sa": 50, - "sd": 105, - "sp": 30 - }, - "abilities": { - "0": "Wandering Spirit" - } + "types": [ + "Rock", + "Ghost" + ], + "bs": { + "hp": 68, + "at": 95, + "df": 145, + "sa": 50, + "sd": 105, + "sp": 30 + }, + "abilities": { + "0": "Wandering Spirit" + } }, "Alcremie": { - "types": [ - "Fairy", - "" - ], - "bs": { - "hp": 80, - "at": 60, - "df": 80, - "sa": 110, - "sd": 121, - "sp": 74 - }, - "abilities": { - "0": "Sweet Veil" - } + "types": [ + "Fairy", + "" + ], + "bs": { + "hp": 80, + "at": 60, + "df": 80, + "sa": 110, + "sd": 121, + "sp": 74 + }, + "abilities": { + "0": "Sweet Veil" + } }, "Falinks": { - "types": [ - "Fighting", - "" - ], - "bs": { - "hp": 70, - "at": 105, - "df": 100, - "sa": 70, - "sd": 60, - "sp": 75 - }, - "abilities": { - "0": "Battle Armor" - } + "types": [ + "Fighting", + "" + ], + "bs": { + "hp": 70, + "at": 105, + "df": 100, + "sa": 70, + "sd": 60, + "sp": 75 + }, + "abilities": { + "0": "Battle Armor" + } }, "Pincurchin": { - "types": [ - "Electric", - "" - ], - "bs": { - "hp": 68, - "at": 111, - "df": 100, - "sa": 111, - "sd": 90, - "sp": 15 - }, - "abilities": { - "0": "Lightning Rod" - } + "types": [ + "Electric", + "" + ], + "bs": { + "hp": 68, + "at": 111, + "df": 100, + "sa": 111, + "sd": 90, + "sp": 15 + }, + "abilities": { + "0": "Lightning Rod" + } }, "Frosmoth": { - "types": [ - "Ice", - "Bug" - ], - "bs": { - "hp": 80, - "at": 65, - "df": 70, - "sa": 125, - "sd": 90, - "sp": 75 - }, - "abilities": { - "0": "Shield Dust" - } + "types": [ + "Ice", + "Bug" + ], + "bs": { + "hp": 80, + "at": 65, + "df": 70, + "sa": 125, + "sd": 90, + "sp": 75 + }, + "abilities": { + "0": "Shield Dust" + } }, "Stonjourner": { - "types": [ - "Rock", - "" - ], - "bs": { - "hp": 110, - "at": 125, - "df": 135, - "sa": 25, - "sd": 25, - "sp": 75 - }, - "abilities": { - "0": "Power Spot" - } + "types": [ + "Rock", + "" + ], + "bs": { + "hp": 110, + "at": 125, + "df": 135, + "sa": 25, + "sd": 25, + "sp": 75 + }, + "abilities": { + "0": "Power Spot" + } }, "Eiscue": { - "types": [ - "Ice", - "" - ], - "bs": { - "hp": 85, - "at": 85, - "df": 115, - "sa": 80, - "sd": 95, - "sp": 50 - }, - "abilities": { - "0": "Ice Face" - } + "types": [ + "Ice", + "" + ], + "bs": { + "hp": 85, + "at": 85, + "df": 115, + "sa": 80, + "sd": 95, + "sp": 50 + }, + "abilities": { + "0": "Ice Face" + } }, "Eiscue Noice": { - "types": [ - "Ice", - "" - ], - "bs": { - "hp": 85, - "at": 85, - "df": 70, - "sa": 80, - "sd": 50, - "sp": 140 - }, - "abilities": { - "0": "Ice Face" - } + "types": [ + "Ice", + "" + ], + "bs": { + "hp": 85, + "at": 85, + "df": 70, + "sa": 80, + "sd": 50, + "sp": 140 + }, + "abilities": { + "0": "Ice Face" + } }, "Indeedee": { - "types": [ - "Psychic", - "Normal" - ], - "bs": { - "hp": 60, - "at": 65, - "df": 55, - "sa": 110, - "sd": 95, - "sp": 95 - }, - "abilities": { - "0": "Inner Focus" - } + "types": [ + "Psychic", + "Normal" + ], + "bs": { + "hp": 60, + "at": 65, + "df": 55, + "sa": 110, + "sd": 95, + "sp": 95 + }, + "abilities": { + "0": "Inner Focus" + } }, "Indeedee-F": { - "types": [ - "Psychic", - "Normal" - ], - "bs": { - "hp": 70, - "at": 60, - "df": 65, - "sa": 95, - "sd": 105, - "sp": 85 - }, - "abilities": { - "0": "Own Tempo" - } + "types": [ + "Psychic", + "Normal" + ], + "bs": { + "hp": 70, + "at": 60, + "df": 65, + "sa": 95, + "sd": 105, + "sp": 85 + }, + "abilities": { + "0": "Own Tempo" + } }, "Morpeko": { - "types": [ - "Electric", - "Dark" - ], - "bs": { - "hp": 83, - "at": 110, - "df": 68, - "sa": 75, - "sd": 68, - "sp": 117 - }, - "abilities": { - "0": "Hunger Switch" - } + "types": [ + "Electric", + "Dark" + ], + "bs": { + "hp": 83, + "at": 110, + "df": 68, + "sa": 75, + "sd": 68, + "sp": 117 + }, + "abilities": { + "0": "Hunger Switch" + } }, "Morpeko Hangry": { - "types": [ - "Electric", - "Dark" - ], - "bs": { - "hp": 83, - "at": 110, - "df": 68, - "sa": 75, - "sd": 68, - "sp": 117 - }, - "abilities": { - "0": "Hunger Switch" - } + "types": [ + "Electric", + "Dark" + ], + "bs": { + "hp": 83, + "at": 110, + "df": 68, + "sa": 75, + "sd": 68, + "sp": 117 + }, + "abilities": { + "0": "Hunger Switch" + } }, "Copperajah": { - "types": [ - "Steel", - "" - ], - "bs": { - "hp": 132, - "at": 135, - "df": 74, - "sa": 85, - "sd": 74, - "sp": 30 - }, - "abilities": { - "0": "Sheer Force" - } + "types": [ + "Steel", + "" + ], + "bs": { + "hp": 132, + "at": 135, + "df": 74, + "sa": 85, + "sd": 74, + "sp": 30 + }, + "abilities": { + "0": "Sheer Force" + } }, "Dracozolt": { - "types": [ - "Electric", - "Dragon" - ], - "bs": { - "hp": 90, - "at": 100, - "df": 90, - "sa": 80, - "sd": 70, - "sp": 75 - }, - "abilities": { - "0": "Volt Absorb" - } + "types": [ + "Electric", + "Dragon" + ], + "bs": { + "hp": 90, + "at": 100, + "df": 90, + "sa": 80, + "sd": 70, + "sp": 75 + }, + "abilities": { + "0": "Volt Absorb" + } }, "Arctozolt": { - "types": [ - "Electric", - "Ice" - ], - "bs": { - "hp": 90, - "at": 100, - "df": 90, - "sa": 90, - "sd": 80, - "sp": 55 - }, - "abilities": { - "0": "Volt Absorb" - } + "types": [ + "Electric", + "Ice" + ], + "bs": { + "hp": 90, + "at": 100, + "df": 90, + "sa": 90, + "sd": 80, + "sp": 55 + }, + "abilities": { + "0": "Volt Absorb" + } }, "Dracovish": { - "types": [ - "Water", - "Dragon" - ], - "bs": { - "hp": 90, - "at": 90, - "df": 100, - "sa": 70, - "sd": 80, - "sp": 75 - }, - "abilities": { - "0": "Water Absorb" - } + "types": [ + "Water", + "Dragon" + ], + "bs": { + "hp": 90, + "at": 90, + "df": 100, + "sa": 70, + "sd": 80, + "sp": 75 + }, + "abilities": { + "0": "Water Absorb" + } }, "Arctovish": { - "types": [ - "Water", - "Ice" - ], - "bs": { - "hp": 90, - "at": 90, - "df": 100, - "sa": 80, - "sd": 90, - "sp": 55 - }, - "abilities": { - "0": "Water Absorb" - } + "types": [ + "Water", + "Ice" + ], + "bs": { + "hp": 90, + "at": 90, + "df": 100, + "sa": 80, + "sd": 90, + "sp": 55 + }, + "abilities": { + "0": "Water Absorb" + } }, "Duraludon": { - "types": [ - "Steel", - "Dragon" - ], - "bs": { - "hp": 70, - "at": 95, - "df": 115, - "sa": 120, - "sd": 50, - "sp": 85 - }, - "abilities": { - "0": "Pressure" - } + "types": [ + "Steel", + "Dragon" + ], + "bs": { + "hp": 70, + "at": 95, + "df": 115, + "sa": 120, + "sd": 50, + "sp": 85 + }, + "abilities": { + "0": "Pressure" + } }, "Dragapult": { - "types": [ - "Dragon", - "Ghost" - ], - "bs": { - "hp": 88, - "at": 120, - "df": 75, - "sa": 100, - "sd": 75, - "sp": 142 - }, - "abilities": { - "0": "Clear Body" - } + "types": [ + "Dragon", + "Ghost" + ], + "bs": { + "hp": 88, + "at": 120, + "df": 75, + "sa": 100, + "sd": 75, + "sp": 142 + }, + "abilities": { + "0": "Clear Body" + } }, "Urshifu": { - "types": [ - "Fighting", - "Dark" - ], - "bs": { - "hp": 90, - "at": 120, - "df": 100, - "sa": 63, - "sd": 60, - "sp": 97 - }, - "abilities": { - "0": "Unseen Fist" - } + "types": [ + "Fighting", + "Dark" + ], + "bs": { + "hp": 90, + "at": 120, + "df": 100, + "sa": 63, + "sd": 60, + "sp": 97 + }, + "abilities": { + "0": "Unseen Fist" + } }, "Urshifu Rapid Strike": { - "types": [ - "Fighting", - "Water" - ], - "bs": { - "hp": 90, - "at": 120, - "df": 100, - "sa": 63, - "sd": 60, - "sp": 97 - }, - "abilities": { - "0": "Unseen Fist" - } + "types": [ + "Fighting", + "Water" + ], + "bs": { + "hp": 90, + "at": 120, + "df": 100, + "sa": 63, + "sd": 60, + "sp": 97 + }, + "abilities": { + "0": "Unseen Fist" + } }, "Regieleki": { - "types": [ - "Electric", - "" - ], - "bs": { - "hp": 80, - "at": 100, - "df": 50, - "sa": 100, - "sd": 50, - "sp": 200 - }, - "abilities": { - "0": "Transistor" - } + "types": [ + "Electric", + "" + ], + "bs": { + "hp": 80, + "at": 100, + "df": 50, + "sa": 100, + "sd": 50, + "sp": 200 + }, + "abilities": { + "0": "Transistor" + } }, "Regidrago": { - "types": [ - "Dragon", - "" - ], - "bs": { - "hp": 200, - "at": 100, - "df": 50, - "sa": 100, - "sd": 50, - "sp": 80 - }, - "abilities": { - "0": "Dragon's Maw" - } + "types": [ + "Dragon", + "" + ], + "bs": { + "hp": 200, + "at": 100, + "df": 50, + "sa": 100, + "sd": 50, + "sp": 80 + }, + "abilities": { + "0": "Dragon's Maw" + } }, "Glastrier": { - "types": [ - "Ice", - "" - ], - "bs": { - "hp": 95, - "at": 145, - "df": 130, - "sa": 65, - "sd": 110, - "sp": 30 - }, - "abilities": { - "0": "Chilling Neigh" - } + "types": [ + "Ice", + "" + ], + "bs": { + "hp": 95, + "at": 145, + "df": 130, + "sa": 65, + "sd": 110, + "sp": 30 + }, + "abilities": { + "0": "Chilling Neigh" + } }, "Spectrier": { - "types": [ - "Ghost", - "" - ], - "bs": { - "hp": 95, - "at": 65, - "df": 60, - "sa": 145, - "sd": 80, - "sp": 130 - }, - "abilities": { - "0": "Grim Neigh" - } + "types": [ + "Ghost", + "" + ], + "bs": { + "hp": 95, + "at": 65, + "df": 60, + "sa": 145, + "sd": 80, + "sp": 130 + }, + "abilities": { + "0": "Grim Neigh" + } }, "Wyrdeer": { - "types": [ - "Normal", - "Psychic" - ], - "bs": { - "hp": 108, - "at": 105, - "df": 77, - "sa": 105, - "sd": 80, - "sp": 65 - }, - "abilities": { - "0": "Intimidate" - } + "types": [ + "Normal", + "Psychic" + ], + "bs": { + "hp": 108, + "at": 105, + "df": 77, + "sa": 105, + "sd": 80, + "sp": 65 + }, + "abilities": { + "0": "Intimidate" + } }, "Kleavor": { - "types": [ - "Bug", - "Rock" - ], - "bs": { - "hp": 75, - "at": 130, - "df": 95, - "sa": 45, - "sd": 75, - "sp": 85 - }, - "abilities": { - "0": "Swarm" - } + "types": [ + "Bug", + "Rock" + ], + "bs": { + "hp": 75, + "at": 130, + "df": 95, + "sa": 45, + "sd": 75, + "sp": 85 + }, + "abilities": { + "0": "Swarm" + } }, "Ursaluna": { - "types": [ - "Normal", - "Ground" - ], - "bs": { - "hp": 130, - "at": 140, - "df": 105, - "sa": 45, - "sd": 80, - "sp": 50 - }, - "abilities": { - "0": "Guts" - } + "types": [ + "Normal", + "Ground" + ], + "bs": { + "hp": 130, + "at": 140, + "df": 105, + "sa": 45, + "sd": 80, + "sp": 50 + }, + "abilities": { + "0": "Guts" + } }, "Basculegion": { - "types": [ - "Water", - "Ghost" - ], - "bs": { - "hp": 120, - "at": 112, - "df": 65, - "sa": 100, - "sd": 75, - "sp": 78 - }, - "abilities": { - "0": "Swift Swim" - } + "types": [ + "Water", + "Ghost" + ], + "bs": { + "hp": 120, + "at": 112, + "df": 65, + "sa": 100, + "sd": 75, + "sp": 78 + }, + "abilities": { + "0": "Swift Swim" + } }, "Sneasler": { - "types": [ - "Fighting", - "Poison" - ], - "bs": { - "hp": 80, - "at": 130, - "df": 60, - "sa": 40, - "sd": 80, - "sp": 120 - }, - "abilities": { - "0": "Pressure" - } + "types": [ + "Fighting", + "Poison" + ], + "bs": { + "hp": 80, + "at": 130, + "df": 60, + "sa": 40, + "sd": 80, + "sp": 120 + }, + "abilities": { + "0": "Pressure" + } }, "Overqwil": { - "types": [ - "Dark", - "Poison" - ], - "bs": { - "hp": 85, - "at": 115, - "df": 100, - "sa": 65, - "sd": 70, - "sp": 85 - }, - "abilities": { - "0": "Poison Point" - } + "types": [ + "Dark", + "Poison" + ], + "bs": { + "hp": 85, + "at": 115, + "df": 100, + "sa": 65, + "sd": 70, + "sp": 85 + }, + "abilities": { + "0": "Poison Point" + } }, "Enamorus": { - "types": [ - "Fairy", - "Flying" - ], - "bs": { - "hp": 74, - "at": 115, - "df": 70, - "sa": 135, - "sd": 80, - "sp": 106 - }, - "abilities": { - "0": "Cute Charm" - } + "types": [ + "Fairy", + "Flying" + ], + "bs": { + "hp": 74, + "at": 115, + "df": 70, + "sa": 135, + "sd": 80, + "sp": 106 + }, + "abilities": { + "0": "Cute Charm" + } }, "Enamorus Therian": { - "types": [ - "Fairy", - "Flying" - ], - "bs": { - "hp": 74, - "at": 115, - "df": 110, - "sa": 135, - "sd": 100, - "sp": 46 - }, - "abilities": { - "0": "Overcoat" - } + "types": [ + "Fairy", + "Flying" + ], + "bs": { + "hp": 74, + "at": 115, + "df": 110, + "sa": 135, + "sd": 100, + "sp": 46 + }, + "abilities": { + "0": "Overcoat" + } }, "Meowscarada": { - "types": [ - "Grass", - "Dark" - ], - "bs": { - "hp": 81, - "at": 110, - "df": 70, - "sa": 81, - "sd": 70, - "sp": 123 - }, - "abilities": { - "0": "Overgrow" - } + "types": [ + "Grass", + "Dark" + ], + "bs": { + "hp": 81, + "at": 110, + "df": 70, + "sa": 81, + "sd": 70, + "sp": 123 + }, + "abilities": { + "0": "Overgrow" + } }, "Skeledirge": { - "types": [ - "Fire", - "Ghost" - ], - "bs": { - "hp": 104, - "at": 75, - "df": 100, - "sa": 110, - "sd": 75, - "sp": 66 - }, - "abilities": { - "0": "Blaze" - } + "types": [ + "Fire", + "Ghost" + ], + "bs": { + "hp": 104, + "at": 75, + "df": 100, + "sa": 110, + "sd": 75, + "sp": 66 + }, + "abilities": { + "0": "Blaze" + } }, "Quaquaval": { - "types": [ - "Water", - "Fighting" - ], - "bs": { - "hp": 90, - "at": 120, - "df": 80, - "sa": 85, - "sd": 75, - "sp": 90 - }, - "abilities": { - "0": "Torrent" - } + "types": [ + "Water", + "Fighting" + ], + "bs": { + "hp": 90, + "at": 120, + "df": 80, + "sa": 85, + "sd": 75, + "sp": 90 + }, + "abilities": { + "0": "Torrent" + } }, "Oinkologne": { - "types": [ - "Normal", - "" - ], - "bs": { - "hp": 120, - "at": 110, - "df": 80, - "sa": 59, - "sd": 85, - "sp": 65 - }, - "abilities": { - "0": "Lingering Aroma" - } + "types": [ + "Normal", + "" + ], + "bs": { + "hp": 120, + "at": 110, + "df": 80, + "sa": 59, + "sd": 85, + "sp": 65 + }, + "abilities": { + "0": "Lingering Aroma" + } }, "Spidops": { - "types": [ - "Bug", - "" - ], - "bs": { - "hp": 85, - "at": 105, - "df": 102, - "sa": 62, - "sd": 96, - "sp": 40 - }, - "abilities": { - "0": "Insomnia" - } + "types": [ + "Bug", + "" + ], + "bs": { + "hp": 85, + "at": 105, + "df": 102, + "sa": 62, + "sd": 96, + "sp": 40 + }, + "abilities": { + "0": "Insomnia" + } }, "Lokix": { - "types": [ - "Bug", - "Dark" - ], - "bs": { - "hp": 81, - "at": 127, - "df": 78, - "sa": 52, - "sd": 55, - "sp": 97 - }, - "abilities": { - "0": "Swarm" - } + "types": [ + "Bug", + "Dark" + ], + "bs": { + "hp": 81, + "at": 127, + "df": 78, + "sa": 52, + "sd": 55, + "sp": 97 + }, + "abilities": { + "0": "Swarm" + } }, "Pawmot": { - "types": [ - "Electric", - "Fighting" - ], - "bs": { - "hp": 75, - "at": 115, - "df": 70, - "sa": 70, - "sd": 60, - "sp": 105 - }, - "abilities": { - "0": "Volt Absorb" - } + "types": [ + "Electric", + "Fighting" + ], + "bs": { + "hp": 75, + "at": 115, + "df": 70, + "sa": 70, + "sd": 60, + "sp": 105 + }, + "abilities": { + "0": "Volt Absorb" + } }, "Maushold Four": { - "types": [ - "Normal", - "" - ], - "bs": { - "hp": 74, - "at": 75, - "df": 70, - "sa": 65, - "sd": 75, - "sp": 111 - }, - "abilities": { - "0": "Friend Guard" - } + "types": [ + "Normal", + "" + ], + "bs": { + "hp": 74, + "at": 75, + "df": 70, + "sa": 65, + "sd": 75, + "sp": 111 + }, + "abilities": { + "0": "Friend Guard" + } }, "Dachsbun": { - "types": [ - "Fairy", - "" - ], - "bs": { - "hp": 72, - "at": 85, - "df": 125, - "sa": 50, - "sd": 85, - "sp": 100 - }, - "abilities": { - "0": "Well-Baked Body" - } + "types": [ + "Fairy", + "" + ], + "bs": { + "hp": 72, + "at": 85, + "df": 125, + "sa": 50, + "sd": 85, + "sp": 100 + }, + "abilities": { + "0": "Well-Baked Body" + } }, "Arboliva": { - "types": [ - "Grass", - "Normal" - ], - "bs": { - "hp": 88, - "at": 69, - "df": 90, - "sa": 130, - "sd": 109, - "sp": 39 - }, - "abilities": { - "0": "Seed Sower" - } + "types": [ + "Grass", + "Normal" + ], + "bs": { + "hp": 88, + "at": 69, + "df": 90, + "sa": 130, + "sd": 109, + "sp": 39 + }, + "abilities": { + "0": "Seed Sower" + } }, "Squawkabilly": { - "types": [ - "Normal", - "Flying" - ], - "bs": { - "hp": 82, - "at": 96, - "df": 51, - "sa": 45, - "sd": 51, - "sp": 92 - }, - "abilities": { - "0": "The Flock" - } + "types": [ + "Normal", + "Flying" + ], + "bs": { + "hp": 82, + "at": 96, + "df": 51, + "sa": 45, + "sd": 51, + "sp": 92 + }, + "abilities": { + "0": "The Flock" + } }, "Garganacl": { - "types": [ - "Rock", - "" - ], - "bs": { - "hp": 100, - "at": 100, - "df": 130, - "sa": 45, - "sd": 90, - "sp": 35 - }, - "abilities": { - "0": "Purifying Salt" - } + "types": [ + "Rock", + "" + ], + "bs": { + "hp": 100, + "at": 100, + "df": 130, + "sa": 45, + "sd": 90, + "sp": 35 + }, + "abilities": { + "0": "Purifying Salt" + } }, "Armarouge": { - "types": [ - "Fire", - "Psychic" - ], - "bs": { - "hp": 85, - "at": 60, - "df": 100, - "sa": 125, - "sd": 80, - "sp": 75 - }, - "abilities": { - "0": "Flash Fire" - } + "types": [ + "Fire", + "Psychic" + ], + "bs": { + "hp": 85, + "at": 60, + "df": 100, + "sa": 125, + "sd": 80, + "sp": 75 + }, + "abilities": { + "0": "Flash Fire" + } }, "Ceruledge": { - "types": [ - "Fire", - "Ghost" - ], - "bs": { - "hp": 75, - "at": 125, - "df": 80, - "sa": 60, - "sd": 100, - "sp": 85 - }, - "abilities": { - "0": "Flash Fire" - } + "types": [ + "Fire", + "Ghost" + ], + "bs": { + "hp": 75, + "at": 125, + "df": 80, + "sa": 60, + "sd": 100, + "sp": 85 + }, + "abilities": { + "0": "Flash Fire" + } }, "Bellibolt": { - "types": [ - "Electric", - "Water" - ], - "bs": { - "hp": 114, - "at": 64, - "df": 101, - "sa": 103, - "sd": 98, - "sp": 45 - }, - "abilities": { - "0": "Electromorphosis" - } + "types": [ + "Electric", + "Water" + ], + "bs": { + "hp": 114, + "at": 64, + "df": 101, + "sa": 103, + "sd": 98, + "sp": 45 + }, + "abilities": { + "0": "Electromorphosis" + } }, "Kilowattrel": { - "types": [ - "Electric", - "Flying" - ], - "bs": { - "hp": 75, - "at": 70, - "df": 60, - "sa": 110, - "sd": 60, - "sp": 130 - }, - "abilities": { - "0": "Wind Power" - } + "types": [ + "Electric", + "Flying" + ], + "bs": { + "hp": 75, + "at": 70, + "df": 60, + "sa": 110, + "sd": 60, + "sp": 130 + }, + "abilities": { + "0": "Wind Power" + } }, "Mabosstiff": { - "types": [ - "Dark", - "" - ], - "bs": { - "hp": 85, - "at": 120, - "df": 90, - "sa": 60, - "sd": 70, - "sp": 85 - }, - "abilities": { - "0": "Intimidate" - } + "types": [ + "Dark", + "" + ], + "bs": { + "hp": 85, + "at": 120, + "df": 90, + "sa": 60, + "sd": 70, + "sp": 85 + }, + "abilities": { + "0": "Intimidate" + } }, "Grafaiai": { - "types": [ - "Poison", - "Normal" - ], - "bs": { - "hp": 10, - "at": 10, - "df": 10, - "sa": 10, - "sd": 10, - "sp": 10 - }, - "abilities": { - "0": "Unburden" - } + "types": [ + "Poison", + "Normal" + ], + "bs": { + "hp": 10, + "at": 10, + "df": 10, + "sa": 10, + "sd": 10, + "sp": 10 + }, + "abilities": { + "0": "Unburden" + } }, "Brambleghast": { - "types": [ - "Grass", - "Ghost" - ], - "bs": { - "hp": 60, - "at": 120, - "df": 70, - "sa": 80, - "sd": 70, - "sp": 90 - }, - "abilities": { - "0": "Wind Rider" - } + "types": [ + "Grass", + "Ghost" + ], + "bs": { + "hp": 60, + "at": 120, + "df": 70, + "sa": 80, + "sd": 70, + "sp": 90 + }, + "abilities": { + "0": "Wind Rider" + } }, "Toedscruel": { - "types": [ - "Ground", - "Grass" - ], - "bs": { - "hp": 90, - "at": 75, - "df": 70, - "sa": 90, - "sd": 125, - "sp": 105 - }, - "abilities": { - "0": "Mycelium Might" - } + "types": [ + "Ground", + "Grass" + ], + "bs": { + "hp": 90, + "at": 75, + "df": 70, + "sa": 90, + "sd": 125, + "sp": 105 + }, + "abilities": { + "0": "Mycelium Might" + } }, "Klawf": { - "types": [ - "Rock", - "" - ], - "bs": { - "hp": 80, - "at": 110, - "df": 125, - "sa": 45, - "sd": 65, - "sp": 85 - }, - "abilities": { - "0": "Anger Shell" - } + "types": [ + "Rock", + "" + ], + "bs": { + "hp": 80, + "at": 110, + "df": 125, + "sa": 45, + "sd": 65, + "sp": 85 + }, + "abilities": { + "0": "Anger Shell" + } }, "Scovillain": { - "types": [ - "Grass", - "Fire" - ], - "bs": { - "hp": 70, - "at": 113, - "df": 65, - "sa": 113, - "sd": 65, - "sp": 75 - }, - "abilities": { - "0": "Chlorophyll" - } + "types": [ + "Grass", + "Fire" + ], + "bs": { + "hp": 70, + "at": 113, + "df": 65, + "sa": 113, + "sd": 65, + "sp": 75 + }, + "abilities": { + "0": "Chlorophyll" + } }, "Rabsca": { - "types": [ - "Bug", - "Psychic" - ], - "bs": { - "hp": 100, - "at": 50, - "df": 110, - "sa": 115, - "sd": 110, - "sp": 45 - }, - "abilities": { - "0": "Synchronize" - } + "types": [ + "Bug", + "Psychic" + ], + "bs": { + "hp": 100, + "at": 50, + "df": 110, + "sa": 115, + "sd": 110, + "sp": 45 + }, + "abilities": { + "0": "Synchronize" + } }, "Espathra": { - "types": [ - "Psychic", - "" - ], - "bs": { - "hp": 95, - "at": 60, - "df": 60, - "sa": 101, - "sd": 60, - "sp": 105 - }, - "abilities": { - "0": "Opportunist" - } + "types": [ + "Psychic", + "" + ], + "bs": { + "hp": 95, + "at": 60, + "df": 60, + "sa": 101, + "sd": 60, + "sp": 105 + }, + "abilities": { + "0": "Opportunist" + } }, "Tinkaton": { - "types": [ - "Fairy", - "Steel" - ], - "bs": { - "hp": 85, - "at": 75, - "df": 77, - "sa": 70, - "sd": 105, - "sp": 94 - }, - "abilities": { - "0": "Mold Breaker" - } + "types": [ + "Fairy", + "Steel" + ], + "bs": { + "hp": 85, + "at": 75, + "df": 77, + "sa": 70, + "sd": 105, + "sp": 94 + }, + "abilities": { + "0": "Mold Breaker" + } }, "Wugtrio": { - "types": [ - "Water", - "" - ], - "bs": { - "hp": 30, - "at": 95, - "df": 50, - "sa": 50, - "sd": 70, - "sp": 120 - }, - "abilities": { - "0": "Gooey" - } + "types": [ + "Water", + "" + ], + "bs": { + "hp": 30, + "at": 95, + "df": 50, + "sa": 50, + "sd": 70, + "sp": 120 + }, + "abilities": { + "0": "Gooey" + } }, "Bombirdier": { - "types": [ - "Flying", - "Dark" - ], - "bs": { - "hp": 80, - "at": 118, - "df": 90, - "sa": 70, - "sd": 90, - "sp": 92 - }, - "abilities": { - "0": "Big Pecks" - } + "types": [ + "Flying", + "Dark" + ], + "bs": { + "hp": 80, + "at": 118, + "df": 90, + "sa": 70, + "sd": 90, + "sp": 92 + }, + "abilities": { + "0": "Big Pecks" + } }, "Palafin": { - "types": [ - "Water", - "" - ], - "bs": { - "hp": 100, - "at": 70, - "df": 72, - "sa": 53, - "sd": 62, - "sp": 100 - }, - "abilities": { - "0": "Zero to Hero" - } + "types": [ + "Water", + "" + ], + "bs": { + "hp": 100, + "at": 70, + "df": 72, + "sa": 53, + "sd": 62, + "sp": 100 + }, + "abilities": { + "0": "Zero to Hero" + } }, "Palafin-Hero": { - "types": [ - "Water", - "" - ], - "bs": { - "hp": 100, - "at": 160, - "df": 97, - "sa": 106, - "sd": 87, - "sp": 100 - }, - "abilities": { - "0": "Zero to Hero" - } + "types": [ + "Water", + "" + ], + "bs": { + "hp": 100, + "at": 160, + "df": 97, + "sa": 106, + "sd": 87, + "sp": 100 + }, + "abilities": { + "0": "Zero to Hero" + } }, "Revavroom": { - "types": [ - "Steel", - "Poison" - ], - "bs": { - "hp": 80, - "at": 119, - "df": 90, - "sa": 54, - "sd": 67, - "sp": 90 - }, - "abilities": { - "0": "Overcoat" - } + "types": [ + "Steel", + "Poison" + ], + "bs": { + "hp": 80, + "at": 119, + "df": 90, + "sa": 54, + "sd": 67, + "sp": 90 + }, + "abilities": { + "0": "Overcoat" + } }, "Cyclizar": { - "types": [ - "Dragon", - "Normal" - ], - "bs": { - "hp": 70, - "at": 105, - "df": 65, - "sa": 105, - "sd": 65, - "sp": 121 - }, - "abilities": { - "0": "Shed Skin" - } + "types": [ + "Dragon", + "Normal" + ], + "bs": { + "hp": 70, + "at": 105, + "df": 65, + "sa": 105, + "sd": 65, + "sp": 121 + }, + "abilities": { + "0": "Shed Skin" + } }, "Orthworm": { - "types": [ - "Steel", - "" - ], - "bs": { - "hp": 75, - "at": 85, - "df": 145, - "sa": 60, - "sd": 55, - "sp": 65 - }, - "abilities": { - "0": "Earth Eater" - } + "types": [ + "Steel", + "" + ], + "bs": { + "hp": 75, + "at": 85, + "df": 145, + "sa": 60, + "sd": 55, + "sp": 65 + }, + "abilities": { + "0": "Earth Eater" + } }, "Glimmora": { - "types": [ - "Rock", - "Poison" - ], - "bs": { - "hp": 83, - "at": 55, - "df": 90, - "sa": 130, - "sd": 81, - "sp": 86 - }, - "abilities": { - "0": "Toxic Debris" - } + "types": [ + "Rock", + "Poison" + ], + "bs": { + "hp": 83, + "at": 55, + "df": 90, + "sa": 130, + "sd": 81, + "sp": 86 + }, + "abilities": { + "0": "Toxic Debris" + } }, "Houndstone": { - "types": [ - "Ghost", - "Rock" - ], - "bs": { - "hp": 82, - "at": 101, - "df": 105, - "sa": 50, - "sd": 102, - "sp": 68 - }, - "abilities": { - "0": "Sand Rush" - } + "types": [ + "Ghost", + "Rock" + ], + "bs": { + "hp": 82, + "at": 101, + "df": 105, + "sa": 50, + "sd": 102, + "sp": 68 + }, + "abilities": { + "0": "Sand Rush" + } }, "Flamigo": { - "types": [ - "Flying", - "Fighting" - ], - "bs": { - "hp": 87, - "at": 120, - "df": 74, - "sa": 75, - "sd": 64, - "sp": 90 - }, - "abilities": { - "0": "Scrappy" - } + "types": [ + "Flying", + "Fighting" + ], + "bs": { + "hp": 87, + "at": 120, + "df": 74, + "sa": 75, + "sd": 64, + "sp": 90 + }, + "abilities": { + "0": "Scrappy" + } }, "Cetitan": { - "types": [ - "Ice", - "" - ], - "bs": { - "hp": 180, - "at": 113, - "df": 70, - "sa": 45, - "sd": 60, - "sp": 73 - }, - "abilities": { - "0": "Thick Fat" - } + "types": [ + "Ice", + "" + ], + "bs": { + "hp": 180, + "at": 113, + "df": 70, + "sa": 45, + "sd": 60, + "sp": 73 + }, + "abilities": { + "0": "Thick Fat" + } }, "Veluza": { - "types": [ - "Water", - "Psychic" - ], - "bs": { - "hp": 100, - "at": 112, - "df": 78, - "sa": 88, - "sd": 70, - "sp": 80 - }, - "abilities": { - "0": "Mold Breaker" - } + "types": [ + "Water", + "Psychic" + ], + "bs": { + "hp": 100, + "at": 112, + "df": 78, + "sa": 88, + "sd": 70, + "sp": 80 + }, + "abilities": { + "0": "Mold Breaker" + } }, "Dondozo": { - "types": [ - "Water", - "" - ], - "bs": { - "hp": 140, - "at": 100, - "df": 115, - "sa": 65, - "sd": 65, - "sp": 35 - }, - "abilities": { - "0": "Unaware" - } + "types": [ + "Water", + "" + ], + "bs": { + "hp": 140, + "at": 100, + "df": 115, + "sa": 65, + "sd": 65, + "sp": 35 + }, + "abilities": { + "0": "Unaware" + } }, "Tatsugiri": { - "types": [ - "Dragon", - "Water" - ], - "bs": { - "hp": 78, - "at": 50, - "df": 60, - "sa": 130, - "sd": 95, - "sp": 82 - }, - "abilities": { - "0": "Commander" - } + "types": [ + "Dragon", + "Water" + ], + "bs": { + "hp": 78, + "at": 50, + "df": 60, + "sa": 130, + "sd": 95, + "sp": 82 + }, + "abilities": { + "0": "Commander" + } }, "Annihilape": { - "types": [ - "Fighting", - "Ghost" - ], - "bs": { - "hp": 110, - "at": 115, - "df": 80, - "sa": 50, - "sd": 90, - "sp": 90 - }, - "abilities": { - "0": "Vital Spirit" - } + "types": [ + "Fighting", + "Ghost" + ], + "bs": { + "hp": 110, + "at": 115, + "df": 80, + "sa": 50, + "sd": 90, + "sp": 90 + }, + "abilities": { + "0": "Vital Spirit" + } }, "Clodsire": { - "types": [ - "Poison", - "Ground" - ], - "bs": { - "hp": 130, - "at": 75, - "df": 60, - "sa": 45, - "sd": 100, - "sp": 20 - }, - "abilities": { - "0": "Friend Guard" - } + "types": [ + "Poison", + "Ground" + ], + "bs": { + "hp": 130, + "at": 75, + "df": 60, + "sa": 45, + "sd": 100, + "sp": 20 + }, + "abilities": { + "0": "Friend Guard" + } }, "Farigiraf": { - "types": [ - "Normal", - "Psychic" - ], - "bs": { - "hp": 120, - "at": 90, - "df": 70, - "sa": 110, - "sd": 70, - "sp": 60 - }, - "abilities": { - "0": "Cud Chew" - } + "types": [ + "Normal", + "Psychic" + ], + "bs": { + "hp": 120, + "at": 90, + "df": 70, + "sa": 110, + "sd": 70, + "sp": 60 + }, + "abilities": { + "0": "Cud Chew" + } }, "Dudunsparce-Three-Segment": { - "types": [ - "Normal", - "" - ], - "bs": { - "hp": 130, - "at": 100, - "df": 80, - "sa": 85, - "sd": 75, - "sp": 55 - }, - "abilities": { - "0": "Serene Grace" - } + "types": [ + "Normal", + "" + ], + "bs": { + "hp": 130, + "at": 100, + "df": 80, + "sa": 85, + "sd": 75, + "sp": 55 + }, + "abilities": { + "0": "Serene Grace" + } }, "Kingambit": { - "types": [ - "Dark", - "Steel" - ], - "bs": { - "hp": 95, - "at": 130, - "df": 120, - "sa": 60, - "sd": 85, - "sp": 50 - }, - "abilities": { - "0": "Defiant" - } + "types": [ + "Dark", + "Steel" + ], + "bs": { + "hp": 95, + "at": 130, + "df": 120, + "sa": 60, + "sd": 85, + "sp": 50 + }, + "abilities": { + "0": "Defiant" + } }, "Great Tusk": { - "types": [ - "Ground", - "Fighting" - ], - "bs": { - "hp": 115, - "at": 131, - "df": 131, - "sa": 53, - "sd": 53, - "sp": 87 - }, - "abilities": { - "0": "Protosynthesis" - } + "types": [ + "Ground", + "Fighting" + ], + "bs": { + "hp": 115, + "at": 131, + "df": 131, + "sa": 53, + "sd": 53, + "sp": 87 + }, + "abilities": { + "0": "Protosynthesis" + } }, "Scream Tail": { - "types": [ - "Fairy", - "Psychic" - ], - "bs": { - "hp": 115, - "at": 65, - "df": 99, - "sa": 65, - "sd": 115, - "sp": 111 - }, - "abilities": { - "0": "Protosynthesis" - } + "types": [ + "Fairy", + "Psychic" + ], + "bs": { + "hp": 115, + "at": 65, + "df": 99, + "sa": 65, + "sd": 115, + "sp": 111 + }, + "abilities": { + "0": "Protosynthesis" + } }, "Brute Bonnet": { - "types": [ - "Grass", - "Dark" - ], - "bs": { - "hp": 111, - "at": 127, - "df": 99, - "sa": 79, - "sd": 99, - "sp": 55 - }, - "abilities": { - "0": "Protosynthesis" - } + "types": [ + "Grass", + "Dark" + ], + "bs": { + "hp": 111, + "at": 127, + "df": 99, + "sa": 79, + "sd": 99, + "sp": 55 + }, + "abilities": { + "0": "Protosynthesis" + } }, "Flutter Mane": { - "types": [ - "Ghost", - "Fairy" - ], - "bs": { - "hp": 45, - "at": 45, - "df": 45, - "sa": 129, - "sd": 129, - "sp": 129 - }, - "abilities": { - "0": "Protosynthesis" - } + "types": [ + "Ghost", + "Fairy" + ], + "bs": { + "hp": 45, + "at": 45, + "df": 45, + "sa": 129, + "sd": 129, + "sp": 129 + }, + "abilities": { + "0": "Protosynthesis" + } }, "Slither Wing": { - "types": [ - "Bug", - "Fighting" - ], - "bs": { - "hp": 85, - "at": 135, - "df": 79, - "sa": 85, - "sd": 105, - "sp": 81 - }, - "abilities": { - "0": "Protosynthesis" - } + "types": [ + "Bug", + "Fighting" + ], + "bs": { + "hp": 85, + "at": 135, + "df": 79, + "sa": 85, + "sd": 105, + "sp": 81 + }, + "abilities": { + "0": "Protosynthesis" + } }, "Sandy Shocks": { - "types": [ - "Electric", - "Ground" - ], - "bs": { - "hp": 85, - "at": 81, - "df": 97, - "sa": 121, - "sd": 85, - "sp": 101 - }, - "abilities": { - "0": "Protosynthesis" - } + "types": [ + "Electric", + "Ground" + ], + "bs": { + "hp": 85, + "at": 81, + "df": 97, + "sa": 121, + "sd": 85, + "sp": 101 + }, + "abilities": { + "0": "Protosynthesis" + } }, "Iron Treads": { - "types": [ - "Ground", - "Steel" - ], - "bs": { - "hp": 90, - "at": 112, - "df": 120, - "sa": 72, - "sd": 70, - "sp": 106 - }, - "abilities": { - "0": "Quark Drive" - } + "types": [ + "Ground", + "Steel" + ], + "bs": { + "hp": 90, + "at": 112, + "df": 120, + "sa": 72, + "sd": 70, + "sp": 106 + }, + "abilities": { + "0": "Quark Drive" + } }, "Iron Bundle": { - "types": [ - "Ice", - "Water" - ], - "bs": { - "hp": 56, - "at": 85, - "df": 114, - "sa": 119, - "sd": 60, - "sp": 136 - }, - "abilities": { - "0": "Quark Drive" - } + "types": [ + "Ice", + "Water" + ], + "bs": { + "hp": 56, + "at": 85, + "df": 114, + "sa": 119, + "sd": 60, + "sp": 136 + }, + "abilities": { + "0": "Quark Drive" + } }, "Iron Hands": { - "types": [ - "Fighting", - "Electric" - ], - "bs": { - "hp": 144, - "at": 110, - "df": 100, - "sa": 58, - "sd": 60, - "sp": 50 - }, - "abilities": { - "0": "Quark Drive" - } + "types": [ + "Fighting", + "Electric" + ], + "bs": { + "hp": 144, + "at": 110, + "df": 100, + "sa": 58, + "sd": 60, + "sp": 50 + }, + "abilities": { + "0": "Quark Drive" + } }, "Iron Jugulis": { - "types": [ - "Dark", - "Flying" - ], - "bs": { - "hp": 94, - "at": 80, - "df": 86, - "sa": 122, - "sd": 80, - "sp": 108 - }, - "abilities": { - "0": "Quark Drive" - } + "types": [ + "Dark", + "Flying" + ], + "bs": { + "hp": 94, + "at": 80, + "df": 86, + "sa": 122, + "sd": 80, + "sp": 108 + }, + "abilities": { + "0": "Quark Drive" + } }, "Iron Moth": { - "types": [ - "Fire", - "Poison" - ], - "bs": { - "hp": 80, - "at": 70, - "df": 60, - "sa": 140, - "sd": 110, - "sp": 110 - }, - "abilities": { - "0": "Quark Drive" - } + "types": [ + "Fire", + "Poison" + ], + "bs": { + "hp": 80, + "at": 70, + "df": 60, + "sa": 140, + "sd": 110, + "sp": 110 + }, + "abilities": { + "0": "Quark Drive" + } }, "Iron Thorns": { - "types": [ - "Rock", - "Electric" - ], - "bs": { - "hp": 100, - "at": 134, - "df": 110, - "sa": 70, - "sd": 84, - "sp": 72 - }, - "abilities": { - "0": "Quark Drive" - } + "types": [ + "Rock", + "Electric" + ], + "bs": { + "hp": 100, + "at": 134, + "df": 110, + "sa": 70, + "sd": 84, + "sp": 72 + }, + "abilities": { + "0": "Quark Drive" + } }, "Baxcalibur": { - "types": [ - "Dragon", - "Ice" - ], - "bs": { - "hp": 115, - "at": 145, - "df": 92, - "sa": 75, - "sd": 86, - "sp": 87 - }, - "abilities": { - "0": "Thermal Exchange" - } + "types": [ + "Dragon", + "Ice" + ], + "bs": { + "hp": 115, + "at": 145, + "df": 92, + "sa": 75, + "sd": 86, + "sp": 87 + }, + "abilities": { + "0": "Thermal Exchange" + } }, "Gholdengo": { - "types": [ - "Steel", - "Ghost" - ], - "bs": { - "hp": 87, - "at": 60, - "df": 95, - "sa": 133, - "sd": 91, - "sp": 84 - }, - "abilities": { - "0": "Good as Gold" - } + "types": [ + "Steel", + "Ghost" + ], + "bs": { + "hp": 87, + "at": 60, + "df": 95, + "sa": 133, + "sd": 91, + "sp": 84 + }, + "abilities": { + "0": "Good as Gold" + } }, "Wo-Chien": { - "types": [ - "Dark", - "Grass" - ], - "bs": { - "hp": 155, - "at": 55, - "df": 75, - "sa": 110, - "sd": 120, - "sp": 45 - }, - "abilities": { - "0": "Tablets of Ruin" - } + "types": [ + "Dark", + "Grass" + ], + "bs": { + "hp": 155, + "at": 55, + "df": 75, + "sa": 110, + "sd": 120, + "sp": 45 + }, + "abilities": { + "0": "Tablets of Ruin" + } }, "Chien-Pao": { - "types": [ - "Dark", - "Ice" - ], - "bs": { - "hp": 75, - "at": 115, - "df": 80, - "sa": 90, - "sd": 65, - "sp": 135 - }, - "abilities": { - "0": "Sword of Ruin" - } + "types": [ + "Dark", + "Ice" + ], + "bs": { + "hp": 75, + "at": 115, + "df": 80, + "sa": 90, + "sd": 65, + "sp": 135 + }, + "abilities": { + "0": "Sword of Ruin" + } }, "Ting-Lu": { - "types": [ - "Dark", - "Ground" - ], - "bs": { - "hp": 155, - "at": 110, - "df": 120, - "sa": 55, - "sd": 75, - "sp": 45 - }, - "abilities": { - "0": "Vessel of Ruin" - } + "types": [ + "Dark", + "Ground" + ], + "bs": { + "hp": 155, + "at": 110, + "df": 120, + "sa": 55, + "sd": 75, + "sp": 45 + }, + "abilities": { + "0": "Vessel of Ruin" + } }, "Chi-Yu": { - "types": [ - "Dark", - "Fire" - ], - "bs": { - "hp": 55, - "at": 80, - "df": 80, - "sa": 130, - "sd": 120, - "sp": 95 - }, - "abilities": { - "0": "Beads of Ruin" - } + "types": [ + "Dark", + "Fire" + ], + "bs": { + "hp": 55, + "at": 80, + "df": 80, + "sa": 130, + "sd": 120, + "sp": 95 + }, + "abilities": { + "0": "Beads of Ruin" + } }, "Roaring Moon": { - "types": [ - "Bug", - "" - ], - "bs": { - "hp": 105, - "at": 139, - "df": 71, - "sa": 55, - "sd": 101, - "sp": 119 - }, - "abilities": { - "0": "Protosynthesis" - } + "types": [ + "Bug", + "" + ], + "bs": { + "hp": 105, + "at": 139, + "df": 71, + "sa": 55, + "sd": 101, + "sp": 119 + }, + "abilities": { + "0": "Protosynthesis" + } }, "Iron Valiant": { - "types": [ - "Fairy", - "Fighting" - ], - "bs": { - "hp": 74, - "at": 130, - "df": 90, - "sa": 120, - "sd": 60, - "sp": 116 - }, - "abilities": { - "0": "Quark Drive" - } + "types": [ + "Fairy", + "Fighting" + ], + "bs": { + "hp": 74, + "at": 130, + "df": 90, + "sa": 120, + "sd": 60, + "sp": 116 + }, + "abilities": { + "0": "Quark Drive" + } }, "Walking Wake": { - "types": [ - "Water", - "Dragon" - ], - "bs": { - "hp": 99, - "at": 83, - "df": 91, - "sa": 125, - "sd": 83, - "sp": 109 - }, - "abilities": { - "0": "Protosynthesis" - } + "types": [ + "Water", + "Dragon" + ], + "bs": { + "hp": 99, + "at": 83, + "df": 91, + "sa": 125, + "sd": 83, + "sp": 109 + }, + "abilities": { + "0": "Protosynthesis" + } }, "Iron Leaves": { - "types": [ - "Grass", - "Psychic" - ], - "bs": { - "hp": 90, - "at": 130, - "df": 88, - "sa": 70, - "sd": 108, - "sp": 104 - }, - "abilities": { - "0": "Quark Drive" - } + "types": [ + "Grass", + "Psychic" + ], + "bs": { + "hp": 90, + "at": 130, + "df": 88, + "sa": 70, + "sd": 108, + "sp": 104 + }, + "abilities": { + "0": "Quark Drive" + } }, "Ursaluna-Blood-Moon": { - "types": [ - "Normal", - "Ground" - ], - "bs": { - "hp": 113, - "at": 70, - "df": 120, - "sa": 135, - "sd": 65, - "sp": 52 - }, - "abilities": { - "0": "Mind's Eye" - } + "types": [ + "Normal", + "Ground" + ], + "bs": { + "hp": 113, + "at": 70, + "df": 120, + "sa": 135, + "sd": 65, + "sp": 52 + }, + "abilities": { + "0": "Mind's Eye" + } }, "Dipplin": { - "types": [ - "Grass", - "Dragon" - ], - "bs": { - "hp": 85, - "at": 80, - "df": 115, - "sa": 95, - "sd": 85, - "sp": 40 - }, - "abilities": { - "0": "Supersweet Syrup" - } + "types": [ + "Grass", + "Dragon" + ], + "bs": { + "hp": 85, + "at": 80, + "df": 115, + "sa": 95, + "sd": 85, + "sp": 40 + }, + "abilities": { + "0": "Supersweet Syrup" + } }, "Sinistcha": { - "types": [ - "Grass", - "Ghost" - ], - "bs": { - "hp": 71, - "at": 60, - "df": 106, - "sa": 126, - "sd": 80, - "sp": 70 - }, - "abilities": { - "0": "Hospitality" - } + "types": [ + "Grass", + "Ghost" + ], + "bs": { + "hp": 71, + "at": 60, + "df": 106, + "sa": 126, + "sd": 80, + "sp": 70 + }, + "abilities": { + "0": "Hospitality" + } }, "Okidogi": { - "types": [ - "Poison", - "Fighting" - ], - "bs": { - "hp": 88, - "at": 128, - "df": 115, - "sa": 58, - "sd": 86, - "sp": 80 - }, - "abilities": { - "0": "Toxic Chain" - } + "types": [ + "Poison", + "Fighting" + ], + "bs": { + "hp": 88, + "at": 128, + "df": 115, + "sa": 58, + "sd": 86, + "sp": 80 + }, + "abilities": { + "0": "Toxic Chain" + } }, "Munkidori": { - "types": [ - "Poison", - "Psychic" - ], - "bs": { - "hp": 88, - "at": 75, - "df": 66, - "sa": 130, - "sd": 90, - "sp": 106 - }, - "abilities": { - "0": "Toxic Chain" - } + "types": [ + "Poison", + "Psychic" + ], + "bs": { + "hp": 88, + "at": 75, + "df": 66, + "sa": 130, + "sd": 90, + "sp": 106 + }, + "abilities": { + "0": "Toxic Chain" + } }, "Fezandipiti": { - "types": [ - "Poison", - "Fairy" - ], - "bs": { - "hp": 88, - "at": 91, - "df": 82, - "sa": 70, - "sd": 125, - "sp": 99 - }, - "abilities": { - "0": "Toxic Chain" - } + "types": [ + "Poison", + "Fairy" + ], + "bs": { + "hp": 88, + "at": 91, + "df": 82, + "sa": 70, + "sd": 125, + "sp": 99 + }, + "abilities": { + "0": "Toxic Chain" + } }, "Ogerpon": { - "types": [ - "Grass", - "" - ], - "bs": { - "hp": 80, - "at": 110, - "df": 84, - "sa": 60, - "sd": 96, - "sp": 110 - }, - "abilities": { - "0": "Defiant" - } + "types": [ + "Grass", + "" + ], + "bs": { + "hp": 80, + "at": 110, + "df": 84, + "sa": 60, + "sd": 96, + "sp": 110 + }, + "abilities": { + "0": "Defiant" + } }, "Ogerpon-Wellspring": { - "types": [ - "Grass", - "Water" - ], - "bs": { - "hp": 80, - "at": 110, - "df": 84, - "sa": 60, - "sd": 96, - "sp": 110 - }, - "abilities": { - "0": "Water Absorb" - } + "types": [ + "Grass", + "Water" + ], + "bs": { + "hp": 80, + "at": 110, + "df": 84, + "sa": 60, + "sd": 96, + "sp": 110 + }, + "abilities": { + "0": "Water Absorb" + } }, "Ogerpon-Hearthflame": { - "types": [ - "Grass", - "Fire" - ], - "bs": { - "hp": 80, - "at": 110, - "df": 84, - "sa": 60, - "sd": 96, - "sp": 110 - }, - "abilities": { - "0": "Mold Breaker" - } + "types": [ + "Grass", + "Fire" + ], + "bs": { + "hp": 80, + "at": 110, + "df": 84, + "sa": 60, + "sd": 96, + "sp": 110 + }, + "abilities": { + "0": "Mold Breaker" + } }, "Ogerpon-Cornerstone": { - "types": [ - "Grass", - "Rock" - ], - "bs": { - "hp": 80, - "at": 110, - "df": 84, - "sa": 60, - "sd": 96, - "sp": 110 - }, - "abilities": { - "0": "Sturdy" - } + "types": [ + "Grass", + "Rock" + ], + "bs": { + "hp": 80, + "at": 110, + "df": 84, + "sa": 60, + "sd": 96, + "sp": 110 + }, + "abilities": { + "0": "Sturdy" + } }, "Ogerpon-Teal-Tera": { - "types": [ - "Grass", - "" - ], - "bs": { - "hp": 80, - "at": 110, - "df": 84, - "sa": 60, - "sd": 96, - "sp": 110 - }, - "abilities": { - "0": "Embody Aspect (Teal)" - } + "types": [ + "Grass", + "" + ], + "bs": { + "hp": 80, + "at": 110, + "df": 84, + "sa": 60, + "sd": 96, + "sp": 110 + }, + "abilities": { + "0": "Embody Aspect (Teal)" + } }, "Ogerpon-Wellspring-Tera": { - "types": [ - "Grass", - "Water" - ], - "bs": { - "hp": 80, - "at": 110, - "df": 84, - "sa": 60, - "sd": 96, - "sp": 110 - }, - "abilities": { - "0": "Embody Aspect (Wellspring)" - } + "types": [ + "Grass", + "Water" + ], + "bs": { + "hp": 80, + "at": 110, + "df": 84, + "sa": 60, + "sd": 96, + "sp": 110 + }, + "abilities": { + "0": "Embody Aspect (Wellspring)" + } }, "Ogerpon-Hearthflame-Tera": { - "types": [ - "Grass", - "Fire" - ], - "bs": { - "hp": 80, - "at": 110, - "df": 84, - "sa": 60, - "sd": 96, - "sp": 110 - }, - "abilities": { - "0": "Embody Aspect (Hearthflame)" - } + "types": [ + "Grass", + "Fire" + ], + "bs": { + "hp": 80, + "at": 110, + "df": 84, + "sa": 60, + "sd": 96, + "sp": 110 + }, + "abilities": { + "0": "Embody Aspect (Hearthflame)" + } }, "Ogerpon-Cornerstone-Tera": { - "types": [ - "Grass", - "Rock" - ], - "bs": { - "hp": 80, - "at": 110, - "df": 84, - "sa": 60, - "sd": 96, - "sp": 110 - }, - "abilities": { - "0": "Embody Aspect (Cornerstone)" - } + "types": [ + "Grass", + "Rock" + ], + "bs": { + "hp": 80, + "at": 110, + "df": 84, + "sa": 60, + "sd": 96, + "sp": 110 + }, + "abilities": { + "0": "Embody Aspect (Cornerstone)" + } } } diff --git a/calc/src/mechanics/gen789.ts b/calc/src/mechanics/gen789.ts index df7eb5c73..1800b6cae 100644 --- a/calc/src/mechanics/gen789.ts +++ b/calc/src/mechanics/gen789.ts @@ -388,7 +388,7 @@ export function calculateSMSSSV( if (move.named('Final Gambit')) { result.damage = attacker.curHP(); if (attacker.hasAbility('Reckless')) { - result.damage = Math.floor(attacker.curHP() * 1.3) + result.damage = Math.floor(attacker.curHP() * 1.3); } return result; } @@ -654,8 +654,10 @@ export function calculateSMSSSV( defenderDefBoost = Math.min(6, defenderDefBoost + 1); desc.defenderAbility = 'Stamina'; } else if (defender.ability === 'Machine Learning') { - defenderDefBoost = Math.min(6, defenderDefBoost + 1); - desc.defenderAbility = 'Machine Learning'; + if (times === 0) { + defenderDefBoost = Math.min(6, defenderDefBoost + 1); + desc.defenderAbility = 'Machine Learning'; + } } else if (hitsPhysical && defender.ability === 'Weak Armor') { defenderDefBoost = Math.max(-6, defenderDefBoost - 1); desc.defenderAbility = 'Weak Armor'; @@ -964,7 +966,7 @@ export function calculateBPModsSMSSSV( desc.weather = field.weather; } else if (move.named('Collision Course', 'Electro Drift')) { const isGhostRevealed = - attacker.hasAbility('Scrappy') || attacker.hasAbility('Mind\'s Eye') || attacker.hasAbility('Normalize') + attacker.hasAbility('Scrappy') || attacker.hasAbility('Mind\'s Eye') || attacker.hasAbility('Normalize') || field.defenderSide.isForesight; const isRingTarget = (defender.hasItem('Ring Target') && !defender.hasAbility('Klutz')) || (attacker.hasAbility('Corrosion') && move.type === 'Poison'); @@ -1116,7 +1118,7 @@ export function calculateBPModsSMSSSV( } // TODO: Probably in the wrong place - if (attacker.hasAbility('Large Wingspan') && move.type === 'Flying'){ + if (attacker.hasAbility('Large Wingspan') && move.type === 'Flying') { move.target = 'allAdjacentFoes'; } if (attacker.hasAbility('Triple Threat') && move.hits === 1) { @@ -1132,20 +1134,17 @@ export function calculateBPModsSMSSSV( if ((attacker.hasAbility('Reckless') && (move.recoil || move.hasCrashDamage || move.mindBlownRecoil || move.named('Explosion', 'Self-Destruct', 'Misty Explosion'))) || (attacker.hasAbility('Transphobia') && defender.gender === 'N') || - (attacker.hasAbility('Homophobia') && attacker.abilityOn) ) - { + (attacker.hasAbility('Homophobia') && attacker.abilityOn)) { bpMods.push(5325); desc.attackerAbility = attacker.ability; } if ((attacker.hasAbility('Iron Fist') && move.flags.punch) || - (attacker.hasAbility('Il Vaticano')) && attacker.abilityOn) - { + (attacker.hasAbility('Il Vaticano')) && attacker.abilityOn) { bpMods.push(5734); desc.attackerAbility = attacker.ability; } - if ((attacker.hasAbility('Mystic Fist') && move.flags.punch)) - { + if ((attacker.hasAbility('Mystic Fist') && move.flags.punch)) { bpMods.push(4506); move.category = 'Special'; desc.attackerAbility = attacker.ability; @@ -1226,10 +1225,13 @@ export function calculateAttackSMSSSV( let attack: number; const attackSource = move.named('Foul Play') ? defender : attacker; if (move.named('Photon Geyser', 'Light That Burns The Sky', 'Hydro Cannon', 'Blast Burn', 'Frenzy Plant') || - attacker.hasAbility("Ballin'") || (move.named('Tera Blast') && attackSource.teraType)) { move.category = attackSource.stats.atk > attackSource.stats.spa ? 'Physical' : 'Special'; } + if (attacker.hasAbility("Ballin'") && move.flags.bullet) { + move.category = attackSource.stats.atk > attackSource.stats.spa ? 'Physical' : 'Special'; + desc.attackerAbility = attacker.ability; + } const attackStat = move.named('Shell Side Arm') && getShellSideArmCategory(attacker, defender) === 'Physical' @@ -1495,7 +1497,7 @@ export function calculateDfModsSMSSSV( desc.isFlowerGiftDefender = true; } else if ( defender.hasAbility('Grass Pelt') && - field.hasTerrain('Grassy') + field.hasTerrain('Grassy') ) { dfMods.push(6144); desc.defenderAbility = defender.ability; @@ -1649,10 +1651,12 @@ export function calculateFinalModsSMSSSV( finalMods.push(8192); desc.attackerAbility = attacker.ability; } else if (attacker.hasAbility('Normalize') && typeEffectiveness < 1) { - if (typeEffectiveness === .5) + if (typeEffectiveness === 0.5) { finalMods.push(8192); - if (typeEffectiveness === .25) + } + if (typeEffectiveness === 0.25) { finalMods.push(16384); + } desc.attackerAbility = attacker.ability; } diff --git a/calc/src/mechanics/util.ts b/calc/src/mechanics/util.ts index 19c302de1..5da7ffcce 100644 --- a/calc/src/mechanics/util.ts +++ b/calc/src/mechanics/util.ts @@ -226,7 +226,8 @@ export function checkIntimidate(gen: Generation, source: Pokemon, target: Pokemo // More abilities now block Intimidate in Gen 8+ (DaWoblefet, Cloudy Mistral) (gen.num >= 8 && target.hasAbility('Inner Focus', 'Own Tempo', 'Oblivious', 'Scrappy')) || target.hasItem('Clear Amulet'); - if ((source.hasAbility('Intimidate') || source.hasAbility('The Flock')) && source.abilityOn && !blocked) { + if ((source.hasAbility('Intimidate') || source.hasAbility('The Flock')) + && source.abilityOn && !blocked) { if (target.hasAbility('Contrary', 'Defiant', 'Guard Dog')) { target.boosts.atk = Math.min(6, target.boosts.atk + 1); } else if (target.hasAbility('Simple')) { diff --git a/src/js/data/sets/gen9.js b/src/js/data/sets/gen9.js index 9ce30ce53..752a42bc2 100644 --- a/src/js/data/sets/gen9.js +++ b/src/js/data/sets/gen9.js @@ -1,4 +1,4 @@ /* AUTOMATICALLY GENERATED FROM @smogon/sets, DO NOT EDIT! */ var SETDEX_SV = { - "Magmortar": {"Defensive": {"item": "Sitrus Berry", "ability": "Heat Sink", "nature": "Bold", "teraType": "Grass", "evs": {"hp": 252, "at": 0, "df": 252, "sa": 4, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Follow Me", "Clear Smog", "Lava Plume"]}, "Offensive": {"item": "Charcoal", "ability": "Heat Sink", "nature": "Timid", "teraType": "Grass", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Heat Wave", "Follow Me", "Tera Blast", "Armor Cannon"]}}, "Porygon2": {"TR Setter": {"item": "Eviolite", "ability": "Machine Learning", "nature": "Sassy", "teraType": "Ghost", "evs": {"hp": 244, "at": 0, "df": 12, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Recover", "Eerie Impulse", "Trick Room", "Foul Play"]}, "Offensive": {"item": "Eviolite", "ability": "Download", "nature": "Modest", "teraType": "Ghost", "evs": {"hp": 244, "at": 0, "df": 0, "sa": 196, "sd": 68, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tri Attack", "Protect", "Trick Room", "Ice Beam"]}}, "Kecleon": {"Assault Vest": {"item": "Assault Vest", "ability": "Color Change", "nature": "Adamant", "teraType": "Dark", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Foul Play", "Shadow Sneak", "Aqua Tail", "Iron Tail"]}}, "Blacephalon": {"Choice Scarf": {"item": "Choice Scarf", "ability": "Beast Boost", "nature": "Timid", "teraType": "Fire", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Shadow Ball", "Heat Wave", "Mind Blown", "Trick"]}}, "Walking Wake": {"Life Orb": {"item": "Life Orb", "ability": "Protosynthesis", "nature": "Timid", "teraType": "Water", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hydro Steam", "Dragon Pulse", "Draco Meteor", "Protect"]}}, "Pelipper": {"Damp Rock": {"item": "Damp Rock", "ability": "Drizzle", "nature": "Bold", "teraType": "Ground", "evs": {"hp": 252, "at": 0, "df": 252, "sa": 4, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tailwind", "Hurricane", "Hydro Pump", "Protect"]}}, "Iron Jugulis": {"The Jugg": {"item": "King's Rock", "ability": "Triple Threat", "nature": "Timid", "teraType": "Fire", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Snarl", "Charge Beam", "Heat Wave", "Air Slash"]}}, "Whimsicott": {"TW Support": {"item": "Focus Sash", "ability": "Prankster", "nature": "Modest", "teraType": "Steel", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 4}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tailwind", "Moonblast", "Taunt", "Helping Hand"]}}, "Zapdos": {"Rain Sweeper": {"item": "Sitrus Berry", "ability": "Static", "nature": "Timid", "teraType": "Electric", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Weather Ball", "Thunder", "Hurricane", "Tailwind"]}}, "Furret": {"Fast Support": {"item": "Aguav Berry", "ability": "Fur Coat", "nature": "Jolly", "teraType": "Ghost", "evs": {"hp": 244, "at": 12, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Follow Me", "Knock Off", "Helping Hand", "Super Fang"]}}, "Maushold": {"Fast Support": {"item": "Wide Lens", "ability": "Friend Guard", "nature": "Timid", "teraType": "Ghost", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Follow Me", "Population Bomb", "Helping Hand", "Taunt"]}}, "Lopunny": {"Offensive Sash": {"item": "Focus Sash", "ability": "Scrappy", "nature": "Jolly", "teraType": "Ghost", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["U-turn", "Fake Out", "Triple Axel", "High Jump Kick"]}}, "Luvdisc": {"Offensive": {"item": "Pixie Plate", "ability": "Soul-Heart", "nature": "Timid", "teraType": "Fairy", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Ice Beam", "Hydro Pump", "Protect", "Fleur Cannon"]}}, "Indeedee-F": {"Psychic Seed": {"item": "Psychic Seed", "ability": "Psychic Surge", "nature": "Bold", "teraType": "Psychic", "evs": {"hp": 252, "at": 0, "df": 52, "sa": 0, "sd": 204, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Follow Me", "Helping Hand", "Protect", "Psychic"]}}, "Iron Hands": {"Assault Vest": {"item": "Assault Vest", "ability": "Iron Fist", "nature": "Adamant", "teraType": "Grass", "evs": {"hp": 244, "at": 252, "df": 0, "sa": 0, "sd": 12, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Drain Punch", "Thunder Punch", "Fake Out", "Ice Punch"]}}, "Vileplume": {"Specially Defensive": {"item": "Leftovers", "ability": "Effect Spore", "nature": "Calm", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Pollen Puff", "Leech Seed", "Jungle Healing", "Substitute"]}}, "Swoobat": {"Baton Pass": {"item": "Salac Berry", "ability": "Simple", "nature": "Timid", "teraType": "Flying", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Baton Pass", "Endure", "Air Slash", "Psychic"]}, "Calm Mind": {"item": "Leftovers", "ability": "Simple", "nature": "Timid", "teraType": "Fairy", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Calm Mind", "Protect", "Hurricane"]}}, "Audino": {"SpDef Healer": {"item": "Aguav Berry", "ability": "Healer", "nature": "Calm", "teraType": "Poison", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Helping Hand", "Moonblast", "Wish", "Ally Switch"]}}, "Torkoal": {"Defensive": {"item": "Leftovers", "ability": "Drought", "nature": "Bold", "teraType": "Grass", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 20, "sd": 232, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Earth Power", "Heat Wave", "Helping Hand", "Yawn"]}, "Offensive": {"item": "Charcoal", "ability": "Drought", "nature": "Quiet", "teraType": "Fire", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Earth Power", "Eruption", "Solar Beam", "Protect"]}}, "Mudsdale": {"Berserk Sweeper": {"item": "Berserk Gene", "ability": "Own Tempo", "nature": "Adamant", "teraType": "Fighting", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Earthquake", "Close Combat", "Rock Slide", "Protect"]}}, "Stunfisk-Galar": {"Assault Vest": {"item": "Assault Vest", "ability": "Mimicry", "nature": "Adamant", "teraType": "Fairy", "evs": {"hp": 244, "at": 252, "df": 0, "sa": 0, "sd": 12, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Power Whip", "Zen Headbutt", "Snap Trap", "Play Rough"]}}, "Pheromosa": {"Physical Sash": {"item": "Focus Sash", "ability": "Technician", "nature": "Jolly", "teraType": "Bug", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Double Kick", "Bug Bite", "Triple Axel", "Protect"]}, "Special Sash": {"item": "Focus Sash", "ability": "Beast Boost", "nature": "Timid", "teraType": "Bug", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Bug Buzz", "Ice Beam", "Focus Blast", "Protect"]}}, "Delibird": {"Choice Band": {"item": "Choice Band", "ability": "Hustle", "nature": "Jolly", "teraType": "Ice", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Brave Bird", "Ice Shard", "Ice Spinner", "Present"]}, "Physical Sash": {"item": "Focus Sash", "ability": "Hustle", "nature": "Jolly", "teraType": "Ice", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Brave Bird", "Ice Shard", "Ice Spinner", "Fake Out"]}}, "Porygon-Z": {"Conversion Sweeper": {"item": "Power Herb", "ability": "Adaptability", "nature": "Timid", "teraType": "Normal", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Conversion", "Thunderbolt", "Techno Blast", "Ice Beam"]}}, "Registeel": {"Curse": {"item": "Leftovers", "ability": "Heavy Metal", "nature": "Sassy", "teraType": "Poison", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 0}, "level": 50, "moves": ["Smeltery", "Protect", "Curse", "Gyro Ball"]}}, "Amoonguss": {"Defensive Support": {"item": "Covert Cloak", "ability": "Regenerator", "nature": "Calm", "teraType": "Grass", "evs": {"hp": 236, "at": 0, "df": 196, "sa": 0, "sd": 76, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Spore", "Pollen Puff", "Rage Powder", "Protect"]}}, "Cresselia": {"TR Support": {"item": "Leftovers", "ability": "Levitate", "nature": "Calm", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 220, "sa": 4, "sd": 28, "sp": 4}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Trick Room", "Moonblast", "Lunar Blessing", "Calm Mind"]}}, "Glalie": {"Life Orb Boomer": {"item": "Life Orb", "ability": "Refrigerate", "nature": "Jolly", "teraType": "Ghost", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Return", "Earthquake", "Protect"]}}, "Alcremie": {"Fast Support": {"item": "Focus Sash", "ability": "Sweet Veil", "nature": "Timid", "teraType": "Poison", "evs": {"hp": 4, "at": 0, "df": 252, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["G-Max Finale", "Protect", "Decorate", "Helping Hand"]}}, "Gigalith": {"Offensive Explosion": {"item": "Smooth Rock", "ability": "Sand Stream", "nature": "Quiet", "teraType": "Normal", "evs": {"hp": 244, "at": 4, "df": 4, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Diamond Storm", "Earth Power", "Protect", "Explosion"]}}, "Kartana": {"Sash": {"item": "Focus Sash", "ability": "Sharpness", "nature": "Jolly", "teraType": "Fighting", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Smart Strike", "Protect", "Sacred Sword", "Leaf Blade"]}, "Band": {"item": "Choice Band", "ability": "Sharpness", "nature": "Jolly", "teraType": "Fighting", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Smart Strike", "Slash", "Sacred Sword", "Leaf Blade"]}}, "Raikou": {"Dual Screens": {"item": "Light Clay", "ability": "Inner Focus", "nature": "Timid", "teraType": "Flying", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Divine Smite", "Aura Sphere", "Light Screen", "Reflect"]}}, "Chandelure": {"Sash": {"item": "Focus Sash", "ability": "Shadow Tagged", "nature": "Timid", "teraType": "Grass", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Shadow Ball", "Fire Blast", "Energy Ball", "Protect"]}, "Scarf": {"item": "Choice Scarf", "ability": "Flash Fire", "nature": "Timid", "teraType": "Grass", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Shadow Ball", "Overheat", "Energy Ball", "Heat Wave"]}}, "Cramorant": {"Sash Missile": {"item": "Focus Sash", "ability": "Gulp Missile", "nature": "Timid", "teraType": "Flying", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Surf", "Ice Beam", "Air Slash", "Protect"]}}, "Regigigas": {"Bulky": {"item": "Leftovers", "ability": "Slow Start", "nature": "Adamant", "teraType": "Ghost", "evs": {"hp": 252, "at": 236, "df": 4, "sa": 0, "sd": 12, "sp": 4}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Knock Off", "Wring Out", "Drain Punch", "Protect"]}, "Band": {"item": "Choice Band", "ability": "Slow Start", "nature": "Jolly", "teraType": "Normal", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Knock Off", "Wring Out", "Heat Crash", "Earthquake"]}}, "Heatran": {"Offensive Lefties": {"item": "Leftovers", "ability": "Flash Fire", "nature": "Modest", "teraType": "Grass", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Heat Wave", "Protect", "Earth Power", "Flash Cannon"]}}, "Greninja": {"Specs": {"item": "Choice Specs", "ability": "Battle Bond", "nature": "Timid", "teraType": "Water", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hydro Cannon", "Dark Pulse", "Water Shuriken", "Ice Beam"]}, "LO Protean": {"item": "Life Orb", "ability": "Protean", "nature": "Timid", "teraType": "Fairy", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hydro Cannon", "Tera Blast", "Water Shuriken", "Ice Beam"]}}, "Absol": {"Swords Dance": {"item": "Aguav Berry", "ability": "Magic Bounce", "nature": "Jolly", "teraType": "Dark", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Swords Dance", "Sucker Punch", "Knock Off", "Play Rough"]}}, "Togedemaru": {"Follow Me Supp": {"item": "Aguav Berry", "ability": "Iron Barbs", "nature": "Jolly", "teraType": "Flying", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Follow Me", "Fake Out", "Spiky Shield", "Zing Zap"]}}, "Dodrio": {"LO Attacker": {"item": "Life Orb", "ability": "Triple Threat", "nature": "Jolly", "teraType": "Normal", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Knock Off", "Brave Bird", "Return", "Jump Kick"]}}, "Archeops": {"Offensive Tailwind": {"item": "Sitrus Berry", "ability": "Defeatist", "nature": "Jolly", "teraType": "Rock", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Dive Bomb", "Head Smash", "Tailwind", "Protect"]}}, "Regieleki": {"Specs": {"item": "Choice Specs", "ability": "Transistor", "nature": "Hasty", "teraType": "Ice", "evs": {"hp": 0, "at": 4, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Electroweb", "Volt Switch", "Electro Ball", "Tera Blast"]}, "RevEleki": {"item": "Choice Band", "ability": "Transistor", "nature": "Jolly", "teraType": "Ice", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Wild Charge", "Hidden Power Ground", "Tera Blast"]}}, "Smeargle": {"Sleep Lead": {"item": "Focus Sash", "ability": "Mold Breaker", "nature": "Jolly", "teraType": "Ghost", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Spore", "Fake Out", "Present", "Spiky Shield"]}}, "Hariyama": {"Bulky AV": {"item": "Assault Vest", "ability": "Guts", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Salt Cure", "Knock Off", "Fake Out", "Drain Punch"]}}, "Goodra-Hisui": {"Body Press": {"item": "Leftovers", "ability": "Shell Armor", "nature": "Calm", "teraType": "Fighting", "evs": {"hp": 252, "at": 0, "df": 252, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Life Dew", "Protect", "Body Press", "Shelter"]}}, "Tangrowth": {"Rage Trapper": {"item": "Sitrus Berry", "ability": "Tangling Hair", "nature": "Bold", "teraType": "Grass", "evs": {"hp": 252, "at": 0, "df": 36, "sa": 0, "sd": 220, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Giga Drain", "Rage Powder", "Leech Seed", "Synthesis"]}}, "Lickilicky": {"Berserk Exploder": {"item": "Berserk Gene", "ability": "Own Tempo", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Protect", "Return", "Gunk Shot"]}}, "Frosmoth": {"Quiver Dance": {"item": "Leftovers", "ability": "Ice Scales", "nature": "Modest", "teraType": "Electric", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tera Blast", "Quiver Dance", "Protect", "Blizzard"]}}, "Kingambit": {"BIG BALLS": {"item": "Leftovers", "ability": "Big Balls", "nature": "Adamant", "teraType": "Dark", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Iron Head", "Knock Off", "Brick Break", "Sucker Punch"]}}, "Volbeat": {"Dual Screens TW": {"item": "Light Clay", "ability": "Prankster", "nature": "Impish", "teraType": "Ghost", "evs": {"hp": 252, "at": 12, "df": 244, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Light Screen", "Reflect", "Lunge", "Tailwind"]}, "Victory Dance": {"item": "Leftovers", "ability": "Prankster", "nature": "Careful", "teraType": "Ghost", "evs": {"hp": 252, "at": 12, "df": 4, "sa": 0, "sd": 236, "sp": 4}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Victory Dance", "Wild Charge", "Lunge", "Baton Pass"]}}, "Starmie": {"Gravity": {"item": "Sitrus Berry", "ability": "Illuminate", "nature": "Modest", "teraType": "Ice", "evs": {"hp": 132, "at": 0, "df": 0, "sa": 124, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hydro Pump", "Gravity", "Thunder", "Blizzard"]}}, "Aggron": {"Assault Vest": {"item": "Assault Vest", "ability": "Earth Eater", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Heavy Slam", "Dig", "Stalacbite", "Power-Up Punch"]}}, "Regice": {"Assault Vest": {"item": "Assault Vest", "ability": "Prism Armor", "nature": "Modest", "teraType": "Electric", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 252, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Thunderbolt", "Ancient Power", "Focus Blast", "Blizzard"]}}, "Blastoise": {"Specs": {"item": "Choice Specs", "ability": "Mega Launcher", "nature": "Modest", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hydro Cannon", "Aura Sphere", "Ice Beam", "Hydro Pump"]}, "Support": {"item": "Sitrus Berry", "ability": "Mega Launcher", "nature": "Modest", "teraType": "Ghost", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hydro Cannon", "Fake Out", "Follow Me", "Aura Sphere"]}, "Band": {"item": "Choice Band", "ability": "Mega Launcher", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 252, "at": 252, "df": 4, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hydro Cannon", "Aqua Jet", "Earthquake", "Liquidation"]}}, "Banette": {"Prankster Supp": {"item": "Kasib Berry", "ability": "Prankster", "nature": "Careful", "teraType": "Dark", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Knock Off", "Shadow Claw", "Destiny Bond", "Will-O-Wisp"]}}, "Electrode-Hisui": {"Sash Exploder": {"item": "Focus Sash", "ability": "Big Balls", "nature": "Hasty", "teraType": "Normal", "evs": {"hp": 0, "at": 4, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Chloroblast", "Explosion", "Thunderbolt", "Protect"]}}, "Infernape": {"Mixed Sash": {"item": "Focus Sash", "ability": "Sinnohan Grit", "nature": "Hasty", "teraType": "Fire", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 4, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Close Combat", "Flare Blitz", "Overheat"]}}, "Oranguru": {"TR Instructor": {"item": "Sitrus Berry", "ability": "Inner Focus", "nature": "Sassy", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Instruct", "Trick Room", "Jungle Healing", "Foul Play"]}}, "Blissey": {"Choice Band": {"item": "Choice Band", "ability": "Scrappy", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 4, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Drain Punch", "Double-Edge", "Wild Charge"]}}, "Lunatone": {"TR Setter": {"item": "Mental Herb", "ability": "Shadow Shield", "nature": "Quiet", "teraType": "Ghost", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Power Gem", "Trick Room", "Moongeist Beam", "Helping Hand"]}}, "Golurk": {"LO Attacker": {"item": "Life Orb", "ability": "Iron Fist", "nature": "Adamant", "teraType": "Ground", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Shadow Punch", "Drain Punch", "Protect", "Headlong Rush"]}}, "Kricketune": {"Perish Trapper": {"item": "Covert Cloak", "ability": "Captivating Song", "nature": "Calm", "teraType": "Water", "evs": {"hp": 244, "at": 0, "df": 0, "sa": 12, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Perish Song", "Protect", "Bug Buzz", "Taunt"]}}, "Clefairy": {"Follow Me Healer": {"item": "Eviolite", "ability": "Friend Guard", "nature": "Calm", "teraType": "Steel", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Follow Me", "Life Dew", "Helping Hand", "Moonblast"]}}, "Togekiss": {"Follow Me TW": {"item": "Sitrus Berry", "ability": "Serene Grace", "nature": "Modest", "teraType": "Steel", "evs": {"hp": 252, "at": 0, "df": 164, "sa": 76, "sd": 12, "sp": 4}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Follow Me", "Dazzling Gleam", "Air Slash", "Tailwind"]}}, "Articuno": {"Snow Attacker": {"item": "Charti Berry", "ability": "Snow Cloak", "nature": "Modest", "teraType": "Ice", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Blizzard", "Tailwind", "Roost", "Bleakwind Storm"]}}, "Sceptile": {"Loaded Dice": {"item": "Loaded Dice", "ability": "Technician", "nature": "Jolly", "teraType": "Grass", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Bullet Seed", "Scale Shot", "Protect", "Swords Dance"]}}, "Roserade": {"Assault Vest": {"item": "Assault Vest", "ability": "Serene Grace", "nature": "Timid", "teraType": "Ghost", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Sludge Bomb", "Seed Flare", "Poison Fang", "Shadow Ball"]}}, "Snorlax": {"Belly Drum": {"item": "Figy Berry", "ability": "Gluttony", "nature": "Impish", "teraType": "Ground", "evs": {"hp": 4, "at": 252, "df": 252, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Rest", "G-Max Replenish", "Belly Drum", "Earthquake"]}}, "Chimecho": {"TR Chimer": {"item": "Figy Berry", "ability": "Wind Chime", "nature": "Sassy", "teraType": "Fire", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Trick Room", "Psychic", "Dazzling Gleam", "Taunt"]}, "Calm Mind": {"item": "Leftovers", "ability": "Wind Chime", "nature": "Sassy", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Calm Mind", "Stored Power", "Dazzling Gleam", "Iron Defense"]}}, "Accelgor": {"Fake Out Lead": {"item": "Focus Sash", "ability": "Sticky Hold", "nature": "Jolly", "teraType": "Ghost", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Parting Shot", "U-turn", "Sucker Punch"]}}, "Lapras": {"Veil Setter": {"item": "Light Clay", "ability": "Snow Warning", "nature": "Calm", "teraType": "Steel", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Blizzard", "Protect", "Aurora Veil", "Helping Hand"]}}, "Rhyperior": {"Assault Vest": {"item": "Assault Vest", "ability": "Solid Rock", "nature": "Adamant", "teraType": "Grass", "evs": {"hp": 236, "at": 236, "df": 0, "sa": 0, "sd": 36, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Rock Wrecker", "Earthquake", "Rock Slide", "Headlong Rush"]}}, "Slowking-Galar": {"Bulky TR": {"item": "Wiki Berry", "ability": "Regal Majesty", "nature": "Bold", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 252, "sa": 4, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Eerie Spell", "Trick Room", "Sludge Bomb", "Slack Off"]}, "Offensive TR": {"item": "Wiki Berry", "ability": "Curious Medicine", "nature": "Quiet", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Eerie Spell", "Trick Room", "Sludge Bomb", "Calm Mind"]}}, "Chi-Yu": {"Specs": {"item": "Choice Specs", "ability": "Beads of Ruin", "nature": "Timid", "teraType": "Grass", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Heat Wave", "Dark Pulse", "Tera Blast", "Overheat"]}}, "Swampert": {"Bulky Regen": {"item": "Sitrus Berry", "ability": "Regenerator", "nature": "Adamant", "teraType": "Fire", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hydro Cannon", "High Horsepower", "Flip Turn", "Wide Guard"]}}, "Beedrill": {"Choice Scarf": {"item": "Choice Scarf", "ability": "Adaptability", "nature": "Jolly", "teraType": "Bug", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["U-turn", "Poison Jab", "X-Scissor", "Knock Off"]}}, "Ting-Lu": {"Assault Vest": {"item": "Assault Vest", "ability": "Vessel of Ruin", "nature": "Careful", "teraType": "Dark", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fissure", "Ruination", "Stomping Tantrum", "Heavy Slam"]}}, "Grapploct": {"Trapper": {"item": "Rocky Helmet", "ability": "Suction Cups", "nature": "Relaxed", "teraType": "Fighting", "evs": {"hp": 252, "at": 4, "df": 252, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Octolock", "Drain Punch", "Liquidation", "Detect"]}}, "Stakataka": {"TR Attacker": {"item": "Air Balloon", "ability": "Solid Rock", "nature": "Brave", "teraType": "Ground", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Rock Slide", "Earthquake", "Trick Room", "Heavy Slam"]}}, "Greedent": {"Apicot Spam": {"item": "Apicot Berry", "ability": "Cheek Pouch", "nature": "Impish", "teraType": "Ghost", "evs": {"hp": 4, "at": 252, "df": 252, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Stuff Cheeks", "G-Max Replenish", "Earthquake", "Knock Off"]}}, "Wormadam": {"Mixed Attacker": {"item": "Leftovers", "ability": "Cloak Change", "nature": "Quiet", "teraType": "Water", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 252, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Leaf Storm", "Earthquake", "Bug Buzz", "Ally Switch"]}}, "Wormadam-Trash": {"Mixed Attacker": {"item": "Leftovers", "ability": "Cloak Change", "nature": "Quiet", "teraType": "Water", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 252, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Leaf Storm", "Earthquake", "Bug Buzz", "Ally Switch"]}}, "Wormadam-Sandy": {"Mixed Attacker": {"item": "Leftovers", "ability": "Cloak Change", "nature": "Quiet", "teraType": "Water", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 252, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Leaf Storm", "Earthquake", "Bug Buzz", "Ally Switch"]}}, "Charjabug": {"Battery Support": {"item": "Eviolite", "ability": "Battery", "nature": "Bold", "teraType": "Water", "evs": {"hp": 244, "at": 0, "df": 196, "sa": 0, "sd": 68, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Volt Switch", "Toxic", "Eerie Impulse"]}}, "Avalugg-Hisui": {"Phys Attacker": {"item": "Leftovers", "ability": "Strong Jaw", "nature": "Adamant", "teraType": "Electric", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Stalacbite", "Ice Fang", "Thunder Fang", "Recover"]}, "Defensive Support": {"item": "Leftovers", "ability": "Solid Rock", "nature": "Impish", "teraType": "Ghost", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Mountain Gale", "Stone Edge", "Wide Guard", "Recover"]}}, "Tapu Bulu": {"Swords Dance": {"item": "Sitrus Berry", "ability": "Grassy Surge", "nature": "Adamant", "teraType": "Fighting", "evs": {"hp": 196, "at": 100, "df": 4, "sa": 0, "sd": 100, "sp": 108}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Horn Leech", "Swords Dance", "Close Combat", "High Horsepower"]}}, "Watchog": {"Sleep Spam": {"item": "Focus Sash", "ability": "Wide Eyed", "nature": "Jolly", "teraType": "Ghost", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hypnosis", "Tearful Look", "Screech", "Knock Off"]}}, "Raticate": {"Hone Claws Sweeper": {"item": "Normal Gem", "ability": "Hustle", "nature": "Jolly", "teraType": "Normal", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Population Bomb", "Crunch", "Hone Claws", "U-turn"]}}, "Meowstic": {"Dual Screens": {"item": "Light Clay", "ability": "Prankster", "nature": "Bold", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 188, "sa": 68, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Psychic", "Psych Out", "Reflect", "Light Screen"]}}, "Fearow": {"LO Attacker": {"item": "Life Orb", "ability": "Just the Tip", "nature": "Jolly", "teraType": "Normal", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hyper Drill", "Drill Peck", "Drill Run", "U-turn"]}}, "Thundurus": {"Prankster Support": {"item": "Covert Cloak", "ability": "Prankster", "nature": "Timid", "teraType": "Steel", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Wildbolt Storm", "Taunt", "Thunder Wave", "Eerie Impulse"]}}, "Thievul": {"Petaya Sweeper": {"item": "Petaya Berry", "ability": "Unburden", "nature": "Timid", "teraType": "Normal", "evs": {"hp": 0, "at": 0, "df": 4, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Dark Pulse", "Hyper Beam", "Shadow Ball", "Endure"]}}, "Wobbuffet": {"Follow Me Trapper": {"item": "Aguav Berry", "ability": "Shadow Tag", "nature": "Bold", "teraType": "Steel", "evs": {"hp": 4, "at": 0, "df": 252, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Follow Me", "Destiny Bond", "Charm", "Comeuppance"]}}, "Castform": {"Last Resort": {"item": "Silk Scarf", "ability": "Big Balls", "nature": "Jolly", "teraType": "Normal", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Last Resort"]}, "Special Attacker": {"item": "Life Orb", "ability": "Forecast", "nature": "Timid", "teraType": "Normal", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Weather Ball", "Thunderbolt", "Ice Beam", "Fire Blast"]}}, "Beheeyem": {"TR Sweeper": {"item": "Wiki Berry", "ability": "Analytic", "nature": "Quiet", "teraType": "Psychic", "evs": {"hp": 52, "at": 0, "df": 204, "sa": 252, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Psycho Boost", "Thunderbolt", "Trick Room", "Energy Ball"]}}, "Garbodor": {"Passive Damage": {"item": "Iapapa Berry", "ability": "Aftermath", "nature": "Impish", "teraType": "Flying", "evs": {"hp": 0, "at": 60, "df": 196, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["G-Max Malodor", "Infestation", "Corrosive Gas", "Clear Smog"]}}, "Hitmontop": {"Coaching Support": {"item": "Covert Cloak", "ability": "Intimidate", "nature": "Adamant", "teraType": "Fighting", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Rock Slide", "Coaching", "Close Combat"]}, "Contrary AV": {"item": "Assault Vest", "ability": "Contrary", "nature": "Adamant", "teraType": "Fighting", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Rock Slide", "Earthquake", "Close Combat"]}}, "Mr. Mime": {"Offensive": {"item": "Eviolite", "ability": "Technician", "nature": "Modest", "teraType": "Psychic", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 252, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Psych Out", "Draining Kiss", "Follow Me", "Hidden Power Fire"]}, "Specially Defensive": {"item": "Eviolite", "ability": "Filter", "nature": "Calm", "teraType": "Normal", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Psych Out", "Follow Me", "Taunt", "Wide Guard"]}}, "Dewgong": {"Snow Support": {"item": "Sitrus Berry", "ability": "Arctic Rush", "nature": "Timid", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Blizzard", "Whirlpool", "Encore", "Flash Freeze"]}}, "Landorus-Therian": {"Choice Scarf": {"item": "Choice Scarf", "ability": "Intimidate", "nature": "Jolly", "teraType": "Flying", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Rock Slide", "U-turn", "Earthquake", "Tera Blast"]}, "Offensive AV": {"item": "Assault Vest", "ability": "Intimidate", "nature": "Adamant", "teraType": "Flying", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Rock Slide", "U-turn", "Earthquake", "Tera Blast"]}}, "Xatu": {"Twave Spam": {"item": "Mental Herb", "ability": "Wide Eyed", "nature": "Timid", "teraType": "Psychic", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Thunder Wave", "Tailwind", "Feather Dance", "Air Slash"]}}, "Runerigus": {"TR setter": {"item": "Figy Berry", "ability": "Wandering Spirit", "nature": "Impish", "teraType": "Water", "evs": {"hp": 252, "at": 36, "df": 220, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Trick Room", "Ally Switch", "Poltergeist", "Rock Slide"]}}, "Ninetales": {"Sun support": {"item": "Heat Rock", "ability": "Drought", "nature": "Timid", "teraType": "Fire", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fire Blast", "Helping Hand", "Scorching Sands", "Will-O-Wisp"]}}, "Spiritomb": {"Specially Defensive": {"item": "Leftovers", "ability": "Odd Keystone", "nature": "Sassy", "teraType": "Steel", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Will-O-Wisp", "Memento", "Taunt", "Poltergeist"]}}, "Dusknoir": {"Iron Fist Attacker": {"item": "Sitrus Berry", "ability": "Iron Fist", "nature": "Adamant", "teraType": "Electric", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Shadow Punch", "Power-Up Punch", "Thunder Punch", "Protect"]}, "TR setter": {"item": "Sitrus Berry", "ability": "Singularity", "nature": "Sassy", "teraType": "Normal", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Trick Room", "Poltergeist", "Helping Hand", "Protect"]}}, "Lumineon": {"Tail Glow Rain": {"item": "Leftovers", "ability": "Swift Swim", "nature": "Modest", "teraType": "Water", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tail Glow", "Hurricane", "Protect", "Hydro Pump"]}}, "Darmanitan-Galar": {"Choice Band": {"item": "Choice Band", "ability": "Gorilla Tactics", "nature": "Jolly", "teraType": "Fire", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Icicle Crash", "U-turn", "Superpower", "Flare Blitz"]}, "Zen Mode": {"item": "Focus Sash", "ability": "Zen Mode", "nature": "Jolly", "teraType": "Fighting", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Icicle Crash", "Flare Blitz", "Superpower", "Protect"]}}, "Brute Bonnet": {"Defensive": {"item": "Mago Berry", "ability": "Protosynthesis", "nature": "Impish", "teraType": "Flying", "evs": {"hp": 140, "at": 100, "df": 252, "sa": 0, "sd": 12, "sp": 4}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Spore", "Sucker Punch", "Rage Powder", "Seed Bomb"]}}, "Wyrdeer": {"Big Pecks Setter": {"item": "Covert Cloak", "ability": "Intimidate", "nature": "Careful", "teraType": "Fighting", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Skill Swap", "Psyshield Bash", "Psych Up", "Return"]}}, "Flutter Mane": {"Pixie Attacker": {"item": "Pixie Plate", "ability": "Cursed Body", "nature": "Modest", "teraType": "Fairy", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Moonblast", "Shadow Ball", "Dazzling Gleam", "Protect"]}, "Speed Booster": {"item": "Booster Energy", "ability": "Protosynthesis", "nature": "Timid", "teraType": "Fairy", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Moonblast", "Shadow Ball", "Dazzling Gleam", "Protect"]}}, "Staraptor": {"Scarf Gambit": {"item": "Choice Scarf", "ability": "Reckless", "nature": "Jolly", "teraType": "Ghost", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Final Gambit", "Close Combat", "Dive Bomb", "U-turn"]}, "Choice Band": {"item": "Choice Band", "ability": "Reckless", "nature": "Jolly", "teraType": "Fighting", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Double-Edge", "Close Combat", "Brave Bird", "U-turn"]}}, "Entei": {"Assault Vest": {"item": "Assault Vest", "ability": "Inner Focus", "nature": "Jolly", "teraType": "Fire", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Sacred Fire", "Bulldoze", "Extreme Speed", "Stone Edge"]}}, "Torracat": {"Prankster Support": {"item": "Eviolite", "ability": "Prankster", "nature": "Careful", "teraType": "Grass", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Parting Shot", "Will-O-Wisp", "Fake Out", "Taunt"]}}, "Qwilfish-Hisui": {"Toxic Spikes Supp": {"item": "Eviolite", "ability": "Intimidate", "nature": "Impish", "teraType": "Flying", "evs": {"hp": 252, "at": 0, "df": 252, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Barb Barrage", "Taunt", "Toxic Spikes", "Knock Off"]}}, "Glastrier": {"LO Sweeper": {"item": "Life Orb", "ability": "Chilling Neigh", "nature": "Brave", "teraType": "Electric", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["High Horsepower", "Icicle Crash", "Close Combat", "Tera Blast"]}}, "Maractus": {"Follow Me Support": {"item": "Rocky Helmet", "ability": "Storm Drain", "nature": "Calm", "teraType": "Steel", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Spiky Shield", "Follow Me", "Moonblast", "Leech Seed"]}}, "Copperajah": {"Assault Vest": {"item": "Assault Vest", "ability": "Heavy Metal", "nature": "Adamant", "teraType": "Ground", "evs": {"hp": 252, "at": 252, "df": 4, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["G-Max Steelsurge", "Headlong Rush", "Superpower", "Snarl"]}}, "Cherrim": {"Sun Sweeper": {"item": "Sitrus Berry", "ability": "Flower Gift", "nature": "Modest", "teraType": "Fire", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Energy Ball", "Pollen Puff", "Weather Ball", "Morning Sun"]}}, "Mightyena": {"Coaching Support": {"item": "Sitrus Berry", "ability": "Intimidate", "nature": "Careful", "teraType": "Dark", "evs": {"hp": 252, "at": 0, "df": 20, "sa": 0, "sd": 236, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Coaching", "Snarl", "Crunch", "Taunt"]}}, "Scream Tail": {"Throat Spray Attacker": {"item": "Throat Spray", "ability": "Punk Rock", "nature": "Modest", "teraType": "Normal", "evs": {"hp": 0, "at": 0, "df": 188, "sa": 252, "sd": 0, "sp": 68}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Boomburst", "Protect", "Perish Song", "Eerie Spell"]}, "EncoreDisable": {"item": "Booster Energy", "ability": "Protosynthesis", "nature": "Timid", "teraType": "Fairy", "evs": {"hp": 0, "at": 0, "df": 252, "sa": 0, "sd": 60, "sp": 196}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Encore", "Disable", "Protect", "Eerie Spell"]}}, "Flapple": {"Choice Band": {"item": "Choice Band", "ability": "Hustle", "nature": "Jolly", "teraType": "Grass", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["U-turn", "Grav Apple", "Dual Wingbeat", "Dragon Rush"]}}, "Hypno": {"Choice Specs": {"item": "Choice Specs", "ability": "Mind Surfer", "nature": "Modest", "teraType": "Fairy", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Expanding Force", "Trick", "Dazzling Gleam", "Focus Blast"]}}, "Metagross": {"Assault Vest": {"item": "Assault Vest", "ability": "Tough Claws", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 244, "at": 252, "df": 0, "sa": 0, "sd": 12, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Zen Headbutt", "Meteor Mash", "Bullet Punch", "Earthquake"]}}, "Musharna": {"Calm Mind": {"item": "Leftovers", "ability": "Comatose", "nature": "Modest", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Dream Eater", "Moonblast", "Calm Mind", "Protect"]}}, "Cursola": {"TR Attacker": {"item": "Power Herb", "ability": "Perish Body", "nature": "Quiet", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Shadow Ball", "Trick Room", "Meteor Beam", "Ice Beam"]}}, "Sinistcha": {"TR Setter": {"item": "Wiki Berry", "ability": "Hospitality", "nature": "Sassy", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 20, "sd": 236, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Matcha Gotcha", "Rage Powder", "Trick Room", "Strength Sap"]}, "Calm Mind": {"item": "Wiki Berry", "ability": "Hospitality", "nature": "Modest", "teraType": "Grass", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Matcha Gotcha", "Calm Mind", "Shadow Ball", "Strength Sap"]}}, "Cacturne": {"LO Priority": {"item": "Life Orb", "ability": "Grassy Surge", "nature": "Adamant", "teraType": "Grass", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Grassy Glide", "Spiky Shield", "Sucker Punch", "Drain Punch"]}}, "Shedinja": {"Swords Dance": {"item": "Focus Sash", "ability": "Wonder Guard", "nature": "Adamant", "teraType": "Ghost", "evs": {"hp": 0, "at": 252, "df": 4, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Swords Dance", "Protect", "Shadow Sneak", "X-Scissor"]}}, "Crobat": {"Poison Abuser": {"item": "Life Orb", "ability": "Merciless", "nature": "Timid", "teraType": "Ghost", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Venoshock", "Aeroblast", "Heat Wave", "Poison Fang"]}, "Support": {"item": "Sitrus Berry", "ability": "Inner Focus", "nature": "Timid", "teraType": "Ghost", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tailwind", "Brave Bird", "Taunt", "Haze"]}}, "Tinkaton": {"Assault Vest": {"item": "Assault Vest", "ability": "Hammer Time", "nature": "Adamant", "teraType": "Fairy", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Gigaton Hammer", "Ice Hammer", "Fake Out", "Wood Hammer"]}}, "Sneasler": {"Unburden Sweeper": {"item": "Psychic Seed", "ability": "Unburden", "nature": "Adamant", "teraType": "Poison", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Close Combat", "Swords Dance", "Dire Claw", "Protect"]}}, "Iron Bundle": {"Booster Speed": {"item": "Booster Energy", "ability": "Quark Drive", "nature": "Timid", "teraType": "Ice", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hydro Pump", "Icy Wind", "Freeze-Dry", "Flash Freeze"]}}, "Cinccino": {"Tidy Up": {"item": "Normal Gem", "ability": "Technician", "nature": "Jolly", "teraType": "Normal", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Bullet Seed", "Tail Slap", "Triple Axel", "Tidy Up"]}}, "Lucario": {"Physical": {"item": "Life Orb", "ability": "Adaptability", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Extreme Speed", "Swords Dance", "Close Combat", "Detect"]}, "Special": {"item": "Life Orb", "ability": "Adaptability", "nature": "Timid", "teraType": "Fighting", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Steel Beam", "Focus Blast", "Vacuum Wave", "Protect"]}}, "Rotom-Frost": {"Nasty Plot": {"item": "Never-Melt Ice", "ability": "Refrigerate", "nature": "Timid", "teraType": "Ice", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hyper Voice", "Thunderbolt", "Shadow Ball", "Nasty Plot"]}}, "Moltres": {"Sun Support": {"item": "Charti Berry", "ability": "Molten Down", "nature": "Calm", "teraType": "Fire", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Heat Wave", "Springtide Storm", "Will-O-Wisp", "Tailwind"]}}, "Ursaluna": {"Flame Orb": {"item": "Flame Orb", "ability": "Guts", "nature": "Brave", "teraType": "Ground", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Facade", "Headlong Rush", "Protect", "Close Combat"]}}, "Basculegion": {"LO Rain": {"item": "Life Orb", "ability": "Swift Swim", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Wave Crash", "Last Respects", "Outrage", "Head Smash"]}}, "Naganadel": {"LO Poison": {"item": "Life Orb", "ability": "Merciless", "nature": "Timid", "teraType": "Poison", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Draco Meteor", "Venoshock", "Toxic", "Heat Wave"]}}, "Swellow": {"Guts": {"item": "Flame Orb", "ability": "Guts", "nature": "Jolly", "teraType": "Normal", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Facade", "Egg Bomb", "Tailwind", "Dive Bomb"]}, "Boomburst": {"item": "Life Orb", "ability": "Scrappy", "nature": "Timid", "teraType": "Normal", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Boomburst", "Heat Wave", "Tailwind", "Air Slash"]}}, "Sunflora": {"SunRoom Sweeper": {"item": "Sitrus Berry", "ability": "Solar Power", "nature": "Quiet", "teraType": "Grass", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Solar Beam", "Sludge Bomb", "Morning Sun", "Earth Power"]}}, "Bisharp": {"Bulky Attacker": {"item": "Eviolite", "ability": "Il Vaticano", "nature": "Adamant", "teraType": "Dark", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Iron Head", "Sucker Punch", "Knock Off", "Low Sweep"]}}, "Crawdaunt": {"Swords Dance": {"item": "Mystic Water", "ability": "Adaptability", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Knock Off", "Wave Crash", "Swords Dance", "Aqua Jet"]}}, "Simipour": {"Choice Specs": {"item": "Choice Specs", "ability": "Monkey Business", "nature": "Timid", "teraType": "Water", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Surf", "Ice Beam", "Grass Knot", "Hydro Pump"]}}, "Ampharos": {"LO Tail Glow": {"item": "Life Orb", "ability": "Illuminate", "nature": "Modest", "teraType": "Electric", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Thunder", "Tail Glow", "Focus Blast", "Draco Meteor"]}}, "Wailord": {"Specs Spout": {"item": "Choice Specs", "ability": "Drizzle", "nature": "Quiet", "teraType": "Water", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 252, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Water Spout", "Ice Beam", "Self-Destruct", "Surf"]}}, "Jynx": {"Special Sash": {"item": "Focus Sash", "ability": "Dry Skin", "nature": "Timid", "teraType": "Fairy", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Psych Out", "Ice Beam", "Dazzling Gleam"]}}, "Pachirisu": {"Fast Support": {"item": "Aguav Berry", "ability": "Static", "nature": "Jolly", "teraType": "Steel", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Nuzzle", "Follow Me", "Play Rough", "Baby-Doll Eyes"]}}, "Jumpluff": {"Sun Support": {"item": "Yache Berry", "ability": "Chlorophyll", "nature": "Timid", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Rage Powder", "Tailwind", "Sleep Powder", "Energy Ball"]}, "Cotton Down": {"item": "Sitrus Berry", "ability": "Cotton Down", "nature": "Calm", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Rage Powder", "Pollen Puff", "Sleep Powder", "Synthesis"]}}, "Arcanine-Hisui": {"Choice Band": {"item": "Choice Band", "ability": "Rock Head", "nature": "Jolly", "teraType": "Normal", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Flare Blitz", "Extreme Speed", "Head Smash", "Close Combat"]}, "Bulky Intim": {"item": "Sitrus Berry", "ability": "Intimidate", "nature": "Adamant", "teraType": "Grass", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Flare Blitz", "Extreme Speed", "Rock Slide", "Protect"]}}, "Altaria": {"Pixilate": {"item": "Sitrus Berry", "ability": "Pixilate", "nature": "Timid", "teraType": "Fairy", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hyper Voice", "Draco Meteor", "Hyper Beam", "Heat Wave"]}}, "Conkeldurr": {"Life Orb": {"item": "Life Orb", "ability": "Sheer Force", "nature": "Adamant", "teraType": "Fighting", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Rock Slide", "Close Combat", "Mach Punch", "Knock Off"]}}, "Passimian": {"Bulky Receiver": {"item": "Leftovers", "ability": "Receiver", "nature": "Adamant", "teraType": "Ghost", "evs": {"hp": 252, "at": 236, "df": 4, "sa": 0, "sd": 12, "sp": 4}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Coaching", "Earthquake", "Gunk Shot", "Drain Punch"]}}, "Exploud": {"Unburden": {"item": "Throat Spray", "ability": "Unburden", "nature": "Timid", "teraType": "Normal", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Boomburst", "Fire Blast", "Shadow Ball", "Protect"]}}, "Typhlosion-Hisui": {"Scarf": {"item": "Choice Scarf", "ability": "Serene Grace", "nature": "Timid", "teraType": "Fire", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Eruption", "Searing Shot", "Infernal Parade", "Focus Blast"]}}, "Azelf": {"Scarf Cleaner": {"item": "Choice Scarf", "ability": "Supreme Overlord", "nature": "Timid", "teraType": "Psychic", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fire Blast", "Dazzling Gleam", "Mystical Power", "Thunderbolt"]}}, "Rampardos": {"Choice Scarf": {"item": "Choice Scarf", "ability": "Reckless", "nature": "Jolly", "teraType": "Rock", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Head Smash", "Flare Blitz", "Double-Edge", "Superpower"]}}, "Sandslash-Alola": {"Swords Dance": {"item": "Clear Amulet", "ability": "Slush Rush", "nature": "Adamant", "teraType": "Ground", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Earthquake", "Triple Axel", "Iron Head", "Swords Dance"]}}, "Venusaur": {"Sun sweeper": {"item": "Focus Sash", "ability": "Chlorophyll", "nature": "Modest", "teraType": "Fire", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Solar Beam", "Weather Ball", "Sludge Bomb", "Sleep Powder"]}}, "Tentacruel": {"Bulky Neutralizer": {"item": "Black Sludge", "ability": "Liquid Ooze", "nature": "Bold", "teraType": "Poison", "evs": {"hp": 252, "at": 0, "df": 252, "sa": 4, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Icy Wind", "Hydro Pump", "Sludge Bomb", "Haze"]}}, "Illumise": {"Prankster TW": {"item": "Covert Cloak", "ability": "Prankster", "nature": "Calm", "teraType": "Water", "evs": {"hp": 244, "at": 0, "df": 0, "sa": 12, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tailwind", "Moonblast", "Charm", "Roost"]}}, "Uxie": {"Calm Mind": {"item": "Leftovers", "ability": "Levitate", "nature": "Calm", "teraType": "Steel", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Mystical Power", "Draining Kiss", "Ancient Power", "Calm Mind"]}}, "Toucannon": {"Skill Link": {"item": "Sitrus Berry", "ability": "Skill Link", "nature": "Brave", "teraType": "Rock", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 4, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Rock Blast", "Flame Burst", "Bullet Seed", "Fury Attack"]}}, "Spectrier": {"Fast Support": {"item": "Colbur Berry", "ability": "Grim Neigh", "nature": "Timid", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Shadow Ball", "Will-O-Wisp", "Taunt", "Snarl"]}}, "Gengar": {"Fast Support": {"item": "Wiki Berry", "ability": "Shadow Tagged", "nature": "Timid", "teraType": "Fighting", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Shadow Ball", "Focus Blast", "Taunt", "Destiny Bond"]}}, "Minior": {"Shell Smash": {"item": "Focus Sash", "ability": "Shields Down", "nature": "Jolly", "teraType": "Rock", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Acrobatics", "Shell Smash", "Rock Slide", "Protect"]}}, "Beartic": {"Weather Sweeper": {"item": "Life Orb", "ability": "Arctic Rush", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Close Combat", "Icicle Crash", "Liquidation", "Protect"]}}, "Tatsugiri": {"Specs": {"item": "Choice Specs", "ability": "Commander", "nature": "Timid", "teraType": "Ice", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Draco Meteor", "Muddy Water", "Icy Wind", "Tera Blast"]}}, "Flygon": {"Boomburst": {"item": "Throat Spray", "ability": "Levitate", "nature": "Modest", "teraType": "Normal", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Dragon Pulse", "Boomburst", "Protect", "Bug Buzz"]}, "Physical LO": {"item": "Life Orb", "ability": "Overcoat", "nature": "Jolly", "teraType": "Ground", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Outrage", "Megahorn", "First Impression", "Superpower"]}}, "Drapion": {"Swords Dance": {"item": "Scope Lens", "ability": "Sniper", "nature": "Jolly", "teraType": "Normal", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Knock Off", "Poison Jab", "Poison Tail", "Swords Dance"]}}, "Sawk": {"Custap Attacker": {"item": "Custap Berry", "ability": "Sturdy", "nature": "Jolly", "teraType": "Fighting", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Close Combat", "Knock Off", "Protect", "Stone Edge"]}}, "Landorus": {"LO Sheer Force": {"item": "Life Orb", "ability": "Sheer Force", "nature": "Timid", "teraType": "Ground", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Sandsear Storm", "Sludge Bomb", "Focus Blast", "Protect"]}}, "Chien-Pao": {"Sash Attacker": {"item": "Focus Sash", "ability": "Sword of Ruin", "nature": "Jolly", "teraType": "Ghost", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Sucker Punch", "Sacred Sword", "Protect", "Ice Spinner"]}}, "Mothim": {"Quiver Dance": {"item": "Focus Sash", "ability": "Tinted Lens", "nature": "Modest", "teraType": "Ground", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Quiver Dance", "Bug Buzz", "Aeroblast", "Tera Blast"]}, "Mixed LO": {"item": "Life Orb", "ability": "Tinted Lens", "nature": "Lonely", "teraType": "Ground", "evs": {"hp": 0, "at": 164, "df": 0, "sa": 156, "sd": 0, "sp": 188}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Aeroblast", "Bug Buzz", "Hidden Power Ground", "U-turn"]}}, "Drampa": {"Anti-Weather": {"item": "Rocky Helmet", "ability": "Cloud Nine", "nature": "Modest", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tailwind", "Fire Blast", "Hyper Beam", "Protect"]}}, "Delcatty": {"Last Resort": {"item": "Silk Scarf", "ability": "Normalize", "nature": "Jolly", "teraType": "Normal", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Last Resort"]}}, "Vanilluxe": {"Snow Setter": {"item": "Focus Sash", "ability": "Snow Warning", "nature": "Modest", "teraType": "Steel", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Blizzard", "Flash Cannon", "Aurora Veil", "Ally Switch"]}}, "Komala": {"Assault Vest": {"item": "Assault Vest", "ability": "Comatose", "nature": "Lonely", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 4, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Snore", "Earthquake", "Gunk Shot", "Wood Hammer"]}}, "Ferrothorn": {"Body Press": {"item": "Leftovers", "ability": "Iron Barbs", "nature": "Calm", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Leech Seed", "Iron Defense", "Body Press", "Protect"]}, "Choice Band": {"item": "Choice Band", "ability": "Transphobia", "nature": "Brave", "teraType": "Steel", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 0}, "level": 50, "moves": ["Power Whip", "Gyro Ball", "Explosion", "Knock Off"]}}, "Turtonator": {"Anti-Contact": {"item": "Rocky Helmet", "ability": "Magma Armor", "nature": "Modest", "teraType": "Fire", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fire Blast", "Draco Meteor", "Heat Wave", "Wide Guard"]}}, "Seaking": {"Rain LO": {"item": "Life Orb", "ability": "Swift Swim", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fishious Rend", "Bolt Beak", "Drill Run", "Knock Off"]}}, "Gliscor": {"Offensive TW": {"item": "Toxic Orb", "ability": "Poison Heal", "nature": "Adamant", "teraType": "Ground", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Earthquake", "Rock Slide", "Tailwind", "Knock Off"]}}, "Umbreon": {"Calm Mind": {"item": "Leftovers", "ability": "Magic Guard", "nature": "Calm", "teraType": "Dark", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 252, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Moonlight", "Night Daze", "Calm Mind", "Stored Power"]}}, "Shiftry": {"Life Orb": {"item": "Life Orb", "ability": "Wind Rider", "nature": "Jolly", "teraType": "Grass", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Knock Off", "Leaf Blade", "Fake Out", "Tailwind"]}}, "Tapu Koko": {"Special": {"item": "Life Orb", "ability": "Electric Surge", "nature": "Timid", "teraType": "Electric", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Volt Switch", "Electroweb", "Dazzling Gleam", "Hidden Power Ice"]}, "Physical": {"item": "Life Orb", "ability": "Electric Surge", "nature": "Jolly", "teraType": "Flying", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Brave Bird", "Wild Charge", "U-turn", "Protect"]}}, "Wishiwashi": {"Offensive": {"item": "Leftovers", "ability": "Schooling", "nature": "Adamant", "teraType": "Grass", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Wave Crash", "Earthquake", "Protect", "Tera Blast"]}}, "Mabosstiff": {"Guard Dog Supp": {"item": "Mago Berry", "ability": "Guard Dog", "nature": "Careful", "teraType": "Steel", "evs": {"hp": 244, "at": 0, "df": 132, "sa": 0, "sd": 132, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Comeuppance", "Taunt", "Crunch"]}}, "Kommo-o": {"Clangorous Soul": {"item": "Throat Spray", "ability": "Soundproof", "nature": "Modest", "teraType": "Steel", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Clangorous Soul", "Aura Sphere", "Boomburst", "Flamethrower"]}, "Body Press": {"item": "Leftovers", "ability": "Soundproof", "nature": "Impish", "teraType": "Steel", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Iron Defense", "Body Press", "Iron Head", "Drain Punch"]}}, "Electivire": {"Life Orb": {"item": "Life Orb", "ability": "Motor Drive", "nature": "Adamant", "teraType": "Ice", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Ice Punch", "Cross Chop", "Earthquake", "Plasma Fists"]}}, "Alomomola": {"Healer": {"item": "Leftovers", "ability": "Healer", "nature": "Calm", "teraType": "Grass", "evs": {"hp": 4, "at": 0, "df": 252, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Heal Pulse", "Protect", "Scald", "Wish"]}}, "Carnivine": {"Physical Sash": {"item": "Focus Sash", "ability": "Adaptability", "nature": "Adamant", "teraType": "Grass", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Knock Off", "Protect", "Power Whip", "Sleep Powder"]}}, "Moltres-Galar": {"Sun Attacker": {"item": "Sitrus Berry", "ability": "Berserk", "nature": "Timid", "teraType": "Fairy", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Springtide Storm", "Fiery Wrath", "Air Slash", "Tailwind"]}}, "Aerodactyl": {"Utility": {"item": "Focus Sash", "ability": "Rock Head", "nature": "Jolly", "teraType": "Ghost", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tailwind", "Taunt", "Brave Bird", "Head Smash"]}, "Offensive": {"item": "Life Orb", "ability": "Tough Claws", "nature": "Jolly", "teraType": "Rock", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tailwind", "Protect", "Brave Bird", "Head Smash"]}}, "Cobalion": {"Special": {"item": "Sitrus Berry", "ability": "Justified", "nature": "Timid", "teraType": "Electric", "evs": {"hp": 112, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 140}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Steel Beam", "Secret Sword", "Flash Cannon", "Tera Blast"]}, "Physical": {"item": "Assault Vest", "ability": "Justified", "nature": "Jolly", "teraType": "Bug", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Close Combat", "Iron Head", "Stone Edge", "Megahorn"]}}, "Articuno-Galar": {"Calm Mind": {"item": "Mago Berry", "ability": "Competitive", "nature": "Timid", "teraType": "Fairy", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Freezing Glare", "Bleakwind Storm", "Calm Mind", "Protect"]}}, "Hippowdon": {"Bulky Sand": {"item": "Aguav Berry", "ability": "Sand Stream", "nature": "Careful", "teraType": "Ground", "evs": {"hp": 252, "at": 116, "df": 0, "sa": 0, "sd": 140, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["High Horsepower", "Helping Hand", "Yawn", "Rock Slide"]}}, "Gardevoir": {"Pecks Abuser": {"item": "Sitrus Berry", "ability": "Big Pecks", "nature": "Timid", "teraType": "Psychic", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Focus Blast", "Stored Power", "Moonblast", "Protect"]}, "Specs": {"item": "Choice Specs", "ability": "Pixilate", "nature": "Timid", "teraType": "Psychic", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hyper Voice", "Hyper Beam", "Psychic", "Aura Sphere"]}}, "Rapidash-Galar": {"Swords Dance": {"item": "Clear Amulet", "ability": "Pastel Veil", "nature": "Jolly", "teraType": "Ground", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hypnosis", "Swords Dance", "Play Rough", "Headlong Rush"]}}, "Machamp": {"Choice Scarf": {"item": "Choice Scarf", "ability": "No Guard", "nature": "Jolly", "teraType": "Fighting", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Stone Edge", "Dynamic Punch", "Knock Off", "Thunder Punch"]}}, "Eelektross": {"Calm Mind": {"item": "Expert Belt", "ability": "Levitate", "nature": "Modest", "teraType": "Electric", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Ice Beam", "Thunderbolt", "Earth Power", "Calm Mind"]}, "Physical AV": {"item": "Assault Vest", "ability": "Levitate", "nature": "Adamant", "teraType": "Electric", "evs": {"hp": 244, "at": 252, "df": 0, "sa": 0, "sd": 12, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Close Combat", "Gunk Shot", "Wild Charge", "Ice Punch"]}}, "Ninetales-Alola": {"Veil Setter": {"item": "Light Clay", "ability": "Snow Warning", "nature": "Timid", "teraType": "Ice", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Aurora Veil", "Dazzling Gleam", "Freeze-Dry", "Blizzard"]}}, "Scrafty": {"Assault Vest": {"item": "Assault Vest", "ability": "Intimidate", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Close Combat", "Head Smash", "Iron Head"]}}, "Hydreigon": {"Crit": {"item": "Scope Lens", "ability": "Triple Threat", "nature": "Hasty", "teraType": "Dark", "evs": {"hp": 0, "at": 4, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Focus Energy", "Snarl", "Draco Meteor", "Fire Blast"]}}, "Squawkabilly": {"Flame Orb": {"item": "Flame Orb", "ability": "The Flock", "nature": "Jolly", "teraType": "Flying", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Brave Bird", "Facade", "U-turn"]}}, "Tyranitar": {"Assault Vest": {"item": "Assault Vest", "ability": "Sand Stream", "nature": "Adamant", "teraType": "Flying", "evs": {"hp": 236, "at": 140, "df": 4, "sa": 0, "sd": 76, "sp": 52}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Stone Edge", "Low Kick", "Tera Blast", "Knock Off"]}, "Dragon Dance": {"item": "Sitrus Berry", "ability": "Unnerve", "nature": "Naughty", "teraType": "Ghost", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 4, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Stone Edge", "Dragon Dance", "High Horsepower", "Knock Off"]}}, "Garchomp": {"Loaded Dice": {"item": "Loaded Dice", "ability": "Rough Skin", "nature": "Jolly", "teraType": "Steel", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Scale Shot", "Bone Rush", "Swords Dance", "Iron Head"]}}, "Carbink": {"TR 3 Attacks": {"item": "Aguav Berry", "ability": "Sturdy", "nature": "Calm", "teraType": "Fighting", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 180, "sd": 76, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Diamond Storm", "Body Press", "Trick Room", "Moonblast"]}}, "Primeape": {"Bulk Up": {"item": "Eviolite", "ability": "Defiant", "nature": "Adamant", "teraType": "Ghost", "evs": {"hp": 252, "at": 196, "df": 36, "sa": 0, "sd": 20, "sp": 4}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Drain Punch", "Rage Fist", "Bulk Up", "Protect"]}}, "Klinklang": {"Shift Gear": {"item": "Sitrus Berry", "ability": "Technician", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Gear Grind", "Shift Gear", "Bulldoze", "Wild Charge"]}}, "Rhydon": {"Horn Driller": {"item": "Eviolite", "ability": "Just the Tip", "nature": "Careful", "teraType": "Steel", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Drill Run", "Horn Drill", "Rest", "Sleep Talk"]}}, "Xurkitree": {"Choice Specs": {"item": "Choice Specs", "ability": "Lightning Rod", "nature": "Timid", "teraType": "Ice", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Thunderbolt", "Energy Ball", "Dazzling Gleam", "Tera Blast"]}}, "Flamigo": {"Choice Band": {"item": "Choice Band", "ability": "Scrappy", "nature": "Jolly", "teraType": "Flying", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Brave Bird", "Close Combat", "U-turn", "Giga Impact"]}}, "Salazzle": {"Fling Rock": {"item": "King's Rock", "ability": "Corrosion", "nature": "Timid", "teraType": "Ghost", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Fling", "Overheat", "Sludge Bomb"]}}, "Dondozo": {"Curse": {"item": "Leftovers", "ability": "Unaware", "nature": "Careful", "teraType": "Dragon", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Order Up", "Wave Crash", "Curse", "Protect"]}}, "Gothitelle": {"Support": {"item": "Sitrus Berry", "ability": "Shadow Tag", "nature": "Modest", "teraType": "Fire", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Psych Out", "Dark Pulse", "Helping Hand", "Taunt"]}}, "Chesnaught": {"Bulky Attacker": {"item": "Rocky Helmet", "ability": "Iron Barbs", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Spiky Shield", "Close Combat", "Knock Off"]}}, "Marowak-Alola": {"Technician": {"item": "Thick Club", "ability": "Technician", "nature": "Adamant", "teraType": "Ghost", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Shadow Bone", "Bonemerang", "Protect", "Flare Blitz"]}}, "Slaking": {"Choice Band": {"item": "Choice Band", "ability": "Truant", "nature": "Jolly", "teraType": "Normal", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Earthquake", "Play Rough", "Giga Impact", "Brick Break"]}}, "Veluza": {"Fillet Away": {"item": "Life Orb", "ability": "Sharpness", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Aqua Cutter", "Psycho Cut", "Slash", "Fillet Away"]}}, "Tropius": {"Chlorophyll": {"item": "Leftovers", "ability": "Chlorophyll", "nature": "Modest", "teraType": "Fire", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Synthesis", "Air Slash", "Solar Beam", "Hidden Power Fire"]}, "CM Harvest": {"item": "Sitrus Berry", "ability": "Harvest", "nature": "Bold", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 252, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Calm Mind", "Giga Drain", "Leech Seed", "Air Cutter"]}}, "Beautifly": {"Choice Specs": {"item": "Choice Specs", "ability": "Rivalry", "nature": "Modest", "teraType": "Flying", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Bug Buzz", "Air Cutter", "Thunderbolt", "Aeroblast"]}, "Rain QD": {"item": "Life Orb", "ability": "Rivalry", "nature": "Modest", "teraType": "Flying", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Quiver Dance", "Hurricane", "Thunder", "Protect"]}}, "Mesprit": {"Calm Mind": {"item": "Leftovers", "ability": "Rampage", "nature": "Timid", "teraType": "Steel", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fleur Cannon", "Mystical Power", "Thunderbolt", "Calm Mind"]}}, "Arctovish": {"Mixed Snow": {"item": "Figy Berry", "ability": "Snow Warning", "nature": "Brave", "teraType": "Ground", "evs": {"hp": 252, "at": 132, "df": 76, "sa": 36, "sd": 12, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Aurora Veil", "Fishious Rend", "Blizzard"]}}, "Pawmot": {"Life Orb": {"item": "Life Orb", "ability": "Iron Fist", "nature": "Jolly", "teraType": "Electric", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Close Combat", "Mach Punch", "Revival Blessing", "Double Shock"]}}, "Heracross": {"LO Skill Link": {"item": "Life Orb", "ability": "Skill Link", "nature": "Jolly", "teraType": "Bug", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Arm Thrust", "Pin Missile", "Rock Blast", "Bullet Seed"]}}, "Abomasnow": {"Physical": {"item": "Sitrus Berry", "ability": "Snow Warning", "nature": "Adamant", "teraType": "Grass", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Mountain Gale", "Wood Hammer", "Aurora Veil", "Protect"]}}, "Unfezant": {"Specs": {"item": "Choice Specs", "ability": "Super Duper Luck", "nature": "Timid", "teraType": "Normal", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Air Cutter", "Heat Wave", "Aeroblast", "Focus Blast"]}, "Physical": {"item": "Power Herb", "ability": "Super Duper Luck", "nature": "Timid", "teraType": "Normal", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Sky Attack", "Blaze Kick", "Night Slash", "Return"]}}, "Shiinotic": {"Triage Healer": {"item": "Covert Cloak", "ability": "Triage", "nature": "Bold", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 204, "sa": 0, "sd": 52, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Spore", "Strength Sap", "Giga Drain", "Pollen Puff"]}}, "Floette-Eternal": {"Specs": {"item": "Choice Specs", "ability": "Fairy Aura", "nature": "Timid", "teraType": "Ground", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Light of Ruin", "Energy Ball", "Moonblast", "Tera Blast"]}}, "Persian": {"Normal Gem": {"item": "Normal Gem", "ability": "Technician", "nature": "Jolly", "teraType": "Normal", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Parting Shot", "Slash", "Thief"]}}, "Regirock": {"Weakness Policy": {"item": "Weakness Policy", "ability": "Solid Rock", "nature": "Adamant", "teraType": "Rock", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Drain Punch", "Rock Slide", "Earthquake", "Protect"]}}, "Malamar": {"Dual Screens": {"item": "Light Clay", "ability": "Prankster", "nature": "Impish", "teraType": "Fire", "evs": {"hp": 252, "at": 4, "df": 252, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Knock Off", "Taunt", "Light Screen", "Reflect"]}, "AV Contrary": {"item": "Assault Vest", "ability": "Contrary", "nature": "Impish", "teraType": "Fighting", "evs": {"hp": 252, "at": 4, "df": 252, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Superpower", "Zen Headbutt", "Liquidation", "Knock Off"]}}, "Venomoth": {"Support": {"item": "Focus Sash", "ability": "Shield Dust", "nature": "Timid", "teraType": "Bug", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Rage Powder", "Sleep Powder", "Tailwind", "Bug Buzz"]}}, "Simisear": {"Specs": {"item": "Choice Specs", "ability": "Monkey Business", "nature": "Modest", "teraType": "Grass", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Flamethrower", "Focus Blast", "Tera Blast", "Overheat"]}, "Band": {"item": "Choice Band", "ability": "Gorilla Tactics", "nature": "Jolly", "teraType": "Dark", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Flare Blitz", "Gunk Shot", "Superpower", "Knock Off"]}}, "Aurorus": {"Power Herb": {"item": "Power Herb", "ability": "True Aurora", "nature": "Modest", "teraType": "Flying", "evs": {"hp": 252, "at": 0, "df": 208, "sa": 44, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Aurora Veil", "Meteor Beam", "Aurora Beam", "Thunderbolt"]}}, "Unown": {"Assault Vest": {"item": "Assault Vest", "ability": "Protean", "nature": "Timid", "teraType": "Fairy", "evs": {"hp": 0, "at": 0, "df": 76, "sa": 180, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Earth Power", "Tera Blast", "Ancient Power", "Mystical Power"]}}, "Suicune": {"Support": {"item": "Leftovers", "ability": "Inner Focus", "nature": "Calm", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 60, "sd": 196, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Purifying Water", "Tailwind", "Helping Hand", "Protect"]}}, "Bellossom": {"Quiver Dance Sun": {"item": "Sitrus Berry", "ability": "Chlorophyll", "nature": "Timid", "teraType": "Steel", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Moonblast", "Sludge Bomb", "Quiver Dance", "Solar Beam"]}}, "Toedscruel": {"Fast Utility": {"item": "Sitrus Berry", "ability": "Mycelium Might", "nature": "Timid", "teraType": "Dark", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Spore", "Rage Powder", "Knock Off", "Leaf Storm"]}}, "Nihilego": {"Power Herb": {"item": "Power Herb", "ability": "Corrosion", "nature": "Timid", "teraType": "Flying", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Meteor Beam", "Thunderbolt", "Sludge Bomb", "Protect"]}}, "Vivillon": {"Fast Support": {"item": "Covert Cloak", "ability": "Friend Guard", "nature": "Timid", "teraType": "Steel", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Rage Powder", "Sleep Powder", "Pollen Puff", "Tailwind"]}}, "Mawile": {"Band": {"item": "Choice Band", "ability": "Huge Power", "nature": "Jolly", "teraType": "Flying", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Play Rough", "Iron Head", "Sucker Punch", "Fire Fang"]}}, "Manectric": {"Special LO": {"item": "Life Orb", "ability": "Intimidate", "nature": "Timid", "teraType": "Fire", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Thunderbolt", "Overheat", "Protect", "Volt Switch"]}}, "Arbok": {"Fast Support": {"item": "Air Balloon", "ability": "Intimidate", "nature": "Jolly", "teraType": "Flying", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Knock Off", "Poison Tail", "Glare", "Gastro Acid"]}}, "Meowscarada": {"Offensive": {"item": "Focus Sash", "ability": "Overgrow", "nature": "Jolly", "teraType": "Grass", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Flower Trick", "Knock Off", "Taunt", "Protect"]}, "Band": {"item": "Choice Band", "ability": "Protean", "nature": "Jolly", "teraType": "Grass", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Flower Trick", "Knock Off", "Play Rough", "U-turn"]}}, "Vaporeon": {"Bulky Support": {"item": "Leftovers", "ability": "Water Absorb", "nature": "Bold", "teraType": "Grass", "evs": {"hp": 252, "at": 0, "df": 252, "sa": 4, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Muddy Water", "Calm Mind", "Life Dew", "Yawn"]}}, "Medicham": {"Offensive": {"item": "Covert Cloak", "ability": "Pure Power", "nature": "Jolly", "teraType": "Fighting", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Axe Kick", "Skill Swap", "Zen Headbutt"]}}, "Cyclizar": {"Shed Tail": {"item": "Aguav Berry", "ability": "Regenerator", "nature": "Jolly", "teraType": "Ghost", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Shed Tail", "Knock Off", "Taunt", "Rapid Spin"]}}, "Grafaiai": {"Support": {"item": "Focus Sash", "ability": "Prankster", "nature": "Calm", "teraType": "Ghost", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Parting Shot", "Mat Block", "Destiny Bond", "Milk Drink"]}}, "Clawitzer": {"Scarf": {"item": "Choice Scarf", "ability": "Mega Launcher", "nature": "Timid", "teraType": "Water", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Origin Pulse", "Dark Pulse", "Dragon Pulse", "Aura Sphere"]}}, "Pinsir": {"Swords Dance": {"item": "Sharp Beak", "ability": "Aerilate", "nature": "Jolly", "teraType": "Flying", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Quick Attack", "Swords Dance", "Return", "Close Combat"]}}, "Morpeko": {"Offensive Support": {"item": "Focus Sash", "ability": "Hunger Switch", "nature": "Jolly", "teraType": "Electric", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Aura Wheel", "Fake Out", "Parting Shot", "Knock Off"]}}, "Exeggutor": {"Dice Sun": {"item": "Loaded Dice", "ability": "Chlorophyll", "nature": "Adamant", "teraType": "Grass", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Bullet Seed", "Barrage", "Egg Bomb", "Swords Dance"]}, "Special Sun": {"item": "Focus Sash", "ability": "Chlorophyll", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Solar Beam", "Psychic", "Sleep Powder", "Protect"]}}, "Stonjourner": {"Assault Vest": {"item": "Assault Vest", "ability": "Power Spot", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 12, "at": 252, "df": 0, "sa": 0, "sd": 244, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Stone Edge", "Self-Destruct", "Earthquake", "Rock Tomb"]}}, "Ogerpon-Wellspring": {"Fast Bulky": {"item": "Wellspring Mask", "ability": "Water Absorb", "nature": "Jolly", "teraType": "Water", "evs": {"hp": 204, "at": 52, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Follow Me", "Ivy Cudgel", "Spiky Shield", "U-turn"]}}, "Eiscue": {"Belly Drum": {"item": "Sitrus Berry", "ability": "Ice Face", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Belly Drum", "Ice Shard", "Icicle Crash", "Liquidation"]}}, "Dugtrio-Alola": {"Fast Sash": {"item": "Focus Sash", "ability": "Triple Threat", "nature": "Jolly", "teraType": "Ground", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Follow Me", "Iron Head", "Helping Hand", "High Horsepower"]}}, "Iron Treads": {"LO Attacher": {"item": "Life Orb", "ability": "Sand Force", "nature": "Adamant", "teraType": "Ground", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Earthquake", "Ice Spinner", "Iron Head"]}}, "Camerupt": {"LO Sheer Force": {"item": "Life Orb", "ability": "Sheer Force", "nature": "Quiet", "teraType": "Fire", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Earth Power", "Heat Wave", "Eruption", "Flash Cannon"]}}, "Drifblim": {"Tailwind Power": {"item": "Focus Sash", "ability": "Wind Power", "nature": "Timid", "teraType": "Electric", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Will-O-Wisp", "Tailwind", "Thunderbolt", "Bleakwind Storm"]}, "Electric Seed": {"item": "Electric Seed", "ability": "Unburden", "nature": "", "teraType": "Ground", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Bleakwind Storm", "Shadow Ball", "Tailwind", "Will-O-Wisp"]}}, "Purugly": {"Berserk Gene": {"item": "Berserk Gene", "ability": "Own Tempo", "nature": "Jolly", "teraType": "Normal", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Return", "Knock Off", "Play Rough"]}}, "Gourgeist-Small": {"Bulky Attacker": {"item": "Leftovers", "ability": "Growing Pumpkin", "nature": "Adamant", "teraType": "Fairy", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Power Whip", "Poltergeist", "Shadow Sneak"]}}, "Gourgeist": {"Bulky Attacker": {"item": "Leftovers", "ability": "Growing Pumpkin", "nature": "Adamant", "teraType": "Fairy", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Power Whip", "Poltergeist", "Shadow Sneak"]}}, "Gourgeist-Large": {"Bulky Attacker": {"item": "Leftovers", "ability": "Growing Pumpkin", "nature": "Adamant", "teraType": "Fairy", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Power Whip", "Poltergeist", "Shadow Sneak"]}}, "Gourgeist-Super": {"Bulky Attacker": {"item": "Leftovers", "ability": "Growing Pumpkin", "nature": "Adamant", "teraType": "Fairy", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Power Whip", "Poltergeist", "Shadow Sneak"]}}, "Simisage": {"Special Scarf": {"item": "Choice Scarf", "ability": "Monkey Business", "nature": "Modest", "teraType": "Rock", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Grass Pledge", "Leaf Storm", "Focus Blast", "Tera Blast"]}}, "Flareon": {"Fluffy AV": {"item": "Assault Vest", "ability": "Fluffy", "nature": "Adamant", "teraType": "Fairy", "evs": {"hp": 252, "at": 252, "df": 4, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Flare Blitz", "Superpower", "Stomping Tantrum", "Tera Blast"]}, "Toxic Orb": {"item": "Toxic Orb", "ability": "Guts", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 4, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Flare Blitz", "Superpower", "Protect", "Facade"]}}, "Whiscash": {"Dragon Dance": {"item": "Clear Amulet", "ability": "Tremor Sense", "nature": "Adamant", "teraType": "Grass", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Dragon Dance", "Liquidation", "Rock Slide", "Earthquake"]}}, "Granbull": {"Loaded Dice": {"item": "Loaded Dice", "ability": "Intimidate", "nature": "Impish", "teraType": "Ground", "evs": {"hp": 0, "at": 196, "df": 252, "sa": 0, "sd": 60, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Comet Punch", "Arm Thrust", "Bone Rush", "Protect"]}}, "Golisopod": {"Assault Vest": {"item": "Assault Vest", "ability": "Emergency Exit", "nature": "Adamant", "teraType": "Bug", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Liquidation", "First Impression", "Knock Off", "Leech Life"]}}, "Fezandipiti": {"Bulky Support": {"item": "Leftovers", "ability": "Toxic Chain", "nature": "Careful", "teraType": "Flying", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Icy Wind", "Poison Tail", "Tailwind", "Roost"]}}, "Crustle": {"WP Smash": {"item": "Weakness Policy", "ability": "Sturdy", "nature": "Adamant", "teraType": "Bug", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Rock Slide", "Rock Wrecker", "X-Scissor", "Shell Smash"]}}, "Bewear": {"Assault Vest": {"item": "Assault Vest", "ability": "Fluffy", "nature": "Adamant", "teraType": "Ground", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Close Combat", "Wring Out", "High Horsepower", "Rock Slide"]}}, "Empoleon": {"Specs": {"item": "Choice Specs", "ability": "Sinnohan Grit", "nature": "Modest", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Steel Beam", "Hydro Cannon", "Ice Beam", "Hydro Pump"]}}, "Talonflame": {"TW Support": {"item": "Covert Cloak", "ability": "Gale Wings", "nature": "Jolly", "teraType": "Fire", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Will-O-Wisp", "Tailwind", "Brave Bird", "Flare Blitz"]}}, "Cryogonal": {"Bulky Offensve": {"item": "Leftovers", "ability": "Levitate", "nature": "Modest", "teraType": "Electric", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 4}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Ice Beam", "Flash Freeze", "Tera Blast", "Recover"]}}, "Sandy Shocks": {"LO Attacker": {"item": "Life Orb", "ability": "Magnet Pull", "nature": "Timid", "teraType": "Flying", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Volt Switch", "Earth Power", "Thunderbolt"]}}, "Wigglytuff": {"Healer": {"item": "Aguav Berry", "ability": "Friend Guard", "nature": "Modest", "teraType": "Normal", "evs": {"hp": 0, "at": 0, "df": 252, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Heal Pulse", "Protect", "Moonblast", "Fire Blast"]}, "Calm Mind": {"item": "Leftovers", "ability": "Friend Guard", "nature": "Modest", "teraType": "Fire", "evs": {"hp": 0, "at": 0, "df": 172, "sa": 252, "sd": 84, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Calm Mind", "Protect", "Moonblast", "Fire Blast"]}}, "Zapdos-Galar": {"Bulk Up": {"item": "Misty Seed", "ability": "Defiant", "nature": "Adamant", "teraType": "Fighting", "evs": {"hp": 220, "at": 200, "df": 80, "sa": 0, "sd": 4, "sp": 4}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Acrobatics", "Thunderous Kick", "Bulk Up", "Detect"]}}, "Iron Moth": {"Choice Specs": {"item": "Choice Specs", "ability": "Quark Drive", "nature": "Timid", "teraType": "Fire", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Flamethrower", "Dazzling Gleam", "Bug Buzz", "Energy Ball"]}, "Booster Speed": {"item": "Booster Energy", "ability": "Quark Drive", "nature": "Timid", "teraType": "Grass", "evs": {"hp": 124, "at": 0, "df": 0, "sa": 132, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Acid Spray", "Fiery Dance", "Energy Ball"]}}, "Silvally": {"Offensive Support": {"item": "Sitrus Berry", "ability": "RKS System", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Multi-Attack", "Tailwind", "Parting Shot"]}}, "Silvally-Bug": {"Offensive Support": {"item": "Bug Memory", "ability": "RKS System", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Multi-Attack", "Tailwind", "Parting Shot"]}}, "Silvally-Dark": {"Offensive Support": {"item": "Dark Memory", "ability": "RKS System", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Multi-Attack", "Tailwind", "Parting Shot"]}}, "Silvally-Dragon": {"Offensive Support": {"item": "Dragon Memory", "ability": "RKS System", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Multi-Attack", "Tailwind", "Parting Shot"]}}, "Silvally-Electric": {"Offensive Support": {"item": "Electric Memory", "ability": "RKS System", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Multi-Attack", "Tailwind", "Parting Shot"]}}, "Silvally-Fairy": {"Offensive Support": {"item": "Fairy Memory", "ability": "RKS System", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Multi-Attack", "Tailwind", "Parting Shot"]}}, "Silvally-Fighting": {"Offensive Support": {"item": "Fighting Memory", "ability": "RKS System", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Multi-Attack", "Tailwind", "Parting Shot"]}}, "Silvally-Fire": {"Offensive Support": {"item": "Fire Memory", "ability": "RKS System", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Multi-Attack", "Tailwind", "Parting Shot"]}}, "Silvally-Flying": {"Offensive Support": {"item": "Flying Memory", "ability": "RKS System", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Multi-Attack", "Tailwind", "Parting Shot"]}}, "Silvally-Ghost": {"Offensive Support": {"item": "Ghost Memory", "ability": "RKS System", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Multi-Attack", "Tailwind", "Parting Shot"]}}, "Silvally-Grass": {"Offensive Support": {"item": "Grass Memory", "ability": "RKS System", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Multi-Attack", "Tailwind", "Parting Shot"]}}, "Silvally-Ground": {"Offensive Support": {"item": "Ground Memory", "ability": "RKS System", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Multi-Attack", "Tailwind", "Parting Shot"]}}, "Silvally-Ice": {"Offensive Support": {"item": "Ice Memory", "ability": "RKS System", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Multi-Attack", "Tailwind", "Parting Shot"]}}, "Silvally-Steel": {"Offensive Support": {"item": "Steel Memory", "ability": "RKS System", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Multi-Attack", "Tailwind", "Parting Shot"]}}, "Silvally-Poison": {"Offensive Support": {"item": "Poison Memory", "ability": "RKS System", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Multi-Attack", "Tailwind", "Parting Shot"]}}, "Silvally-Psychic": {"Offensive Support": {"item": "Psychic Memory", "ability": "RKS System", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Multi-Attack", "Tailwind", "Parting Shot"]}}, "Silvally-Rock": {"Offensive Support": {"item": "Rock Memory", "ability": "RKS System", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Multi-Attack", "Tailwind", "Parting Shot"]}}, "Silvally-Water": {"Offensive Support": {"item": "Water Memory", "ability": "RKS System", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Multi-Attack", "Tailwind", "Parting Shot"]}}, "Bronzong": {"TR Setter": {"item": "Aguav Berry", "ability": "Levitate", "nature": "Sassy", "teraType": "Steel", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 0}, "level": 50, "moves": ["Trick Room", "Gyro Ball", "Iron Defense", "Body Press"]}}, "Feraligatr": {"Dragon Dancer": {"item": "Clear Amulet", "ability": "Intimidate", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Dragon Dance", "Sucker Punch", "Hydro Cannon", "Superpower"]}, "Life Orb": {"item": "Life Orb", "ability": "Sheer Force", "nature": "Jolly", "teraType": "Water", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Liquidation", "Crunch", "Ice Punch", "Superpower"]}}, "Pangoro": {"Band": {"item": "Choice Band", "ability": "Iron Fist", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Wicked Blow", "Storm Throw", "Mach Punch", "Bullet Punch"]}}, "Mr. Mime-Galar": {"TR Support": {"item": "Eviolite", "ability": "Ice Body", "nature": "Sassy", "teraType": "Ice", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Psych Out", "Taunt", "Follow Me", "Trick Room"]}}, "Polteageist": {"Shell Smash": {"item": "Focus Sash", "ability": "Weak Armor", "nature": "Timid", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Stored Power", "Shadow Ball", "Shell Smash", "Tera Blast"]}}, "Linoone": {"Belly Drum": {"item": "Sitrus Berry", "ability": "Pickup", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 4, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Extreme Speed", "Belly Drum", "Stomping Tantrum", "Play Rough"]}, "Band": {"item": "Choice Band", "ability": "Quick Feet", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 4, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Extreme Speed", "Giga Impact", "Stomping Tantrum", "Play Rough"]}}, "Steelix": {"Curse": {"item": "Leftovers", "ability": "Earth Eater", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 252, "at": 244, "df": 0, "sa": 0, "sd": 12, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Dig", "Heavy Slam", "Curse", "Rock Slide"]}}, "Tornadus-Therian": {"Special AV": {"item": "Assault Vest", "ability": "Regenerator", "nature": "Timid", "teraType": "Fire", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Bleakwind Storm", "Heat Wave", "Focus Blast", "U-turn"]}}, "Revavroom": {"Physical AV": {"item": "Assault Vest", "ability": "Speed Boost", "nature": "Careful", "teraType": "Water", "evs": {"hp": 0, "at": 252, "df": 4, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Magical Torque", "Combat Torque", "Gunk Shot", "Bulldoze"]}}, "Dhelmise": {"AV Steelworker": {"item": "Assault Vest", "ability": "Steelworker", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Earthquake", "Anchor Shot", "Poltergeist", "Power Whip"]}, "AV Water Bubble": {"item": "Assault Vest", "ability": "Water Bubble", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Earthquake", "Liquidation", "Poltergeist", "Power Whip"]}}, "Ambipom": {"Physical Support": {"item": "Normal Gem", "ability": "Technician", "nature": "Jolly", "teraType": "Ghost", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Tail Slap", "Thief", "Taunt"]}}, "Tyrantrum": {"Scarf": {"item": "Choice Scarf", "ability": "Rampage", "nature": "Jolly", "teraType": "Rock", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Head Smash", "Outrage", "Close Combat", "Scale Shot"]}}, "Vikavolt": {"Special": {"item": "Sitrus Berry", "ability": "Levitate", "nature": "Quiet", "teraType": "Water", "evs": {"hp": 244, "at": 0, "df": 0, "sa": 252, "sd": 12, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Bug Buzz", "Thunderbolt", "Discharge", "Volt Switch"]}}, "Parasect": {"Support": {"item": "Aguav Berry", "ability": "Dry Skin", "nature": "Impish", "teraType": "Dark", "evs": {"hp": 252, "at": 0, "df": 252, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Rage Powder", "Spore", "Seed Bomb", "Knock Off"]}}, "Ribombee": {"Dual Screens": {"item": "Light Clay", "ability": "Honey Gather", "nature": "Timid", "teraType": "Steel", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Pollen Puff", "Moonblast", "Light Screen", "Reflect"]}}, "Wugtrio": {"Offensive Sash": {"item": "Focus Sash", "ability": "Gooey", "nature": "Jolly", "teraType": "Water", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Triple Dive", "Sucker Punch", "Aqua Jet", "Protect"]}}, "Lilligant-Hisui": {"Victory Dance": {"item": "Covert Cloak", "ability": "Chlorophyll", "nature": "Adamant", "teraType": "Electric", "evs": {"hp": 252, "at": 196, "df": 0, "sa": 0, "sd": 0, "sp": 60}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Victory Dance", "Axe Kick", "Solar Blade", "Tera Blast"]}}, "Tauros-Paldea-Aqua": {"Bulk Up": {"item": "Iapapa Berry", "ability": "Rampage", "nature": "Jolly", "teraType": "Steel", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Bulk Up", "Wave Crash", "Close Combat", "Wild Charge"]}}, "Tauros-Paldea-Blaze": {"Bulk Up": {"item": "Iapapa Berry", "ability": "Rampage", "nature": "Jolly", "teraType": "Steel", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Bulk Up", "Flare Blitz", "Close Combat", "Wild Charge"]}}, "Rillaboom": {"Physical AV": {"item": "Assault Vest", "ability": "Grassy Surge", "nature": "Adamant", "teraType": "Grass", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "U-turn", "Wood Hammer", "High Horsepower"]}}, "Grimmsnarl": {"Dual Screens": {"item": "Light Clay", "ability": "Prankster", "nature": "Impish", "teraType": "Dark", "evs": {"hp": 252, "at": 0, "df": 196, "sa": 0, "sd": 60, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Spirit Break", "Fake Out", "Light Screen", "Reflect"]}}, "Thundurus-Therian": {"Fast Support": {"item": "Covert Cloak", "ability": "Volt Absorb", "nature": "Timid", "teraType": "Electric", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Wildbolt Storm", "Focus Blast", "Taunt", "Snarl"]}}, "Octillery": {"Special LO": {"item": "Life Orb", "ability": "Sheer Force", "nature": "Modest", "teraType": "Water", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Steam Eruption", "Searing Shot", "Ice Beam", "Protect"]}}, "Seviper": {"Special": {"item": "Expert Belt", "ability": "Merciless", "nature": "Modest", "teraType": "Fire", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 252, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Flamethrower", "Sludge Bomb", "Giga Drain", "Gastro Acid"]}, "Physical": {"item": "Expert Belt", "ability": "Merciless", "nature": "Lonely", "teraType": "Fire", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 4, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Gunk Shot", "Wring Out", "Aqua Tail", "Psychic Fangs"]}}, "Eevee": {"Evoboost": {"item": "Power Herb", "ability": "Run Away", "nature": "Careful", "teraType": "Normal", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 0, "sd": 196, "sp": 60}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Extreme Evoboost", "Baton Pass", "Detect", "Double-Edge"]}}, "Probopass": {"Offensive Support": {"item": "Sitrus Berry", "ability": "Levitate", "nature": "Modest", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Volt Switch", "Helping Hand", "Wide Guard", "Flash Cannon"]}}, "Liepard": {"Support": {"item": "Mental Herb", "ability": "Prankster", "nature": "Jolly", "teraType": "Ghost", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Encore", "Fake Out", "Knock Off", "Taunt"]}}, "Primarina": {"Offensive AV": {"item": "Assault Vest", "ability": "Liquid Voice", "nature": "Modest", "teraType": "Grass", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 252, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hyper Voice", "Flip Turn", "Moonblast", "Misty Explosion"]}}, "Politoed": {"Rain Support": {"item": "Sitrus Berry", "ability": "Drizzle", "nature": "Calm", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Helping Hand", "Hypnosis", "Protect", "Hydro Pump"]}}, "Rotom": {"Specs": {"item": "Choice Specs", "ability": "Galvanize", "nature": "Timid", "teraType": "Electric", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hyper Voice", "Shadow Ball", "Volt Switch", "Ominous Wind"]}}, "Cloyster": {"Shell Smash": {"item": "White Herb", "ability": "Skill Link", "nature": "Adamant", "teraType": "Rock", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Icicle Spear", "Rock Blast", "Shell Smash", "Clamp"]}}, "Guzzlord": {"Physical": {"item": "Sitrus Berry", "ability": "Singularity", "nature": "Impish", "teraType": "Dark", "evs": {"hp": 44, "at": 0, "df": 212, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Knock Off", "Protect", "Drain Punch", "Dragon Rush"]}}, "Hatterene": {"TR Setter": {"item": "Focus Sash", "ability": "Magic Bounce", "nature": "Modest", "teraType": "Psychic", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Expanding Force", "Moonblast", "Trick Room", "Healing Wish"]}}, "Muk-Alola": {"PoA Sweeper": {"item": "Leftovers", "ability": "Power of Alchemy", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 252, "at": 252, "df": 4, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Poison Jab", "Protect", "Knock Off", "Drain Punch"]}, "Bulky Attacker": {"item": "Aguav Berry", "ability": "Gluttony", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Gunk Shot", "Explosion", "Knock Off", "Protect"]}}, "Slowbro-Galar": {"Calm Mind": {"item": "Quick Claw", "ability": "Quick Draw", "nature": "Modest", "teraType": "Poison", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Shell Side Arm", "Mist Ball", "Fire Blast", "Calm Mind"]}}, "Rabsca": {"Bulky Blessing": {"item": "Wiki Berry", "ability": "Synchronize", "nature": "Calm", "teraType": "Steel", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Revival Blessing", "Trick Room", "Psychic", "Bug Buzz"]}}, "Lokix": {"Offensive Sash": {"item": "Focus Sash", "ability": "Tinted Lens", "nature": "Jolly", "teraType": "Bug", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["First Impression", "Sucker Punch", "U-turn", "Knock Off"]}}, "Toxtricity": {"Scarf": {"item": "Choice Scarf", "ability": "Punk Rock", "nature": "Timid", "teraType": "Normal", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Boomburst", "Overdrive", "Sludge Bomb", "Volt Switch"]}}, "Aromatisse": {"Support": {"item": "Misty Seed", "ability": "Misty Surge", "nature": "Calm", "teraType": "Steel", "evs": {"hp": 244, "at": 0, "df": 0, "sa": 12, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Heal Pulse", "Helping Hand", "Moonblast", "Charm"]}}, "Raichu-Alola": {"Special LO": {"item": "Life Orb", "ability": "Surge Surfer", "nature": "Timid", "teraType": "Electric", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Rising Voltage", "Grass Knot", "Psyshock", "Volt Switch"]}}, "Lycanroc-Midnight": {"Offensive Sand": {"item": "Focus Sash", "ability": "Sand Stream", "nature": "Jolly", "teraType": "Rock", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Helping Hand", "Close Combat", "Endeavor", "Stone Edge"]}}, "Honchkrow": {"Critter": {"item": "Scope Lens", "ability": "Super Duper Luck", "nature": "Adamant", "teraType": "Dark", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Sucker Punch", "Acrobatics", "Brave Bird", "Superpower"]}}, "Magcargo": {"Shell Smash": {"item": "Air Balloon", "ability": "Water Compaction", "nature": "Modest", "teraType": "Fire", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Heat Wave", "Earth Power", "Ancient Power", "Shell Smash"]}, "Defensive Sun": {"item": "Air Balloon", "ability": "Drought", "nature": "Bold", "teraType": "Fire", "evs": {"hp": 252, "at": 0, "df": 252, "sa": 4, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Heat Wave", "Power Gem", "Yawn"]}}, "Noivern": {"Offensive Sash": {"item": "Focus Sash", "ability": "Infiltrator", "nature": "Timid", "teraType": "Normal", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tailwind", "Boomburst", "Draco Meteor", "Flamethrower"]}}, "Perrserker": {"Physical AV": {"item": "Assault Vest", "ability": "Steely Spirit", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Iron Head", "Close Combat", "U-turn"]}}, "Iron Thorns": {"Dragon Dance": {"item": "Sitrus Berry", "ability": "Electric Surge", "nature": "Adamant", "teraType": "Flying", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Wild Charge", "High Horsepower", "Rock Slide", "Dragon Dance"]}}, "Bastiodon": {"Body Press": {"item": "Leftovers", "ability": "Heavy Metal", "nature": "Careful", "teraType": "Fighting", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Wide Guard", "Heavy Slam", "Iron Defense", "Body Press"]}, "Full Support": {"item": "Chesto Berry", "ability": "Solid Rock", "nature": "Careful", "teraType": "Ghost", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Wide Guard", "Heavy Slam", "Super Fang", "Rest"]}}, "Sigilyph": {"Offensive Support": {"item": "Flame Orb", "ability": "Magic Guard", "nature": "Modest", "teraType": "Dragon", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 252, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Psycho Shift", "Tailwind", "Heat Wave", "Psychic"]}, "TR Setter": {"item": "Covert Cloak", "ability": "Wonder Skin", "nature": "Calm", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Trick Room", "Hypnosis", "Heat Wave", "Psychic"]}}, "Baxcalibur": {"DD Dice": {"item": "Loaded Dice", "ability": "Heat Sink", "nature": "Adamant", "teraType": "Dragon", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Dragon Dance", "Scale Shot", "Ice Shard", "Icicle Spear"]}}, "Heliolisk": {"Special LO": {"item": "Life Orb", "ability": "Solar Power", "nature": "Timid", "teraType": "Fighting", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Electroweb", "Thunderbolt", "Aura Sphere", "Surf"]}}, "Yanmega": {"Special Attacker": {"item": "Throat Spray", "ability": "Speed Boost", "nature": "Modest", "teraType": "Bug", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Draco Meteor", "Bug Buzz", "Psych Up"]}}, "Diggersby": {"Band": {"item": "Choice Band", "ability": "Huge Power", "nature": "Jolly", "teraType": "Normal", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Earthquake", "Quick Attack", "U-turn", "Stone Edge"]}}, "Iron Leaves": {"Speed Booster": {"item": "Booster Energy", "ability": "Quark Drive", "nature": "Jolly", "teraType": "Fighting", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Psyblade", "Leaf Blade", "Wild Charge", "Close Combat"]}}, "Alakazam": {"Offensive": {"item": "Life Orb", "ability": "Magic Guard", "nature": "Timid", "teraType": "Fairy", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Psystrike", "Focus Blast", "Dazzling Gleam"]}}, "Weavile": {"Offensive Support": {"item": "Focus Sash", "ability": "Homophobia", "nature": "Jolly", "teraType": "Ghost", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Fake Tears", "Knock Off", "Taunt"]}}, "Cinderace": {"Offensive": {"item": "Clear Amulet", "ability": "Libero", "nature": "Jolly", "teraType": "Fire", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Taunt", "Pyro Ball", "High Jump Kick", "Sucker Punch"]}, "Shock n Ball Torture": {"item": "Life Orb", "ability": "Ballin'", "nature": "Jolly", "teraType": "Electric", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Pyro Ball", "Electro Ball", "Shadow Ball", "High Jump Kick"]}}, "Leavanny": {"Physical LO": {"item": "Life Orb", "ability": "Sharpness", "nature": "Jolly", "teraType": "Normal", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Leaf Blade", "X-Scissor", "Slash", "Protect"]}}, "Latios": {"Offensive": {"item": "Expert Belt", "ability": "Neuroforce", "nature": "Timid", "teraType": "Electric", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Draco Meteor", "Psychic", "Thunderbolt", "Aura Sphere"]}}, "Ditto": {"Wonder Guard": {"item": "Quick Claw", "ability": "Wonder Guard", "nature": "Jolly", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Transform"]}, "Imposter": {"item": "Choice Scarf", "ability": "Imposter", "nature": "Jolly", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Transform"]}}, "Crabominable": {"Physical AV": {"item": "Assault Vest", "ability": "Iron Fist", "nature": "Adamant", "teraType": "Fighting", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Ice Hammer", "Hammer Arm", "Drain Punch", "Thunder Punch"]}}, "Swanna": {"Physical Support": {"item": "Sharp Beak", "ability": "Large Wingspan", "nature": "Jolly", "teraType": "Ground", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tailwind", "Brave Bird", "Feather Dance", "Flip Turn"]}, "Special Support": {"item": "Sharp Beak", "ability": "Large Wingspan", "nature": "Hasty", "teraType": "Ground", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tailwind", "Hurricane", "Feather Dance", "Hydro Pump"]}}, "Stoutland": {"Weather Support": {"item": "Assault Vest", "ability": "Slush Rush", "nature": "Adamant", "teraType": "Fighting", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 180, "sp": 76}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Giga Impact", "Superpower", "Stalacbite", "Snarl"]}}, "Grumpig": {"Physical": {"item": "Berserk Gene", "ability": "Own Tempo", "nature": "Jolly", "teraType": "Steel", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Zen Headbutt", "Thief", "Knock Off", "Protect"]}}, "Carracosta": {"Shell Smash": {"item": "White Herb", "ability": "Swift Swim", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Shell Smash", "Liquidation", "Stone Edge", "Iron Head"]}}, "Comfey": {"TR Support": {"item": "Iapapa Berry", "ability": "Triage", "nature": "Quiet", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Draining Kiss", "Trick Room", "Floral Healing", "Ally Switch"]}}, "Swalot": {"Physical AV": {"item": "Assault Vest", "ability": "Liquid Ooze", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Gunk Shot", "Explosion", "Earthquake", "Knock Off"]}}, "Boltund": {"Physical": {"item": "Expert Belt", "ability": "Strong Jaw", "nature": "Jolly", "teraType": "Electric", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Crunch", "Psychic Fangs", "Ice Fang", "Thunder Fang"]}, "Special Support": {"item": "Focus Sash", "ability": "Competitive", "nature": "Hasty", "teraType": "Flying", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Thunderbolt", "Snarl", "Nuzzle", "Hidden Power Ice"]}}, "Zebstrika": {"Physical LO": {"item": "Life Orb", "ability": "Galvanize", "nature": "Jolly", "teraType": "Electric", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Return", "Flare Blitz", "Jump Kick", "Quick Attack"]}}, "Zoroark-Hisui": {"Offensive": {"item": "Colbur Berry", "ability": "Illusion", "nature": "Timid", "teraType": "Normal", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Focus Blast", "Protect", "Shadow Ball", "Hyper Voice"]}}, "Dracozolt": {"Sand LO": {"item": "Life Orb", "ability": "Sand Rush", "nature": "Adamant", "teraType": "Electric", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Bolt Beak", "Dragon Rush", "Fire Fang", "High Horsepower"]}}, "Meganium": {"Special Support": {"item": "Leftovers", "ability": "Healer", "nature": "Modest", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Frenzy Plant", "Leech Seed", "Moonblast", "Protect"]}}, "Cradily": {"Meteor Beam": {"item": "Power Herb", "ability": "Storm Drain", "nature": "Bold", "teraType": "Rock", "evs": {"hp": 252, "at": 0, "df": 180, "sa": 76, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Leech Seed", "Recover", "Meteor Beam", "Giga Drain"]}}, "Spinda": {"Physical AV": {"item": "Assault Vest", "ability": "Double Down", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Superpower", "Close Combat", "Spin Out"]}}, "Sudowoodo": {"Rain LO": {"item": "Life Orb", "ability": "Calm B4 Storm", "nature": "Adamant", "teraType": "Rock", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Head Smash", "Explosion", "Focus Punch", "Protect"]}}, "Farigiraf": {"TR Setter": {"item": "Aguav Berry", "ability": "Armor Tail", "nature": "Relaxed", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 252, "sa": 4, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Dazzling Gleam", "Helping Hand", "Trick Room", "Psychic"]}}, "Kingler": {"Physical LO": {"item": "Life Orb", "ability": "Sheer Force", "nature": "Jolly", "teraType": "Water", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Crabhammer", "Rock Slide", "Superpower", "Protect"]}}, "Tauros": {"Special AV": {"item": "Assault Vest", "ability": "No Guard", "nature": "Timid", "teraType": "Electric", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Zap Cannon", "Blizzard", "Hyper Beam", "Fire Blast"]}, "Physical Sash": {"item": "Focus Sash", "ability": "Intimidate", "nature": "Jolly", "teraType": "Electric", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Return", "Close Combat", "Helping Hand", "Protect"]}}, "Armarouge": {"Specs": {"item": "Choice Specs", "ability": "Mega Launcher", "nature": "Modest", "teraType": "Fire", "evs": {"hp": 244, "at": 0, "df": 0, "sa": 252, "sd": 12, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Armor Cannon", "Aura Sphere", "Expanding Force", "Dark Pulse"]}}, "Blaziken": {"Physical Sash": {"item": "Focus Sash", "ability": "Berserk", "nature": "Hasty", "teraType": "Fire", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["High Jump Kick", "Blast Burn", "Earthquake", "Protect"]}, "Special Sash": {"item": "Focus Sash", "ability": "Berserk", "nature": "Timid", "teraType": "Fire", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Focus Blast", "Blast Burn", "Scorching Sands", "Protect"]}}, "Furfrou": {"Body Press": {"item": "Leftovers", "ability": "Fur Coat", "nature": "Careful", "teraType": "Fighting", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hidden Power Ghost", "Cotton Guard", "Body Press", "Follow Me"]}}, "Shuckle": {"TR Setter": {"item": "Custap Berry", "ability": "Sturdy", "nature": "Sassy", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 0}, "level": 50, "moves": ["Infestation", "Trick Room", "After You", "Gyro Ball"]}}, "Dragonite": {"Band": {"item": "Choice Band", "ability": "Multiscale", "nature": "Jolly", "teraType": "Dragon", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Extreme Speed", "Outrage", "Fly", "Earthquake"]}}, "Spidops": {"Anti-Switch": {"item": "Leftovers", "ability": "Cat's Cradle", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["First Impression", "Knock Off", "Protect", "Brick Break"]}}, "Reuniclus": {"Mystic Fist": {"item": "Expert Belt", "ability": "Mystic Fist", "nature": "Quiet", "teraType": "Fighting", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 252, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 0}, "level": 50, "moves": ["Hammer Arm", "Trick Room", "Shadow Punch", "Psychic"]}, "Special LO": {"item": "Life Orb", "ability": "Magic Guard", "nature": "Quiet", "teraType": "Fighting", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Trick Room", "Psychic", "Energy Ball", "Focus Blast"]}}, "Kilowattrel": {"Offensive TW": {"item": "Sitrus Berry", "ability": "Wind Power", "nature": "Timid", "teraType": "Electric", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tailwind", "Thunderbolt", "Hurricane", "Heat Wave"]}}, "Palossand": {"Special Press": {"item": "Leftovers", "ability": "Water Compaction", "nature": "Modest", "teraType": "Fire", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Shadow Ball", "Earth Power", "Shore Up", "Body Press"]}}, "Delphox": {"Special LO": {"item": "Life Orb", "ability": "Magic Guard", "nature": "Timid", "teraType": "Fairy", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Overheat", "Psychic", "Dazzling Gleam", "Protect"]}}, "Regidrago": {"Dragon Dance": {"item": "Expert Belt", "ability": "Dragon's Maw", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Glaive Rush", "Earthquake", "Fire Fang", "Dragon Dance"]}, "Special": {"item": "Dragon Fang", "ability": "Dragon's Maw", "nature": "Timid", "teraType": "Steel", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Roar of Time", "Dragon Energy", "Tera Blast", "Earth Power"]}}, "Enamorus": {"Special LO": {"item": "Life Orb", "ability": "Contrary", "nature": "Timid", "teraType": "Ground", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Earth Power", "Mystical Fire", "Dazzling Gleam", "Protect"]}, "Physical AV": {"item": "Assault Vest", "ability": "Contrary", "nature": "Jolly", "teraType": "Ground", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Superpower", "Play Rough", "Iron Head", "Tera Blast"]}}, "Urshifu-Rapid-Strike": {"Swords Dance": {"item": "Mystic Water", "ability": "Unseen Fist", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 20, "at": 236, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Surging Strikes", "Protect", "Close Combat", "Swords Dance"]}}, "Pidgeot": {"Special LO": {"item": "Life Orb", "ability": "No Guard", "nature": "Timid", "teraType": "Normal", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hurricane", "Heat Wave", "Hyper Beam", "Detect"]}}, "Salamence": {"Dragon Dance": {"item": "Sitrus Berry", "ability": "Intimidate", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Dragon Dance", "Dual Wingbeat", "Earthquake", "Dragon Rush"]}}, "Braviary-Hisui": {"Speed Sweeper": {"item": "Life Orb", "ability": "Tinted Lens", "nature": "Modest", "teraType": "Normal", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Esper Wing", "Heat Wave", "Hurricane", "Hyper Beam"]}, "TR Sweeper": {"item": "Life Orb", "ability": "Sheer Force", "nature": "Quiet", "teraType": "Normal", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Heat Wave", "Hurricane", "Psychic"]}}, "Virizion": {"Special LO": {"item": "Life Orb", "ability": "Justified", "nature": "Timid", "teraType": "Rock", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Secret Sword", "Energy Ball", "Air Slash", "Tera Blast"]}}, "Enamorus-Therian": {"Special AV": {"item": "Assault Vest", "ability": "Overcoat", "nature": "Modest", "teraType": "Poison", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Moonblast", "Focus Blast", "Sludge Bomb", "Misty Explosion"]}}, "Palafin": {"Offensive": {"item": "Mystic Water", "ability": "Zero to Hero", "nature": "Jolly", "teraType": "Water", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Flip Turn", "Wave Crash", "Haze", "Close Combat"]}, "Bulk Up": {"item": "Sitrus Berry", "ability": "Zero to Hero", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 4}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Flip Turn", "Wave Crash", "Bulk Up", "Close Combat"]}}, "Palafin-Hero": {"Offensive": {"item": "Mystic Water", "ability": "Zero to Hero", "nature": "Jolly", "teraType": "Water", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Flip Turn", "Wave Crash", "Haze", "Close Combat"]}, "Bulk Up": {"item": "Sitrus Berry", "ability": "Zero to Hero", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 4}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Flip Turn", "Wave Crash", "Bulk Up", "Close Combat"]}}, "Throh": {"Flame Orb": {"item": "Flame Orb", "ability": "Guts", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Storm Throw", "Knock Off", "Protect", "Fling"]}}, "Corsola-Galar": {"TR Setter": {"item": "Eviolite", "ability": "Cursed Body", "nature": "Sassy", "teraType": "Normal", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Trick Room", "Will-O-Wisp", "Power Gem", "Strength Sap"]}}, "Skuntank": {"Anti-Ability": {"item": "Shuca Berry", "ability": "Neutralizing Gas", "nature": "Impish", "teraType": "Steel", "evs": {"hp": 252, "at": 0, "df": 252, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Feint", "Gunk Shot", "Protect", "Taunt"]}, "Anti-Item": {"item": "Shuca Berry", "ability": "Putrid Stench", "nature": "Careful", "teraType": "Steel", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Knock Off", "Gunk Shot", "Protect", "Taunt"]}}, "Tornadus": {"TW Support": {"item": "Mental Herb", "ability": "Prankster", "nature": "Calm", "teraType": "Ghost", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tailwind", "Bleakwind Storm", "Taunt", "Rain Dance"]}}, "Tapu Lele": {"Specs": {"item": "Choice Specs", "ability": "Psychic Surge", "nature": "Timid", "teraType": "Fighting", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Psyshock", "Moonblast", "Energy Ball", "Focus Blast"]}}, "Excadrill": {"Physical LO": {"item": "Life Orb", "ability": "Sand Rush", "nature": "Adamant", "teraType": "Ground", "evs": {"hp": 124, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 132}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["High Horsepower", "Iron Head", "Protect", "Earthquake"]}}, "Vespiquen": {"Band": {"item": "Choice Band", "ability": "Hustle", "nature": "Brave", "teraType": "Ground", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Attack Order", "Dual Wingbeat", "Return", "Tera Blast"]}, "Defensive Support": {"item": "Leftovers", "ability": "Intimidate", "nature": "Careful", "teraType": "Ground", "evs": {"hp": 252, "at": 36, "df": 0, "sa": 0, "sd": 220, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Heal Order", "Attack Order", "Helping Hand", "Tailwind"]}}, "Exeggutor-Alola": {"Physical TR": {"item": "Focus Sash", "ability": "Hammer Time", "nature": "Brave", "teraType": "Steel", "evs": {"hp": 252, "at": 156, "df": 100, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Wood Hammer", "Dragon Hammer", "Trick Room", "Protect"]}}, "Bruxish": {"Physical": {"item": "Mystic Water", "ability": "Dazzling", "nature": "Jolly", "teraType": "Grass", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Psychic Fangs", "Aqua Jet", "Wave Crash", "Protect"]}}, "Dedenne": {"Dual Screens": {"item": "Light Clay", "ability": "Prankster", "nature": "Calm", "teraType": "Electric", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Dazzling Gleam", "Light Screen", "Reflect", "Volt Switch"]}}, "Armaldo": {"Physical LO": {"item": "Life Orb", "ability": "Swift Swim", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Liquidation", "Knock Off", "Stone Edge", "Superpower"]}}, "Coalossal": {"Weakness Policy": {"item": "Weakness Policy", "ability": "Steam Engine", "nature": "Adamant", "teraType": "Rock", "evs": {"hp": 132, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 124}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Flare Blitz", "Rock Slide", "Protect"]}}, "Haxorus": {"Physical AV": {"item": "Assault Vest", "ability": "Berserk", "nature": "Jolly", "teraType": "Bug", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Close Combat", "First Impression", "Dragon Rush", "Earthquake"]}}, "Dracovish": {"Band Rush": {"item": "Choice Band", "ability": "Sand Rush", "nature": "Jolly", "teraType": "Water", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fishious Rend", "Psychic Fangs", "Dragon Rush", "Sleep Talk"]}, "Scarf Jaw": {"item": "Choice Scarf", "ability": "Strong Jaw", "nature": "Jolly", "teraType": "Water", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fishious Rend", "Psychic Fangs", "Dragon Rush", "Sleep Talk"]}}, "Centiskorch": {"Bulky Trapper": {"item": "Sitrus Berry", "ability": "Constrictor", "nature": "Impish", "teraType": "Fire", "evs": {"hp": 252, "at": 0, "df": 252, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Fire Lash", "Knock Off", "Lunge"]}}, "Milotic": {"Bulky Offense": {"item": "Leftovers", "ability": "Competitive", "nature": "Modest", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Scald", "Draining Kiss", "Ice Beam", "Protect"]}}, "Masquerain": {"TW Support": {"item": "Sitrus Berry", "ability": "Intimidate", "nature": "Bold", "teraType": "Bug", "evs": {"hp": 252, "at": 0, "df": 252, "sa": 4, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Bug Buzz", "Helping Hand", "Tailwind", "Air Cutter"]}}, "Zoroark": {"Offensive Sash": {"item": "Focus Sash", "ability": "Illusion", "nature": "Timid", "teraType": "Poison", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Night Daze", "Sludge Bomb", "Flamethrower"]}}, "Espeon": {"Special LO": {"item": "Life Orb", "ability": "Magic Guard", "nature": "Timid", "teraType": "Fairy", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Psychic", "Grass Knot", "Dazzling Gleam", "Protect"]}}, "Luxray": {"Physical AV": {"item": "Assault Vest", "ability": "Intimidate", "nature": "Adamant", "teraType": "Electric", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Play Rough", "Wild Charge", "Superpower", "Throat Chop"]}}, "Hitmonlee": {"Offensive Seed": {"item": "Grassy Seed", "ability": "Unburden", "nature": "Adamant", "teraType": "Rock", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["High Jump Kick", "Stone Edge", "Knock Off", "Fake Out"]}, "Life Orb": {"item": "Life Orb", "ability": "Reckless", "nature": "Jolly", "teraType": "Rock", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["High Jump Kick", "Stone Edge", "Knock Off", "Fake Out"]}}, "Butterfree": {"Sash Support": {"item": "Focus Sash", "ability": "Compound Eyes", "nature": "Modest", "teraType": "Water", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hurricane", "Sleep Powder", "Tailwind", "Bug Buzz"]}}, "Goodra": {"Rain Tank": {"item": "Leftovers", "ability": "Hydration", "nature": "Modest", "teraType": "Electric", "evs": {"hp": 252, "at": 0, "df": 20, "sa": 236, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Scald", "Dragon Pulse", "Thunder", "Rest"]}}, "Obstagoon": {"Flame Orb": {"item": "Flame Orb", "ability": "Guts", "nature": "Jolly", "teraType": "Dark", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Facade", "Obstruct", "Sucker Punch", "Knock Off"]}}, "Poliwrath": {"Band": {"item": "Choice Band", "ability": "Swift Swim", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Surging Strikes", "Close Combat", "Earthquake", "Throat Chop"]}}, "Scolipede": {"Swords Dance": {"item": "Sitrus Berry", "ability": "Speed Boost", "nature": "Adamant", "teraType": "Bug", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Megahorn", "Poison Jab", "Swords Dance", "Earthquake"]}}, "Gorebyss": {"Shell Smash": {"item": "Life Orb", "ability": "Swift Swim", "nature": "Modest", "teraType": "Water", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hydro Pump", "Ice Beam", "Psychic", "Shell Smash"]}}, "Orbeetle": {"Gravity Supp": {"item": "Leftovers", "ability": "Telepathy", "nature": "Sassy", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["G-Max Gravitas", "Bug Buzz", "Helping Hand", "Trick Room"]}}, "Ariados": {"Special Threader": {"item": "Sitrus Berry", "ability": "Merciless", "nature": "Modest", "teraType": "Ground", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tera Blast", "Toxic Thread", "Venoshock", "Bug Buzz"]}, "Physical Threader": {"item": "Sitrus Berry", "ability": "Merciless", "nature": "Careful", "teraType": "Ground", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 0, "sd": 252, "sp": 4}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Megahorn", "Toxic Thread", "Stomping Tantrum", "Protect"]}}, "Wo-Chien": {"Bulky Support": {"item": "Leftovers", "ability": "Tablets of Ruin", "nature": "Sassy", "teraType": "Poison", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Knock Off", "Snarl", "Jungle Healing", "Ruination"]}}, "Sirfetch\u2019d": {"Critter": {"item": "Leek", "ability": "Super Luck", "nature": "Adamant", "teraType": "Flying", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Superpower", "Knock Off", "Brave Bird", "Swords Dance"]}}, "Oricorio-Pa'u": {"Quiver Dance": {"item": "Leftovers", "ability": "Dancer", "nature": "Modest", "teraType": "Ground", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Revelation Dance", "Air Slash", "Quiver Dance", "Protect"]}}, "Lycanroc-Dusk": {"Band": {"item": "Choice Band", "ability": "Tough Claws", "nature": "Jolly", "teraType": "Fairy", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Accelerock", "Play Rough", "Close Combat", "Return"]}}, "Gogoat": {"Bulky Grass Pelt": {"item": "Sitrus Berry", "ability": "Grass Pelt", "nature": "Adamant", "teraType": "Grass", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Horn Leech", "Play Rough", "Superpower", "Milk Drink"]}}, "Oricorio-Pom-Pom": {"Quiver Dance": {"item": "Leftovers", "ability": "Dancer", "nature": "Modest", "teraType": "Ice", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Revelation Dance", "Air Slash", "Quiver Dance", "Protect"]}}, "Ogerpon-Cornerstone": {"Bulky Attacker": {"item": "Cornerstone Mask", "ability": "Sturdy", "nature": "Adamant", "teraType": "Rock", "evs": {"hp": 252, "at": 236, "df": 4, "sa": 0, "sd": 4, "sp": 12}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Follow Me", "Ivy Cudgel", "Horn Leech", "Spiky Shield"]}}, "Floatzel": {"LO Rain": {"item": "Life Orb", "ability": "Swift Swim", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Wave Crash", "Aqua Jet", "Ice Spinner", "Protect"]}}, "Barbaracle": {"Shell Smash": {"item": "White Herb", "ability": "Tough Claws", "nature": "Adamant", "teraType": "Fire", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Liquidation", "Rock Slide", "Aqua Jet", "Shell Smash"]}, "Bulky AV": {"item": "Assault Vest", "ability": "Intimidate", "nature": "Adamant", "teraType": "Rock", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Liquidation", "Rock Slide", "Aqua Jet", "Superpower"]}}, "Hitmonchan": {"Offensive Sash": {"item": "Focus Sash", "ability": "Fighting Spirit", "nature": "Jolly", "teraType": "Fighting", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Close Combat", "Fake Out", "Endure", "Rock Slide"]}}, "Lurantis": {"Mixed AV": {"item": "Assault Vest", "ability": "Contrary", "nature": "Brave", "teraType": "Fighting", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 4, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Superpower", "Leaf Storm", "Knock Off", "Return"]}}, "Kangaskhan": {"Assault Vest": {"item": "Assault Vest", "ability": "Parental Bond", "nature": "Adamant", "teraType": "Ghost", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 4}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Power-Up Punch", "Return", "Crunch"]}}, "Ursaluna-Bloodmoon": {"Throat Spray": {"item": "Throat Spray", "ability": "Mind's Eye", "nature": "Modest", "teraType": "Fighting", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hyper Voice", "Vacuum Wave", "Blood Moon", "Earth Power"]}}, "Annihilape": {"Bulk Up": {"item": "Leftovers", "ability": "Defiant", "nature": "Adamant", "teraType": "Fire", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 4}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Rage Fist", "Drain Punch", "Bulk Up", "Protect"]}, "Scarf": {"item": "Choice Scarf", "ability": "Defiant", "nature": "Jolly", "teraType": "Fire", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Rage Fist", "Drain Punch", "Final Gambit", "U-turn"]}}, "Inteleon": {"Critter": {"item": "Scope Lens", "ability": "Sniper", "nature": "Timid", "teraType": "Water", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Snipe Shot", "Air Cutter", "Ice Beam", "Flip Turn"]}}, "Tsareena": {"Offensive": {"item": "Wide Lens", "ability": "Regal Majesty", "nature": "Adamant", "teraType": "Grass", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Triple Axel", "Power Whip", "High Jump Kick", "Protect"]}}, "Clodsire": {"Curse": {"item": "Leftovers", "ability": "Friend Guard", "nature": "Careful", "teraType": "Flying", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Earthquake", "Curse", "Gunk Shot", "Recover"]}}, "Plusle": {"Offensive Sash": {"item": "Focus Sash", "ability": "Battery", "nature": "Hasty", "teraType": "Flying", "evs": {"hp": 0, "at": 4, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Nuzzle", "Thunderbolt", "Protect", "Fake Tears"]}}, "Dachsbun": {"Body Press": {"item": "Leftovers", "ability": "Well-Baked Body", "nature": "Careful", "teraType": "Fighting", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Body Press", "Play Rough", "Yawn", "Protect"]}}, "Houndoom": {"LO Sun": {"item": "Life Orb", "ability": "Solar Power", "nature": "Timid", "teraType": "Grass", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Heat Wave", "Dark Pulse", "Solar Beam", "Overheat"]}}, "Victreebel": {"Physical": {"item": "Focus Sash", "ability": "Chlorophyll", "nature": "Adamant", "teraType": "Fire", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Power Whip", "Sleep Powder", "Poison Jab", "Knock Off"]}, "Special Sun": {"item": "Life Orb", "ability": "Chlorophyll", "nature": "Modest", "teraType": "Fire", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Solar Beam", "Sludge Bomb", "Weather Ball", "Sleep Powder"]}}, "Brambleghast": {"Offensive Sash": {"item": "Focus Sash", "ability": "Wind Rider", "nature": "Jolly", "teraType": "Ghost", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Strength Sap", "Poltergeist", "Shadow Sneak", "Power Whip"]}}, "Serperior": {"Offensive": {"item": "Iapapa Berry", "ability": "Contrary", "nature": "Timid", "teraType": "Fire", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Draco Meteor", "Leaf Storm", "Protect", "Hidden Power Fire"]}}, "Overqwil": {"Assault Vest": {"item": "Assault Vest", "ability": "Intimidate", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 4, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Liquidation", "Gunk Shot", "Self-Destruct", "Knock Off"]}}, "Charizard": {"Specs": {"item": "Choice Specs", "ability": "Solar Power", "nature": "Timid", "teraType": "Fire", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Heat Wave", "Air Slash", "Overheat", "Focus Blast"]}, "Physical": {"item": "Life Orb", "ability": "Tough Claws", "nature": "Jolly", "teraType": "Ground", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Swords Dance", "Flare Blitz", "Outrage", "Headlong Rush"]}}, "Bibarel": {"Swords Dance": {"item": "Clear Amulet", "ability": "Simple", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Return", "Aqua Jet", "Waterfall", "Swords Dance"]}}, "Gholdengo": {"Nasty Plot": {"item": "Leftovers", "ability": "Good as Gold", "nature": "Modest", "teraType": "Steel", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Make It Rain", "Nasty Plot", "Shadow Ball", "Protect"]}}, "Aegislash-Blade": {"Swords Dance": {"item": "Leftovers", "ability": "Stance Change", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Behemoth Blade", "King's Shield", "Shadow Claw", "Swords Dance"]}}, "Aegislash-Shield": {"Swords Dance": {"item": "Leftovers", "ability": "Stance Change", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Behemoth Blade", "King's Shield", "Shadow Claw", "Swords Dance"]}}, "Aegislash-Both": {"Swords Dance": {"item": "Leftovers", "ability": "Stance Change", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Behemoth Blade", "King's Shield", "Shadow Claw", "Swords Dance"]}}, "Heatmor": {"Scarf": {"item": "Choice Scarf", "ability": "Tough Claws", "nature": "Jolly", "teraType": "Dark", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Flare Blitz", "Sucker Punch", "Knock Off", "Body Slam"]}, "Lifetaker": {"item": "Sitrus Berry", "ability": "Lifetaker", "nature": "Adamant", "teraType": "Dark", "evs": {"hp": 244, "at": 252, "df": 0, "sa": 0, "sd": 12, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Flare Blitz", "Sucker Punch", "Knock Off", "Protect"]}}, "Mamoswine": {"Offensive Sash": {"item": "Focus Sash", "ability": "Oblivious", "nature": "Jolly", "teraType": "Ice", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["High Horsepower", "Ice Shard", "Protect", "Icicle Crash"]}}, "Duraludon": {"Fast AV": {"item": "Assault Vest", "ability": "Rampage", "nature": "Timid", "teraType": "Electric", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Steel Beam", "Draco Meteor", "G-Max Depletion", "Thunderbolt"]}, "Specs": {"item": "Choice Specs", "ability": "Rampage", "nature": "Modest", "teraType": "Dragon", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Steel Beam", "Draco Meteor", "G-Max Depletion", "Thunderbolt"]}}, "Volcarona": {"Quiver Dance": {"item": "Sitrus Berry", "ability": "Flame Body", "nature": "Modest", "teraType": "Grass", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fiery Dance", "Giga Drain", "Quiver Dance", "Bug Buzz"]}, "Support": {"item": "Covert Cloak", "ability": "Flame Body", "nature": "Calm", "teraType": "Grass", "evs": {"hp": 244, "at": 0, "df": 0, "sa": 52, "sd": 212, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Overheat", "Rage Powder", "Will-O-Wisp", "Morning Sun"]}}, "Skeledirge": {"Throat Spray": {"item": "Throat Spray", "ability": "Unaware", "nature": "Modest", "teraType": "Fire", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Torch Song", "Shadow Ball", "Heat Wave", "Slack Off"]}}, "Glimmora": {"Sash Corrosion": {"item": "Focus Sash", "ability": "Corrosion", "nature": "Naive", "teraType": "Flying", "evs": {"hp": 0, "at": 4, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Mortal Spin", "Spiky Shield", "Earth Power", "Power Gem"]}}, "Rotom-Heat": {"Fast Support": {"item": "Sitrus Berry", "ability": "Levitate", "nature": "Timid", "teraType": "Electric", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Overheat", "Thunderbolt", "Volt Switch", "Will-O-Wisp"]}}, "Iron Valiant": {"Physical": {"item": "Focus Sash", "ability": "Quark Drive", "nature": "Jolly", "teraType": "Fairy", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Close Combat", "Knock Off", "Spirit Break", "Wide Guard"]}, "Special LO": {"item": "Life Orb", "ability": "Quark Drive", "nature": "Timid", "teraType": "Electric", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Focus Blast", "Moonblast", "Thunderbolt", "Wide Guard"]}}, "Bouffalant": {"Physical AV": {"item": "Assault Vest", "ability": "Reckless", "nature": "Adamant", "teraType": "Rock", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Head Charge", "Close Combat", "Head Smash", "Wild Charge"]}}, "Dustox": {"Quiver Dance": {"item": "Leftovers", "ability": "Multiscale", "nature": "Modest", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 252, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Roost", "Bug Buzz", "Quiver Dance", "Sludge Bomb"]}}, "Dipplin": {"Bulky Leech": {"item": "Eviolite", "ability": "Supersweet Syrup", "nature": "Bold", "teraType": "Steel", "evs": {"hp": 252, "at": 0, "df": 196, "sa": 0, "sd": 60, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Syrup Bomb", "Draco Meteor", "Protect", "Leech Seed"]}}, "Terrakion": {"Physical LO": {"item": "Life Orb", "ability": "Justified", "nature": "Jolly", "teraType": "Rock", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Close Combat", "Rock Slide", "Iron Head", "Protect"]}}, "Dragapult": {"Band": {"item": "Choice Band", "ability": "Clear Body", "nature": "Jolly", "teraType": "Ghost", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["U-turn", "Tera Blast", "Dragon Darts", "Phantom Force"]}}, "Walrein": {"Anti-Prio Supp": {"item": "Leftovers", "ability": "Regal Majesty", "nature": "Calm", "teraType": "Flying", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Flash Freeze", "Super Fang", "Ice Beam", "Slack Off"]}, "Curse": {"item": "Leftovers", "ability": "Regal Majesty", "nature": "Careful", "teraType": "Grass", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Curse", "Slush Crush", "Liquidation", "Slack Off"]}}, "Glaceon": {"Snow Sweeper": {"item": "Never-Melt Ice", "ability": "Slush Rush", "nature": "Modest", "teraType": "Ground", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Blizzard", "Freeze-Dry", "Flash Freeze", "Mud Shot"]}}, "Gumshoos": {"Physical AV": {"item": "Assault Vest", "ability": "Strong Jaw", "nature": "Adamant", "teraType": "Psychic", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hyper Fang", "Psychic Fangs", "Fire Fang", "Crunch"]}}, "Mienshao": {"Fast Support": {"item": "Focus Sash", "ability": "Inner Focus", "nature": "Jolly", "teraType": "Ghost", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "High Jump Kick", "Wide Guard", "Taunt"]}}, "Sharpedo": {"Physical Sash": {"item": "Life Orb", "ability": "Speed Boost", "nature": "Jolly", "teraType": "Dark", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Wave Crash", "Close Combat", "Crunch", "Protect"]}}, "Lanturn": {"AV Storm Drain": {"item": "Assault Vest", "ability": "Storm Drain", "nature": "Modest", "teraType": "Fire", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Volt Switch", "Discharge", "Dazzling Gleam", "Scald"]}, "AV Lightning Rod": {"item": "Assault Vest", "ability": "Lightning Rod", "nature": "Modest", "teraType": "Flying", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Volt Switch", "Discharge", "Icy Wind", "Scald"]}}, "Durant": {"Entrainment": {"item": "Focus Sash", "ability": "Truant", "nature": "Jolly", "teraType": "Ghost", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Entrainment", "Iron Head", "X-Scissor", "Endeavor"]}, "Physical Sash": {"item": "Focus Sash", "ability": "Hustle", "nature": "Jolly", "teraType": "Water", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["First Impression", "Metal Burst", "X-Scissor", "Iron Head"]}}, "Rotom-Wash": {"Offensive Support": {"item": "Leftovers", "ability": "Levitate", "nature": "Modest", "teraType": "Electric", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hydro Pump", "Volt Switch", "Thunderbolt", "Will-O-Wisp"]}}, "Dusclops": {"TR Setter": {"item": "Eviolite", "ability": "Frisk", "nature": "Calm", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Trick Room", "Will-O-Wisp", "Helping Hand", "Night Shade"]}}, "Decidueye-Hisui": {"Scarf": {"item": "Choice Scarf", "ability": "Scrappy", "nature": "Jolly", "teraType": "Ghost", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Triple Arrows", "Spirit Shackle", "Thousand Arrows", "Triple Axel"]}, "Bulky LO": {"item": "Life Orb", "ability": "Scrappy", "nature": "Adamant", "teraType": "Ghost", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Triple Arrows", "Spirit Shackle", "Thousand Arrows", "Protect"]}}, "Ludicolo": {"Rain Support": {"item": "Sitrus Berry", "ability": "Swift Swim", "nature": "Modest", "teraType": "Steel", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Encore", "Hydro Pump", "Leaf Storm"]}}, "Roaring Moon": {"Dragon Dance": {"item": "Booster Energy", "ability": "Protosynthesis", "nature": "Jolly", "teraType": "Flying", "evs": {"hp": 36, "at": 220, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Lunge", "Tailwind", "Acrobatics", "Dragon Dance"]}}, "Oricorio": {"Quiver Dance": {"item": "Leftovers", "ability": "Dancer", "nature": "Modest", "teraType": "Fairy", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Revelation Dance", "Air Slash", "Quiver Dance", "Protect"]}}, "Munkidori": {"Special Sash": {"item": "Focus Sash", "ability": "Toxic Chain", "nature": "Hasty", "teraType": "Poison", "evs": {"hp": 0, "at": 4, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Psychic", "Sludge Bomb", "Focus Blast"]}}, "Dragalge": {"Bulky Special": {"item": "Black Sludge", "ability": "Adaptability", "nature": "Modest", "teraType": "Poison", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Draco Meteor", "Sludge Bomb", "Haze", "Focus Blast"]}}, "Golduck": {"Sash Attacker": {"item": "Focus Sash", "ability": "Cloud Nine", "nature": "Timid", "teraType": "Grass", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hydro Pump", "Psychic", "Ice Beam", "Protect"]}, "LO Surfer": {"item": "Life Orb", "ability": "Mind Surfer", "nature": "Timid", "teraType": "Grass", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hydro Pump", "Psychic", "Focus Blast", "Protect"]}}, "Emolga": {"Fast Support": {"item": "Focus Sash", "ability": "Motor Drive", "nature": "Timid", "teraType": "Steel", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tailwind", "Volt Switch", "Nuzzle", "Fake Tears"]}}, "Great Tusk": {"Physical AV": {"item": "Assault Vest", "ability": "Protosynthesis", "nature": "Adamant", "teraType": "Ground", "evs": {"hp": 244, "at": 228, "df": 0, "sa": 0, "sd": 36, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Headlong Rush", "Close Combat", "Earthquake", "Knock Off"]}}, "Ledian": {"Special LO": {"item": "Life Orb", "ability": "Mystic Fist", "nature": "Modest", "teraType": "Water", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Jet Punch", "Drain Punch", "Ice Punch", "Bug Buzz"]}}, "Slither Wing": {"Offensive Sash": {"item": "Focus Sash", "ability": "Swarm", "nature": "Jolly", "teraType": "Bug", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["First Impression", "Close Combat", "Earthquake", "U-turn"]}}, "Gastrodon": {"Stall": {"item": "Leftovers", "ability": "Storm Drain", "nature": "Bold", "teraType": "Fire", "evs": {"hp": 252, "at": 0, "df": 252, "sa": 4, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Clear Smog", "Earth Power", "Scald", "Recover"]}}, "Donphan": {"Offensive": {"item": "Sitrus Berry", "ability": "Rampage", "nature": "Adamant", "teraType": "Fairy", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Headlong Rush", "Knock Off", "Play Rough", "Protect"]}}, "Tapu Fini": {"Calm Mind": {"item": "Sitrus Berry", "ability": "Misty Surge", "nature": "Modest", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 4}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Moonblast", "Muddy Water", "Calm Mind", "Protect"]}}, "Torterra": {"Assault Vest": {"item": "Assault Vest", "ability": "Sinnohan Grit", "nature": "Careful", "teraType": "Rock", "evs": {"hp": 0, "at": 252, "df": 164, "sa": 0, "sd": 92, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Superpower", "Wood Hammer", "Headlong Rush", "Rock Slide"]}, "Shell Smash": {"item": "Sitrus Berry", "ability": "Sinnohan Grit", "nature": "Adamant", "teraType": "Rock", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Shell Smash", "Wood Hammer", "Headlong Rush", "Rock Slide"]}}, "Orthworm": {"Shed Tail": {"item": "Sitrus Berry", "ability": "Earth Eater", "nature": "Impish", "teraType": "Ghost", "evs": {"hp": 252, "at": 4, "df": 116, "sa": 0, "sd": 136, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Shed Tail", "Heavy Slam", "Dig", "Protect"]}}, "Ogerpon": {"Physical LO": {"item": "Life Orb", "ability": "Defiant", "nature": "Jolly", "teraType": "Grass", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Ivy Cudgel", "Knock Off", "Play Rough", "Superpower"]}}, "Nidoking": {"Special LO": {"item": "Life Orb", "ability": "Sheer Force", "nature": "Timid", "teraType": "Ground", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Earth Power", "Sludge Bomb", "Ice Beam", "Protect"]}, "Physical LO": {"item": "Life Orb", "ability": "Big Balls", "nature": "Timid", "teraType": "Rock", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Head Smash", "High Horsepower", "Poison Jab", "Protect"]}}, "Galvantula": {"Special Sash": {"item": "Focus Sash", "ability": "Compound Eyes", "nature": "Timid", "teraType": "Fighting", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Thunder", "Focus Blast", "Sticky Web", "Electroweb"]}}, "Sylveon": {"Offensive": {"item": "Throat Spray", "ability": "Pixilate", "nature": "Modest", "teraType": "Fire", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hyper Beam", "Mystical Fire", "Echoed Voice", "Hyper Voice"]}}, "Klefki": {"Dual Screens": {"item": "Light Clay", "ability": "Prankster", "nature": "Impish", "teraType": "Water", "evs": {"hp": 252, "at": 4, "df": 252, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Play Rough", "Reflect", "Light Screen", "Crafty Shield"]}}, "Weezing-Galar": {"Neutralizing Support": {"item": "Leftovers", "ability": "Neutralizing Gas", "nature": "Calm", "teraType": "Flying", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Strange Steam", "Taunt", "Will-O-Wisp", "Destiny Bond"]}}, "Pikachu": {"Physical": {"item": "Light Ball", "ability": "Lightning Rod", "nature": "Jolly", "teraType": "Normal", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Volt Tackle", "Extreme Speed", "Knock Off"]}, "Special": {"item": "Light Ball", "ability": "Lightning Rod", "nature": "Hasty", "teraType": "Ice", "evs": {"hp": 0, "at": 4, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Thunderbolt", "Hidden Power Ice", "Surf"]}}, "Claydol": {"Disruptor": {"item": "Leftovers", "ability": "Wide Eyed", "nature": "Relaxed", "teraType": "Ground", "evs": {"hp": 252, "at": 0, "df": 140, "sa": 116, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Earth Power", "Scary Face", "Eerie Impulse", "Ally Switch"]}}, "Druddigon": {"LO Sheer Force": {"item": "Life Orb", "ability": "Sheer Force", "nature": "Adamant", "teraType": "Poison", "evs": {"hp": 244, "at": 252, "df": 0, "sa": 0, "sd": 12, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Dragon Rush", "Flare Blitz", "Gunk Shot", "Protect"]}}, "Gyarados": {"Dragon Dance": {"item": "Sitrus Berry", "ability": "Intimidate", "nature": "Adamant", "teraType": "Flying", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Dragon Dance", "Aqua Tail", "Tera Blast", "Power Whip"]}}, "Ninjask": {"Band": {"item": "Choice Band", "ability": "Infiltrator", "nature": "Lonely", "teraType": "Ground", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["U-turn", "Dive Bomb", "Final Gambit", "Tera Blast"]}, "Baton Passer": {"item": "Focus Sash", "ability": "Speed Boost", "nature": "Lonely", "teraType": "Ground", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Swords Dance", "Dive Bomb", "Baton Pass"]}}, "Mantine": {"Rain Sweeper": {"item": "Leftovers", "ability": "Swift Swim", "nature": "Modest", "teraType": "Ground", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hydro Pump", "Hurricane", "Ice Beam", "Protect"]}}, "Solrock": {"Assault Vest": {"item": "Assault Vest", "ability": "Full Metal Body", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Sunsteel Strike", "Flare Blitz", "Stone Edge", "Explosion"]}}, "Sableye": {"Prankster Support": {"item": "Focus Sash", "ability": "Prankster", "nature": "Careful", "teraType": "Steel", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Quash", "Knock Off", "Encore", "Will-O-Wisp"]}}, "Bellibolt": {"Bulky Special": {"item": "Weakness Policy", "ability": "Electromorphosis", "nature": "Calm", "teraType": "Water", "evs": {"hp": 0, "at": 0, "df": 52, "sa": 252, "sd": 204, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Thunderbolt", "Muddy Water", "Slack Off", "Protect"]}}, "Samurott-Hisui": {"Assault Vest": {"item": "Assault Vest", "ability": "Sharpness", "nature": "Jolly", "teraType": "Fighting", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Ceaseless Edge", "Razor Shell", "Sacred Sword", "Sucker Punch"]}}, "Pyroar": {"Support Attacker": {"item": "Throat Spray", "ability": "Intimidate", "nature": "Timid", "teraType": "Ghost", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Torch Song", "Helping Hand", "Will-O-Wisp", "Hyper Voice"]}}, "Magnezone": {"Special AV": {"item": "Assault Vest", "ability": "Analytic", "nature": "Quiet", "teraType": "Flying", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 252, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Thunderbolt", "Volt Switch", "Flash Cannon", "Explosion"]}}, "Buzzwole": {"Physical AV": {"item": "Assault Vest", "ability": "Sheer Force", "nature": "Adamant", "teraType": "Poison", "evs": {"hp": 244, "at": 244, "df": 0, "sa": 0, "sd": 20, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Lunge", "Poison Jab", "Rock Slide", "Drain Punch"]}}, "Oinkologne": {"Stuff Cheeks": {"item": "Liechi Berry", "ability": "Lingering Aroma", "nature": "Careful", "teraType": "Ghost", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Stuff Cheeks", "Return", "Jump Kick", "Protect"]}}, "Mandibuzz": {"Weakness Policy": {"item": "Weakness Policy", "ability": "Weak Armor", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 164, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 92}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Acrobatics", "Power Trip", "Egg Bomb", "Protect"]}, "Bulky TW": {"item": "Leftovers", "ability": "Overcoat", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 164, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 92}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Roost", "Knock Off", "U-turn", "Tailwind"]}}, "Arboliva": {"Throat Spray": {"item": "Throat Spray", "ability": "Seed Sower", "nature": "Modest", "teraType": "Normal", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Seed Flare", "Hyper Voice", "Protect", "Hyper Beam"]}}, "Okidogi": {"Physical AV": {"item": "Assault Vest", "ability": "Toxic Chain", "nature": "Adamant", "teraType": "Dark", "evs": {"hp": 204, "at": 252, "df": 0, "sa": 0, "sd": 52, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Low Sweep", "Gunk Shot", "Knock Off", "High Horsepower"]}}, "Cetitan": {"Belly Drum": {"item": "Sitrus Berry", "ability": "Slush Rush", "nature": "Jolly", "teraType": "Ground", "evs": {"hp": 4, "at": 252, "df": 28, "sa": 0, "sd": 12, "sp": 212}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Icicle Crash", "Belly Drum", "Ice Shard", "High Horsepower"]}}, "Houndstone": {"Sand Support": {"item": "Sitrus Berry", "ability": "Sand Rush", "nature": "Jolly", "teraType": "Fairy", "evs": {"hp": 12, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 244}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Last Respects", "Will-O-Wisp", "Destiny Bond", "Play Rough"]}, "Bulky Support": {"item": "Sitrus Berry", "ability": "Fluffy", "nature": "Careful", "teraType": "Fairy", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Last Respects", "Will-O-Wisp", "Howl", "Play Rough"]}}, "Pincurchin": {"Phys Def": {"item": "Rocky Helmet", "ability": "Electric Surge", "nature": "Bold", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 252, "sa": 4, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Rising Voltage", "Scald", "Recover", "Thunder Wave"]}}, "Sawsbuck": {"Flincher": {"item": "Leftovers", "ability": "Serene Grace", "nature": "Jolly", "teraType": "Rock", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Headbutt", "Rock Slide", "Horn Leech", "Protect"]}, "LO Sun": {"item": "Life Orb", "ability": "Chlorophyll", "nature": "Adamant", "teraType": "Fighting", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["High Jump Kick", "Blaze Kick", "Giga Impact", "Horn Leech"]}}, "Kingdra": {"Critter": {"item": "Scope Lens", "ability": "Sniper", "nature": "Timid", "teraType": "Water", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Draco Meteor", "Surf", "Ice Beam", "Focus Energy"]}}, "Jellicent": {"Bulky Support": {"item": "Rocky Helmet", "ability": "Cursed Body", "nature": "Bold", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 252, "sa": 4, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Icy Wind", "Scald", "Strength Sap", "Life Dew"]}}, "Eldegoss": {"Bulky Support": {"item": "Mental Herb", "ability": "Cotton Down", "nature": "Timid", "teraType": "Grass", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Pollen Puff", "Helping Hand", "Leech Seed", "Sleep Powder"]}, "Body Press": {"item": "Leftovers", "ability": "Cotton Down", "nature": "Calm", "teraType": "Fighting", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Body Press", "Cotton Guard", "Pollen Puff", "Sleep Powder"]}}, "Espathra": {"Hypnosis": {"item": "Covert Cloak", "ability": "Speed Boost", "nature": "Modest", "teraType": "Fairy", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Lumina Crash", "Hypnosis", "Protect", "Dazzling Gleam"]}}, "Sandaconda": {"Physical AV": {"item": "Assault Vest", "ability": "Constrictor", "nature": "Adamant", "teraType": "Poison", "evs": {"hp": 252, "at": 220, "df": 0, "sa": 0, "sd": 36, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Poison Tail", "High Horsepower", "Body Press", "Earthquake"]}}, "Froslass": {"Fast Support": {"item": "Focus Sash", "ability": "Infiltrator", "nature": "Timid", "teraType": "Ice", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Flash Freeze", "Will-O-Wisp", "Destiny Bond", "Shadow Ball"]}, "Snow Support": {"item": "Sitrus Berry", "ability": "Snow Cloak", "nature": "Timid", "teraType": "Ice", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Blizzard", "Aurora Veil", "Taunt", "Flash Freeze"]}}, "Quaquaval": {"Scarf": {"item": "Choice Scarf", "ability": "Moxie", "nature": "Jolly", "teraType": "Flying", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Wave Crash", "Close Combat", "Aqua Jet", "Brave Bird"]}, "Moxie Sweeper": {"item": "Clear Amulet", "ability": "Moxie", "nature": "Jolly", "teraType": "Flying", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Aqua Step", "Close Combat", "Detect", "Brave Bird"]}}, "Garganacl": {"Body Press": {"item": "Leftovers", "ability": "Purifying Salt", "nature": "Impish", "teraType": "Ghost", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Salt Cure", "Iron Defense", "Body Press", "Recover"]}}, "Slurpuff": {"Fast Support": {"item": "Electric Seed", "ability": "Unburden", "nature": "Timid", "teraType": "Steel", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["After You", "Dazzling Gleam", "Fake Tears", "Misty Explosion"]}}, "Corviknight": {"Bulk Up": {"item": "Leftovers", "ability": "Mirror Armor", "nature": "Impish", "teraType": "Ghost", "evs": {"hp": 252, "at": 0, "df": 116, "sa": 0, "sd": 140, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Brave Bird", "Body Press", "Bulk Up", "Roost"]}}, "Araquanid": {"Physical AV": {"item": "Assault Vest", "ability": "Water Bubble", "nature": "Adamant", "teraType": "Poison", "evs": {"hp": 252, "at": 252, "df": 4, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Leech Life", "Liquidation", "Crunch", "Poison Jab"]}}, "Mismagius": {"Fast Support": {"item": "Focus Sash", "ability": "Levitate", "nature": "Timid", "teraType": "Ghost", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Dazzling Gleam", "Destiny Bond", "Shadow Ball", "Will-O-Wisp"]}}, "Ceruledge": {"Band": {"item": "Choice Band", "ability": "Sharpness", "nature": "Jolly", "teraType": "Grass", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Bitter Blade", "Solar Blade", "Night Slash", "Poltergeist"]}}, "Indeedee": {"Offensive": {"item": "Twisted Spoon", "ability": "Psychic Surge", "nature": "Timid", "teraType": "Fire", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Expanding Force", "Ally Switch", "Hyper Voice", "Mystical Fire"]}}, "Barraskewda": {"Physical LO": {"item": "Focus Sash", "ability": "Swift Swim", "nature": "Jolly", "teraType": "Water", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Liquidation", "Psychic Fangs", "Flip Turn", "Crunch"]}}, "Arctozolt": {"Mixed Snow": {"item": "Life Orb", "ability": "Slush Rush", "nature": "Naive", "teraType": "Ghost", "evs": {"hp": 0, "at": 236, "df": 0, "sa": 20, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Bolt Beak", "Blizzard", "Protect", "Flash Freeze"]}}, "Dubwool": {"Body Press": {"item": "Leftovers", "ability": "Fluffy", "nature": "Careful", "teraType": "Water", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Cotton Guard", "Body Press", "Wild Charge", "Protect"]}}, "Celesteela": {"Bulky Special": {"item": "Leftovers", "ability": "Beast Boost", "nature": "Bold", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 212, "sa": 44, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Leech Seed", "Protect", "Flash Cannon", "Flamethrower"]}}, "Leafeon": {"Physical LO": {"item": "Life Orb", "ability": "Chlorophyll", "nature": "Jolly", "teraType": "Water", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Leaf Blade", "Tera Blast", "Knock Off", "Synthesis"]}}, "Breloom": {"Physical Sash": {"item": "Focus Sash", "ability": "Technician", "nature": "Jolly", "teraType": "Ghost", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Rock Tomb", "Mach Punch", "Bullet Seed", "Spore"]}}, "Noctowl": {"Tailroom": {"item": "Covert Cloak", "ability": "Insomnia", "nature": "Calm", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 252, "sa": 4, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tailwind", "Trick Room", "Hyper Voice", "Eerie Impulse"]}}, "Cofagrigus": {"TR Setter": {"item": "Mental Herb", "ability": "Mummy", "nature": "Sassy", "teraType": "Dark", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Will-O-Wisp", "Trick Room", "Haze", "Hex"]}}, "Jolteon": {"Fast Support": {"item": "Focus Sash", "ability": "Rough Skin", "nature": "Timid", "teraType": "Ice", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Eerie Impulse", "Charm", "Thunderbolt", "Hidden Power Ice"]}}, "Relicanth": {"Physical LO": {"item": "Life Orb", "ability": "Rock Head", "nature": "Jolly", "teraType": "Fire", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Head Smash", "Wave Crash", "Earthquake", "Protect"]}}, "Scizor": {"Band": {"item": "Choice Band", "ability": "Technician", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Bug Bite", "Bullet Punch", "Close Combat", "Hidden Power Steel"]}}, "Hawlucha": {"Unburden Sweeper": {"item": "Mirror Herb", "ability": "Unburden", "nature": "Adamant", "teraType": "Rock", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Close Combat", "Dive Bomb", "Stone Edge"]}}, "Bombirdier": {"Big Pecks Sweeper": {"item": "Adrenaline Orb", "ability": "Big Pecks", "nature": "Adamant", "teraType": "Fire", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Power Trip", "Protect", "Brave Bird", "Egg Bomb"]}}, "Chatot": {"Special LO": {"item": "Life Orb", "ability": "Big Pecks", "nature": "Timid", "teraType": "Fire", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Boomburst", "Protect", "Aeroblast", "Heat Wave"]}}, "Falinks": {"No Retreat": {"item": "Iapapa Berry", "ability": "Defiant", "nature": "Adamant", "teraType": "Ghost", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["No Retreat", "Megahorn", "Close Combat", "Rock Slide"]}}, "Seismitoad": {"Physical LO": {"item": "Life Orb", "ability": "Swift Swim", "nature": "Adamant", "teraType": "Grass", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Power Whip", "Earthquake", "Liquidation", "Protect"]}, "Special LO": {"item": "Life Orb", "ability": "Swift Swim", "nature": "Modest", "teraType": "Grass", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hydro Pump", "Focus Blast", "Earth Power", "Protect"]}}, "Omastar": {"Meteor Beam": {"item": "Power Herb", "ability": "Swift Swim", "nature": "Modest", "teraType": "Flying", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hydro Pump", "Meteor Beam", "Ice Beam", "Protect"]}}, "Ogerpon-Hearthflame": {"Swords Dance": {"item": "Hearthflame Mask", "ability": "Mold Breaker", "nature": "Jolly", "teraType": "Fire", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Ivy Cudgel", "Wood Hammer", "Spiky Shield", "Swords Dance"]}}, "Zangoose": {"Toxic Orb": {"item": "Toxic Orb", "ability": "Toxic Boost", "nature": "Jolly", "teraType": "Normal", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Quick Attack", "Facade", "Close Combat"]}}, "Skarmory": {"Swords Dance": {"item": "Figy Berry", "ability": "Sand Rush", "nature": "Adamant", "teraType": "Ground", "evs": {"hp": 20, "at": 236, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Brave Bird", "Swords Dance", "Tera Blast", "Detect"]}, "Body Press": {"item": "Leftovers", "ability": "Sturdy", "nature": "Calm", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 20, "sa": 0, "sd": 236, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tailwind", "Roost", "Iron Defense", "Body Press"]}}, "Appletun": {"Defensive": {"item": "Leftovers", "ability": "Thick Fat", "nature": "Calm", "teraType": "Steel", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Leech Seed", "Apple Acid", "Dragon Pulse", "Recover"]}}, "Lycanroc": {"Sand Attacker": {"item": "Focus Sash", "ability": "Sand Rush", "nature": "Adamant", "teraType": "Rock", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Endeavor", "Accelerock", "Stone Edge", "Close Combat"]}}, "Clamperl": {"Shell Smash": {"item": "Deep Sea Tooth", "ability": "Rattled", "nature": "Timid", "teraType": "Grass", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Shell Smash", "Surf", "Ice Beam", "Hydro Pump"]}, "TR Sweeper": {"item": "Deep Sea Tooth", "ability": "Shell Armor", "nature": "Quiet", "teraType": "Grass", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tera Blast", "Surf", "Ice Beam", "Hydro Pump"]}}, "Minun": {"Battery Support": {"item": "Focus Sash", "ability": "Battery", "nature": "Timid", "teraType": "Flying", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Thunderbolt", "Nuzzle", "Helping Hand", "Electroweb"]}}, "Dunsparce": {"Paraflincher": {"item": "Eviolite", "ability": "Serene Grace", "nature": "Jolly", "teraType": "Rock", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Body Slam", "Rock Slide", "Roost", "Ancient Power"]}}, "Dudunsparce": {"Paraflincher": {"item": "Leftovers", "ability": "Serene Grace", "nature": "Jolly", "teraType": "Rock", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Rock Slide", "Body Slam", "Roost", "Ancient Power"]}}, "Rotom-Mow": {"Nasty Plot": {"item": "Wiki Berry", "ability": "Seed Sower", "nature": "Timid", "teraType": "Electric", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Nasty Plot", "Thunderbolt", "Leaf Storm"]}}, "Klawf": {"Anger Shell": {"item": "Liechi Berry", "ability": "Anger Shell", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Stone Edge", "Endure", "Crabhammer", "Fling"]}}, "Trevenant": {"Forest Curse": {"item": "Power Herb", "ability": "Natural Cure", "nature": "Sassy", "teraType": "Fire", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Forest's Curse", "Horn Leech", "Tera Blast", "Poltergeist"]}}, "Scovillain": {"Sash Support": {"item": "Focus Sash", "ability": "Moody", "nature": "Timid", "teraType": "Water", "evs": {"hp": 244, "at": 0, "df": 0, "sa": 12, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Spicy Extract", "Rage Powder", "Helping Hand", "Overheat"]}}, "Miltank": {"PuP Setup": {"item": "Leftovers", "ability": "Sap Sipper", "nature": "Jolly", "teraType": "Ground", "evs": {"hp": 76, "at": 180, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Present", "Milk Drink", "Power-Up Punch", "High Horsepower"]}}, "Escavalier": {"Band": {"item": "Choice Band", "ability": "Overcoat", "nature": "Brave", "teraType": "Bug", "evs": {"hp": 116, "at": 248, "df": 68, "sa": 0, "sd": 76, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Close Combat", "Megahorn", "Double-Edge", "Drill Run"]}, "Physical AV": {"item": "Assault Vest", "ability": "Overcoat", "nature": "Brave", "teraType": "Water", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Close Combat", "Megahorn", "Giga Impact", "Drill Run"]}}, "Mimikyu": {"TR Setter": {"item": "Mental Herb", "ability": "Disguise", "nature": "Adamant", "teraType": "Ghost", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Trick Room", "Poltergeist", "Shadow Sneak", "Will-O-Wisp"]}, "Swords Dance": {"item": "Life Orb", "ability": "Disguise", "nature": "Adamant", "teraType": "Ghost", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Swords Dance", "Poltergeist", "Shadow Sneak", "Flame Charge"]}}, "Forretress": {"Bulky Pivot": {"item": "Rocky Helmet", "ability": "Sturdy", "nature": "Brave", "teraType": "Water", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Gyro Ball", "Mortal Spin", "Explosion", "Volt Switch"]}}, "Emboar": {"Physical AV": {"item": "Assault Vest", "ability": "Reckless", "nature": "Adamant", "teraType": "Rock", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Axe Kick", "Flare Blitz", "Head Smash", "Wild Charge"]}}, "Kleavor": {"Physical Sash": {"item": "Focus Sash", "ability": "Sharpness", "nature": "Jolly", "teraType": "Normal", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["X-Scissor", "Stone Axe", "Slash", "Psycho Cut"]}}, "Azumarill": {"Belly Drum": {"item": "Sitrus Berry", "ability": "Huge Power", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 252, "at": 252, "df": 4, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Aqua Jet", "Play Rough", "Belly Drum", "Protect"]}, "Band": {"item": "Choice Band", "ability": "Huge Power", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 252, "at": 252, "df": 4, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Aqua Jet", "Play Rough", "Liquidation", "Superpower"]}}, "Latias": {"Defensive Support": {"item": "Rocky Helmet", "ability": "Prism Armor", "nature": "Timid", "teraType": "Fire", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Mystical Fire", "Tailwind", "Helping Hand", "Draco Meteor"]}}, "Drednaw": {"Physical LO": {"item": "Life Orb", "ability": "Swift Swim", "nature": "Adamant", "teraType": "Ground", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Head Smash", "Liquidation", "Earthquake", "Protect"]}}, "Toxapex": {"Special AV": {"item": "Assault Vest", "ability": "Merciless", "nature": "Modest", "teraType": "Ghost", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hydro Pump", "Venoshock", "Acid Spray", "Hex"]}, "Stall": {"item": "Leftovers", "ability": "Regenerator", "nature": "Bold", "teraType": "Ghost", "evs": {"hp": 252, "at": 0, "df": 252, "sa": 4, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Baneful Bunker", "Recover", "Acid Spray", "Scald"]}}, "Pyukumuku": {"Struggle AV": {"item": "Assault Vest", "ability": "Unaware", "nature": "Adamant", "teraType": "Ghost", "evs": {"hp": 252, "at": 252, "df": 4, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Recover", "Ally Switch", "Baton Pass", "Curse"]}, "Stall": {"item": "Leftovers", "ability": "Innards Out", "nature": "Adamant", "teraType": "Ghost", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Recover", "Hidden Power Ghost", "Toxic", "Curse"]}}, "Gallade": {"Physical LO": {"item": "Life Orb", "ability": "Sharpness", "nature": "Jolly", "teraType": "Normal", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Psycho Cut", "Sacred Sword", "Slash", "Protect"]}}, "Toxicroak": {"Special LO": {"item": "Life Orb", "ability": "Dry Skin", "nature": "Modest", "teraType": "Fighting", "evs": {"hp": 52, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 204}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Vacuum Wave", "Sludge Bomb", "Taunt", "Focus Blast"]}, "Sash Lead": {"item": "Focus Sash", "ability": "Poison Touch", "nature": "Modest", "teraType": "Fighting", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Vacuum Wave", "Sludge Bomb", "Taunt", "Fake Out"]}}, "Kabutops": {"LO Physical": {"item": "Life Orb", "ability": "Swift Swim", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Wave Crash", "Leech Life", "Flip Turn", "Protect"]}}, "Krookodile": {"Moxie Sweeper": {"item": "Focus Sash", "ability": "Moxie", "nature": "Jolly", "teraType": "Dragon", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Close Combat", "Power Trip", "High Horsepower", "Scale Shot"]}}, "Urshifu": {"Offensive": {"item": "Black Glasses", "ability": "Unseen Fist", "nature": "Jolly", "teraType": "Poison", "evs": {"hp": 28, "at": 236, "df": 28, "sa": 0, "sd": 4, "sp": 212}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Wicked Blow", "Close Combat", "Sucker Punch", "Detect"]}}, "Oricorio-Sensu": {"Quiver Dance": {"item": "Leftovers", "ability": "Dancer", "nature": "Modest", "teraType": "Fighting", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Quiver Dance", "Revelation Dance", "Air Slash", "Protect"]}} + "Magmortar": {"Defensive": {"item": "Sitrus Berry", "ability": "Heat Sink", "nature": "Bold", "teraType": "Grass", "evs": {"hp": 252, "at": 0, "df": 252, "sa": 4, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Helping Hand", "Armor Cannon", "Taunt"]}, "Offensive": {"item": "Charcoal", "ability": "Heat Sink", "nature": "Timid", "teraType": "Grass", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Heat Wave", "Protect", "Tera Blast", "Armor Cannon"]}}, "Porygon2": {"TR Setter": {"item": "Eviolite", "ability": "Machine Learning", "nature": "Sassy", "teraType": "Ghost", "evs": {"hp": 244, "at": 0, "df": 12, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Recover", "Eerie Impulse", "Trick Room", "Foul Play"]}, "Offensive": {"item": "Eviolite", "ability": "Download", "nature": "Modest", "teraType": "Ghost", "evs": {"hp": 244, "at": 0, "df": 0, "sa": 196, "sd": 68, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tri Attack", "Protect", "Trick Room", "Ice Beam"]}}, "Kecleon": {"Assault Vest": {"item": "Assault Vest", "ability": "Color Change", "nature": "Adamant", "teraType": "Dark", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Foul Play", "Shadow Sneak", "Aqua Tail", "Iron Tail"]}}, "Blacephalon": {"Choice Scarf": {"item": "Choice Scarf", "ability": "Beast Boost", "nature": "Timid", "teraType": "Fire", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Shadow Ball", "Heat Wave", "Mind Blown", "Trick"]}}, "Walking Wake": {"Life Orb": {"item": "Life Orb", "ability": "Protosynthesis", "nature": "Timid", "teraType": "Water", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hydro Steam", "Dragon Pulse", "Draco Meteor", "Protect"]}}, "Pelipper": {"Damp Rock": {"item": "Damp Rock", "ability": "Drizzle", "nature": "Bold", "teraType": "Ground", "evs": {"hp": 252, "at": 0, "df": 252, "sa": 4, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tailwind", "Hurricane", "Hydro Pump", "Protect"]}}, "Iron Jugulis": {"The Jugg": {"item": "King's Rock", "ability": "Triple Threat", "nature": "Timid", "teraType": "Fire", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Snarl", "Charge Beam", "Heat Wave", "Air Slash"]}}, "Whimsicott": {"TW Support": {"item": "Focus Sash", "ability": "Prankster", "nature": "Modest", "teraType": "Steel", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 4}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tailwind", "Moonblast", "Taunt", "Helping Hand"]}}, "Zapdos": {"Rain Sweeper": {"item": "Sitrus Berry", "ability": "Static", "nature": "Timid", "teraType": "Electric", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Weather Ball", "Thunder", "Hurricane", "Tailwind"]}}, "Furret": {"Fast Support": {"item": "Aguav Berry", "ability": "Fur Coat", "nature": "Jolly", "teraType": "Ghost", "evs": {"hp": 244, "at": 12, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Follow Me", "Knock Off", "Helping Hand", "Super Fang"]}}, "Maushold": {"Fast Support": {"item": "Wide Lens", "ability": "Friend Guard", "nature": "Timid", "teraType": "Ghost", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Follow Me", "Population Bomb", "Helping Hand", "Taunt"]}}, "Lopunny": {"Offensive Sash": {"item": "Focus Sash", "ability": "Scrappy", "nature": "Jolly", "teraType": "Ghost", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["U-turn", "Fake Out", "Triple Axel", "High Jump Kick"]}}, "Luvdisc": {"Offensive": {"item": "Pixie Plate", "ability": "Soul-Heart", "nature": "Timid", "teraType": "Fairy", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Ice Beam", "Hydro Pump", "Protect", "Fleur Cannon"]}}, "Indeedee-F": {"Psychic Seed": {"item": "Psychic Seed", "ability": "Psychic Surge", "nature": "Bold", "teraType": "Psychic", "evs": {"hp": 252, "at": 0, "df": 52, "sa": 0, "sd": 204, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Follow Me", "Helping Hand", "Protect", "Psychic"]}}, "Iron Hands": {"Assault Vest": {"item": "Assault Vest", "ability": "Iron Fist", "nature": "Adamant", "teraType": "Grass", "evs": {"hp": 244, "at": 252, "df": 0, "sa": 0, "sd": 12, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Drain Punch", "Thunder Punch", "Fake Out", "Ice Punch"]}}, "Vileplume": {"Specially Defensive": {"item": "Leftovers", "ability": "Effect Spore", "nature": "Calm", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Pollen Puff", "Leech Seed", "Jungle Healing", "Substitute"]}}, "Swoobat": {"Baton Pass": {"item": "Salac Berry", "ability": "Simple", "nature": "Timid", "teraType": "Flying", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Baton Pass", "Endure", "Air Slash", "Psychic"]}, "Calm Mind": {"item": "Leftovers", "ability": "Simple", "nature": "Timid", "teraType": "Fairy", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Calm Mind", "Protect", "Hurricane"]}}, "Audino": {"SpDef Healer": {"item": "Aguav Berry", "ability": "Healer", "nature": "Calm", "teraType": "Poison", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Helping Hand", "Moonblast", "Wish", "Ally Switch"]}}, "Torkoal": {"Defensive": {"item": "Leftovers", "ability": "Drought", "nature": "Bold", "teraType": "Grass", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 20, "sd": 232, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Earth Power", "Heat Wave", "Helping Hand", "Yawn"]}, "Offensive": {"item": "Charcoal", "ability": "Drought", "nature": "Quiet", "teraType": "Fire", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Earth Power", "Eruption", "Solar Beam", "Protect"]}}, "Mudsdale": {"Berserk Sweeper": {"item": "Berserk Gene", "ability": "Own Tempo", "nature": "Adamant", "teraType": "Fighting", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Earthquake", "Close Combat", "Rock Slide", "Protect"]}}, "Stunfisk-Galar": {"Assault Vest": {"item": "Assault Vest", "ability": "Mimicry", "nature": "Adamant", "teraType": "Fairy", "evs": {"hp": 244, "at": 252, "df": 0, "sa": 0, "sd": 12, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Power Whip", "Zen Headbutt", "Snap Trap", "Play Rough"]}}, "Pheromosa": {"Physical Sash": {"item": "Focus Sash", "ability": "Technician", "nature": "Jolly", "teraType": "Bug", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Double Kick", "Bug Bite", "Triple Axel", "Protect"]}, "Special Sash": {"item": "Focus Sash", "ability": "Beast Boost", "nature": "Timid", "teraType": "Bug", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Bug Buzz", "Ice Beam", "Focus Blast", "Protect"]}}, "Delibird": {"Choice Band": {"item": "Choice Band", "ability": "Hustle", "nature": "Jolly", "teraType": "Ice", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Brave Bird", "Ice Shard", "Ice Spinner", "Present"]}, "Physical Sash": {"item": "Focus Sash", "ability": "Hustle", "nature": "Jolly", "teraType": "Ice", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Brave Bird", "Ice Shard", "Ice Spinner", "Fake Out"]}}, "Porygon-Z": {"Conversion Sweeper": {"item": "Power Herb", "ability": "Adaptability", "nature": "Timid", "teraType": "Normal", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Conversion", "Thunderbolt", "Techno Blast", "Ice Beam"]}}, "Registeel": {"Curse": {"item": "Leftovers", "ability": "Heavy Metal", "nature": "Sassy", "teraType": "Poison", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 0}, "level": 50, "moves": ["Smeltery", "Protect", "Curse", "Gyro Ball"]}}, "Amoonguss": {"Defensive Support": {"item": "Covert Cloak", "ability": "Regenerator", "nature": "Calm", "teraType": "Grass", "evs": {"hp": 236, "at": 0, "df": 196, "sa": 0, "sd": 76, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Spore", "Pollen Puff", "Rage Powder", "Protect"]}}, "Cresselia": {"TR Support": {"item": "Leftovers", "ability": "Levitate", "nature": "Calm", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 220, "sa": 4, "sd": 28, "sp": 4}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Trick Room", "Moonblast", "Lunar Blessing", "Calm Mind"]}}, "Glalie": {"Life Orb Boomer": {"item": "Life Orb", "ability": "Refrigerate", "nature": "Jolly", "teraType": "Ghost", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Return", "Earthquake", "Protect"]}}, "Alcremie": {"Fast Support": {"item": "Focus Sash", "ability": "Sweet Veil", "nature": "Timid", "teraType": "Poison", "evs": {"hp": 4, "at": 0, "df": 252, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["G-Max Finale", "Protect", "Decorate", "Helping Hand"]}}, "Gigalith": {"Offensive Explosion": {"item": "Smooth Rock", "ability": "Sand Stream", "nature": "Quiet", "teraType": "Normal", "evs": {"hp": 244, "at": 4, "df": 4, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Diamond Storm", "Earth Power", "Protect", "Explosion"]}}, "Kartana": {"Sash": {"item": "Focus Sash", "ability": "Sharpness", "nature": "Jolly", "teraType": "Fighting", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Smart Strike", "Protect", "Sacred Sword", "Leaf Blade"]}, "Band": {"item": "Choice Band", "ability": "Sharpness", "nature": "Jolly", "teraType": "Fighting", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Smart Strike", "Slash", "Sacred Sword", "Leaf Blade"]}}, "Raikou": {"Dual Screens": {"item": "Light Clay", "ability": "Inner Focus", "nature": "Timid", "teraType": "Flying", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Divine Smite", "Aura Sphere", "Light Screen", "Reflect"]}}, "Chandelure": {"Sash": {"item": "Focus Sash", "ability": "Shadow Tagged", "nature": "Timid", "teraType": "Grass", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Shadow Ball", "Fire Blast", "Energy Ball", "Protect"]}, "Scarf": {"item": "Choice Scarf", "ability": "Flash Fire", "nature": "Timid", "teraType": "Grass", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Shadow Ball", "Overheat", "Energy Ball", "Heat Wave"]}}, "Cramorant": {"Sash Missile": {"item": "Focus Sash", "ability": "Gulp Missile", "nature": "Timid", "teraType": "Flying", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Surf", "Ice Beam", "Air Slash", "Protect"]}}, "Regigigas": {"Bulky": {"item": "Leftovers", "ability": "Slow Start", "nature": "Adamant", "teraType": "Ghost", "evs": {"hp": 252, "at": 236, "df": 4, "sa": 0, "sd": 12, "sp": 4}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Knock Off", "Wring Out", "Drain Punch", "Protect"]}, "Band": {"item": "Choice Band", "ability": "Slow Start", "nature": "Jolly", "teraType": "Normal", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Knock Off", "Wring Out", "Heat Crash", "Earthquake"]}}, "Heatran": {"Offensive Lefties": {"item": "Leftovers", "ability": "Flash Fire", "nature": "Modest", "teraType": "Grass", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Heat Wave", "Protect", "Earth Power", "Flash Cannon"]}}, "Greninja": {"Specs": {"item": "Choice Specs", "ability": "Battle Bond", "nature": "Timid", "teraType": "Water", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hydro Cannon", "Dark Pulse", "Water Shuriken", "Ice Beam"]}, "LO Protean": {"item": "Life Orb", "ability": "Protean", "nature": "Timid", "teraType": "Fairy", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hydro Cannon", "Tera Blast", "Water Shuriken", "Ice Beam"]}}, "Absol": {"Swords Dance": {"item": "Aguav Berry", "ability": "Magic Bounce", "nature": "Jolly", "teraType": "Dark", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Swords Dance", "Sucker Punch", "Knock Off", "Play Rough"]}}, "Togedemaru": {"Follow Me Supp": {"item": "Aguav Berry", "ability": "Iron Barbs", "nature": "Jolly", "teraType": "Flying", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Follow Me", "Fake Out", "Spiky Shield", "Zing Zap"]}}, "Dodrio": {"LO Attacker": {"item": "Life Orb", "ability": "Triple Threat", "nature": "Jolly", "teraType": "Normal", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Knock Off", "Brave Bird", "Return", "Jump Kick"]}}, "Archeops": {"Offensive Tailwind": {"item": "Sitrus Berry", "ability": "Defeatist", "nature": "Jolly", "teraType": "Rock", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Dive Bomb", "Head Smash", "Tailwind", "Protect"]}}, "Regieleki": {"Specs": {"item": "Choice Specs", "ability": "Transistor", "nature": "Hasty", "teraType": "Ice", "evs": {"hp": 0, "at": 4, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Electroweb", "Volt Switch", "Electro Ball", "Tera Blast"]}, "RevEleki": {"item": "Choice Band", "ability": "Transistor", "nature": "Jolly", "teraType": "Ice", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Wild Charge", "Hidden Power Ground", "Tera Blast"]}}, "Smeargle": {"Sleep Lead": {"item": "Focus Sash", "ability": "Mold Breaker", "nature": "Jolly", "teraType": "Ghost", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Spore", "Fake Out", "Present", "Spiky Shield"]}}, "Hariyama": {"Bulky AV": {"item": "Assault Vest", "ability": "Guts", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Salt Cure", "Knock Off", "Fake Out", "Drain Punch"]}}, "Goodra-Hisui": {"Body Press": {"item": "Leftovers", "ability": "Shell Armor", "nature": "Calm", "teraType": "Fighting", "evs": {"hp": 252, "at": 0, "df": 252, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Life Dew", "Protect", "Body Press", "Shelter"]}}, "Tangrowth": {"Rage Trapper": {"item": "Sitrus Berry", "ability": "Tangling Hair", "nature": "Bold", "teraType": "Grass", "evs": {"hp": 252, "at": 0, "df": 36, "sa": 0, "sd": 220, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Giga Drain", "Rage Powder", "Leech Seed", "Synthesis"]}}, "Lickilicky": {"Berserk Exploder": {"item": "Berserk Gene", "ability": "Own Tempo", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Protect", "Return", "Gunk Shot"]}}, "Frosmoth": {"Quiver Dance": {"item": "Leftovers", "ability": "Ice Scales", "nature": "Modest", "teraType": "Electric", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tera Blast", "Quiver Dance", "Protect", "Blizzard"]}}, "Kingambit": {"BIG BALLS": {"item": "Leftovers", "ability": "Big Balls", "nature": "Adamant", "teraType": "Dark", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Iron Head", "Knock Off", "Brick Break", "Sucker Punch"]}}, "Volbeat": {"Dual Screens TW": {"item": "Light Clay", "ability": "Prankster", "nature": "Impish", "teraType": "Ghost", "evs": {"hp": 252, "at": 12, "df": 244, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Light Screen", "Reflect", "Lunge", "Tailwind"]}, "Victory Dance": {"item": "Leftovers", "ability": "Prankster", "nature": "Careful", "teraType": "Ghost", "evs": {"hp": 252, "at": 12, "df": 4, "sa": 0, "sd": 236, "sp": 4}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Victory Dance", "Wild Charge", "Lunge", "Baton Pass"]}}, "Starmie": {"Gravity": {"item": "Sitrus Berry", "ability": "Illuminate", "nature": "Modest", "teraType": "Ice", "evs": {"hp": 132, "at": 0, "df": 0, "sa": 124, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hydro Pump", "Gravity", "Thunder", "Blizzard"]}}, "Aggron": {"Assault Vest": {"item": "Assault Vest", "ability": "Earth Eater", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Heavy Slam", "Dig", "Stalacbite", "Power-Up Punch"]}}, "Regice": {"Assault Vest": {"item": "Assault Vest", "ability": "Prism Armor", "nature": "Modest", "teraType": "Electric", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 252, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Thunderbolt", "Ancient Power", "Focus Blast", "Blizzard"]}}, "Blastoise": {"Specs": {"item": "Choice Specs", "ability": "Mega Launcher", "nature": "Modest", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hydro Cannon", "Aura Sphere", "Ice Beam", "Hydro Pump"]}, "Support": {"item": "Sitrus Berry", "ability": "Mega Launcher", "nature": "Modest", "teraType": "Ghost", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hydro Cannon", "Fake Out", "Follow Me", "Aura Sphere"]}, "Band": {"item": "Choice Band", "ability": "Mega Launcher", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 252, "at": 252, "df": 4, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hydro Cannon", "Aqua Jet", "Earthquake", "Liquidation"]}}, "Banette": {"Prankster Supp": {"item": "Kasib Berry", "ability": "Prankster", "nature": "Careful", "teraType": "Dark", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Knock Off", "Shadow Claw", "Destiny Bond", "Will-O-Wisp"]}}, "Electrode-Hisui": {"Sash Exploder": {"item": "Focus Sash", "ability": "Big Balls", "nature": "Hasty", "teraType": "Normal", "evs": {"hp": 0, "at": 4, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Chloroblast", "Explosion", "Thunderbolt", "Protect"]}}, "Infernape": {"Mixed Sash": {"item": "Focus Sash", "ability": "Sinnohan Grit", "nature": "Hasty", "teraType": "Fire", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 4, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Close Combat", "Flare Blitz", "Overheat"]}}, "Oranguru": {"TR Instructor": {"item": "Sitrus Berry", "ability": "Inner Focus", "nature": "Sassy", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Instruct", "Trick Room", "Jungle Healing", "Foul Play"]}}, "Blissey": {"Choice Band": {"item": "Choice Band", "ability": "Scrappy", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 4, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Drain Punch", "Double-Edge", "Wild Charge"]}}, "Lunatone": {"TR Setter": {"item": "Mental Herb", "ability": "Shadow Shield", "nature": "Quiet", "teraType": "Ghost", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Power Gem", "Trick Room", "Moongeist Beam", "Helping Hand"]}}, "Golurk": {"LO Attacker": {"item": "Life Orb", "ability": "Iron Fist", "nature": "Adamant", "teraType": "Ground", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Shadow Punch", "Drain Punch", "Protect", "Headlong Rush"]}}, "Kricketune": {"Perish Trapper": {"item": "Covert Cloak", "ability": "Captivating Song", "nature": "Calm", "teraType": "Water", "evs": {"hp": 244, "at": 0, "df": 0, "sa": 12, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Perish Song", "Protect", "Bug Buzz", "Taunt"]}}, "Clefairy": {"Follow Me Healer": {"item": "Eviolite", "ability": "Friend Guard", "nature": "Calm", "teraType": "Steel", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Follow Me", "Life Dew", "Helping Hand", "Moonblast"]}}, "Togekiss": {"Follow Me TW": {"item": "Sitrus Berry", "ability": "Serene Grace", "nature": "Modest", "teraType": "Steel", "evs": {"hp": 252, "at": 0, "df": 164, "sa": 76, "sd": 12, "sp": 4}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Follow Me", "Dazzling Gleam", "Air Slash", "Tailwind"]}}, "Articuno": {"Snow Attacker": {"item": "Charti Berry", "ability": "Snow Cloak", "nature": "Modest", "teraType": "Ice", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Blizzard", "Tailwind", "Roost", "Bleakwind Storm"]}}, "Sceptile": {"Loaded Dice": {"item": "Loaded Dice", "ability": "Technician", "nature": "Jolly", "teraType": "Grass", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Bullet Seed", "Scale Shot", "Protect", "Swords Dance"]}}, "Roserade": {"Assault Vest": {"item": "Assault Vest", "ability": "Serene Grace", "nature": "Timid", "teraType": "Ghost", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Sludge Bomb", "Seed Flare", "Poison Fang", "Shadow Ball"]}}, "Snorlax": {"Belly Drum": {"item": "Figy Berry", "ability": "Gluttony", "nature": "Impish", "teraType": "Ground", "evs": {"hp": 4, "at": 252, "df": 252, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Rest", "G-Max Replenish", "Belly Drum", "Earthquake"]}}, "Chimecho": {"TR Chimer": {"item": "Figy Berry", "ability": "Wind Chime", "nature": "Sassy", "teraType": "Fire", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Trick Room", "Psychic", "Dazzling Gleam", "Taunt"]}, "Calm Mind": {"item": "Leftovers", "ability": "Wind Chime", "nature": "Sassy", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Calm Mind", "Stored Power", "Dazzling Gleam", "Iron Defense"]}}, "Accelgor": {"Fake Out Lead": {"item": "Focus Sash", "ability": "Sticky Hold", "nature": "Jolly", "teraType": "Ghost", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Parting Shot", "U-turn", "Sucker Punch"]}}, "Lapras": {"Veil Setter": {"item": "Light Clay", "ability": "Snow Warning", "nature": "Calm", "teraType": "Steel", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Blizzard", "Protect", "Aurora Veil", "Helping Hand"]}}, "Rhyperior": {"Assault Vest": {"item": "Assault Vest", "ability": "Solid Rock", "nature": "Adamant", "teraType": "Grass", "evs": {"hp": 236, "at": 236, "df": 0, "sa": 0, "sd": 36, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Rock Wrecker", "Earthquake", "Rock Slide", "Headlong Rush"]}, "TR Nuke": {"item": "Life Orb", "ability": "Mega Launcher", "nature": "Brave", "teraType": "Bug", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 0}, "level": 50, "moves": ["Rock Wrecker", "Megahorn", "Protect", "Headlong Rush"]}}, "Slowking-Galar": {"Bulky TR": {"item": "Wiki Berry", "ability": "Regal Majesty", "nature": "Bold", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 252, "sa": 4, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Eerie Spell", "Trick Room", "Sludge Bomb", "Slack Off"]}, "Offensive TR": {"item": "Wiki Berry", "ability": "Curious Medicine", "nature": "Quiet", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Eerie Spell", "Trick Room", "Sludge Bomb", "Calm Mind"]}}, "Chi-Yu": {"Specs": {"item": "Choice Specs", "ability": "Beads of Ruin", "nature": "Timid", "teraType": "Grass", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Heat Wave", "Dark Pulse", "Tera Blast", "Overheat"]}}, "Swampert": {"Bulky Regen": {"item": "Sitrus Berry", "ability": "Regenerator", "nature": "Adamant", "teraType": "Fire", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hydro Cannon", "High Horsepower", "Flip Turn", "Wide Guard"]}}, "Beedrill": {"Choice Scarf": {"item": "Choice Scarf", "ability": "Adaptability", "nature": "Jolly", "teraType": "Bug", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["U-turn", "Poison Jab", "X-Scissor", "Knock Off"]}}, "Ting-Lu": {"Assault Vest": {"item": "Assault Vest", "ability": "Vessel of Ruin", "nature": "Careful", "teraType": "Dark", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fissure", "Ruination", "Stomping Tantrum", "Heavy Slam"]}}, "Grapploct": {"Trapper": {"item": "Rocky Helmet", "ability": "Suction Cups", "nature": "Relaxed", "teraType": "Fighting", "evs": {"hp": 252, "at": 4, "df": 252, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Octolock", "Drain Punch", "Liquidation", "Detect"]}}, "Stakataka": {"TR Attacker": {"item": "Air Balloon", "ability": "Solid Rock", "nature": "Brave", "teraType": "Ground", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Rock Slide", "Earthquake", "Trick Room", "Heavy Slam"]}}, "Greedent": {"Apicot Spam": {"item": "Apicot Berry", "ability": "Cheek Pouch", "nature": "Impish", "teraType": "Ghost", "evs": {"hp": 4, "at": 252, "df": 252, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Stuff Cheeks", "G-Max Replenish", "Earthquake", "Knock Off"]}}, "Wormadam": {"Mixed Attacker": {"item": "Leftovers", "ability": "Cloak Change", "nature": "Quiet", "teraType": "Water", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 252, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Leaf Storm", "Earthquake", "Bug Buzz", "Ally Switch"]}}, "Wormadam-Trash": {"Mixed Attacker": {"item": "Leftovers", "ability": "Cloak Change", "nature": "Quiet", "teraType": "Water", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 252, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Leaf Storm", "Earthquake", "Bug Buzz", "Ally Switch"]}}, "Wormadam-Sandy": {"Mixed Attacker": {"item": "Leftovers", "ability": "Cloak Change", "nature": "Quiet", "teraType": "Water", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 252, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Leaf Storm", "Earthquake", "Bug Buzz", "Ally Switch"]}}, "Charjabug": {"Battery Support": {"item": "Eviolite", "ability": "Battery", "nature": "Bold", "teraType": "Water", "evs": {"hp": 244, "at": 0, "df": 196, "sa": 0, "sd": 68, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Volt Switch", "Toxic", "Eerie Impulse"]}}, "Avalugg-Hisui": {"Phys Attacker": {"item": "Leftovers", "ability": "Strong Jaw", "nature": "Adamant", "teraType": "Electric", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Stalacbite", "Ice Fang", "Thunder Fang", "Recover"]}, "Defensive Support": {"item": "Leftovers", "ability": "Solid Rock", "nature": "Impish", "teraType": "Ghost", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Mountain Gale", "Stone Edge", "Wide Guard", "Recover"]}}, "Tapu Bulu": {"Swords Dance": {"item": "Sitrus Berry", "ability": "Grassy Surge", "nature": "Adamant", "teraType": "Fighting", "evs": {"hp": 196, "at": 100, "df": 4, "sa": 0, "sd": 100, "sp": 108}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Horn Leech", "Swords Dance", "Close Combat", "High Horsepower"]}}, "Watchog": {"Sleep Spam": {"item": "Focus Sash", "ability": "Wide Eyed", "nature": "Jolly", "teraType": "Ghost", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hypnosis", "Tearful Look", "Screech", "Knock Off"]}}, "Raticate": {"Hone Claws Sweeper": {"item": "Normal Gem", "ability": "Hustle", "nature": "Jolly", "teraType": "Normal", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Population Bomb", "Crunch", "Hone Claws", "U-turn"]}}, "Meowstic": {"Dual Screens": {"item": "Light Clay", "ability": "Prankster", "nature": "Bold", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 188, "sa": 68, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Psychic", "Psych Out", "Reflect", "Light Screen"]}}, "Fearow": {"LO Attacker": {"item": "Life Orb", "ability": "Just the Tip", "nature": "Jolly", "teraType": "Normal", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hyper Drill", "Drill Peck", "Drill Run", "U-turn"]}}, "Thundurus": {"Prankster Support": {"item": "Covert Cloak", "ability": "Prankster", "nature": "Timid", "teraType": "Steel", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Wildbolt Storm", "Taunt", "Thunder Wave", "Eerie Impulse"]}}, "Thievul": {"Petaya Sweeper": {"item": "Petaya Berry", "ability": "Unburden", "nature": "Timid", "teraType": "Normal", "evs": {"hp": 0, "at": 0, "df": 4, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Dark Pulse", "Hyper Beam", "Shadow Ball", "Endure"]}}, "Wobbuffet": {"Follow Me Trapper": {"item": "Aguav Berry", "ability": "Shadow Tag", "nature": "Bold", "teraType": "Steel", "evs": {"hp": 4, "at": 0, "df": 252, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Follow Me", "Destiny Bond", "Charm", "Comeuppance"]}}, "Castform": {"Last Resort": {"item": "Silk Scarf", "ability": "Big Balls", "nature": "Jolly", "teraType": "Normal", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Last Resort"]}, "Special Attacker": {"item": "Life Orb", "ability": "Forecast", "nature": "Timid", "teraType": "Normal", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Weather Ball", "Thunderbolt", "Ice Beam", "Fire Blast"]}}, "Beheeyem": {"TR Sweeper": {"item": "Wiki Berry", "ability": "Analytic", "nature": "Quiet", "teraType": "Psychic", "evs": {"hp": 52, "at": 0, "df": 204, "sa": 252, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Psycho Boost", "Thunderbolt", "Trick Room", "Energy Ball"]}}, "Garbodor": {"Passive Damage": {"item": "Iapapa Berry", "ability": "Aftermath", "nature": "Impish", "teraType": "Flying", "evs": {"hp": 0, "at": 60, "df": 196, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["G-Max Malodor", "Infestation", "Corrosive Gas", "Clear Smog"]}}, "Hitmontop": {"Coaching Support": {"item": "Covert Cloak", "ability": "Intimidate", "nature": "Adamant", "teraType": "Fighting", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Rock Slide", "Coaching", "Close Combat"]}, "Contrary AV": {"item": "Assault Vest", "ability": "Contrary", "nature": "Adamant", "teraType": "Fighting", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Rock Slide", "Earthquake", "Close Combat"]}}, "Mr. Mime": {"Offensive": {"item": "Eviolite", "ability": "Technician", "nature": "Modest", "teraType": "Psychic", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 252, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Psych Out", "Draining Kiss", "Follow Me", "Hidden Power Fire"]}, "Specially Defensive": {"item": "Eviolite", "ability": "Filter", "nature": "Calm", "teraType": "Normal", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Psych Out", "Follow Me", "Taunt", "Wide Guard"]}}, "Dewgong": {"Snow Support": {"item": "Sitrus Berry", "ability": "Arctic Rush", "nature": "Timid", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Blizzard", "Whirlpool", "Encore", "Flash Freeze"]}}, "Landorus-Therian": {"Choice Scarf": {"item": "Choice Scarf", "ability": "Intimidate", "nature": "Jolly", "teraType": "Flying", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Rock Slide", "U-turn", "Earthquake", "Tera Blast"]}, "Offensive AV": {"item": "Assault Vest", "ability": "Intimidate", "nature": "Adamant", "teraType": "Flying", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Rock Slide", "U-turn", "Earthquake", "Tera Blast"]}}, "Xatu": {"Twave Spam": {"item": "Mental Herb", "ability": "Wide Eyed", "nature": "Timid", "teraType": "Psychic", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Thunder Wave", "Tailwind", "Feather Dance", "Air Slash"]}}, "Runerigus": {"TR setter": {"item": "Figy Berry", "ability": "Wandering Spirit", "nature": "Impish", "teraType": "Water", "evs": {"hp": 252, "at": 36, "df": 220, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Trick Room", "Ally Switch", "Poltergeist", "Rock Slide"]}}, "Ninetales": {"Sun support": {"item": "Heat Rock", "ability": "Drought", "nature": "Timid", "teraType": "Fire", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fire Blast", "Helping Hand", "Scorching Sands", "Will-O-Wisp"]}}, "Spiritomb": {"Specially Defensive": {"item": "Leftovers", "ability": "Odd Keystone", "nature": "Sassy", "teraType": "Steel", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Will-O-Wisp", "Memento", "Taunt", "Poltergeist"]}}, "Dusknoir": {"Iron Fist Attacker": {"item": "Sitrus Berry", "ability": "Iron Fist", "nature": "Adamant", "teraType": "Electric", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Shadow Punch", "Power-Up Punch", "Thunder Punch", "Protect"]}, "TR setter": {"item": "Sitrus Berry", "ability": "Singularity", "nature": "Sassy", "teraType": "Normal", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Trick Room", "Poltergeist", "Helping Hand", "Protect"]}}, "Lumineon": {"Tail Glow Rain": {"item": "Leftovers", "ability": "Swift Swim", "nature": "Modest", "teraType": "Water", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tail Glow", "Hurricane", "Protect", "Hydro Pump"]}}, "Darmanitan-Galar": {"Choice Band": {"item": "Choice Band", "ability": "Gorilla Tactics", "nature": "Jolly", "teraType": "Fire", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Icicle Crash", "U-turn", "Superpower", "Flare Blitz"]}, "Zen Mode": {"item": "Focus Sash", "ability": "Zen Mode", "nature": "Jolly", "teraType": "Fighting", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Icicle Crash", "Flare Blitz", "Superpower", "Protect"]}}, "Brute Bonnet": {"Defensive": {"item": "Mago Berry", "ability": "Protosynthesis", "nature": "Impish", "teraType": "Flying", "evs": {"hp": 140, "at": 100, "df": 252, "sa": 0, "sd": 12, "sp": 4}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Spore", "Sucker Punch", "Rage Powder", "Seed Bomb"]}}, "Wyrdeer": {"Big Pecks Setter": {"item": "Covert Cloak", "ability": "Intimidate", "nature": "Careful", "teraType": "Fighting", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Skill Swap", "Psyshield Bash", "Psych Up", "Return"]}}, "Flutter Mane": {"Pixie Attacker": {"item": "Pixie Plate", "ability": "Cursed Body", "nature": "Modest", "teraType": "Fairy", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Moonblast", "Shadow Ball", "Dazzling Gleam", "Protect"]}, "Speed Booster": {"item": "Booster Energy", "ability": "Protosynthesis", "nature": "Timid", "teraType": "Fairy", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Moonblast", "Shadow Ball", "Dazzling Gleam", "Protect"]}}, "Staraptor": {"Scarf Gambit": {"item": "Choice Scarf", "ability": "Reckless", "nature": "Jolly", "teraType": "Ghost", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Final Gambit", "Close Combat", "Dive Bomb", "U-turn"]}, "Choice Band": {"item": "Choice Band", "ability": "Reckless", "nature": "Jolly", "teraType": "Fighting", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Double-Edge", "Close Combat", "Brave Bird", "U-turn"]}}, "Entei": {"Assault Vest": {"item": "Assault Vest", "ability": "Inner Focus", "nature": "Jolly", "teraType": "Fire", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Sacred Fire", "Bulldoze", "Extreme Speed", "Stone Edge"]}}, "Qwilfish-Hisui": {"Toxic Spikes Supp": {"item": "Eviolite", "ability": "Intimidate", "nature": "Impish", "teraType": "Flying", "evs": {"hp": 252, "at": 0, "df": 252, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Barb Barrage", "Taunt", "Toxic Spikes", "Knock Off"]}}, "Glastrier": {"LO Sweeper": {"item": "Life Orb", "ability": "Chilling Neigh", "nature": "Brave", "teraType": "Electric", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["High Horsepower", "Icicle Crash", "Close Combat", "Tera Blast"]}}, "Maractus": {"Follow Me Support": {"item": "Rocky Helmet", "ability": "Storm Drain", "nature": "Calm", "teraType": "Steel", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Spiky Shield", "Follow Me", "Moonblast", "Leech Seed"]}}, "Copperajah": {"Assault Vest": {"item": "Assault Vest", "ability": "Heavy Metal", "nature": "Adamant", "teraType": "Ground", "evs": {"hp": 252, "at": 252, "df": 4, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["G-Max Steelsurge", "Headlong Rush", "Superpower", "Snarl"]}}, "Cherrim": {"Sun Sweeper": {"item": "Sitrus Berry", "ability": "Flower Gift", "nature": "Modest", "teraType": "Fire", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Energy Ball", "Pollen Puff", "Weather Ball", "Morning Sun"]}}, "Mightyena": {"Coaching Support": {"item": "Sitrus Berry", "ability": "Intimidate", "nature": "Careful", "teraType": "Dark", "evs": {"hp": 252, "at": 0, "df": 20, "sa": 0, "sd": 236, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Coaching", "Snarl", "Crunch", "Taunt"]}}, "Scream Tail": {"Throat Spray Attacker": {"item": "Throat Spray", "ability": "Punk Rock", "nature": "Modest", "teraType": "Normal", "evs": {"hp": 0, "at": 0, "df": 188, "sa": 252, "sd": 0, "sp": 68}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Boomburst", "Protect", "Perish Song", "Eerie Spell"]}, "EncoreDisable": {"item": "Booster Energy", "ability": "Protosynthesis", "nature": "Timid", "teraType": "Fairy", "evs": {"hp": 0, "at": 0, "df": 252, "sa": 0, "sd": 60, "sp": 196}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Encore", "Disable", "Protect", "Eerie Spell"]}}, "Flapple": {"Choice Band": {"item": "Choice Band", "ability": "Hustle", "nature": "Jolly", "teraType": "Grass", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["U-turn", "Grav Apple", "Dual Wingbeat", "Dragon Rush"]}}, "Hypno": {"Choice Specs": {"item": "Choice Specs", "ability": "Mind Surfer", "nature": "Modest", "teraType": "Fairy", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Expanding Force", "Trick", "Dazzling Gleam", "Focus Blast"]}}, "Metagross": {"Assault Vest": {"item": "Assault Vest", "ability": "Tough Claws", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 244, "at": 252, "df": 0, "sa": 0, "sd": 12, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Zen Headbutt", "Meteor Mash", "Bullet Punch", "Earthquake"]}}, "Musharna": {"Calm Mind": {"item": "Leftovers", "ability": "Comatose", "nature": "Modest", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Dream Eater", "Moonblast", "Calm Mind", "Protect"]}}, "Cursola": {"TR Attacker": {"item": "Power Herb", "ability": "Perish Body", "nature": "Quiet", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Shadow Ball", "Trick Room", "Meteor Beam", "Ice Beam"]}}, "Sinistcha": {"TR Setter": {"item": "Wiki Berry", "ability": "Hospitality", "nature": "Sassy", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 20, "sd": 236, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Matcha Gotcha", "Rage Powder", "Trick Room", "Strength Sap"]}, "Calm Mind": {"item": "Wiki Berry", "ability": "Hospitality", "nature": "Modest", "teraType": "Grass", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Matcha Gotcha", "Calm Mind", "Shadow Ball", "Strength Sap"]}}, "Cacturne": {"LO Priority": {"item": "Life Orb", "ability": "Grassy Surge", "nature": "Adamant", "teraType": "Grass", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Grassy Glide", "Spiky Shield", "Sucker Punch", "Drain Punch"]}}, "Shedinja": {"Swords Dance": {"item": "Focus Sash", "ability": "Wonder Guard", "nature": "Adamant", "teraType": "Ghost", "evs": {"hp": 0, "at": 252, "df": 4, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Swords Dance", "Protect", "Shadow Sneak", "X-Scissor"]}}, "Crobat": {"Poison Abuser": {"item": "Life Orb", "ability": "Merciless", "nature": "Timid", "teraType": "Ghost", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Venoshock", "Aeroblast", "Heat Wave", "Poison Fang"]}, "Support": {"item": "Sitrus Berry", "ability": "Inner Focus", "nature": "Timid", "teraType": "Ghost", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tailwind", "Brave Bird", "Taunt", "Haze"]}}, "Tinkaton": {"Assault Vest": {"item": "Assault Vest", "ability": "Hammer Time", "nature": "Adamant", "teraType": "Fairy", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Gigaton Hammer", "Ice Hammer", "Fake Out", "Wood Hammer"]}}, "Sneasler": {"Unburden Sweeper": {"item": "Psychic Seed", "ability": "Unburden", "nature": "Adamant", "teraType": "Poison", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Close Combat", "Swords Dance", "Dire Claw", "Protect"]}}, "Iron Bundle": {"Booster Speed": {"item": "Booster Energy", "ability": "Quark Drive", "nature": "Timid", "teraType": "Ice", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hydro Pump", "Icy Wind", "Freeze-Dry", "Flash Freeze"]}}, "Cinccino": {"Tidy Up": {"item": "Normal Gem", "ability": "Technician", "nature": "Jolly", "teraType": "Normal", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Bullet Seed", "Tail Slap", "Triple Axel", "Tidy Up"]}}, "Lucario": {"Physical": {"item": "Life Orb", "ability": "Adaptability", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Extreme Speed", "Swords Dance", "Close Combat", "Detect"]}, "Special": {"item": "Life Orb", "ability": "Adaptability", "nature": "Timid", "teraType": "Fighting", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Steel Beam", "Focus Blast", "Vacuum Wave", "Protect"]}}, "Rotom-Frost": {"Nasty Plot": {"item": "Never-Melt Ice", "ability": "Refrigerate", "nature": "Timid", "teraType": "Ice", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hyper Voice", "Thunderbolt", "Shadow Ball", "Nasty Plot"]}}, "Moltres": {"Sun Support": {"item": "Charti Berry", "ability": "Molten Down", "nature": "Calm", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Heat Wave", "Springtide Storm", "Will-O-Wisp", "Tailwind"]}}, "Ursaluna": {"Flame Orb": {"item": "Flame Orb", "ability": "Guts", "nature": "Brave", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Facade", "Headlong Rush", "Protect", "Close Combat"]}}, "Basculegion": {"LO Rain": {"item": "Life Orb", "ability": "Swift Swim", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Wave Crash", "Last Respects", "Outrage", "Head Smash"]}}, "Naganadel": {"LO Poison": {"item": "Life Orb", "ability": "Merciless", "nature": "Timid", "teraType": "Poison", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Draco Meteor", "Venoshock", "Toxic", "Heat Wave"]}}, "Swellow": {"Guts": {"item": "Flame Orb", "ability": "Guts", "nature": "Jolly", "teraType": "Normal", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Facade", "Egg Bomb", "Tailwind", "Dive Bomb"]}, "Boomburst": {"item": "Life Orb", "ability": "Scrappy", "nature": "Timid", "teraType": "Normal", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Boomburst", "Heat Wave", "Tailwind", "Air Slash"]}}, "Sunflora": {"SunRoom Sweeper": {"item": "Sitrus Berry", "ability": "Solar Power", "nature": "Quiet", "teraType": "Grass", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Solar Beam", "Sludge Bomb", "Morning Sun", "Earth Power"]}}, "Bisharp": {"Bulky Attacker": {"item": "Eviolite", "ability": "Il Vaticano", "nature": "Adamant", "teraType": "Dark", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Iron Head", "Sucker Punch", "Knock Off", "Low Sweep"]}}, "Crawdaunt": {"Swords Dance": {"item": "Mystic Water", "ability": "Adaptability", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Knock Off", "Wave Crash", "Swords Dance", "Aqua Jet"]}}, "Simipour": {"Choice Specs": {"item": "Choice Specs", "ability": "Monkey Business", "nature": "Timid", "teraType": "Water", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Surf", "Ice Beam", "Grass Knot", "Hydro Pump"]}}, "Ampharos": {"LO Tail Glow": {"item": "Life Orb", "ability": "Illuminate", "nature": "Modest", "teraType": "Electric", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Thunder", "Tail Glow", "Focus Blast", "Draco Meteor"]}}, "Wailord": {"Specs Spout": {"item": "Choice Specs", "ability": "Drizzle", "nature": "Quiet", "teraType": "Water", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 252, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Water Spout", "Ice Beam", "Self-Destruct", "Surf"]}}, "Jynx": {"Special Sash": {"item": "Focus Sash", "ability": "Dry Skin", "nature": "Timid", "teraType": "Fairy", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Psych Out", "Ice Beam", "Dazzling Gleam"]}}, "Pachirisu": {"Fast Support": {"item": "Aguav Berry", "ability": "Static", "nature": "Jolly", "teraType": "Steel", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Nuzzle", "Follow Me", "Play Rough", "Baby-Doll Eyes"]}}, "Jumpluff": {"Sun Support": {"item": "Yache Berry", "ability": "Chlorophyll", "nature": "Timid", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Rage Powder", "Tailwind", "Sleep Powder", "Energy Ball"]}, "Cotton Down": {"item": "Sitrus Berry", "ability": "Cotton Down", "nature": "Calm", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Rage Powder", "Pollen Puff", "Sleep Powder", "Synthesis"]}}, "Arcanine-Hisui": {"Choice Band": {"item": "Choice Band", "ability": "Rock Head", "nature": "Jolly", "teraType": "Normal", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Flare Blitz", "Extreme Speed", "Head Smash", "Close Combat"]}, "Bulky Intim": {"item": "Sitrus Berry", "ability": "Intimidate", "nature": "Adamant", "teraType": "Grass", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Flare Blitz", "Extreme Speed", "Rock Slide", "Protect"]}}, "Altaria": {"Pixilate": {"item": "Sitrus Berry", "ability": "Pixilate", "nature": "Timid", "teraType": "Fairy", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hyper Voice", "Draco Meteor", "Hyper Beam", "Heat Wave"]}}, "Conkeldurr": {"Life Orb": {"item": "Life Orb", "ability": "Sheer Force", "nature": "Adamant", "teraType": "Fighting", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Rock Slide", "Close Combat", "Mach Punch", "Knock Off"]}}, "Passimian": {"Bulky Receiver": {"item": "Leftovers", "ability": "Receiver", "nature": "Adamant", "teraType": "Ghost", "evs": {"hp": 252, "at": 236, "df": 4, "sa": 0, "sd": 12, "sp": 4}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Coaching", "Earthquake", "Gunk Shot", "Drain Punch"]}, "He Ballin": {"item": "Expert Belt", "ability": "Ballin'", "nature": "Naive", "teraType": "Fighting", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 4, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Energy Ball", "Close Combat", "Knock Off", "Protect"]}}, "Exploud": {"Unburden": {"item": "Throat Spray", "ability": "Unburden", "nature": "Timid", "teraType": "Normal", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Boomburst", "Fire Blast", "Shadow Ball", "Protect"]}}, "Typhlosion-Hisui": {"Scarf": {"item": "Choice Scarf", "ability": "Serene Grace", "nature": "Timid", "teraType": "Fire", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Eruption", "Searing Shot", "Infernal Parade", "Focus Blast"]}}, "Azelf": {"Scarf Cleaner": {"item": "Choice Scarf", "ability": "Supreme Overlord", "nature": "Timid", "teraType": "Psychic", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fire Blast", "Dazzling Gleam", "Mystical Power", "Thunderbolt"]}}, "Rampardos": {"Choice Scarf": {"item": "Choice Scarf", "ability": "Reckless", "nature": "Jolly", "teraType": "Rock", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Head Smash", "Flare Blitz", "Double-Edge", "Superpower"]}}, "Sandslash-Alola": {"Swords Dance": {"item": "Clear Amulet", "ability": "Slush Rush", "nature": "Adamant", "teraType": "Ground", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Earthquake", "Triple Axel", "Iron Head", "Swords Dance"]}}, "Venusaur": {"Sun sweeper": {"item": "Focus Sash", "ability": "Chlorophyll", "nature": "Modest", "teraType": "Fire", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Solar Beam", "Weather Ball", "Sludge Bomb", "Sleep Powder"]}}, "Tentacruel": {"Bulky Neutralizer": {"item": "Black Sludge", "ability": "Liquid Ooze", "nature": "Bold", "teraType": "Poison", "evs": {"hp": 252, "at": 0, "df": 252, "sa": 4, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Icy Wind", "Hydro Pump", "Sludge Bomb", "Haze"]}}, "Illumise": {"Prankster TW": {"item": "Covert Cloak", "ability": "Prankster", "nature": "Calm", "teraType": "Water", "evs": {"hp": 244, "at": 0, "df": 0, "sa": 12, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tailwind", "Moonblast", "Charm", "Roost"]}}, "Uxie": {"Calm Mind": {"item": "Leftovers", "ability": "Levitate", "nature": "Calm", "teraType": "Steel", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Mystical Power", "Draining Kiss", "Ancient Power", "Calm Mind"]}}, "Toucannon": {"Skill Link": {"item": "Sitrus Berry", "ability": "Skill Link", "nature": "Brave", "teraType": "Rock", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 4, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Rock Blast", "Flame Burst", "Bullet Seed", "Fury Attack"]}}, "Spectrier": {"Fast Support": {"item": "Colbur Berry", "ability": "Grim Neigh", "nature": "Timid", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Shadow Ball", "Will-O-Wisp", "Taunt", "Snarl"]}}, "Gengar": {"Fast Support": {"item": "Wiki Berry", "ability": "Shadow Tagged", "nature": "Timid", "teraType": "Fighting", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Shadow Ball", "Focus Blast", "Taunt", "Destiny Bond"]}}, "Minior": {"Shell Smash": {"item": "Focus Sash", "ability": "Shields Down", "nature": "Jolly", "teraType": "Rock", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Acrobatics", "Shell Smash", "Rock Slide", "Protect"]}}, "Beartic": {"Weather Sweeper": {"item": "Life Orb", "ability": "Arctic Rush", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Close Combat", "Icicle Crash", "Liquidation", "Protect"]}}, "Tatsugiri": {"Specs": {"item": "Choice Specs", "ability": "Commander", "nature": "Timid", "teraType": "Ice", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Draco Meteor", "Muddy Water", "Icy Wind", "Tera Blast"]}}, "Flygon": {"Boomburst": {"item": "Throat Spray", "ability": "Levitate", "nature": "Modest", "teraType": "Normal", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Dragon Pulse", "Boomburst", "Protect", "Bug Buzz"]}, "Physical LO": {"item": "Life Orb", "ability": "Overcoat", "nature": "Jolly", "teraType": "Ground", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Outrage", "Megahorn", "First Impression", "Superpower"]}}, "Drapion": {"Swords Dance": {"item": "Scope Lens", "ability": "Sniper", "nature": "Jolly", "teraType": "Normal", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Knock Off", "Poison Jab", "Poison Tail", "Swords Dance"]}}, "Sawk": {"Custap Attacker": {"item": "Custap Berry", "ability": "Sturdy", "nature": "Jolly", "teraType": "Fighting", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Close Combat", "Knock Off", "Protect", "Stone Edge"]}}, "Landorus": {"LO Sheer Force": {"item": "Life Orb", "ability": "Sheer Force", "nature": "Timid", "teraType": "Ground", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Sandsear Storm", "Sludge Bomb", "Focus Blast", "Protect"]}}, "Chien-Pao": {"Sash Attacker": {"item": "Focus Sash", "ability": "Sword of Ruin", "nature": "Jolly", "teraType": "Ghost", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Sucker Punch", "Sacred Sword", "Protect", "Ice Spinner"]}}, "Mothim": {"Quiver Dance": {"item": "Focus Sash", "ability": "Tinted Lens", "nature": "Modest", "teraType": "Ground", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Quiver Dance", "Bug Buzz", "Aeroblast", "Tera Blast"]}, "Mixed LO": {"item": "Life Orb", "ability": "Tinted Lens", "nature": "Lonely", "teraType": "Ground", "evs": {"hp": 0, "at": 164, "df": 0, "sa": 156, "sd": 0, "sp": 188}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Aeroblast", "Bug Buzz", "Hidden Power Ground", "U-turn"]}}, "Drampa": {"Anti-Weather": {"item": "Rocky Helmet", "ability": "Cloud Nine", "nature": "Modest", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tailwind", "Fire Blast", "Hyper Beam", "Protect"]}}, "Delcatty": {"Last Resort": {"item": "Silk Scarf", "ability": "Normalize", "nature": "Jolly", "teraType": "Normal", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Last Resort"]}}, "Vanilluxe": {"Snow Setter": {"item": "Focus Sash", "ability": "Snow Warning", "nature": "Modest", "teraType": "Steel", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Blizzard", "Flash Cannon", "Aurora Veil", "Ally Switch"]}}, "Komala": {"Assault Vest": {"item": "Assault Vest", "ability": "Comatose", "nature": "Lonely", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 4, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Snore", "Earthquake", "Gunk Shot", "Wood Hammer"]}}, "Ferrothorn": {"Body Press": {"item": "Leftovers", "ability": "Iron Barbs", "nature": "Calm", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Leech Seed", "Iron Defense", "Body Press", "Protect"]}, "Choice Band": {"item": "Choice Band", "ability": "Transphobia", "nature": "Brave", "teraType": "Steel", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 0}, "level": 50, "moves": ["Power Whip", "Gyro Ball", "Explosion", "Knock Off"]}}, "Turtonator": {"Anti-Contact": {"item": "Rocky Helmet", "ability": "Magma Armor", "nature": "Modest", "teraType": "Fire", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fire Blast", "Draco Meteor", "Heat Wave", "Wide Guard"]}}, "Seaking": {"Rain LO": {"item": "Life Orb", "ability": "Swift Swim", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fishious Rend", "Bolt Beak", "Drill Run", "Knock Off"]}}, "Gliscor": {"Offensive TW": {"item": "Toxic Orb", "ability": "Poison Heal", "nature": "Adamant", "teraType": "Ground", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Earthquake", "Rock Slide", "Tailwind", "Knock Off"]}}, "Umbreon": {"Calm Mind": {"item": "Leftovers", "ability": "Magic Guard", "nature": "Calm", "teraType": "Dark", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 252, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Moonlight", "Night Daze", "Calm Mind", "Stored Power"]}}, "Shiftry": {"Life Orb": {"item": "Life Orb", "ability": "Wind Rider", "nature": "Jolly", "teraType": "Grass", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Knock Off", "Leaf Blade", "Fake Out", "Tailwind"]}}, "Tapu Koko": {"Special": {"item": "Life Orb", "ability": "Electric Surge", "nature": "Timid", "teraType": "Electric", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Volt Switch", "Electroweb", "Dazzling Gleam", "Hidden Power Ice"]}, "Physical": {"item": "Life Orb", "ability": "Electric Surge", "nature": "Jolly", "teraType": "Flying", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Brave Bird", "Wild Charge", "U-turn", "Protect"]}}, "Wishiwashi": {"Offensive": {"item": "Leftovers", "ability": "Schooling", "nature": "Adamant", "teraType": "Grass", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Wave Crash", "Earthquake", "Protect", "Tera Blast"]}}, "Mabosstiff": {"Guard Dog Supp": {"item": "Mago Berry", "ability": "Guard Dog", "nature": "Careful", "teraType": "Steel", "evs": {"hp": 244, "at": 0, "df": 132, "sa": 0, "sd": 132, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Comeuppance", "Taunt", "Crunch"]}}, "Kommo-o": {"Clangorous Soul": {"item": "Throat Spray", "ability": "Soundproof", "nature": "Modest", "teraType": "Steel", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Clangorous Soul", "Aura Sphere", "Boomburst", "Flamethrower"]}, "Body Press": {"item": "Leftovers", "ability": "Soundproof", "nature": "Impish", "teraType": "Steel", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Iron Defense", "Body Press", "Iron Head", "Drain Punch"]}}, "Electivire": {"Life Orb": {"item": "Life Orb", "ability": "Motor Drive", "nature": "Adamant", "teraType": "Ice", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Ice Punch", "Cross Chop", "Earthquake", "Plasma Fists"]}}, "Alomomola": {"Healer": {"item": "Leftovers", "ability": "Healer", "nature": "Calm", "teraType": "Grass", "evs": {"hp": 4, "at": 0, "df": 252, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Heal Pulse", "Protect", "Scald", "Wish"]}}, "Carnivine": {"Physical Sash": {"item": "Focus Sash", "ability": "Adaptability", "nature": "Adamant", "teraType": "Grass", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Knock Off", "Protect", "Power Whip", "Sleep Powder"]}}, "Moltres-Galar": {"Sun Attacker": {"item": "Sitrus Berry", "ability": "Berserk", "nature": "Timid", "teraType": "Fairy", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Springtide Storm", "Fiery Wrath", "Air Slash", "Tailwind"]}}, "Aerodactyl": {"Utility": {"item": "Focus Sash", "ability": "Rock Head", "nature": "Jolly", "teraType": "Ghost", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tailwind", "Taunt", "Brave Bird", "Head Smash"]}, "Offensive": {"item": "Life Orb", "ability": "Tough Claws", "nature": "Jolly", "teraType": "Rock", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tailwind", "Protect", "Brave Bird", "Head Smash"]}}, "Cobalion": {"Special": {"item": "Sitrus Berry", "ability": "Justified", "nature": "Timid", "teraType": "Electric", "evs": {"hp": 112, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 140}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Steel Beam", "Secret Sword", "Flash Cannon", "Tera Blast"]}, "Physical": {"item": "Assault Vest", "ability": "Justified", "nature": "Jolly", "teraType": "Bug", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Close Combat", "Iron Head", "Stone Edge", "Megahorn"]}}, "Articuno-Galar": {"Calm Mind": {"item": "Mago Berry", "ability": "Competitive", "nature": "Timid", "teraType": "Fairy", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Freezing Glare", "Bleakwind Storm", "Calm Mind", "Protect"]}}, "Hippowdon": {"Bulky Sand": {"item": "Aguav Berry", "ability": "Sand Stream", "nature": "Careful", "teraType": "Ground", "evs": {"hp": 252, "at": 116, "df": 0, "sa": 0, "sd": 140, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["High Horsepower", "Helping Hand", "Yawn", "Rock Slide"]}}, "Gardevoir": {"Pecks Abuser": {"item": "Sitrus Berry", "ability": "Big Pecks", "nature": "Timid", "teraType": "Psychic", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Focus Blast", "Stored Power", "Moonblast", "Protect"]}, "Specs": {"item": "Choice Specs", "ability": "Pixilate", "nature": "Timid", "teraType": "Psychic", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hyper Voice", "Hyper Beam", "Psychic", "Aura Sphere"]}}, "Rapidash-Galar": {"Swords Dance": {"item": "Clear Amulet", "ability": "Pastel Veil", "nature": "Jolly", "teraType": "Ground", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hypnosis", "Swords Dance", "Play Rough", "Headlong Rush"]}}, "Machamp": {"Choice Scarf": {"item": "Choice Scarf", "ability": "No Guard", "nature": "Jolly", "teraType": "Fighting", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Stone Edge", "Dynamic Punch", "Knock Off", "Thunder Punch"]}}, "Eelektross": {"Calm Mind": {"item": "Expert Belt", "ability": "Levitate", "nature": "Modest", "teraType": "Electric", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Ice Beam", "Thunderbolt", "Earth Power", "Calm Mind"]}, "Physical AV": {"item": "Assault Vest", "ability": "Levitate", "nature": "Adamant", "teraType": "Electric", "evs": {"hp": 244, "at": 252, "df": 0, "sa": 0, "sd": 12, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Close Combat", "Gunk Shot", "Wild Charge", "Ice Punch"]}}, "Ninetales-Alola": {"Veil Setter": {"item": "Light Clay", "ability": "Snow Warning", "nature": "Timid", "teraType": "Ice", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Aurora Veil", "Dazzling Gleam", "Freeze-Dry", "Blizzard"]}}, "Scrafty": {"Assault Vest": {"item": "Assault Vest", "ability": "Intimidate", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Close Combat", "Head Smash", "Iron Head"]}}, "Hydreigon": {"Crit": {"item": "Scope Lens", "ability": "Triple Threat", "nature": "Hasty", "teraType": "Dark", "evs": {"hp": 0, "at": 4, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Focus Energy", "Snarl", "Draco Meteor", "Fire Blast"]}}, "Squawkabilly": {"Flame Orb": {"item": "Flame Orb", "ability": "The Flock", "nature": "Jolly", "teraType": "Flying", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Brave Bird", "Facade", "U-turn"]}}, "Tyranitar": {"Assault Vest": {"item": "Assault Vest", "ability": "Sand Stream", "nature": "Adamant", "teraType": "Flying", "evs": {"hp": 236, "at": 140, "df": 4, "sa": 0, "sd": 76, "sp": 52}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Stone Edge", "Low Kick", "Tera Blast", "Knock Off"]}, "Dragon Dance": {"item": "Sitrus Berry", "ability": "Unnerve", "nature": "Naughty", "teraType": "Ghost", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 4, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Stone Edge", "Dragon Dance", "High Horsepower", "Knock Off"]}}, "Garchomp": {"Loaded Dice": {"item": "Loaded Dice", "ability": "Rough Skin", "nature": "Jolly", "teraType": "Steel", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Scale Shot", "Bone Rush", "Swords Dance", "Iron Head"]}}, "Carbink": {"TR 3 Attacks": {"item": "Aguav Berry", "ability": "Sturdy", "nature": "Calm", "teraType": "Fighting", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 180, "sd": 76, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Diamond Storm", "Body Press", "Trick Room", "Moonblast"]}}, "Primeape": {"Bulk Up": {"item": "Eviolite", "ability": "Defiant", "nature": "Adamant", "teraType": "Ghost", "evs": {"hp": 252, "at": 196, "df": 36, "sa": 0, "sd": 20, "sp": 4}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Drain Punch", "Rage Fist", "Bulk Up", "Protect"]}}, "Klinklang": {"Shift Gear": {"item": "Sitrus Berry", "ability": "Technician", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Gear Grind", "Shift Gear", "Bulldoze", "Wild Charge"]}}, "Rhydon": {"Horn Driller": {"item": "Eviolite", "ability": "Just the Tip", "nature": "Careful", "teraType": "Steel", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Drill Run", "Horn Drill", "Rest", "Sleep Talk"]}}, "Xurkitree": {"Choice Specs": {"item": "Choice Specs", "ability": "Lightning Rod", "nature": "Timid", "teraType": "Ice", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Thunderbolt", "Energy Ball", "Dazzling Gleam", "Tera Blast"]}}, "Flamigo": {"Choice Band": {"item": "Choice Band", "ability": "Scrappy", "nature": "Jolly", "teraType": "Flying", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Brave Bird", "Close Combat", "U-turn", "Giga Impact"]}}, "Salazzle": {"Fling Rock": {"item": "King's Rock", "ability": "Corrosion", "nature": "Timid", "teraType": "Ghost", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Fling", "Overheat", "Sludge Bomb"]}}, "Dondozo": {"Curse": {"item": "Leftovers", "ability": "Unaware", "nature": "Careful", "teraType": "Dragon", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Order Up", "Wave Crash", "Curse", "Protect"]}}, "Gothitelle": {"Support": {"item": "Sitrus Berry", "ability": "Shadow Tag", "nature": "Modest", "teraType": "Fire", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Psych Out", "Dark Pulse", "Helping Hand", "Taunt"]}}, "Chesnaught": {"Bulky Attacker": {"item": "Rocky Helmet", "ability": "Iron Barbs", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Spiky Shield", "Close Combat", "Knock Off"]}}, "Marowak-Alola": {"Technician": {"item": "Thick Club", "ability": "Technician", "nature": "Adamant", "teraType": "Ghost", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Shadow Bone", "Bonemerang", "Protect", "Flare Blitz"]}}, "Slaking": {"Choice Band": {"item": "Choice Band", "ability": "Truant", "nature": "Jolly", "teraType": "Normal", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Earthquake", "Play Rough", "Giga Impact", "Brick Break"]}}, "Veluza": {"Fillet Away": {"item": "Life Orb", "ability": "Sharpness", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Aqua Cutter", "Psycho Cut", "Slash", "Fillet Away"]}}, "Tropius": {"Chlorophyll": {"item": "Leftovers", "ability": "Chlorophyll", "nature": "Modest", "teraType": "Fire", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Synthesis", "Air Slash", "Solar Beam", "Hidden Power Fire"]}, "CM Harvest": {"item": "Sitrus Berry", "ability": "Harvest", "nature": "Bold", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 252, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Calm Mind", "Giga Drain", "Leech Seed", "Air Cutter"]}}, "Beautifly": {"Choice Specs": {"item": "Choice Specs", "ability": "Rivalry", "nature": "Modest", "teraType": "Flying", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Bug Buzz", "Air Cutter", "Thunderbolt", "Aeroblast"]}, "Rain QD": {"item": "Life Orb", "ability": "Rivalry", "nature": "Modest", "teraType": "Flying", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Quiver Dance", "Hurricane", "Thunder", "Protect"]}}, "Mesprit": {"Calm Mind": {"item": "Leftovers", "ability": "Rampage", "nature": "Timid", "teraType": "Steel", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fleur Cannon", "Mystical Power", "Thunderbolt", "Calm Mind"]}}, "Arctovish": {"Mixed Snow": {"item": "Figy Berry", "ability": "Snow Warning", "nature": "Brave", "teraType": "Ground", "evs": {"hp": 252, "at": 132, "df": 76, "sa": 36, "sd": 12, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Aurora Veil", "Fishious Rend", "Blizzard"]}}, "Pawmot": {"Life Orb": {"item": "Life Orb", "ability": "Iron Fist", "nature": "Jolly", "teraType": "Electric", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Close Combat", "Mach Punch", "Revival Blessing", "Double Shock"]}}, "Heracross": {"LO Skill Link": {"item": "Life Orb", "ability": "Skill Link", "nature": "Jolly", "teraType": "Bug", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Arm Thrust", "Pin Missile", "Rock Blast", "Bullet Seed"]}}, "Abomasnow": {"Physical": {"item": "Sitrus Berry", "ability": "Snow Warning", "nature": "Adamant", "teraType": "Grass", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Mountain Gale", "Wood Hammer", "Aurora Veil", "Protect"]}}, "Unfezant": {"Specs": {"item": "Choice Specs", "ability": "Super Duper Luck", "nature": "Timid", "teraType": "Normal", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Air Cutter", "Heat Wave", "Aeroblast", "Focus Blast"]}, "Physical": {"item": "Power Herb", "ability": "Super Duper Luck", "nature": "Timid", "teraType": "Normal", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Sky Attack", "Blaze Kick", "Night Slash", "Return"]}}, "Shiinotic": {"Triage Healer": {"item": "Covert Cloak", "ability": "Triage", "nature": "Bold", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 204, "sa": 0, "sd": 52, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Spore", "Strength Sap", "Giga Drain", "Pollen Puff"]}}, "Floette-Eternal": {"Specs": {"item": "Choice Specs", "ability": "Fairy Aura", "nature": "Timid", "teraType": "Ground", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Light of Ruin", "Energy Ball", "Moonblast", "Tera Blast"]}}, "Persian": {"Normal Gem": {"item": "Normal Gem", "ability": "Technician", "nature": "Jolly", "teraType": "Normal", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Parting Shot", "Slash", "Thief"]}}, "Regirock": {"Weakness Policy": {"item": "Weakness Policy", "ability": "Solid Rock", "nature": "Adamant", "teraType": "Rock", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Drain Punch", "Rock Slide", "Earthquake", "Protect"]}}, "Malamar": {"Dual Screens": {"item": "Light Clay", "ability": "Prankster", "nature": "Impish", "teraType": "Fire", "evs": {"hp": 252, "at": 4, "df": 252, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Knock Off", "Taunt", "Light Screen", "Reflect"]}, "AV Contrary": {"item": "Assault Vest", "ability": "Contrary", "nature": "Impish", "teraType": "Fighting", "evs": {"hp": 252, "at": 4, "df": 252, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Superpower", "Zen Headbutt", "Liquidation", "Knock Off"]}}, "Venomoth": {"Support": {"item": "Focus Sash", "ability": "Shield Dust", "nature": "Timid", "teraType": "Bug", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Rage Powder", "Sleep Powder", "Tailwind", "Bug Buzz"]}}, "Simisear": {"Specs": {"item": "Choice Specs", "ability": "Monkey Business", "nature": "Modest", "teraType": "Grass", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Flamethrower", "Focus Blast", "Tera Blast", "Overheat"]}, "Band": {"item": "Choice Band", "ability": "Gorilla Tactics", "nature": "Jolly", "teraType": "Dark", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Flare Blitz", "Gunk Shot", "Superpower", "Knock Off"]}}, "Aurorus": {"Power Herb": {"item": "Power Herb", "ability": "True Aurora", "nature": "Modest", "teraType": "Flying", "evs": {"hp": 252, "at": 0, "df": 208, "sa": 44, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Aurora Veil", "Meteor Beam", "Aurora Beam", "Thunderbolt"]}}, "Unown": {"Assault Vest": {"item": "Assault Vest", "ability": "Protean", "nature": "Timid", "teraType": "Fairy", "evs": {"hp": 0, "at": 0, "df": 76, "sa": 180, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Earth Power", "Tera Blast", "Ancient Power", "Mystical Power"]}}, "Suicune": {"Support": {"item": "Leftovers", "ability": "Inner Focus", "nature": "Calm", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 60, "sd": 196, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Purifying Water", "Tailwind", "Helping Hand", "Protect"]}}, "Bellossom": {"Quiver Dance Sun": {"item": "Sitrus Berry", "ability": "Chlorophyll", "nature": "Timid", "teraType": "Steel", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Moonblast", "Sludge Bomb", "Quiver Dance", "Solar Beam"]}}, "Toedscruel": {"Fast Utility": {"item": "Sitrus Berry", "ability": "Mycelium Might", "nature": "Timid", "teraType": "Dark", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Spore", "Rage Powder", "Knock Off", "Leaf Storm"]}}, "Nihilego": {"Power Herb": {"item": "Power Herb", "ability": "Corrosion", "nature": "Timid", "teraType": "Flying", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Meteor Beam", "Thunderbolt", "Sludge Bomb", "Protect"]}}, "Vivillon": {"Fast Support": {"item": "Covert Cloak", "ability": "Friend Guard", "nature": "Timid", "teraType": "Steel", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Rage Powder", "Sleep Powder", "Pollen Puff", "Tailwind"]}}, "Mawile": {"Band": {"item": "Choice Band", "ability": "Huge Power", "nature": "Jolly", "teraType": "Flying", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Play Rough", "Iron Head", "Sucker Punch", "Fire Fang"]}}, "Manectric": {"Special LO": {"item": "Life Orb", "ability": "Intimidate", "nature": "Timid", "teraType": "Fire", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Thunderbolt", "Overheat", "Protect", "Volt Switch"]}}, "Arbok": {"Fast Support": {"item": "Air Balloon", "ability": "Intimidate", "nature": "Jolly", "teraType": "Flying", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Knock Off", "Poison Tail", "Glare", "Gastro Acid"]}}, "Meowscarada": {"Offensive": {"item": "Focus Sash", "ability": "Overgrow", "nature": "Jolly", "teraType": "Grass", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Flower Trick", "Knock Off", "Taunt", "Protect"]}, "Band": {"item": "Choice Band", "ability": "Protean", "nature": "Jolly", "teraType": "Grass", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Flower Trick", "Knock Off", "Play Rough", "U-turn"]}}, "Vaporeon": {"Bulky Support": {"item": "Leftovers", "ability": "Water Absorb", "nature": "Bold", "teraType": "Grass", "evs": {"hp": 252, "at": 0, "df": 252, "sa": 4, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Muddy Water", "Calm Mind", "Life Dew", "Yawn"]}}, "Medicham": {"Offensive": {"item": "Covert Cloak", "ability": "Pure Power", "nature": "Jolly", "teraType": "Fighting", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Axe Kick", "Skill Swap", "Zen Headbutt"]}}, "Cyclizar": {"Shed Tail": {"item": "Aguav Berry", "ability": "Regenerator", "nature": "Jolly", "teraType": "Ghost", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Shed Tail", "Knock Off", "Taunt", "Rapid Spin"]}}, "Grafaiai": {"Support": {"item": "Focus Sash", "ability": "Prankster", "nature": "Calm", "teraType": "Ghost", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Parting Shot", "Mat Block", "Destiny Bond", "Milk Drink"]}}, "Clawitzer": {"Scarf": {"item": "Choice Scarf", "ability": "Mega Launcher", "nature": "Timid", "teraType": "Water", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Origin Pulse", "Dark Pulse", "Dragon Pulse", "Aura Sphere"]}}, "Pinsir": {"Swords Dance": {"item": "Sharp Beak", "ability": "Aerilate", "nature": "Jolly", "teraType": "Flying", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Quick Attack", "Swords Dance", "Return", "Close Combat"]}}, "Morpeko": {"Offensive Support": {"item": "Focus Sash", "ability": "Hunger Switch", "nature": "Jolly", "teraType": "Electric", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Aura Wheel", "Fake Out", "Parting Shot", "Knock Off"]}}, "Exeggutor": {"Dice Sun": {"item": "Loaded Dice", "ability": "Chlorophyll", "nature": "Adamant", "teraType": "Grass", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Bullet Seed", "Barrage", "Egg Bomb", "Swords Dance"]}, "Special Sun": {"item": "Focus Sash", "ability": "Chlorophyll", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Solar Beam", "Psychic", "Sleep Powder", "Protect"]}}, "Stonjourner": {"Assault Vest": {"item": "Assault Vest", "ability": "Power Spot", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 12, "at": 252, "df": 0, "sa": 0, "sd": 244, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Stone Edge", "Self-Destruct", "Earthquake", "Rock Tomb"]}}, "Ogerpon-Wellspring": {"Fast Bulky": {"item": "Wellspring Mask", "ability": "Water Absorb", "nature": "Jolly", "teraType": "Water", "evs": {"hp": 204, "at": 52, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Follow Me", "Ivy Cudgel", "Spiky Shield", "U-turn"]}}, "Eiscue": {"Belly Drum": {"item": "Sitrus Berry", "ability": "Ice Face", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Belly Drum", "Ice Shard", "Icicle Crash", "Liquidation"]}}, "Dugtrio-Alola": {"Fast Sash": {"item": "Focus Sash", "ability": "Triple Threat", "nature": "Jolly", "teraType": "Ground", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Follow Me", "Iron Head", "Helping Hand", "High Horsepower"]}}, "Iron Treads": {"LO Attacher": {"item": "Life Orb", "ability": "Sand Force", "nature": "Adamant", "teraType": "Ground", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Earthquake", "Ice Spinner", "Iron Head"]}}, "Camerupt": {"LO Sheer Force": {"item": "Life Orb", "ability": "Sheer Force", "nature": "Quiet", "teraType": "Fire", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Earth Power", "Heat Wave", "Eruption", "Flash Cannon"]}}, "Drifblim": {"Tailwind Power": {"item": "Focus Sash", "ability": "Wind Power", "nature": "Timid", "teraType": "Electric", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Will-O-Wisp", "Tailwind", "Thunderbolt", "Bleakwind Storm"]}, "Electric Seed": {"item": "Electric Seed", "ability": "Unburden", "nature": "", "teraType": "Ground", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Bleakwind Storm", "Shadow Ball", "Tailwind", "Will-O-Wisp"]}}, "Purugly": {"Berserk Gene": {"item": "Berserk Gene", "ability": "Own Tempo", "nature": "Jolly", "teraType": "Normal", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Return", "Knock Off", "Play Rough"]}}, "Gourgeist-Small": {"Bulky Attacker": {"item": "Leftovers", "ability": "Growing Pumpkin", "nature": "Adamant", "teraType": "Fairy", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Power Whip", "Poltergeist", "Shadow Sneak"]}}, "Gourgeist": {"Bulky Attacker": {"item": "Leftovers", "ability": "Growing Pumpkin", "nature": "Adamant", "teraType": "Fairy", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Power Whip", "Poltergeist", "Shadow Sneak"]}}, "Gourgeist-Large": {"Bulky Attacker": {"item": "Leftovers", "ability": "Growing Pumpkin", "nature": "Adamant", "teraType": "Fairy", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Power Whip", "Poltergeist", "Shadow Sneak"]}}, "Gourgeist-Super": {"Bulky Attacker": {"item": "Leftovers", "ability": "Growing Pumpkin", "nature": "Adamant", "teraType": "Fairy", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Power Whip", "Poltergeist", "Shadow Sneak"]}}, "Simisage": {"Special Scarf": {"item": "Choice Scarf", "ability": "Monkey Business", "nature": "Modest", "teraType": "Rock", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Grass Pledge", "Leaf Storm", "Focus Blast", "Tera Blast"]}}, "Flareon": {"Fluffy AV": {"item": "Assault Vest", "ability": "Fluffy", "nature": "Adamant", "teraType": "Fairy", "evs": {"hp": 252, "at": 252, "df": 4, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Flare Blitz", "Superpower", "Stomping Tantrum", "Tera Blast"]}, "Toxic Orb": {"item": "Toxic Orb", "ability": "Guts", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 4, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Flare Blitz", "Superpower", "Protect", "Facade"]}}, "Whiscash": {"Dragon Dance": {"item": "Clear Amulet", "ability": "Tremor Sense", "nature": "Adamant", "teraType": "Grass", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Dragon Dance", "Liquidation", "Rock Slide", "Earthquake"]}}, "Granbull": {"Loaded Dice": {"item": "Loaded Dice", "ability": "Intimidate", "nature": "Impish", "teraType": "Ground", "evs": {"hp": 0, "at": 196, "df": 252, "sa": 0, "sd": 60, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Comet Punch", "Arm Thrust", "Bone Rush", "Protect"]}}, "Golisopod": {"Assault Vest": {"item": "Assault Vest", "ability": "Emergency Exit", "nature": "Adamant", "teraType": "Bug", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Liquidation", "First Impression", "Knock Off", "Leech Life"]}}, "Fezandipiti": {"Bulky Support": {"item": "Leftovers", "ability": "Toxic Chain", "nature": "Careful", "teraType": "Flying", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Icy Wind", "Poison Tail", "Tailwind", "Roost"]}}, "Crustle": {"WP Smash": {"item": "Weakness Policy", "ability": "Sturdy", "nature": "Adamant", "teraType": "Bug", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Rock Slide", "Rock Wrecker", "X-Scissor", "Shell Smash"]}}, "Bewear": {"Assault Vest": {"item": "Assault Vest", "ability": "Fluffy", "nature": "Adamant", "teraType": "Ground", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Close Combat", "Wring Out", "High Horsepower", "Rock Slide"]}}, "Empoleon": {"Specs": {"item": "Choice Specs", "ability": "Sinnohan Grit", "nature": "Modest", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Steel Beam", "Hydro Cannon", "Ice Beam", "Hydro Pump"]}}, "Talonflame": {"TW Support": {"item": "Covert Cloak", "ability": "Gale Wings", "nature": "Jolly", "teraType": "Fire", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Will-O-Wisp", "Tailwind", "Brave Bird", "Flare Blitz"]}}, "Cryogonal": {"Bulky Offensve": {"item": "Leftovers", "ability": "Levitate", "nature": "Modest", "teraType": "Electric", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 4}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Ice Beam", "Flash Freeze", "Tera Blast", "Recover"]}}, "Sandy Shocks": {"LO Attacker": {"item": "Life Orb", "ability": "Magnet Pull", "nature": "Timid", "teraType": "Flying", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Volt Switch", "Earth Power", "Thunderbolt"]}}, "Wigglytuff": {"Healer": {"item": "Aguav Berry", "ability": "Friend Guard", "nature": "Modest", "teraType": "Normal", "evs": {"hp": 0, "at": 0, "df": 252, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Heal Pulse", "Protect", "Moonblast", "Fire Blast"]}, "Calm Mind": {"item": "Leftovers", "ability": "Friend Guard", "nature": "Modest", "teraType": "Fire", "evs": {"hp": 0, "at": 0, "df": 172, "sa": 252, "sd": 84, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Calm Mind", "Protect", "Moonblast", "Fire Blast"]}}, "Zapdos-Galar": {"Bulk Up": {"item": "Misty Seed", "ability": "Defiant", "nature": "Adamant", "teraType": "Fighting", "evs": {"hp": 220, "at": 200, "df": 80, "sa": 0, "sd": 4, "sp": 4}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Acrobatics", "Thunderous Kick", "Bulk Up", "Detect"]}}, "Iron Moth": {"Choice Specs": {"item": "Choice Specs", "ability": "Quark Drive", "nature": "Timid", "teraType": "Fire", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Flamethrower", "Dazzling Gleam", "Bug Buzz", "Energy Ball"]}, "Booster Speed": {"item": "Booster Energy", "ability": "Quark Drive", "nature": "Timid", "teraType": "Grass", "evs": {"hp": 124, "at": 0, "df": 0, "sa": 132, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Acid Spray", "Fiery Dance", "Energy Ball"]}}, "Silvally": {"Offensive Support": {"item": "Sitrus Berry", "ability": "RKS System", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Multi-Attack", "Tailwind", "Parting Shot"]}}, "Silvally-Bug": {"Offensive Support": {"item": "Bug Memory", "ability": "RKS System", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Multi-Attack", "Tailwind", "Parting Shot"]}}, "Silvally-Dark": {"Offensive Support": {"item": "Dark Memory", "ability": "RKS System", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Multi-Attack", "Tailwind", "Parting Shot"]}}, "Silvally-Dragon": {"Offensive Support": {"item": "Dragon Memory", "ability": "RKS System", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Multi-Attack", "Tailwind", "Parting Shot"]}}, "Silvally-Electric": {"Offensive Support": {"item": "Electric Memory", "ability": "RKS System", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Multi-Attack", "Tailwind", "Parting Shot"]}}, "Silvally-Fairy": {"Offensive Support": {"item": "Fairy Memory", "ability": "RKS System", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Multi-Attack", "Tailwind", "Parting Shot"]}}, "Silvally-Fighting": {"Offensive Support": {"item": "Fighting Memory", "ability": "RKS System", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Multi-Attack", "Tailwind", "Parting Shot"]}}, "Silvally-Fire": {"Offensive Support": {"item": "Fire Memory", "ability": "RKS System", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Multi-Attack", "Tailwind", "Parting Shot"]}}, "Silvally-Flying": {"Offensive Support": {"item": "Flying Memory", "ability": "RKS System", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Multi-Attack", "Tailwind", "Parting Shot"]}}, "Silvally-Ghost": {"Offensive Support": {"item": "Ghost Memory", "ability": "RKS System", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Multi-Attack", "Tailwind", "Parting Shot"]}}, "Silvally-Grass": {"Offensive Support": {"item": "Grass Memory", "ability": "RKS System", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Multi-Attack", "Tailwind", "Parting Shot"]}}, "Silvally-Ground": {"Offensive Support": {"item": "Ground Memory", "ability": "RKS System", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Multi-Attack", "Tailwind", "Parting Shot"]}}, "Silvally-Ice": {"Offensive Support": {"item": "Ice Memory", "ability": "RKS System", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Multi-Attack", "Tailwind", "Parting Shot"]}}, "Silvally-Steel": {"Offensive Support": {"item": "Steel Memory", "ability": "RKS System", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Multi-Attack", "Tailwind", "Parting Shot"]}}, "Silvally-Poison": {"Offensive Support": {"item": "Poison Memory", "ability": "RKS System", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Multi-Attack", "Tailwind", "Parting Shot"]}}, "Silvally-Psychic": {"Offensive Support": {"item": "Psychic Memory", "ability": "RKS System", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Multi-Attack", "Tailwind", "Parting Shot"]}}, "Silvally-Rock": {"Offensive Support": {"item": "Rock Memory", "ability": "RKS System", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Multi-Attack", "Tailwind", "Parting Shot"]}}, "Silvally-Water": {"Offensive Support": {"item": "Water Memory", "ability": "RKS System", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Multi-Attack", "Tailwind", "Parting Shot"]}}, "Bronzong": {"TR Setter": {"item": "Aguav Berry", "ability": "Levitate", "nature": "Sassy", "teraType": "Steel", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 0}, "level": 50, "moves": ["Trick Room", "Gyro Ball", "Iron Defense", "Body Press"]}}, "Feraligatr": {"Dragon Dancer": {"item": "Clear Amulet", "ability": "Intimidate", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Dragon Dance", "Sucker Punch", "Hydro Cannon", "Superpower"]}, "Life Orb": {"item": "Life Orb", "ability": "Sheer Force", "nature": "Jolly", "teraType": "Water", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Liquidation", "Crunch", "Ice Punch", "Superpower"]}}, "Pangoro": {"Band": {"item": "Choice Band", "ability": "Iron Fist", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Wicked Blow", "Storm Throw", "Mach Punch", "Bullet Punch"]}}, "Mr. Mime-Galar": {"TR Support": {"item": "Eviolite", "ability": "Ice Body", "nature": "Sassy", "teraType": "Ice", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Psych Out", "Taunt", "Follow Me", "Trick Room"]}}, "Polteageist": {"Shell Smash": {"item": "Focus Sash", "ability": "Weak Armor", "nature": "Timid", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Stored Power", "Shadow Ball", "Shell Smash", "Tera Blast"]}}, "Linoone": {"Belly Drum": {"item": "Sitrus Berry", "ability": "Pickup", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 4, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Extreme Speed", "Belly Drum", "Stomping Tantrum", "Play Rough"]}, "Band": {"item": "Choice Band", "ability": "Quick Feet", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 4, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Extreme Speed", "Giga Impact", "Stomping Tantrum", "Play Rough"]}}, "Steelix": {"Curse": {"item": "Leftovers", "ability": "Earth Eater", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 252, "at": 244, "df": 0, "sa": 0, "sd": 12, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Dig", "Heavy Slam", "Curse", "Rock Slide"]}}, "Tornadus-Therian": {"Special AV": {"item": "Assault Vest", "ability": "Regenerator", "nature": "Timid", "teraType": "Fire", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Bleakwind Storm", "Heat Wave", "Focus Blast", "U-turn"]}}, "Revavroom": {"Physical AV": {"item": "Assault Vest", "ability": "Speed Boost", "nature": "Careful", "teraType": "Water", "evs": {"hp": 0, "at": 252, "df": 4, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Magical Torque", "Combat Torque", "Gunk Shot", "Bulldoze"]}}, "Dhelmise": {"AV Steelworker": {"item": "Assault Vest", "ability": "Steelworker", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Earthquake", "Anchor Shot", "Poltergeist", "Power Whip"]}, "AV Water Bubble": {"item": "Assault Vest", "ability": "Water Bubble", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Earthquake", "Liquidation", "Poltergeist", "Power Whip"]}}, "Ambipom": {"Physical Support": {"item": "Normal Gem", "ability": "Technician", "nature": "Jolly", "teraType": "Ghost", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Tail Slap", "Thief", "Taunt"]}}, "Tyrantrum": {"Scarf": {"item": "Choice Scarf", "ability": "Rampage", "nature": "Jolly", "teraType": "Rock", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Head Smash", "Outrage", "Close Combat", "Scale Shot"]}}, "Vikavolt": {"Special": {"item": "Sitrus Berry", "ability": "Levitate", "nature": "Quiet", "teraType": "Water", "evs": {"hp": 244, "at": 0, "df": 0, "sa": 252, "sd": 12, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Bug Buzz", "Thunderbolt", "Discharge", "Volt Switch"]}}, "Parasect": {"Support": {"item": "Aguav Berry", "ability": "Dry Skin", "nature": "Impish", "teraType": "Dark", "evs": {"hp": 252, "at": 0, "df": 252, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Rage Powder", "Spore", "Seed Bomb", "Knock Off"]}}, "Ribombee": {"Dual Screens": {"item": "Light Clay", "ability": "Honey Gather", "nature": "Timid", "teraType": "Steel", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Pollen Puff", "Moonblast", "Light Screen", "Reflect"]}}, "Wugtrio": {"Offensive Sash": {"item": "Focus Sash", "ability": "Gooey", "nature": "Jolly", "teraType": "Water", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Triple Dive", "Sucker Punch", "Aqua Jet", "Protect"]}}, "Lilligant-Hisui": {"Victory Dance": {"item": "Covert Cloak", "ability": "Chlorophyll", "nature": "Adamant", "teraType": "Electric", "evs": {"hp": 252, "at": 196, "df": 0, "sa": 0, "sd": 0, "sp": 60}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Victory Dance", "Axe Kick", "Solar Blade", "Tera Blast"]}}, "Tauros-Paldea-Aqua": {"Bulk Up": {"item": "Iapapa Berry", "ability": "Rampage", "nature": "Jolly", "teraType": "Steel", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Bulk Up", "Wave Crash", "Close Combat", "Wild Charge"]}}, "Tauros-Paldea-Blaze": {"Bulk Up": {"item": "Iapapa Berry", "ability": "Rampage", "nature": "Jolly", "teraType": "Steel", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Bulk Up", "Flare Blitz", "Close Combat", "Wild Charge"]}}, "Rillaboom": {"Physical AV": {"item": "Assault Vest", "ability": "Grassy Surge", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Grassy Glide", "Wood Hammer", "High Horsepower"]}, "Band Tactics": {"item": "Choice Band", "ability": "Gorilla Tactics", "nature": "Adamant", "teraType": "Grass", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Knock Off", "Superpower", "Wood Hammer", "High Horsepower"]}}, "Grimmsnarl": {"Dual Screens": {"item": "Light Clay", "ability": "Prankster", "nature": "Impish", "teraType": "Dark", "evs": {"hp": 252, "at": 0, "df": 196, "sa": 0, "sd": 60, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Spirit Break", "Fake Out", "Light Screen", "Reflect"]}}, "Thundurus-Therian": {"Fast Support": {"item": "Covert Cloak", "ability": "Volt Absorb", "nature": "Timid", "teraType": "Electric", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Wildbolt Storm", "Focus Blast", "Taunt", "Snarl"]}}, "Octillery": {"Special LO": {"item": "Life Orb", "ability": "Sheer Force", "nature": "Modest", "teraType": "Water", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Steam Eruption", "Searing Shot", "Ice Beam", "Protect"]}}, "Seviper": {"Special": {"item": "Expert Belt", "ability": "Merciless", "nature": "Modest", "teraType": "Fire", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 252, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Flamethrower", "Sludge Bomb", "Giga Drain", "Gastro Acid"]}, "Physical": {"item": "Expert Belt", "ability": "Merciless", "nature": "Lonely", "teraType": "Fire", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 4, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Gunk Shot", "Wring Out", "Aqua Tail", "Psychic Fangs"]}}, "Eevee": {"Evoboost": {"item": "Power Herb", "ability": "Run Away", "nature": "Careful", "teraType": "Normal", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 0, "sd": 196, "sp": 60}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Extreme Evoboost", "Baton Pass", "Detect", "Double-Edge"]}}, "Probopass": {"Offensive Support": {"item": "Sitrus Berry", "ability": "Levitate", "nature": "Modest", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Volt Switch", "Helping Hand", "Wide Guard", "Flash Cannon"]}}, "Liepard": {"Support": {"item": "Mental Herb", "ability": "Prankster", "nature": "Jolly", "teraType": "Ghost", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Encore", "Fake Out", "Knock Off", "Taunt"]}}, "Primarina": {"Offensive AV": {"item": "Assault Vest", "ability": "Liquid Voice", "nature": "Modest", "teraType": "Grass", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 252, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hyper Voice", "Flip Turn", "Moonblast", "Misty Explosion"]}}, "Politoed": {"Rain Support": {"item": "Sitrus Berry", "ability": "Drizzle", "nature": "Calm", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Helping Hand", "Hypnosis", "Protect", "Hydro Pump"]}}, "Rotom": {"Specs": {"item": "Choice Specs", "ability": "Galvanize", "nature": "Timid", "teraType": "Electric", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hyper Voice", "Shadow Ball", "Volt Switch", "Ominous Wind"]}}, "Cloyster": {"Shell Smash": {"item": "White Herb", "ability": "Skill Link", "nature": "Adamant", "teraType": "Rock", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Icicle Spear", "Rock Blast", "Shell Smash", "Clamp"]}}, "Guzzlord": {"Physical": {"item": "Sitrus Berry", "ability": "Singularity", "nature": "Impish", "teraType": "Dark", "evs": {"hp": 44, "at": 0, "df": 212, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Knock Off", "Protect", "Drain Punch", "Dragon Rush"]}}, "Hatterene": {"TR Setter": {"item": "Focus Sash", "ability": "Magic Bounce", "nature": "Modest", "teraType": "Psychic", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Expanding Force", "Moonblast", "Trick Room", "Healing Wish"]}}, "Muk-Alola": {"PoA Sweeper": {"item": "Leftovers", "ability": "Power of Alchemy", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 252, "at": 252, "df": 4, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Poison Jab", "Protect", "Knock Off", "Drain Punch"]}, "Bulky Attacker": {"item": "Aguav Berry", "ability": "Gluttony", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Gunk Shot", "Explosion", "Knock Off", "Protect"]}}, "Slowbro-Galar": {"Calm Mind": {"item": "Quick Claw", "ability": "Quick Draw", "nature": "Modest", "teraType": "Poison", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Shell Side Arm", "Mist Ball", "Fire Blast", "Calm Mind"]}, "Physical Dice": {"item": "Loaded Dice", "ability": "Mega Launcher", "nature": "Sassy", "teraType": "Poison", "evs": {"hp": 252, "at": 60, "df": 0, "sa": 0, "sd": 196, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Shell Side Arm", "Rock Blast", "Barrage", "Slack Off"]}}, "Rabsca": {"Bulky Blessing": {"item": "Wiki Berry", "ability": "Synchronize", "nature": "Calm", "teraType": "Steel", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Revival Blessing", "Trick Room", "Psychic", "Bug Buzz"]}}, "Lokix": {"Offensive Sash": {"item": "Focus Sash", "ability": "Tinted Lens", "nature": "Jolly", "teraType": "Bug", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["First Impression", "Sucker Punch", "U-turn", "Knock Off"]}}, "Toxtricity": {"Scarf": {"item": "Choice Scarf", "ability": "Punk Rock", "nature": "Timid", "teraType": "Normal", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Boomburst", "Overdrive", "Sludge Bomb", "Volt Switch"]}}, "Aromatisse": {"Support": {"item": "Misty Seed", "ability": "Misty Surge", "nature": "Calm", "teraType": "Steel", "evs": {"hp": 244, "at": 0, "df": 0, "sa": 12, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Heal Pulse", "Helping Hand", "Moonblast", "Charm"]}}, "Raichu-Alola": {"Special LO": {"item": "Life Orb", "ability": "Surge Surfer", "nature": "Timid", "teraType": "Electric", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Rising Voltage", "Grass Knot", "Psyshock", "Volt Switch"]}}, "Lycanroc-Midnight": {"Offensive Sand": {"item": "Focus Sash", "ability": "Sand Stream", "nature": "Jolly", "teraType": "Rock", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Helping Hand", "Close Combat", "Endeavor", "Stone Edge"]}}, "Honchkrow": {"Critter": {"item": "Scope Lens", "ability": "Super Duper Luck", "nature": "Adamant", "teraType": "Dark", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Sucker Punch", "Acrobatics", "Brave Bird", "Superpower"]}}, "Magcargo": {"Shell Smash": {"item": "Air Balloon", "ability": "Water Compaction", "nature": "Modest", "teraType": "Fire", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Heat Wave", "Earth Power", "Ancient Power", "Shell Smash"]}, "Defensive Sun": {"item": "Air Balloon", "ability": "Drought", "nature": "Bold", "teraType": "Fire", "evs": {"hp": 252, "at": 0, "df": 252, "sa": 4, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Heat Wave", "Power Gem", "Yawn"]}}, "Noivern": {"Offensive Sash": {"item": "Focus Sash", "ability": "Infiltrator", "nature": "Timid", "teraType": "Normal", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tailwind", "Boomburst", "Draco Meteor", "Flamethrower"]}}, "Perrserker": {"Physical AV": {"item": "Assault Vest", "ability": "Steely Spirit", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Iron Head", "Close Combat", "U-turn"]}}, "Iron Thorns": {"Dragon Dance": {"item": "Sitrus Berry", "ability": "Electric Surge", "nature": "Adamant", "teraType": "Flying", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Wild Charge", "High Horsepower", "Rock Slide", "Dragon Dance"]}}, "Bastiodon": {"Body Press": {"item": "Leftovers", "ability": "Heavy Metal", "nature": "Careful", "teraType": "Fighting", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Wide Guard", "Heavy Slam", "Iron Defense", "Body Press"]}, "Full Support": {"item": "Chesto Berry", "ability": "Solid Rock", "nature": "Careful", "teraType": "Ghost", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Wide Guard", "Heavy Slam", "Super Fang", "Rest"]}}, "Sigilyph": {"Offensive Support": {"item": "Flame Orb", "ability": "Magic Guard", "nature": "Modest", "teraType": "Dragon", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 252, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Psycho Shift", "Tailwind", "Heat Wave", "Psychic"]}, "TR Setter": {"item": "Covert Cloak", "ability": "Wonder Skin", "nature": "Calm", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Trick Room", "Hypnosis", "Heat Wave", "Psychic"]}}, "Baxcalibur": {"DD Dice": {"item": "Loaded Dice", "ability": "Heat Sink", "nature": "Adamant", "teraType": "Dragon", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Dragon Dance", "Scale Shot", "Ice Shard", "Icicle Spear"]}}, "Heliolisk": {"Special LO": {"item": "Life Orb", "ability": "Solar Power", "nature": "Timid", "teraType": "Fighting", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Electroweb", "Thunderbolt", "Aura Sphere", "Surf"]}}, "Yanmega": {"Special Attacker": {"item": "Throat Spray", "ability": "Speed Boost", "nature": "Modest", "teraType": "Bug", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Draco Meteor", "Bug Buzz", "Psych Up"]}}, "Diggersby": {"Band": {"item": "Choice Band", "ability": "Huge Power", "nature": "Jolly", "teraType": "Normal", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Earthquake", "Quick Attack", "U-turn", "Stone Edge"]}}, "Iron Leaves": {"Speed Booster": {"item": "Booster Energy", "ability": "Quark Drive", "nature": "Jolly", "teraType": "Fighting", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Psyblade", "Leaf Blade", "Wild Charge", "Close Combat"]}}, "Alakazam": {"Offensive": {"item": "Life Orb", "ability": "Magic Guard", "nature": "Timid", "teraType": "Fairy", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Psystrike", "Focus Blast", "Dazzling Gleam"]}}, "Weavile": {"Offensive Support": {"item": "Focus Sash", "ability": "Homophobia", "nature": "Jolly", "teraType": "Ghost", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Fake Tears", "Knock Off", "Taunt"]}}, "Cinderace": {"Offensive": {"item": "Clear Amulet", "ability": "Libero", "nature": "Jolly", "teraType": "Fire", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Taunt", "Pyro Ball", "High Jump Kick", "Sucker Punch"]}, "Shock n Ball Torture": {"item": "Life Orb", "ability": "Ballin'", "nature": "Jolly", "teraType": "Electric", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Pyro Ball", "Electro Ball", "Shadow Ball", "High Jump Kick"]}}, "Leavanny": {"Physical LO": {"item": "Life Orb", "ability": "Sharpness", "nature": "Jolly", "teraType": "Normal", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Leaf Blade", "X-Scissor", "Slash", "Protect"]}}, "Latios": {"Offensive": {"item": "Expert Belt", "ability": "Neuroforce", "nature": "Timid", "teraType": "Electric", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Draco Meteor", "Psychic", "Thunderbolt", "Aura Sphere"]}}, "Ditto": {"Wonder Guard": {"item": "Quick Claw", "ability": "Wonder Guard", "nature": "Jolly", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Transform"]}, "Imposter": {"item": "Choice Scarf", "ability": "Imposter", "nature": "Jolly", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Transform"]}}, "Crabominable": {"Physical AV": {"item": "Assault Vest", "ability": "Iron Fist", "nature": "Adamant", "teraType": "Fighting", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Ice Hammer", "Hammer Arm", "Drain Punch", "Thunder Punch"]}}, "Swanna": {"Physical Support": {"item": "Sharp Beak", "ability": "Large Wingspan", "nature": "Jolly", "teraType": "Ground", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tailwind", "Brave Bird", "Feather Dance", "Flip Turn"]}, "Special Support": {"item": "Sharp Beak", "ability": "Large Wingspan", "nature": "Hasty", "teraType": "Ground", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tailwind", "Hurricane", "Feather Dance", "Hydro Pump"]}}, "Stoutland": {"Weather Support": {"item": "Assault Vest", "ability": "Slush Rush", "nature": "Adamant", "teraType": "Fighting", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 180, "sp": 76}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Giga Impact", "Superpower", "Stalacbite", "Snarl"]}}, "Grumpig": {"Physical": {"item": "Berserk Gene", "ability": "Own Tempo", "nature": "Jolly", "teraType": "Steel", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Zen Headbutt", "Thief", "Knock Off", "Protect"]}}, "Carracosta": {"Shell Smash": {"item": "White Herb", "ability": "Swift Swim", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Shell Smash", "Liquidation", "Stone Edge", "Iron Head"]}}, "Comfey": {"TR Support": {"item": "Iapapa Berry", "ability": "Triage", "nature": "Quiet", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Draining Kiss", "Trick Room", "Floral Healing", "Ally Switch"]}}, "Swalot": {"Physical AV": {"item": "Assault Vest", "ability": "Liquid Ooze", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Gunk Shot", "Explosion", "Earthquake", "Knock Off"]}}, "Boltund": {"Physical": {"item": "Expert Belt", "ability": "Strong Jaw", "nature": "Jolly", "teraType": "Electric", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Crunch", "Psychic Fangs", "Ice Fang", "Thunder Fang"]}, "Special Support": {"item": "Focus Sash", "ability": "Competitive", "nature": "Hasty", "teraType": "Flying", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Thunderbolt", "Snarl", "Nuzzle", "Hidden Power Ice"]}}, "Zebstrika": {"Physical LO": {"item": "Life Orb", "ability": "Galvanize", "nature": "Jolly", "teraType": "Electric", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Return", "Flare Blitz", "Jump Kick", "Quick Attack"]}}, "Zoroark-Hisui": {"Offensive": {"item": "Colbur Berry", "ability": "Illusion", "nature": "Timid", "teraType": "Normal", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Focus Blast", "Protect", "Shadow Ball", "Hyper Voice"]}}, "Dracozolt": {"Sand LO": {"item": "Life Orb", "ability": "Sand Rush", "nature": "Adamant", "teraType": "Electric", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Bolt Beak", "Dragon Rush", "Fire Fang", "High Horsepower"]}}, "Meganium": {"Special Support": {"item": "Leftovers", "ability": "Healer", "nature": "Modest", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Frenzy Plant", "Leech Seed", "Moonblast", "Protect"]}}, "Cradily": {"Meteor Beam": {"item": "Power Herb", "ability": "Storm Drain", "nature": "Bold", "teraType": "Rock", "evs": {"hp": 252, "at": 0, "df": 180, "sa": 76, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Leech Seed", "Recover", "Meteor Beam", "Giga Drain"]}}, "Spinda": {"Physical AV": {"item": "Assault Vest", "ability": "Double Down", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Superpower", "Close Combat", "Spin Out"]}}, "Sudowoodo": {"Rain LO": {"item": "Life Orb", "ability": "Calm B4 Storm", "nature": "Adamant", "teraType": "Rock", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Head Smash", "Explosion", "Focus Punch", "Protect"]}}, "Farigiraf": {"TR Setter": {"item": "Aguav Berry", "ability": "Armor Tail", "nature": "Relaxed", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 252, "sa": 4, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Dazzling Gleam", "Helping Hand", "Trick Room", "Psychic"]}}, "Kingler": {"Physical LO": {"item": "Life Orb", "ability": "Sheer Force", "nature": "Jolly", "teraType": "Water", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Crabhammer", "Rock Slide", "Superpower", "Protect"]}}, "Tauros": {"Special AV": {"item": "Assault Vest", "ability": "No Guard", "nature": "Timid", "teraType": "Electric", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Zap Cannon", "Blizzard", "Hyper Beam", "Fire Blast"]}, "Physical Sash": {"item": "Focus Sash", "ability": "Intimidate", "nature": "Jolly", "teraType": "Electric", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Return", "Close Combat", "Helping Hand", "Protect"]}}, "Armarouge": {"Specs": {"item": "Choice Specs", "ability": "Mega Launcher", "nature": "Modest", "teraType": "Fire", "evs": {"hp": 244, "at": 0, "df": 0, "sa": 252, "sd": 12, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Armor Cannon", "Aura Sphere", "Expanding Force", "Dark Pulse"]}}, "Blaziken": {"Physical Sash": {"item": "Focus Sash", "ability": "Berserk", "nature": "Hasty", "teraType": "Fire", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["High Jump Kick", "Blast Burn", "Earthquake", "Protect"]}, "Special Sash": {"item": "Focus Sash", "ability": "Berserk", "nature": "Timid", "teraType": "Fire", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Focus Blast", "Blast Burn", "Scorching Sands", "Protect"]}}, "Furfrou": {"Body Press": {"item": "Leftovers", "ability": "Fur Coat", "nature": "Careful", "teraType": "Fighting", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hidden Power Ghost", "Cotton Guard", "Body Press", "Follow Me"]}}, "Shuckle": {"TR Setter": {"item": "Custap Berry", "ability": "Sturdy", "nature": "Sassy", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 0}, "level": 50, "moves": ["Infestation", "Trick Room", "After You", "Gyro Ball"]}}, "Dragonite": {"Band": {"item": "Choice Band", "ability": "Multiscale", "nature": "Jolly", "teraType": "Dragon", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Extreme Speed", "Outrage", "Fly", "Earthquake"]}}, "Spidops": {"Anti-Switch": {"item": "Leftovers", "ability": "Cat's Cradle", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["First Impression", "Knock Off", "Protect", "Brick Break"]}}, "Reuniclus": {"Mystic Fist": {"item": "Expert Belt", "ability": "Mystic Fist", "nature": "Quiet", "teraType": "Fighting", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 252, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 0}, "level": 50, "moves": ["Hammer Arm", "Trick Room", "Shadow Punch", "Psychic"]}, "Special LO": {"item": "Life Orb", "ability": "Magic Guard", "nature": "Quiet", "teraType": "Fighting", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Trick Room", "Psychic", "Energy Ball", "Focus Blast"]}}, "Kilowattrel": {"Offensive TW": {"item": "Sitrus Berry", "ability": "Wind Power", "nature": "Timid", "teraType": "Electric", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tailwind", "Thunderbolt", "Hurricane", "Heat Wave"]}}, "Palossand": {"Special Press": {"item": "Leftovers", "ability": "Water Compaction", "nature": "Modest", "teraType": "Fire", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Shadow Ball", "Earth Power", "Shore Up", "Body Press"]}}, "Delphox": {"Special LO": {"item": "Life Orb", "ability": "Magic Guard", "nature": "Timid", "teraType": "Fairy", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Overheat", "Psychic", "Dazzling Gleam", "Protect"]}}, "Regidrago": {"Dragon Dance": {"item": "Expert Belt", "ability": "Dragon's Maw", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Glaive Rush", "Earthquake", "Fire Fang", "Dragon Dance"]}, "Special": {"item": "Dragon Fang", "ability": "Dragon's Maw", "nature": "Timid", "teraType": "Steel", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Roar of Time", "Dragon Energy", "Tera Blast", "Earth Power"]}}, "Enamorus": {"Special LO": {"item": "Life Orb", "ability": "Contrary", "nature": "Timid", "teraType": "Ground", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Earth Power", "Mystical Fire", "Dazzling Gleam", "Protect"]}, "Physical AV": {"item": "Assault Vest", "ability": "Contrary", "nature": "Jolly", "teraType": "Ground", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Superpower", "Play Rough", "Iron Head", "Tera Blast"]}}, "Urshifu-Rapid-Strike": {"Swords Dance": {"item": "Mystic Water", "ability": "Unseen Fist", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 20, "at": 236, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Surging Strikes", "Protect", "Close Combat", "Swords Dance"]}}, "Pidgeot": {"Special LO": {"item": "Life Orb", "ability": "No Guard", "nature": "Timid", "teraType": "Normal", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hurricane", "Heat Wave", "Hyper Beam", "Detect"]}}, "Salamence": {"Dragon Dance": {"item": "Sitrus Berry", "ability": "Intimidate", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Dragon Dance", "Dual Wingbeat", "Earthquake", "Dragon Rush"]}}, "Braviary-Hisui": {"Speed Sweeper": {"item": "Life Orb", "ability": "Tinted Lens", "nature": "Modest", "teraType": "Normal", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Esper Wing", "Heat Wave", "Hurricane", "Hyper Beam"]}, "TR Sweeper": {"item": "Life Orb", "ability": "Sheer Force", "nature": "Quiet", "teraType": "Normal", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Heat Wave", "Hurricane", "Psychic"]}}, "Virizion": {"Special LO": {"item": "Life Orb", "ability": "Justified", "nature": "Timid", "teraType": "Rock", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Secret Sword", "Energy Ball", "Air Slash", "Tera Blast"]}}, "Enamorus-Therian": {"Special AV": {"item": "Assault Vest", "ability": "Overcoat", "nature": "Modest", "teraType": "Poison", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Moonblast", "Focus Blast", "Sludge Bomb", "Misty Explosion"]}}, "Palafin": {"Offensive": {"item": "Mystic Water", "ability": "Zero to Hero", "nature": "Jolly", "teraType": "Water", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Flip Turn", "Wave Crash", "Haze", "Close Combat"]}, "Bulk Up": {"item": "Sitrus Berry", "ability": "Zero to Hero", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 4}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Flip Turn", "Wave Crash", "Bulk Up", "Close Combat"]}}, "Palafin-Hero": {"Offensive": {"item": "Mystic Water", "ability": "Zero to Hero", "nature": "Jolly", "teraType": "Water", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Flip Turn", "Wave Crash", "Haze", "Close Combat"]}, "Bulk Up": {"item": "Sitrus Berry", "ability": "Zero to Hero", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 4}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Flip Turn", "Wave Crash", "Bulk Up", "Close Combat"]}}, "Throh": {"Flame Orb": {"item": "Flame Orb", "ability": "Guts", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Storm Throw", "Knock Off", "Protect", "Fling"]}}, "Corsola-Galar": {"TR Setter": {"item": "Eviolite", "ability": "Cursed Body", "nature": "Sassy", "teraType": "Normal", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Trick Room", "Will-O-Wisp", "Power Gem", "Strength Sap"]}}, "Skuntank": {"Anti-Ability": {"item": "Shuca Berry", "ability": "Neutralizing Gas", "nature": "Impish", "teraType": "Steel", "evs": {"hp": 252, "at": 0, "df": 252, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Feint", "Gunk Shot", "Protect", "Taunt"]}, "Anti-Item": {"item": "Shuca Berry", "ability": "Putrid Stench", "nature": "Careful", "teraType": "Steel", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Knock Off", "Gunk Shot", "Protect", "Taunt"]}}, "Tornadus": {"TW Support": {"item": "Mental Herb", "ability": "Prankster", "nature": "Calm", "teraType": "Ghost", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tailwind", "Bleakwind Storm", "Taunt", "Rain Dance"]}}, "Tapu Lele": {"Specs": {"item": "Choice Specs", "ability": "Psychic Surge", "nature": "Timid", "teraType": "Fighting", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Psyshock", "Moonblast", "Energy Ball", "Focus Blast"]}}, "Excadrill": {"Physical LO": {"item": "Life Orb", "ability": "Sand Rush", "nature": "Adamant", "teraType": "Ground", "evs": {"hp": 124, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 132}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["High Horsepower", "Iron Head", "Protect", "Earthquake"]}}, "Vespiquen": {"Band": {"item": "Choice Band", "ability": "Hustle", "nature": "Brave", "teraType": "Ground", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Attack Order", "Dual Wingbeat", "Return", "Tera Blast"]}, "Defensive Support": {"item": "Leftovers", "ability": "Intimidate", "nature": "Careful", "teraType": "Ground", "evs": {"hp": 252, "at": 36, "df": 0, "sa": 0, "sd": 220, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Heal Order", "Attack Order", "Helping Hand", "Tailwind"]}}, "Exeggutor-Alola": {"Physical TR": {"item": "Focus Sash", "ability": "Hammer Time", "nature": "Brave", "teraType": "Steel", "evs": {"hp": 252, "at": 156, "df": 100, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Wood Hammer", "Dragon Hammer", "Trick Room", "Protect"]}}, "Bruxish": {"Physical": {"item": "Mystic Water", "ability": "Dazzling", "nature": "Jolly", "teraType": "Grass", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Psychic Fangs", "Aqua Jet", "Wave Crash", "Protect"]}}, "Dedenne": {"Dual Screens": {"item": "Light Clay", "ability": "Prankster", "nature": "Calm", "teraType": "Electric", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Dazzling Gleam", "Light Screen", "Reflect", "Volt Switch"]}}, "Armaldo": {"Physical LO": {"item": "Life Orb", "ability": "Swift Swim", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Liquidation", "Knock Off", "Stone Edge", "Superpower"]}}, "Coalossal": {"Weakness Policy": {"item": "Weakness Policy", "ability": "Steam Engine", "nature": "Adamant", "teraType": "Rock", "evs": {"hp": 132, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 124}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Flare Blitz", "Rock Slide", "Protect"]}}, "Haxorus": {"Physical AV": {"item": "Assault Vest", "ability": "Berserk", "nature": "Jolly", "teraType": "Bug", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Close Combat", "First Impression", "Dragon Rush", "Earthquake"]}}, "Dracovish": {"Band Rush": {"item": "Choice Band", "ability": "Sand Rush", "nature": "Jolly", "teraType": "Water", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fishious Rend", "Psychic Fangs", "Dragon Rush", "Sleep Talk"]}, "Scarf Jaw": {"item": "Choice Scarf", "ability": "Strong Jaw", "nature": "Jolly", "teraType": "Water", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fishious Rend", "Psychic Fangs", "Dragon Rush", "Sleep Talk"]}}, "Centiskorch": {"Bulky Trapper": {"item": "Sitrus Berry", "ability": "Constrictor", "nature": "Impish", "teraType": "Fire", "evs": {"hp": 252, "at": 0, "df": 252, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Fire Lash", "Knock Off", "Lunge"]}}, "Milotic": {"Bulky Offense": {"item": "Leftovers", "ability": "Competitive", "nature": "Modest", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Scald", "Draining Kiss", "Ice Beam", "Protect"]}}, "Masquerain": {"TW Support": {"item": "Sitrus Berry", "ability": "Intimidate", "nature": "Bold", "teraType": "Bug", "evs": {"hp": 252, "at": 0, "df": 252, "sa": 4, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Bug Buzz", "Helping Hand", "Tailwind", "Air Cutter"]}}, "Zoroark": {"Offensive Sash": {"item": "Focus Sash", "ability": "Illusion", "nature": "Timid", "teraType": "Poison", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Night Daze", "Sludge Bomb", "Flamethrower"]}}, "Espeon": {"Special LO": {"item": "Life Orb", "ability": "Magic Guard", "nature": "Timid", "teraType": "Fairy", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Psychic", "Grass Knot", "Dazzling Gleam", "Protect"]}}, "Luxray": {"Physical AV": {"item": "Assault Vest", "ability": "Intimidate", "nature": "Adamant", "teraType": "Electric", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Play Rough", "Wild Charge", "Superpower", "Throat Chop"]}}, "Hitmonlee": {"Offensive Seed": {"item": "Grassy Seed", "ability": "Unburden", "nature": "Adamant", "teraType": "Rock", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["High Jump Kick", "Stone Edge", "Knock Off", "Fake Out"]}, "Life Orb": {"item": "Life Orb", "ability": "Reckless", "nature": "Jolly", "teraType": "Rock", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["High Jump Kick", "Stone Edge", "Knock Off", "Fake Out"]}}, "Butterfree": {"Sash Support": {"item": "Focus Sash", "ability": "Compound Eyes", "nature": "Modest", "teraType": "Water", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hurricane", "Sleep Powder", "Tailwind", "Bug Buzz"]}}, "Goodra": {"Rain Tank": {"item": "Leftovers", "ability": "Hydration", "nature": "Modest", "teraType": "Electric", "evs": {"hp": 252, "at": 0, "df": 20, "sa": 236, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Scald", "Dragon Pulse", "Thunder", "Rest"]}}, "Obstagoon": {"Flame Orb": {"item": "Flame Orb", "ability": "Guts", "nature": "Jolly", "teraType": "Dark", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Facade", "Obstruct", "Sucker Punch", "Knock Off"]}}, "Poliwrath": {"Band": {"item": "Choice Band", "ability": "Swift Swim", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Surging Strikes", "Close Combat", "Earthquake", "Throat Chop"]}}, "Scolipede": {"Swords Dance": {"item": "Sitrus Berry", "ability": "Speed Boost", "nature": "Adamant", "teraType": "Bug", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Megahorn", "Poison Jab", "Swords Dance", "Earthquake"]}}, "Gorebyss": {"Shell Smash": {"item": "Life Orb", "ability": "Swift Swim", "nature": "Modest", "teraType": "Water", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hydro Pump", "Ice Beam", "Psychic", "Shell Smash"]}}, "Orbeetle": {"Gravity Supp": {"item": "Leftovers", "ability": "Telepathy", "nature": "Sassy", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["G-Max Gravitas", "Bug Buzz", "Helping Hand", "Trick Room"]}}, "Ariados": {"Special Threader": {"item": "Sitrus Berry", "ability": "Merciless", "nature": "Modest", "teraType": "Ground", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tera Blast", "Toxic Thread", "Venoshock", "Bug Buzz"]}, "Physical Threader": {"item": "Sitrus Berry", "ability": "Merciless", "nature": "Careful", "teraType": "Ground", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 0, "sd": 252, "sp": 4}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Megahorn", "Toxic Thread", "Stomping Tantrum", "Protect"]}}, "Wo-Chien": {"Bulky Support": {"item": "Leftovers", "ability": "Tablets of Ruin", "nature": "Sassy", "teraType": "Poison", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Knock Off", "Snarl", "Jungle Healing", "Ruination"]}}, "Sirfetch\u2019d": {"Critter": {"item": "Leek", "ability": "Super Luck", "nature": "Adamant", "teraType": "Flying", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Superpower", "Knock Off", "Brave Bird", "Swords Dance"]}}, "Oricorio-Pa'u": {"Quiver Dance": {"item": "Leftovers", "ability": "Dancer", "nature": "Modest", "teraType": "Ground", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Revelation Dance", "Air Slash", "Quiver Dance", "Protect"]}}, "Lycanroc-Dusk": {"Band": {"item": "Choice Band", "ability": "Tough Claws", "nature": "Jolly", "teraType": "Fairy", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Accelerock", "Play Rough", "Close Combat", "Return"]}}, "Gogoat": {"Bulky Grass Pelt": {"item": "Sitrus Berry", "ability": "Grass Pelt", "nature": "Adamant", "teraType": "Grass", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Horn Leech", "Play Rough", "Superpower", "Milk Drink"]}}, "Oricorio-Pom-Pom": {"Quiver Dance": {"item": "Leftovers", "ability": "Dancer", "nature": "Modest", "teraType": "Ice", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Revelation Dance", "Air Slash", "Quiver Dance", "Protect"]}}, "Ogerpon-Cornerstone": {"Bulky Attacker": {"item": "Cornerstone Mask", "ability": "Sturdy", "nature": "Adamant", "teraType": "Rock", "evs": {"hp": 252, "at": 236, "df": 4, "sa": 0, "sd": 4, "sp": 12}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Follow Me", "Ivy Cudgel", "Horn Leech", "Spiky Shield"]}}, "Floatzel": {"LO Rain": {"item": "Life Orb", "ability": "Swift Swim", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Wave Crash", "Aqua Jet", "Ice Spinner", "Protect"]}}, "Barbaracle": {"Shell Smash": {"item": "White Herb", "ability": "Tough Claws", "nature": "Adamant", "teraType": "Fire", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Liquidation", "Rock Slide", "Aqua Jet", "Shell Smash"]}, "Bulky AV": {"item": "Assault Vest", "ability": "Intimidate", "nature": "Adamant", "teraType": "Rock", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Liquidation", "Rock Slide", "Aqua Jet", "Superpower"]}}, "Hitmonchan": {"Offensive Sash": {"item": "Focus Sash", "ability": "Fighting Spirit", "nature": "Jolly", "teraType": "Fighting", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Close Combat", "Fake Out", "Endure", "Rock Slide"]}}, "Lurantis": {"Mixed AV": {"item": "Assault Vest", "ability": "Contrary", "nature": "Brave", "teraType": "Fighting", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 4, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Superpower", "Leaf Storm", "Knock Off", "Return"]}}, "Kangaskhan": {"Assault Vest": {"item": "Assault Vest", "ability": "Parental Bond", "nature": "Adamant", "teraType": "Ghost", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 4}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Power-Up Punch", "Return", "Crunch"]}}, "Ursaluna-Bloodmoon": {"Throat Spray": {"item": "Throat Spray", "ability": "Mind's Eye", "nature": "Modest", "teraType": "Fighting", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hyper Voice", "Vacuum Wave", "Blood Moon", "Earth Power"]}}, "Annihilape": {"Bulk Up": {"item": "Leftovers", "ability": "Defiant", "nature": "Adamant", "teraType": "Fire", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 4}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Rage Fist", "Drain Punch", "Bulk Up", "Protect"]}, "Scarf": {"item": "Choice Scarf", "ability": "Defiant", "nature": "Jolly", "teraType": "Fire", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Rage Fist", "Drain Punch", "Final Gambit", "U-turn"]}}, "Inteleon": {"Critter": {"item": "Scope Lens", "ability": "Sniper", "nature": "Timid", "teraType": "Water", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Snipe Shot", "Air Cutter", "Ice Beam", "Flip Turn"]}}, "Tsareena": {"Offensive": {"item": "Wide Lens", "ability": "Regal Majesty", "nature": "Adamant", "teraType": "Grass", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Triple Axel", "Power Whip", "High Jump Kick", "Protect"]}}, "Clodsire": {"Curse": {"item": "Leftovers", "ability": "Friend Guard", "nature": "Careful", "teraType": "Flying", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Earthquake", "Curse", "Gunk Shot", "Recover"]}}, "Plusle": {"Offensive Sash": {"item": "Focus Sash", "ability": "Battery", "nature": "Hasty", "teraType": "Flying", "evs": {"hp": 0, "at": 4, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Nuzzle", "Thunderbolt", "Protect", "Fake Tears"]}}, "Dachsbun": {"Body Press": {"item": "Leftovers", "ability": "Well-Baked Body", "nature": "Careful", "teraType": "Fighting", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Body Press", "Play Rough", "Yawn", "Protect"]}}, "Houndoom": {"LO Sun": {"item": "Life Orb", "ability": "Solar Power", "nature": "Timid", "teraType": "Grass", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Heat Wave", "Dark Pulse", "Solar Beam", "Overheat"]}}, "Victreebel": {"Physical": {"item": "Focus Sash", "ability": "Chlorophyll", "nature": "Adamant", "teraType": "Fire", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Power Whip", "Sleep Powder", "Poison Jab", "Knock Off"]}, "Special Sun": {"item": "Life Orb", "ability": "Chlorophyll", "nature": "Modest", "teraType": "Fire", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Solar Beam", "Sludge Bomb", "Weather Ball", "Sleep Powder"]}}, "Brambleghast": {"Offensive Sash": {"item": "Focus Sash", "ability": "Wind Rider", "nature": "Jolly", "teraType": "Ghost", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Strength Sap", "Poltergeist", "Shadow Sneak", "Power Whip"]}}, "Serperior": {"Offensive": {"item": "Iapapa Berry", "ability": "Contrary", "nature": "Timid", "teraType": "Fire", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Draco Meteor", "Leaf Storm", "Protect", "Hidden Power Fire"]}}, "Overqwil": {"Assault Vest": {"item": "Assault Vest", "ability": "Intimidate", "nature": "Adamant", "teraType": "Normal", "evs": {"hp": 252, "at": 252, "df": 4, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Liquidation", "Gunk Shot", "Self-Destruct", "Knock Off"]}}, "Charizard": {"Specs": {"item": "Choice Specs", "ability": "Solar Power", "nature": "Timid", "teraType": "Fire", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Heat Wave", "Air Slash", "Overheat", "Focus Blast"]}, "Physical": {"item": "Life Orb", "ability": "Tough Claws", "nature": "Jolly", "teraType": "Ground", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Swords Dance", "Flare Blitz", "Outrage", "Headlong Rush"]}}, "Bibarel": {"Swords Dance": {"item": "Clear Amulet", "ability": "Simple", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Return", "Aqua Jet", "Waterfall", "Swords Dance"]}}, "Gholdengo": {"Nasty Plot": {"item": "Leftovers", "ability": "Good as Gold", "nature": "Modest", "teraType": "Steel", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Make It Rain", "Nasty Plot", "Shadow Ball", "Protect"]}}, "Aegislash-Blade": {"Swords Dance": {"item": "Leftovers", "ability": "Stance Change", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Behemoth Blade", "King's Shield", "Shadow Claw", "Swords Dance"]}}, "Aegislash-Shield": {"Swords Dance": {"item": "Leftovers", "ability": "Stance Change", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Behemoth Blade", "King's Shield", "Shadow Claw", "Swords Dance"]}}, "Aegislash-Both": {"Swords Dance": {"item": "Leftovers", "ability": "Stance Change", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Behemoth Blade", "King's Shield", "Shadow Claw", "Swords Dance"]}}, "Heatmor": {"Scarf": {"item": "Choice Scarf", "ability": "Tough Claws", "nature": "Jolly", "teraType": "Dark", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Flare Blitz", "Sucker Punch", "Knock Off", "Body Slam"]}, "Lifetaker": {"item": "Sitrus Berry", "ability": "Lifetaker", "nature": "Adamant", "teraType": "Dark", "evs": {"hp": 244, "at": 252, "df": 0, "sa": 0, "sd": 12, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Flare Blitz", "Sucker Punch", "Knock Off", "Protect"]}}, "Mamoswine": {"Offensive Sash": {"item": "Focus Sash", "ability": "Oblivious", "nature": "Jolly", "teraType": "Ice", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["High Horsepower", "Ice Shard", "Protect", "Icicle Crash"]}}, "Duraludon": {"Fast AV": {"item": "Assault Vest", "ability": "Rampage", "nature": "Timid", "teraType": "Electric", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Steel Beam", "Draco Meteor", "G-Max Depletion", "Thunderbolt"]}, "Specs": {"item": "Choice Specs", "ability": "Rampage", "nature": "Modest", "teraType": "Dragon", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Steel Beam", "Draco Meteor", "G-Max Depletion", "Thunderbolt"]}}, "Volcarona": {"Quiver Dance": {"item": "Sitrus Berry", "ability": "Flame Body", "nature": "Modest", "teraType": "Grass", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fiery Dance", "Giga Drain", "Quiver Dance", "Bug Buzz"]}, "Support": {"item": "Covert Cloak", "ability": "Flame Body", "nature": "Calm", "teraType": "Grass", "evs": {"hp": 244, "at": 0, "df": 0, "sa": 52, "sd": 212, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Overheat", "Rage Powder", "Will-O-Wisp", "Morning Sun"]}}, "Skeledirge": {"Throat Spray": {"item": "Throat Spray", "ability": "Unaware", "nature": "Modest", "teraType": "Fire", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Torch Song", "Shadow Ball", "Heat Wave", "Slack Off"]}}, "Glimmora": {"Sash Corrosion": {"item": "Focus Sash", "ability": "Corrosion", "nature": "Naive", "teraType": "Flying", "evs": {"hp": 0, "at": 4, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Mortal Spin", "Spiky Shield", "Earth Power", "Power Gem"]}}, "Rotom-Heat": {"Fast Support": {"item": "Sitrus Berry", "ability": "Levitate", "nature": "Timid", "teraType": "Electric", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Overheat", "Thunderbolt", "Volt Switch", "Will-O-Wisp"]}}, "Iron Valiant": {"Physical": {"item": "Focus Sash", "ability": "Quark Drive", "nature": "Jolly", "teraType": "Fairy", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Close Combat", "Knock Off", "Spirit Break", "Wide Guard"]}, "Special LO": {"item": "Life Orb", "ability": "Quark Drive", "nature": "Timid", "teraType": "Electric", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Focus Blast", "Moonblast", "Thunderbolt", "Wide Guard"]}}, "Bouffalant": {"Physical AV": {"item": "Assault Vest", "ability": "Reckless", "nature": "Adamant", "teraType": "Rock", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Head Charge", "Close Combat", "Head Smash", "Wild Charge"]}}, "Dustox": {"Quiver Dance": {"item": "Leftovers", "ability": "Multiscale", "nature": "Modest", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 252, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Roost", "Bug Buzz", "Quiver Dance", "Sludge Bomb"]}}, "Dipplin": {"Bulky Leech": {"item": "Eviolite", "ability": "Supersweet Syrup", "nature": "Bold", "teraType": "Steel", "evs": {"hp": 252, "at": 0, "df": 196, "sa": 0, "sd": 60, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Syrup Bomb", "Draco Meteor", "Protect", "Leech Seed"]}}, "Terrakion": {"Physical LO": {"item": "Life Orb", "ability": "Justified", "nature": "Jolly", "teraType": "Rock", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Close Combat", "Rock Slide", "Iron Head", "Protect"]}}, "Dragapult": {"Band": {"item": "Choice Band", "ability": "Clear Body", "nature": "Jolly", "teraType": "Ghost", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["U-turn", "Tera Blast", "Dragon Darts", "Phantom Force"]}}, "Walrein": {"Anti-Prio Supp": {"item": "Leftovers", "ability": "Regal Majesty", "nature": "Calm", "teraType": "Flying", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Flash Freeze", "Super Fang", "Ice Beam", "Slack Off"]}, "Curse": {"item": "Leftovers", "ability": "Regal Majesty", "nature": "Careful", "teraType": "Grass", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Curse", "Slush Crush", "Liquidation", "Slack Off"]}}, "Glaceon": {"Snow Sweeper": {"item": "Never-Melt Ice", "ability": "Slush Rush", "nature": "Modest", "teraType": "Ground", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Blizzard", "Freeze-Dry", "Flash Freeze", "Mud Shot"]}}, "Gumshoos": {"Physical AV": {"item": "Assault Vest", "ability": "Strong Jaw", "nature": "Adamant", "teraType": "Psychic", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hyper Fang", "Psychic Fangs", "Fire Fang", "Crunch"]}}, "Mienshao": {"Fast Support": {"item": "Focus Sash", "ability": "Inner Focus", "nature": "Jolly", "teraType": "Ghost", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "High Jump Kick", "Wide Guard", "Taunt"]}}, "Sharpedo": {"Physical Sash": {"item": "Life Orb", "ability": "Speed Boost", "nature": "Jolly", "teraType": "Dark", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Wave Crash", "Close Combat", "Crunch", "Protect"]}}, "Lanturn": {"AV Storm Drain": {"item": "Assault Vest", "ability": "Storm Drain", "nature": "Modest", "teraType": "Fire", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Volt Switch", "Discharge", "Dazzling Gleam", "Scald"]}, "AV Lightning Rod": {"item": "Assault Vest", "ability": "Lightning Rod", "nature": "Modest", "teraType": "Flying", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Volt Switch", "Discharge", "Icy Wind", "Scald"]}}, "Durant": {"Entrainment": {"item": "Focus Sash", "ability": "Truant", "nature": "Jolly", "teraType": "Ghost", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Entrainment", "Iron Head", "X-Scissor", "Endeavor"]}, "Physical Sash": {"item": "Focus Sash", "ability": "Hustle", "nature": "Jolly", "teraType": "Water", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["First Impression", "Metal Burst", "X-Scissor", "Iron Head"]}}, "Rotom-Wash": {"Offensive Support": {"item": "Leftovers", "ability": "Levitate", "nature": "Modest", "teraType": "Electric", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hydro Pump", "Volt Switch", "Thunderbolt", "Will-O-Wisp"]}}, "Dusclops": {"TR Setter": {"item": "Eviolite", "ability": "Frisk", "nature": "Calm", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Trick Room", "Will-O-Wisp", "Helping Hand", "Night Shade"]}}, "Decidueye-Hisui": {"Scarf": {"item": "Choice Scarf", "ability": "Scrappy", "nature": "Jolly", "teraType": "Ghost", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Triple Arrows", "Spirit Shackle", "Thousand Arrows", "Triple Axel"]}, "Bulky LO": {"item": "Life Orb", "ability": "Scrappy", "nature": "Adamant", "teraType": "Ghost", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Triple Arrows", "Spirit Shackle", "Thousand Arrows", "Protect"]}}, "Ludicolo": {"Rain Support": {"item": "Sitrus Berry", "ability": "Swift Swim", "nature": "Modest", "teraType": "Steel", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Encore", "Hydro Pump", "Leaf Storm"]}}, "Roaring Moon": {"Dragon Dance": {"item": "Booster Energy", "ability": "Protosynthesis", "nature": "Jolly", "teraType": "Flying", "evs": {"hp": 36, "at": 220, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Lunge", "Tailwind", "Acrobatics", "Dragon Dance"]}}, "Oricorio": {"Quiver Dance": {"item": "Leftovers", "ability": "Dancer", "nature": "Modest", "teraType": "Fairy", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Revelation Dance", "Air Slash", "Quiver Dance", "Protect"]}}, "Munkidori": {"Special Sash": {"item": "Focus Sash", "ability": "Toxic Chain", "nature": "Hasty", "teraType": "Poison", "evs": {"hp": 0, "at": 4, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Psychic", "Sludge Bomb", "Focus Blast"]}}, "Dragalge": {"Bulky Special": {"item": "Black Sludge", "ability": "Adaptability", "nature": "Modest", "teraType": "Poison", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Draco Meteor", "Sludge Bomb", "Haze", "Focus Blast"]}}, "Golduck": {"Sash Attacker": {"item": "Focus Sash", "ability": "Cloud Nine", "nature": "Timid", "teraType": "Grass", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hydro Pump", "Psychic", "Ice Beam", "Protect"]}, "LO Surfer": {"item": "Life Orb", "ability": "Mind Surfer", "nature": "Timid", "teraType": "Grass", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hydro Pump", "Psychic", "Focus Blast", "Protect"]}}, "Emolga": {"Fast Support": {"item": "Focus Sash", "ability": "Motor Drive", "nature": "Timid", "teraType": "Steel", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tailwind", "Volt Switch", "Nuzzle", "Fake Tears"]}}, "Great Tusk": {"Physical AV": {"item": "Assault Vest", "ability": "Protosynthesis", "nature": "Adamant", "teraType": "Ground", "evs": {"hp": 244, "at": 228, "df": 0, "sa": 0, "sd": 36, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Headlong Rush", "Close Combat", "Earthquake", "Knock Off"]}}, "Ledian": {"Special LO": {"item": "Life Orb", "ability": "Mystic Fist", "nature": "Modest", "teraType": "Water", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Jet Punch", "Drain Punch", "Ice Punch", "Bug Buzz"]}}, "Slither Wing": {"Offensive Sash": {"item": "Focus Sash", "ability": "Swarm", "nature": "Jolly", "teraType": "Bug", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["First Impression", "Close Combat", "Earthquake", "U-turn"]}}, "Gastrodon": {"Stall": {"item": "Leftovers", "ability": "Storm Drain", "nature": "Bold", "teraType": "Fire", "evs": {"hp": 252, "at": 0, "df": 252, "sa": 4, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Clear Smog", "Earth Power", "Scald", "Recover"]}}, "Donphan": {"Offensive": {"item": "Sitrus Berry", "ability": "Rampage", "nature": "Adamant", "teraType": "Fairy", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Headlong Rush", "Knock Off", "Play Rough", "Protect"]}}, "Tapu Fini": {"Calm Mind": {"item": "Sitrus Berry", "ability": "Misty Surge", "nature": "Modest", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 4}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Moonblast", "Muddy Water", "Calm Mind", "Protect"]}}, "Torterra": {"Assault Vest": {"item": "Assault Vest", "ability": "Sinnohan Grit", "nature": "Careful", "teraType": "Rock", "evs": {"hp": 0, "at": 252, "df": 164, "sa": 0, "sd": 92, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Superpower", "Wood Hammer", "Headlong Rush", "Rock Slide"]}, "Shell Smash": {"item": "Sitrus Berry", "ability": "Sinnohan Grit", "nature": "Adamant", "teraType": "Rock", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Shell Smash", "Wood Hammer", "Headlong Rush", "Rock Slide"]}}, "Orthworm": {"Shed Tail": {"item": "Sitrus Berry", "ability": "Earth Eater", "nature": "Impish", "teraType": "Ghost", "evs": {"hp": 252, "at": 4, "df": 116, "sa": 0, "sd": 136, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Shed Tail", "Heavy Slam", "Dig", "Protect"]}}, "Ogerpon": {"Physical LO": {"item": "Life Orb", "ability": "Defiant", "nature": "Jolly", "teraType": "Grass", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Ivy Cudgel", "Knock Off", "Play Rough", "Superpower"]}}, "Nidoking": {"Special LO": {"item": "Life Orb", "ability": "Sheer Force", "nature": "Timid", "teraType": "Ground", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Earth Power", "Sludge Bomb", "Ice Beam", "Protect"]}, "Physical LO": {"item": "Life Orb", "ability": "Big Balls", "nature": "Timid", "teraType": "Rock", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Head Smash", "High Horsepower", "Poison Jab", "Protect"]}}, "Galvantula": {"Special Sash": {"item": "Focus Sash", "ability": "Compound Eyes", "nature": "Timid", "teraType": "Fighting", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Thunder", "Focus Blast", "Sticky Web", "Electroweb"]}}, "Sylveon": {"Offensive": {"item": "Throat Spray", "ability": "Pixilate", "nature": "Modest", "teraType": "Fire", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hyper Beam", "Mystical Fire", "Echoed Voice", "Hyper Voice"]}}, "Klefki": {"Dual Screens": {"item": "Light Clay", "ability": "Prankster", "nature": "Impish", "teraType": "Water", "evs": {"hp": 252, "at": 4, "df": 252, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Play Rough", "Reflect", "Light Screen", "Crafty Shield"]}}, "Weezing-Galar": {"Neutralizing Support": {"item": "Leftovers", "ability": "Neutralizing Gas", "nature": "Calm", "teraType": "Flying", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Strange Steam", "Taunt", "Will-O-Wisp", "Destiny Bond"]}}, "Pikachu": {"Physical": {"item": "Light Ball", "ability": "Lightning Rod", "nature": "Jolly", "teraType": "Normal", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Volt Tackle", "Extreme Speed", "Knock Off"]}, "Special": {"item": "Light Ball", "ability": "Lightning Rod", "nature": "Hasty", "teraType": "Ice", "evs": {"hp": 0, "at": 4, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "Thunderbolt", "Hidden Power Ice", "Surf"]}}, "Claydol": {"Disruptor": {"item": "Leftovers", "ability": "Wide Eyed", "nature": "Relaxed", "teraType": "Ground", "evs": {"hp": 252, "at": 0, "df": 140, "sa": 116, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Earth Power", "Scary Face", "Eerie Impulse", "Ally Switch"]}}, "Druddigon": {"LO Sheer Force": {"item": "Life Orb", "ability": "Sheer Force", "nature": "Adamant", "teraType": "Poison", "evs": {"hp": 244, "at": 252, "df": 0, "sa": 0, "sd": 12, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Dragon Rush", "Flare Blitz", "Gunk Shot", "Protect"]}}, "Gyarados": {"Dragon Dance": {"item": "Sitrus Berry", "ability": "Intimidate", "nature": "Adamant", "teraType": "Flying", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Dragon Dance", "Aqua Tail", "Tera Blast", "Power Whip"]}}, "Ninjask": {"Band": {"item": "Choice Band", "ability": "Infiltrator", "nature": "Lonely", "teraType": "Ground", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["U-turn", "Dive Bomb", "Final Gambit", "Tera Blast"]}, "Baton Passer": {"item": "Focus Sash", "ability": "Speed Boost", "nature": "Lonely", "teraType": "Ground", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Swords Dance", "Dive Bomb", "Baton Pass"]}}, "Mantine": {"Rain Sweeper": {"item": "Leftovers", "ability": "Swift Swim", "nature": "Modest", "teraType": "Ground", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hydro Pump", "Hurricane", "Ice Beam", "Protect"]}}, "Solrock": {"Assault Vest": {"item": "Assault Vest", "ability": "Full Metal Body", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Sunsteel Strike", "Flare Blitz", "Stone Edge", "Explosion"]}}, "Sableye": {"Prankster Support": {"item": "Focus Sash", "ability": "Prankster", "nature": "Careful", "teraType": "Steel", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Quash", "Knock Off", "Encore", "Will-O-Wisp"]}}, "Bellibolt": {"Bulky Special": {"item": "Weakness Policy", "ability": "Electromorphosis", "nature": "Calm", "teraType": "Water", "evs": {"hp": 0, "at": 0, "df": 52, "sa": 252, "sd": 204, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Thunderbolt", "Muddy Water", "Slack Off", "Protect"]}}, "Samurott-Hisui": {"Assault Vest": {"item": "Assault Vest", "ability": "Sharpness", "nature": "Jolly", "teraType": "Fighting", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Ceaseless Edge", "Razor Shell", "Sacred Sword", "Sucker Punch"]}}, "Pyroar": {"Support Attacker": {"item": "Throat Spray", "ability": "Intimidate", "nature": "Timid", "teraType": "Ghost", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Torch Song", "Helping Hand", "Will-O-Wisp", "Hyper Voice"]}}, "Magnezone": {"Special AV": {"item": "Assault Vest", "ability": "Analytic", "nature": "Quiet", "teraType": "Flying", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 252, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Thunderbolt", "Volt Switch", "Flash Cannon", "Explosion"]}}, "Buzzwole": {"Physical AV": {"item": "Assault Vest", "ability": "Sheer Force", "nature": "Adamant", "teraType": "Poison", "evs": {"hp": 244, "at": 244, "df": 0, "sa": 0, "sd": 20, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Lunge", "Poison Jab", "Rock Slide", "Drain Punch"]}}, "Oinkologne": {"Stuff Cheeks": {"item": "Liechi Berry", "ability": "Lingering Aroma", "nature": "Careful", "teraType": "Ghost", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Stuff Cheeks", "Return", "Jump Kick", "Protect"]}}, "Mandibuzz": {"Weakness Policy": {"item": "Weakness Policy", "ability": "Weak Armor", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 164, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 92}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Acrobatics", "Power Trip", "Egg Bomb", "Protect"]}, "Bulky TW": {"item": "Leftovers", "ability": "Overcoat", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 164, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 92}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Roost", "Knock Off", "U-turn", "Tailwind"]}}, "Arboliva": {"Throat Spray": {"item": "Throat Spray", "ability": "Seed Sower", "nature": "Modest", "teraType": "Normal", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Seed Flare", "Hyper Voice", "Protect", "Hyper Beam"]}}, "Okidogi": {"Physical AV": {"item": "Assault Vest", "ability": "Toxic Chain", "nature": "Adamant", "teraType": "Dark", "evs": {"hp": 204, "at": 252, "df": 0, "sa": 0, "sd": 52, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Low Sweep", "Gunk Shot", "Knock Off", "High Horsepower"]}}, "Cetitan": {"Belly Drum": {"item": "Sitrus Berry", "ability": "Slush Rush", "nature": "Jolly", "teraType": "Ground", "evs": {"hp": 4, "at": 252, "df": 28, "sa": 0, "sd": 12, "sp": 212}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Icicle Crash", "Belly Drum", "Ice Shard", "High Horsepower"]}}, "Houndstone": {"Sand Support": {"item": "Sitrus Berry", "ability": "Sand Rush", "nature": "Jolly", "teraType": "Fairy", "evs": {"hp": 12, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 244}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Last Respects", "Will-O-Wisp", "Destiny Bond", "Play Rough"]}, "Bulky Support": {"item": "Sitrus Berry", "ability": "Fluffy", "nature": "Careful", "teraType": "Fairy", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Last Respects", "Will-O-Wisp", "Howl", "Play Rough"]}}, "Pincurchin": {"Phys Def": {"item": "Rocky Helmet", "ability": "Electric Surge", "nature": "Bold", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 252, "sa": 4, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Rising Voltage", "Scald", "Recover", "Thunder Wave"]}}, "Sawsbuck": {"Flincher": {"item": "Leftovers", "ability": "Serene Grace", "nature": "Jolly", "teraType": "Rock", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Headbutt", "Rock Slide", "Horn Leech", "Protect"]}, "LO Sun": {"item": "Life Orb", "ability": "Chlorophyll", "nature": "Adamant", "teraType": "Fighting", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["High Jump Kick", "Blaze Kick", "Giga Impact", "Horn Leech"]}}, "Kingdra": {"Critter": {"item": "Scope Lens", "ability": "Sniper", "nature": "Timid", "teraType": "Water", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Draco Meteor", "Surf", "Ice Beam", "Focus Energy"]}}, "Jellicent": {"Bulky Support": {"item": "Rocky Helmet", "ability": "Cursed Body", "nature": "Bold", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 252, "sa": 4, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Icy Wind", "Scald", "Strength Sap", "Life Dew"]}}, "Eldegoss": {"Bulky Support": {"item": "Mental Herb", "ability": "Cotton Down", "nature": "Timid", "teraType": "Grass", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Pollen Puff", "Helping Hand", "Leech Seed", "Sleep Powder"]}, "Body Press": {"item": "Leftovers", "ability": "Cotton Down", "nature": "Calm", "teraType": "Fighting", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Body Press", "Cotton Guard", "Pollen Puff", "Sleep Powder"]}}, "Espathra": {"Hypnosis": {"item": "Covert Cloak", "ability": "Speed Boost", "nature": "Modest", "teraType": "Fairy", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Lumina Crash", "Hypnosis", "Protect", "Dazzling Gleam"]}}, "Sandaconda": {"Physical AV": {"item": "Assault Vest", "ability": "Constrictor", "nature": "Adamant", "teraType": "Poison", "evs": {"hp": 252, "at": 220, "df": 0, "sa": 0, "sd": 36, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Poison Tail", "High Horsepower", "Body Press", "Earthquake"]}}, "Froslass": {"Fast Support": {"item": "Focus Sash", "ability": "Infiltrator", "nature": "Timid", "teraType": "Ice", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Flash Freeze", "Will-O-Wisp", "Destiny Bond", "Shadow Ball"]}, "Snow Support": {"item": "Sitrus Berry", "ability": "Snow Cloak", "nature": "Timid", "teraType": "Ice", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Blizzard", "Aurora Veil", "Taunt", "Flash Freeze"]}}, "Quaquaval": {"Scarf": {"item": "Choice Scarf", "ability": "Moxie", "nature": "Jolly", "teraType": "Flying", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Wave Crash", "Close Combat", "Aqua Jet", "Brave Bird"]}, "Moxie Sweeper": {"item": "Clear Amulet", "ability": "Moxie", "nature": "Jolly", "teraType": "Flying", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Aqua Step", "Close Combat", "Detect", "Brave Bird"]}}, "Garganacl": {"Body Press": {"item": "Leftovers", "ability": "Purifying Salt", "nature": "Impish", "teraType": "Ghost", "evs": {"hp": 252, "at": 0, "df": 4, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Salt Cure", "Iron Defense", "Body Press", "Recover"]}}, "Slurpuff": {"Fast Support": {"item": "Electric Seed", "ability": "Unburden", "nature": "Timid", "teraType": "Steel", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["After You", "Dazzling Gleam", "Fake Tears", "Misty Explosion"]}}, "Corviknight": {"Bulk Up": {"item": "Leftovers", "ability": "Mirror Armor", "nature": "Impish", "teraType": "Ghost", "evs": {"hp": 252, "at": 0, "df": 116, "sa": 0, "sd": 140, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Brave Bird", "Body Press", "Bulk Up", "Roost"]}}, "Araquanid": {"Physical AV": {"item": "Assault Vest", "ability": "Water Bubble", "nature": "Adamant", "teraType": "Poison", "evs": {"hp": 252, "at": 252, "df": 4, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Leech Life", "Liquidation", "Crunch", "Poison Jab"]}}, "Mismagius": {"Fast Support": {"item": "Focus Sash", "ability": "Levitate", "nature": "Timid", "teraType": "Ghost", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Dazzling Gleam", "Destiny Bond", "Shadow Ball", "Will-O-Wisp"]}}, "Ceruledge": {"Band": {"item": "Choice Band", "ability": "Sharpness", "nature": "Jolly", "teraType": "Grass", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Bitter Blade", "Solar Blade", "Night Slash", "Poltergeist"]}}, "Indeedee": {"Offensive": {"item": "Twisted Spoon", "ability": "Psychic Surge", "nature": "Timid", "teraType": "Fire", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Expanding Force", "Ally Switch", "Hyper Voice", "Mystical Fire"]}}, "Barraskewda": {"Physical LO": {"item": "Focus Sash", "ability": "Swift Swim", "nature": "Jolly", "teraType": "Water", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Liquidation", "Psychic Fangs", "Flip Turn", "Crunch"]}}, "Arctozolt": {"Mixed Snow": {"item": "Life Orb", "ability": "Slush Rush", "nature": "Naive", "teraType": "Ghost", "evs": {"hp": 0, "at": 236, "df": 0, "sa": 20, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Bolt Beak", "Blizzard", "Protect", "Flash Freeze"]}}, "Dubwool": {"Body Press": {"item": "Leftovers", "ability": "Fluffy", "nature": "Careful", "teraType": "Water", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Cotton Guard", "Body Press", "Wild Charge", "Protect"]}}, "Celesteela": {"Bulky Special": {"item": "Leftovers", "ability": "Beast Boost", "nature": "Bold", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 212, "sa": 44, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Leech Seed", "Protect", "Flash Cannon", "Flamethrower"]}}, "Leafeon": {"Physical LO": {"item": "Life Orb", "ability": "Chlorophyll", "nature": "Jolly", "teraType": "Water", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Leaf Blade", "Tera Blast", "Knock Off", "Synthesis"]}}, "Breloom": {"Physical Sash": {"item": "Focus Sash", "ability": "Technician", "nature": "Jolly", "teraType": "Ghost", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Rock Tomb", "Mach Punch", "Bullet Seed", "Spore"]}}, "Noctowl": {"Tailroom": {"item": "Covert Cloak", "ability": "Insomnia", "nature": "Calm", "teraType": "Fairy", "evs": {"hp": 252, "at": 0, "df": 252, "sa": 4, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tailwind", "Trick Room", "Hyper Voice", "Eerie Impulse"]}}, "Cofagrigus": {"TR Setter": {"item": "Mental Herb", "ability": "Mummy", "nature": "Sassy", "teraType": "Dark", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Will-O-Wisp", "Trick Room", "Haze", "Hex"]}}, "Jolteon": {"Fast Support": {"item": "Focus Sash", "ability": "Rough Skin", "nature": "Timid", "teraType": "Ice", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Eerie Impulse", "Charm", "Thunderbolt", "Hidden Power Ice"]}}, "Relicanth": {"Physical LO": {"item": "Life Orb", "ability": "Rock Head", "nature": "Jolly", "teraType": "Fire", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Head Smash", "Wave Crash", "Earthquake", "Protect"]}}, "Scizor": {"Band": {"item": "Choice Band", "ability": "Technician", "nature": "Adamant", "teraType": "Steel", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Bug Bite", "Bullet Punch", "Close Combat", "Hidden Power Steel"]}}, "Hawlucha": {"Unburden Sweeper": {"item": "Mirror Herb", "ability": "Unburden", "nature": "Adamant", "teraType": "Rock", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Close Combat", "Dive Bomb", "Stone Edge"]}}, "Bombirdier": {"Big Pecks Sweeper": {"item": "Adrenaline Orb", "ability": "Big Pecks", "nature": "Adamant", "teraType": "Fire", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Power Trip", "Protect", "Brave Bird", "Egg Bomb"]}}, "Chatot": {"Special LO": {"item": "Life Orb", "ability": "Big Pecks", "nature": "Timid", "teraType": "Fire", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Boomburst", "Protect", "Aeroblast", "Heat Wave"]}}, "Falinks": {"No Retreat": {"item": "Iapapa Berry", "ability": "Defiant", "nature": "Adamant", "teraType": "Ghost", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["No Retreat", "Megahorn", "Close Combat", "Rock Slide"]}}, "Seismitoad": {"Physical LO": {"item": "Life Orb", "ability": "Swift Swim", "nature": "Adamant", "teraType": "Grass", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Power Whip", "Earthquake", "Liquidation", "Protect"]}, "Special LO": {"item": "Life Orb", "ability": "Swift Swim", "nature": "Modest", "teraType": "Grass", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hydro Pump", "Focus Blast", "Earth Power", "Protect"]}}, "Omastar": {"Meteor Beam": {"item": "Power Herb", "ability": "Swift Swim", "nature": "Modest", "teraType": "Flying", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hydro Pump", "Meteor Beam", "Ice Beam", "Protect"]}}, "Ogerpon-Hearthflame": {"Swords Dance": {"item": "Hearthflame Mask", "ability": "Mold Breaker", "nature": "Jolly", "teraType": "Fire", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Ivy Cudgel", "Wood Hammer", "Spiky Shield", "Swords Dance"]}}, "Zangoose": {"Toxic Orb": {"item": "Toxic Orb", "ability": "Toxic Boost", "nature": "Jolly", "teraType": "Normal", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Quick Attack", "Facade", "Close Combat"]}}, "Skarmory": {"Swords Dance": {"item": "Figy Berry", "ability": "Sand Rush", "nature": "Adamant", "teraType": "Ground", "evs": {"hp": 20, "at": 236, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Brave Bird", "Swords Dance", "Tera Blast", "Detect"]}, "Body Press": {"item": "Leftovers", "ability": "Sturdy", "nature": "Calm", "teraType": "Water", "evs": {"hp": 252, "at": 0, "df": 20, "sa": 0, "sd": 236, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tailwind", "Roost", "Iron Defense", "Body Press"]}}, "Appletun": {"Defensive": {"item": "Leftovers", "ability": "Thick Fat", "nature": "Calm", "teraType": "Steel", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Leech Seed", "Apple Acid", "Dragon Pulse", "Recover"]}}, "Lycanroc": {"Sand Attacker": {"item": "Focus Sash", "ability": "Sand Rush", "nature": "Adamant", "teraType": "Rock", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Endeavor", "Accelerock", "Stone Edge", "Close Combat"]}}, "Clamperl": {"Shell Smash": {"item": "Deep Sea Tooth", "ability": "Rattled", "nature": "Timid", "teraType": "Grass", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Shell Smash", "Surf", "Ice Beam", "Hydro Pump"]}, "TR Sweeper": {"item": "Deep Sea Tooth", "ability": "Shell Armor", "nature": "Quiet", "teraType": "Grass", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Tera Blast", "Surf", "Ice Beam", "Hydro Pump"]}}, "Minun": {"Battery Support": {"item": "Focus Sash", "ability": "Battery", "nature": "Timid", "teraType": "Flying", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Thunderbolt", "Nuzzle", "Helping Hand", "Electroweb"]}}, "Dunsparce": {"Paraflincher": {"item": "Eviolite", "ability": "Serene Grace", "nature": "Jolly", "teraType": "Rock", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Body Slam", "Rock Slide", "Roost", "Ancient Power"]}}, "Dudunsparce": {"Paraflincher": {"item": "Leftovers", "ability": "Serene Grace", "nature": "Jolly", "teraType": "Rock", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Rock Slide", "Body Slam", "Roost", "Ancient Power"]}}, "Rotom-Mow": {"Nasty Plot": {"item": "Wiki Berry", "ability": "Seed Sower", "nature": "Timid", "teraType": "Electric", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Protect", "Nasty Plot", "Thunderbolt", "Leaf Storm"]}}, "Klawf": {"Anger Shell": {"item": "Liechi Berry", "ability": "Anger Shell", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 4, "at": 252, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Stone Edge", "Endure", "Crabhammer", "Fling"]}}, "Trevenant": {"Forest Curse": {"item": "Power Herb", "ability": "Natural Cure", "nature": "Sassy", "teraType": "Fire", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Forest's Curse", "Horn Leech", "Tera Blast", "Poltergeist"]}}, "Scovillain": {"Sash Support": {"item": "Focus Sash", "ability": "Moody", "nature": "Timid", "teraType": "Water", "evs": {"hp": 244, "at": 0, "df": 0, "sa": 12, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Spicy Extract", "Rage Powder", "Helping Hand", "Overheat"]}}, "Miltank": {"PuP Setup": {"item": "Leftovers", "ability": "Sap Sipper", "nature": "Jolly", "teraType": "Ground", "evs": {"hp": 76, "at": 180, "df": 0, "sa": 0, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Present", "Milk Drink", "Power-Up Punch", "High Horsepower"]}}, "Escavalier": {"Band": {"item": "Choice Band", "ability": "Overcoat", "nature": "Brave", "teraType": "Bug", "evs": {"hp": 116, "at": 248, "df": 68, "sa": 0, "sd": 76, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Close Combat", "Megahorn", "Double-Edge", "Drill Run"]}, "Physical AV": {"item": "Assault Vest", "ability": "Overcoat", "nature": "Brave", "teraType": "Water", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Close Combat", "Megahorn", "Giga Impact", "Drill Run"]}}, "Mimikyu": {"TR Setter": {"item": "Mental Herb", "ability": "Disguise", "nature": "Adamant", "teraType": "Ghost", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Trick Room", "Poltergeist", "Shadow Sneak", "Will-O-Wisp"]}, "Swords Dance": {"item": "Life Orb", "ability": "Disguise", "nature": "Adamant", "teraType": "Ghost", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Swords Dance", "Poltergeist", "Shadow Sneak", "Flame Charge"]}}, "Forretress": {"Bulky Pivot": {"item": "Rocky Helmet", "ability": "Sturdy", "nature": "Brave", "teraType": "Water", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Gyro Ball", "Mortal Spin", "Explosion", "Volt Switch"]}}, "Emboar": {"Physical AV": {"item": "Assault Vest", "ability": "Reckless", "nature": "Adamant", "teraType": "Rock", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Axe Kick", "Flare Blitz", "Head Smash", "Wild Charge"]}}, "Kleavor": {"Physical Sash": {"item": "Focus Sash", "ability": "Sharpness", "nature": "Jolly", "teraType": "Normal", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["X-Scissor", "Stone Axe", "Slash", "Psycho Cut"]}}, "Azumarill": {"Belly Drum": {"item": "Sitrus Berry", "ability": "Huge Power", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 252, "at": 252, "df": 4, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Aqua Jet", "Play Rough", "Belly Drum", "Protect"]}, "Band": {"item": "Choice Band", "ability": "Huge Power", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 252, "at": 252, "df": 4, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Aqua Jet", "Play Rough", "Liquidation", "Superpower"]}}, "Latias": {"Defensive Support": {"item": "Rocky Helmet", "ability": "Prism Armor", "nature": "Timid", "teraType": "Fire", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 4, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Mystical Fire", "Tailwind", "Helping Hand", "Draco Meteor"]}}, "Drednaw": {"Physical LO": {"item": "Life Orb", "ability": "Swift Swim", "nature": "Adamant", "teraType": "Ground", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Head Smash", "Liquidation", "Earthquake", "Protect"]}}, "Toxapex": {"Special AV": {"item": "Assault Vest", "ability": "Merciless", "nature": "Modest", "teraType": "Ghost", "evs": {"hp": 252, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Hydro Pump", "Venoshock", "Acid Spray", "Hex"]}, "Stall": {"item": "Leftovers", "ability": "Regenerator", "nature": "Bold", "teraType": "Ghost", "evs": {"hp": 252, "at": 0, "df": 252, "sa": 4, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Baneful Bunker", "Recover", "Acid Spray", "Scald"]}}, "Pyukumuku": {"Struggle AV": {"item": "Assault Vest", "ability": "Unaware", "nature": "Adamant", "teraType": "Ghost", "evs": {"hp": 252, "at": 252, "df": 4, "sa": 0, "sd": 0, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Recover", "Ally Switch", "Baton Pass", "Curse"]}, "Stall": {"item": "Leftovers", "ability": "Innards Out", "nature": "Adamant", "teraType": "Ghost", "evs": {"hp": 252, "at": 4, "df": 0, "sa": 0, "sd": 252, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Recover", "Hidden Power Ghost", "Toxic", "Curse"]}}, "Gallade": {"Physical LO": {"item": "Life Orb", "ability": "Sharpness", "nature": "Jolly", "teraType": "Normal", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Psycho Cut", "Sacred Sword", "Slash", "Protect"]}}, "Toxicroak": {"Special LO": {"item": "Life Orb", "ability": "Dry Skin", "nature": "Modest", "teraType": "Fighting", "evs": {"hp": 52, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 204}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Vacuum Wave", "Sludge Bomb", "Taunt", "Focus Blast"]}, "Sash Lead": {"item": "Focus Sash", "ability": "Poison Touch", "nature": "Modest", "teraType": "Fighting", "evs": {"hp": 4, "at": 0, "df": 0, "sa": 252, "sd": 0, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Vacuum Wave", "Sludge Bomb", "Taunt", "Fake Out"]}}, "Kabutops": {"LO Physical": {"item": "Life Orb", "ability": "Swift Swim", "nature": "Adamant", "teraType": "Water", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Wave Crash", "Leech Life", "Flip Turn", "Protect"]}}, "Krookodile": {"Moxie Sweeper": {"item": "Focus Sash", "ability": "Moxie", "nature": "Jolly", "teraType": "Dragon", "evs": {"hp": 0, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Close Combat", "Power Trip", "High Horsepower", "Scale Shot"]}}, "Urshifu": {"Offensive": {"item": "Black Glasses", "ability": "Unseen Fist", "nature": "Jolly", "teraType": "Poison", "evs": {"hp": 28, "at": 236, "df": 28, "sa": 0, "sd": 4, "sp": 212}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Wicked Blow", "Close Combat", "Sucker Punch", "Detect"]}}, "Oricorio-Sensu": {"Quiver Dance": {"item": "Leftovers", "ability": "Dancer", "nature": "Modest", "teraType": "Fighting", "evs": {"hp": 0, "at": 0, "df": 0, "sa": 252, "sd": 4, "sp": 252}, "ivs": {"hp": 31, "at": 0, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Quiver Dance", "Revelation Dance", "Air Slash", "Protect"]}}, "Golem-Alola": {"Custap": {"item": "Custap Berry", "ability": "Galvanize", "nature": "Adamant", "teraType": "Flying", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Explosion", "Endure", "Stone Edge", "Giga Impact"]}}, "Incineroar": {"Assault Vest": {"item": "Assault Vest", "ability": "Intimidate", "nature": "Adamant", "teraType": "Fire", "evs": {"hp": 252, "at": 252, "df": 0, "sa": 0, "sd": 4, "sp": 0}, "ivs": {"hp": 31, "at": 31, "df": 31, "sa": 31, "sd": 31, "sp": 31}, "level": 50, "moves": ["Fake Out", "U-turn", "Flare Blitz", "Darkest Lariat"]}} };