Created
August 29, 2023 11:16
-
-
Save simoniz0r/091c6ef167f028865d2456f9a3e3c1f0 to your computer and use it in GitHub Desktop.
Smogon data dump for Red/Blue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "pokemon": [ | |
| { | |
| "name": "Bulbasaur", | |
| "hp": 45, | |
| "atk": 49, | |
| "def": 49, | |
| "spa": 65, | |
| "spd": 65, | |
| "spe": 45, | |
| "weight": 6.9, | |
| "height": 0.7, | |
| "types": [ | |
| "Grass", | |
| "Poison" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 1, | |
| "evos": [ | |
| "Ivysaur" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Caterpie", | |
| "hp": 45, | |
| "atk": 30, | |
| "def": 35, | |
| "spa": 20, | |
| "spd": 20, | |
| "spe": 45, | |
| "weight": 2.9, | |
| "height": 0.3, | |
| "types": [ | |
| "Bug" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 10, | |
| "evos": [ | |
| "Metapod" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Voltorb", | |
| "hp": 40, | |
| "atk": 30, | |
| "def": 50, | |
| "spa": 55, | |
| "spd": 55, | |
| "spe": 100, | |
| "weight": 10.4, | |
| "height": 0.5, | |
| "types": [ | |
| "Electric" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 100, | |
| "evos": [ | |
| "Electrode" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Electrode", | |
| "hp": 60, | |
| "atk": 50, | |
| "def": 70, | |
| "spa": 80, | |
| "spd": 80, | |
| "spe": 140, | |
| "weight": 66.6, | |
| "height": 1.2, | |
| "types": [ | |
| "Electric" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "NU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 101, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Exeggcute", | |
| "hp": 60, | |
| "atk": 40, | |
| "def": 80, | |
| "spa": 60, | |
| "spd": 60, | |
| "spe": 40, | |
| "weight": 2.5, | |
| "height": 0.4, | |
| "types": [ | |
| "Grass", | |
| "Psychic" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "NU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 102, | |
| "evos": [ | |
| "Exeggutor" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Exeggutor", | |
| "hp": 95, | |
| "atk": 95, | |
| "def": 85, | |
| "spa": 125, | |
| "spd": 125, | |
| "spe": 55, | |
| "weight": 120, | |
| "height": 2, | |
| "types": [ | |
| "Grass", | |
| "Psychic" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "OU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 103, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Cubone", | |
| "hp": 50, | |
| "atk": 50, | |
| "def": 95, | |
| "spa": 40, | |
| "spd": 40, | |
| "spe": 35, | |
| "weight": 6.5, | |
| "height": 0.4, | |
| "types": [ | |
| "Ground" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 104, | |
| "evos": [ | |
| "Marowak" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Marowak", | |
| "hp": 60, | |
| "atk": 80, | |
| "def": 110, | |
| "spa": 50, | |
| "spd": 50, | |
| "spe": 45, | |
| "weight": 45, | |
| "height": 1, | |
| "types": [ | |
| "Ground" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "PU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 105, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Hitmonlee", | |
| "hp": 50, | |
| "atk": 120, | |
| "def": 53, | |
| "spa": 35, | |
| "spd": 35, | |
| "spe": 87, | |
| "weight": 49.8, | |
| "height": 1.5, | |
| "types": [ | |
| "Fighting" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "PU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 106, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Hitmonchan", | |
| "hp": 50, | |
| "atk": 105, | |
| "def": 79, | |
| "spa": 35, | |
| "spd": 35, | |
| "spe": 76, | |
| "weight": 50.2, | |
| "height": 1.4, | |
| "types": [ | |
| "Fighting" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "PU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 107, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Lickitung", | |
| "hp": 90, | |
| "atk": 55, | |
| "def": 75, | |
| "spa": 60, | |
| "spd": 60, | |
| "spe": 30, | |
| "weight": 65.5, | |
| "height": 1.2, | |
| "types": [ | |
| "Normal" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "PU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 108, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Koffing", | |
| "hp": 40, | |
| "atk": 65, | |
| "def": 95, | |
| "spa": 60, | |
| "spd": 60, | |
| "spe": 35, | |
| "weight": 1, | |
| "height": 0.6, | |
| "types": [ | |
| "Poison" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 109, | |
| "evos": [ | |
| "Weezing" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Metapod", | |
| "hp": 50, | |
| "atk": 20, | |
| "def": 55, | |
| "spa": 25, | |
| "spd": 25, | |
| "spe": 30, | |
| "weight": 9.9, | |
| "height": 0.7, | |
| "types": [ | |
| "Bug" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "NFE" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 11, | |
| "evos": [ | |
| "Butterfree" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Weezing", | |
| "hp": 65, | |
| "atk": 90, | |
| "def": 120, | |
| "spa": 85, | |
| "spd": 85, | |
| "spe": 60, | |
| "weight": 9.5, | |
| "height": 1.2, | |
| "types": [ | |
| "Poison" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "PU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 110, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Rhyhorn", | |
| "hp": 80, | |
| "atk": 85, | |
| "def": 95, | |
| "spa": 30, | |
| "spd": 30, | |
| "spe": 25, | |
| "weight": 115, | |
| "height": 1, | |
| "types": [ | |
| "Ground", | |
| "Rock" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 111, | |
| "evos": [ | |
| "Rhydon" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Rhydon", | |
| "hp": 105, | |
| "atk": 130, | |
| "def": 120, | |
| "spa": 45, | |
| "spd": 45, | |
| "spe": 40, | |
| "weight": 120, | |
| "height": 1.9, | |
| "types": [ | |
| "Ground", | |
| "Rock" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "OU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 112, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Chansey", | |
| "hp": 250, | |
| "atk": 5, | |
| "def": 5, | |
| "spa": 105, | |
| "spd": 105, | |
| "spe": 50, | |
| "weight": 34.6, | |
| "height": 1.1, | |
| "types": [ | |
| "Normal" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "OU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 113, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Tangela", | |
| "hp": 65, | |
| "atk": 55, | |
| "def": 115, | |
| "spa": 100, | |
| "spd": 100, | |
| "spe": 60, | |
| "weight": 35, | |
| "height": 1, | |
| "types": [ | |
| "Grass" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "UU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 114, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Kangaskhan", | |
| "hp": 105, | |
| "atk": 95, | |
| "def": 80, | |
| "spa": 40, | |
| "spd": 40, | |
| "spe": 90, | |
| "weight": 80, | |
| "height": 2.2, | |
| "types": [ | |
| "Normal" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "UU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 115, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Horsea", | |
| "hp": 30, | |
| "atk": 40, | |
| "def": 70, | |
| "spa": 70, | |
| "spd": 70, | |
| "spe": 60, | |
| "weight": 8, | |
| "height": 0.4, | |
| "types": [ | |
| "Water" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 116, | |
| "evos": [ | |
| "Seadra" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Seadra", | |
| "hp": 55, | |
| "atk": 65, | |
| "def": 95, | |
| "spa": 95, | |
| "spd": 95, | |
| "spe": 85, | |
| "weight": 25, | |
| "height": 1.2, | |
| "types": [ | |
| "Water" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "NU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 117, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Goldeen", | |
| "hp": 45, | |
| "atk": 67, | |
| "def": 60, | |
| "spa": 50, | |
| "spd": 50, | |
| "spe": 63, | |
| "weight": 15, | |
| "height": 0.6, | |
| "types": [ | |
| "Water" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 118, | |
| "evos": [ | |
| "Seaking" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Seaking", | |
| "hp": 80, | |
| "atk": 92, | |
| "def": 65, | |
| "spa": 80, | |
| "spd": 80, | |
| "spe": 68, | |
| "weight": 39, | |
| "height": 1.3, | |
| "types": [ | |
| "Water" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "PU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 119, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Butterfree", | |
| "hp": 60, | |
| "atk": 45, | |
| "def": 50, | |
| "spa": 80, | |
| "spd": 80, | |
| "spe": 70, | |
| "weight": 32, | |
| "height": 1.1, | |
| "types": [ | |
| "Bug", | |
| "Flying" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "PU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 12, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Staryu", | |
| "hp": 30, | |
| "atk": 45, | |
| "def": 55, | |
| "spa": 70, | |
| "spd": 70, | |
| "spe": 85, | |
| "weight": 34.5, | |
| "height": 0.8, | |
| "types": [ | |
| "Water" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "PU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 120, | |
| "evos": [ | |
| "Starmie" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Starmie", | |
| "hp": 60, | |
| "atk": 75, | |
| "def": 85, | |
| "spa": 100, | |
| "spd": 100, | |
| "spe": 115, | |
| "weight": 80, | |
| "height": 1.1, | |
| "types": [ | |
| "Water", | |
| "Psychic" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "OU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 121, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Mr. Mime", | |
| "hp": 40, | |
| "atk": 45, | |
| "def": 65, | |
| "spa": 100, | |
| "spd": 100, | |
| "spe": 90, | |
| "weight": 54.5, | |
| "height": 1.3, | |
| "types": [ | |
| "Psychic" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "NU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 122, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Scyther", | |
| "hp": 70, | |
| "atk": 110, | |
| "def": 80, | |
| "spa": 55, | |
| "spd": 55, | |
| "spe": 105, | |
| "weight": 56, | |
| "height": 1.5, | |
| "types": [ | |
| "Bug", | |
| "Flying" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "PU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 123, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Jynx", | |
| "hp": 65, | |
| "atk": 50, | |
| "def": 35, | |
| "spa": 95, | |
| "spd": 95, | |
| "spe": 95, | |
| "weight": 40.6, | |
| "height": 1.4, | |
| "types": [ | |
| "Ice", | |
| "Psychic" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "OU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 124, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Electabuzz", | |
| "hp": 65, | |
| "atk": 83, | |
| "def": 57, | |
| "spa": 85, | |
| "spd": 85, | |
| "spe": 105, | |
| "weight": 30, | |
| "height": 1.1, | |
| "types": [ | |
| "Electric" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "UU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 125, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Magmar", | |
| "hp": 65, | |
| "atk": 95, | |
| "def": 57, | |
| "spa": 85, | |
| "spd": 85, | |
| "spe": 93, | |
| "weight": 44.5, | |
| "height": 1.3, | |
| "types": [ | |
| "Fire" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "PU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 126, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Pinsir", | |
| "hp": 65, | |
| "atk": 125, | |
| "def": 100, | |
| "spa": 55, | |
| "spd": 55, | |
| "spe": 85, | |
| "weight": 55, | |
| "height": 1.5, | |
| "types": [ | |
| "Bug" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "PU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 127, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Tauros", | |
| "hp": 75, | |
| "atk": 100, | |
| "def": 95, | |
| "spa": 70, | |
| "spd": 70, | |
| "spe": 110, | |
| "weight": 88.4, | |
| "height": 1.4, | |
| "types": [ | |
| "Normal" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "OU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 128, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Magikarp", | |
| "hp": 20, | |
| "atk": 10, | |
| "def": 55, | |
| "spa": 20, | |
| "spd": 20, | |
| "spe": 80, | |
| "weight": 10, | |
| "height": 0.9, | |
| "types": [ | |
| "Water" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 129, | |
| "evos": [ | |
| "Gyarados" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Weedle", | |
| "hp": 40, | |
| "atk": 35, | |
| "def": 30, | |
| "spa": 20, | |
| "spd": 20, | |
| "spe": 50, | |
| "weight": 3.2, | |
| "height": 0.3, | |
| "types": [ | |
| "Bug", | |
| "Poison" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 13, | |
| "evos": [ | |
| "Kakuna" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Gyarados", | |
| "hp": 95, | |
| "atk": 125, | |
| "def": 79, | |
| "spa": 100, | |
| "spd": 100, | |
| "spe": 81, | |
| "weight": 235, | |
| "height": 6.5, | |
| "types": [ | |
| "Water", | |
| "Flying" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "UU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 130, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Lapras", | |
| "hp": 130, | |
| "atk": 85, | |
| "def": 80, | |
| "spa": 95, | |
| "spd": 95, | |
| "spe": 60, | |
| "weight": 220, | |
| "height": 2.5, | |
| "types": [ | |
| "Water", | |
| "Ice" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "UUBL" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 131, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Ditto", | |
| "hp": 48, | |
| "atk": 48, | |
| "def": 48, | |
| "spa": 48, | |
| "spd": 48, | |
| "spe": 48, | |
| "weight": 4, | |
| "height": 0.3, | |
| "types": [ | |
| "Normal" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "PU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 132, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Eevee", | |
| "hp": 55, | |
| "atk": 55, | |
| "def": 50, | |
| "spa": 65, | |
| "spd": 65, | |
| "spe": 55, | |
| "weight": 6.5, | |
| "height": 0.3, | |
| "types": [ | |
| "Normal" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 133, | |
| "evos": [ | |
| "Flareon", | |
| "Jolteon", | |
| "Vaporeon" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Vaporeon", | |
| "hp": 130, | |
| "atk": 65, | |
| "def": 60, | |
| "spa": 110, | |
| "spd": 110, | |
| "spe": 65, | |
| "weight": 29, | |
| "height": 1, | |
| "types": [ | |
| "Water" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "UU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 134, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Jolteon", | |
| "hp": 65, | |
| "atk": 65, | |
| "def": 60, | |
| "spa": 110, | |
| "spd": 110, | |
| "spe": 130, | |
| "weight": 24.5, | |
| "height": 0.8, | |
| "types": [ | |
| "Electric" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "OU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 135, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Flareon", | |
| "hp": 65, | |
| "atk": 130, | |
| "def": 60, | |
| "spa": 110, | |
| "spd": 110, | |
| "spe": 65, | |
| "weight": 25, | |
| "height": 0.9, | |
| "types": [ | |
| "Fire" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "PU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 136, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Porygon", | |
| "hp": 65, | |
| "atk": 60, | |
| "def": 70, | |
| "spa": 75, | |
| "spd": 75, | |
| "spe": 40, | |
| "weight": 36.5, | |
| "height": 0.8, | |
| "types": [ | |
| "Normal" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "PU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 137, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Omanyte", | |
| "hp": 35, | |
| "atk": 40, | |
| "def": 100, | |
| "spa": 90, | |
| "spd": 90, | |
| "spe": 35, | |
| "weight": 7.5, | |
| "height": 0.4, | |
| "types": [ | |
| "Rock", | |
| "Water" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "PU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 138, | |
| "evos": [ | |
| "Omastar" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Omastar", | |
| "hp": 70, | |
| "atk": 60, | |
| "def": 125, | |
| "spa": 115, | |
| "spd": 115, | |
| "spe": 55, | |
| "weight": 35, | |
| "height": 1, | |
| "types": [ | |
| "Rock", | |
| "Water" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "UU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 139, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Kakuna", | |
| "hp": 45, | |
| "atk": 25, | |
| "def": 50, | |
| "spa": 25, | |
| "spd": 25, | |
| "spe": 35, | |
| "weight": 10, | |
| "height": 0.6, | |
| "types": [ | |
| "Bug", | |
| "Poison" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "NFE" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 14, | |
| "evos": [ | |
| "Beedrill" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Kabuto", | |
| "hp": 30, | |
| "atk": 80, | |
| "def": 90, | |
| "spa": 45, | |
| "spd": 45, | |
| "spe": 55, | |
| "weight": 11.5, | |
| "height": 0.5, | |
| "types": [ | |
| "Rock", | |
| "Water" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 140, | |
| "evos": [ | |
| "Kabutops" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Kabutops", | |
| "hp": 60, | |
| "atk": 115, | |
| "def": 105, | |
| "spa": 70, | |
| "spd": 70, | |
| "spe": 80, | |
| "weight": 40.5, | |
| "height": 1.3, | |
| "types": [ | |
| "Rock", | |
| "Water" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "NU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 141, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Aerodactyl", | |
| "hp": 80, | |
| "atk": 105, | |
| "def": 65, | |
| "spa": 60, | |
| "spd": 60, | |
| "spe": 130, | |
| "weight": 59, | |
| "height": 1.8, | |
| "types": [ | |
| "Rock", | |
| "Flying" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "UU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 142, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Snorlax", | |
| "hp": 160, | |
| "atk": 110, | |
| "def": 65, | |
| "spa": 65, | |
| "spd": 65, | |
| "spe": 30, | |
| "weight": 460, | |
| "height": 2.1, | |
| "types": [ | |
| "Normal" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "OU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 143, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Articuno", | |
| "hp": 90, | |
| "atk": 85, | |
| "def": 100, | |
| "spa": 125, | |
| "spd": 125, | |
| "spe": 85, | |
| "weight": 55.4, | |
| "height": 1.7, | |
| "types": [ | |
| "Ice", | |
| "Flying" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "UU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 144, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Zapdos", | |
| "hp": 90, | |
| "atk": 90, | |
| "def": 85, | |
| "spa": 125, | |
| "spd": 125, | |
| "spe": 100, | |
| "weight": 52.6, | |
| "height": 1.6, | |
| "types": [ | |
| "Electric", | |
| "Flying" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "OU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 145, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Moltres", | |
| "hp": 90, | |
| "atk": 100, | |
| "def": 90, | |
| "spa": 125, | |
| "spd": 125, | |
| "spe": 90, | |
| "weight": 60, | |
| "height": 2, | |
| "types": [ | |
| "Fire", | |
| "Flying" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "NU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 146, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Dratini", | |
| "hp": 41, | |
| "atk": 64, | |
| "def": 45, | |
| "spa": 50, | |
| "spd": 50, | |
| "spe": 50, | |
| "weight": 3.3, | |
| "height": 1.8, | |
| "types": [ | |
| "Dragon" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 147, | |
| "evos": [ | |
| "Dragonair" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Dragonair", | |
| "hp": 61, | |
| "atk": 84, | |
| "def": 65, | |
| "spa": 70, | |
| "spd": 70, | |
| "spe": 70, | |
| "weight": 16.5, | |
| "height": 4, | |
| "types": [ | |
| "Dragon" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "PU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 148, | |
| "evos": [ | |
| "Dragonite" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Dragonite", | |
| "hp": 91, | |
| "atk": 134, | |
| "def": 95, | |
| "spa": 100, | |
| "spd": 100, | |
| "spe": 80, | |
| "weight": 210, | |
| "height": 2.2, | |
| "types": [ | |
| "Dragon", | |
| "Flying" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "UU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 149, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Beedrill", | |
| "hp": 65, | |
| "atk": 80, | |
| "def": 40, | |
| "spa": 45, | |
| "spd": 45, | |
| "spe": 75, | |
| "weight": 29.5, | |
| "height": 1, | |
| "types": [ | |
| "Bug", | |
| "Poison" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "PU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 15, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Mewtwo", | |
| "hp": 106, | |
| "atk": 110, | |
| "def": 90, | |
| "spa": 154, | |
| "spd": 154, | |
| "spe": 130, | |
| "weight": 122, | |
| "height": 2, | |
| "types": [ | |
| "Psychic" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "Uber" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 150, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Mew", | |
| "hp": 100, | |
| "atk": 100, | |
| "def": 100, | |
| "spa": 100, | |
| "spd": 100, | |
| "spe": 100, | |
| "weight": 4, | |
| "height": 0.4, | |
| "types": [ | |
| "Psychic" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "Uber" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 151, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Pidgey", | |
| "hp": 40, | |
| "atk": 45, | |
| "def": 40, | |
| "spa": 35, | |
| "spd": 35, | |
| "spe": 56, | |
| "weight": 1.8, | |
| "height": 0.3, | |
| "types": [ | |
| "Normal", | |
| "Flying" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 16, | |
| "evos": [ | |
| "Pidgeotto" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Pidgeotto", | |
| "hp": 63, | |
| "atk": 60, | |
| "def": 55, | |
| "spa": 50, | |
| "spd": 50, | |
| "spe": 71, | |
| "weight": 30, | |
| "height": 1.1, | |
| "types": [ | |
| "Normal", | |
| "Flying" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "NFE" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 17, | |
| "evos": [ | |
| "Pidgeot" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Pidgeot", | |
| "hp": 83, | |
| "atk": 80, | |
| "def": 75, | |
| "spa": 70, | |
| "spd": 70, | |
| "spe": 91, | |
| "weight": 39.5, | |
| "height": 1.5, | |
| "types": [ | |
| "Normal", | |
| "Flying" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "PU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 18, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Rattata", | |
| "hp": 30, | |
| "atk": 56, | |
| "def": 35, | |
| "spa": 25, | |
| "spd": 25, | |
| "spe": 72, | |
| "weight": 3.5, | |
| "height": 0.3, | |
| "types": [ | |
| "Normal" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 19, | |
| "evos": [ | |
| "Raticate" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Ivysaur", | |
| "hp": 60, | |
| "atk": 62, | |
| "def": 63, | |
| "spa": 80, | |
| "spd": 80, | |
| "spe": 60, | |
| "weight": 13, | |
| "height": 1, | |
| "types": [ | |
| "Grass", | |
| "Poison" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "NFE" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 2, | |
| "evos": [ | |
| "Venusaur" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Raticate", | |
| "hp": 55, | |
| "atk": 81, | |
| "def": 60, | |
| "spa": 50, | |
| "spd": 50, | |
| "spe": 97, | |
| "weight": 18.5, | |
| "height": 0.7, | |
| "types": [ | |
| "Normal" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "NU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 20, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Spearow", | |
| "hp": 40, | |
| "atk": 60, | |
| "def": 30, | |
| "spa": 31, | |
| "spd": 31, | |
| "spe": 70, | |
| "weight": 2, | |
| "height": 0.3, | |
| "types": [ | |
| "Normal", | |
| "Flying" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 21, | |
| "evos": [ | |
| "Fearow" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Fearow", | |
| "hp": 65, | |
| "atk": 90, | |
| "def": 65, | |
| "spa": 61, | |
| "spd": 61, | |
| "spe": 100, | |
| "weight": 38, | |
| "height": 1.2, | |
| "types": [ | |
| "Normal", | |
| "Flying" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "PU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 22, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Ekans", | |
| "hp": 35, | |
| "atk": 60, | |
| "def": 44, | |
| "spa": 40, | |
| "spd": 40, | |
| "spe": 55, | |
| "weight": 6.9, | |
| "height": 2, | |
| "types": [ | |
| "Poison" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 23, | |
| "evos": [ | |
| "Arbok" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Arbok", | |
| "hp": 60, | |
| "atk": 85, | |
| "def": 69, | |
| "spa": 65, | |
| "spd": 65, | |
| "spe": 80, | |
| "weight": 65, | |
| "height": 3.5, | |
| "types": [ | |
| "Poison" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "PU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 24, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Pikachu", | |
| "hp": 35, | |
| "atk": 55, | |
| "def": 30, | |
| "spa": 50, | |
| "spd": 50, | |
| "spe": 90, | |
| "weight": 6, | |
| "height": 0.4, | |
| "types": [ | |
| "Electric" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 25, | |
| "evos": [ | |
| "Raichu" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Raichu", | |
| "hp": 60, | |
| "atk": 90, | |
| "def": 55, | |
| "spa": 90, | |
| "spd": 90, | |
| "spe": 100, | |
| "weight": 30, | |
| "height": 0.8, | |
| "types": [ | |
| "Electric" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "NUBL" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 26, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Sandshrew", | |
| "hp": 50, | |
| "atk": 75, | |
| "def": 85, | |
| "spa": 30, | |
| "spd": 30, | |
| "spe": 40, | |
| "weight": 12, | |
| "height": 0.6, | |
| "types": [ | |
| "Ground" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 27, | |
| "evos": [ | |
| "Sandslash" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Sandslash", | |
| "hp": 75, | |
| "atk": 100, | |
| "def": 110, | |
| "spa": 55, | |
| "spd": 55, | |
| "spe": 65, | |
| "weight": 29.5, | |
| "height": 1, | |
| "types": [ | |
| "Ground" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "PU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 28, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Nidoran-F", | |
| "hp": 55, | |
| "atk": 47, | |
| "def": 52, | |
| "spa": 40, | |
| "spd": 40, | |
| "spe": 41, | |
| "weight": 7, | |
| "height": 0.4, | |
| "types": [ | |
| "Poison" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 29, | |
| "evos": [ | |
| "Nidorina" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Venusaur", | |
| "hp": 80, | |
| "atk": 82, | |
| "def": 83, | |
| "spa": 100, | |
| "spd": 100, | |
| "spe": 80, | |
| "weight": 100, | |
| "height": 2, | |
| "types": [ | |
| "Grass", | |
| "Poison" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "UU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 3, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Nidorina", | |
| "hp": 70, | |
| "atk": 62, | |
| "def": 67, | |
| "spa": 55, | |
| "spd": 55, | |
| "spe": 56, | |
| "weight": 20, | |
| "height": 0.8, | |
| "types": [ | |
| "Poison" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "NFE" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 30, | |
| "evos": [ | |
| "Nidoqueen" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Nidoqueen", | |
| "hp": 90, | |
| "atk": 82, | |
| "def": 87, | |
| "spa": 75, | |
| "spd": 75, | |
| "spe": 76, | |
| "weight": 60, | |
| "height": 1.3, | |
| "types": [ | |
| "Poison", | |
| "Ground" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "PU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 31, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Nidoran-M", | |
| "hp": 46, | |
| "atk": 57, | |
| "def": 40, | |
| "spa": 40, | |
| "spd": 40, | |
| "spe": 50, | |
| "weight": 9, | |
| "height": 0.5, | |
| "types": [ | |
| "Poison" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 32, | |
| "evos": [ | |
| "Nidorino" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Nidorino", | |
| "hp": 61, | |
| "atk": 72, | |
| "def": 57, | |
| "spa": 55, | |
| "spd": 55, | |
| "spe": 65, | |
| "weight": 19.5, | |
| "height": 0.9, | |
| "types": [ | |
| "Poison" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "NFE" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 33, | |
| "evos": [ | |
| "Nidoking" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Nidoking", | |
| "hp": 81, | |
| "atk": 92, | |
| "def": 77, | |
| "spa": 75, | |
| "spd": 75, | |
| "spe": 85, | |
| "weight": 62, | |
| "height": 1.4, | |
| "types": [ | |
| "Poison", | |
| "Ground" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "NU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 34, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Clefairy", | |
| "hp": 70, | |
| "atk": 45, | |
| "def": 48, | |
| "spa": 60, | |
| "spd": 60, | |
| "spe": 35, | |
| "weight": 7.5, | |
| "height": 0.6, | |
| "types": [ | |
| "Normal" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 35, | |
| "evos": [ | |
| "Clefable" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Clefable", | |
| "hp": 95, | |
| "atk": 70, | |
| "def": 73, | |
| "spa": 85, | |
| "spd": 85, | |
| "spe": 60, | |
| "weight": 40, | |
| "height": 1.3, | |
| "types": [ | |
| "Normal" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "NU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 36, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Vulpix", | |
| "hp": 38, | |
| "atk": 41, | |
| "def": 40, | |
| "spa": 65, | |
| "spd": 65, | |
| "spe": 65, | |
| "weight": 9.9, | |
| "height": 0.6, | |
| "types": [ | |
| "Fire" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 37, | |
| "evos": [ | |
| "Ninetales" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Ninetales", | |
| "hp": 73, | |
| "atk": 76, | |
| "def": 75, | |
| "spa": 100, | |
| "spd": 100, | |
| "spe": 100, | |
| "weight": 19.9, | |
| "height": 1.1, | |
| "types": [ | |
| "Fire" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "NU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 38, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Jigglypuff", | |
| "hp": 115, | |
| "atk": 45, | |
| "def": 20, | |
| "spa": 25, | |
| "spd": 25, | |
| "spe": 20, | |
| "weight": 5.5, | |
| "height": 0.5, | |
| "types": [ | |
| "Normal" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 39, | |
| "evos": [ | |
| "Wigglytuff" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Charmander", | |
| "hp": 39, | |
| "atk": 52, | |
| "def": 43, | |
| "spa": 50, | |
| "spd": 50, | |
| "spe": 65, | |
| "weight": 8.5, | |
| "height": 0.6, | |
| "types": [ | |
| "Fire" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 4, | |
| "evos": [ | |
| "Charmeleon" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Wigglytuff", | |
| "hp": 140, | |
| "atk": 70, | |
| "def": 45, | |
| "spa": 50, | |
| "spd": 50, | |
| "spe": 45, | |
| "weight": 12, | |
| "height": 1, | |
| "types": [ | |
| "Normal" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "NU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 40, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Zubat", | |
| "hp": 40, | |
| "atk": 45, | |
| "def": 35, | |
| "spa": 40, | |
| "spd": 40, | |
| "spe": 55, | |
| "weight": 7.5, | |
| "height": 0.8, | |
| "types": [ | |
| "Poison", | |
| "Flying" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 41, | |
| "evos": [ | |
| "Golbat" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Golbat", | |
| "hp": 75, | |
| "atk": 80, | |
| "def": 70, | |
| "spa": 75, | |
| "spd": 75, | |
| "spe": 90, | |
| "weight": 55, | |
| "height": 1.6, | |
| "types": [ | |
| "Poison", | |
| "Flying" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "PU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 42, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Oddish", | |
| "hp": 45, | |
| "atk": 50, | |
| "def": 55, | |
| "spa": 75, | |
| "spd": 75, | |
| "spe": 30, | |
| "weight": 5.4, | |
| "height": 0.5, | |
| "types": [ | |
| "Grass", | |
| "Poison" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 43, | |
| "evos": [ | |
| "Gloom" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Gloom", | |
| "hp": 60, | |
| "atk": 65, | |
| "def": 70, | |
| "spa": 85, | |
| "spd": 85, | |
| "spe": 40, | |
| "weight": 8.6, | |
| "height": 0.8, | |
| "types": [ | |
| "Grass", | |
| "Poison" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "NFE" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 44, | |
| "evos": [ | |
| "Vileplume" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Vileplume", | |
| "hp": 75, | |
| "atk": 80, | |
| "def": 85, | |
| "spa": 100, | |
| "spd": 100, | |
| "spe": 50, | |
| "weight": 18.6, | |
| "height": 1.2, | |
| "types": [ | |
| "Grass", | |
| "Poison" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "PU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 45, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Paras", | |
| "hp": 35, | |
| "atk": 70, | |
| "def": 55, | |
| "spa": 55, | |
| "spd": 55, | |
| "spe": 25, | |
| "weight": 5.4, | |
| "height": 0.3, | |
| "types": [ | |
| "Bug", | |
| "Grass" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 46, | |
| "evos": [ | |
| "Parasect" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Parasect", | |
| "hp": 60, | |
| "atk": 95, | |
| "def": 80, | |
| "spa": 80, | |
| "spd": 80, | |
| "spe": 30, | |
| "weight": 29.5, | |
| "height": 1, | |
| "types": [ | |
| "Bug", | |
| "Grass" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "PU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 47, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Venonat", | |
| "hp": 60, | |
| "atk": 55, | |
| "def": 50, | |
| "spa": 40, | |
| "spd": 40, | |
| "spe": 45, | |
| "weight": 30, | |
| "height": 1, | |
| "types": [ | |
| "Bug", | |
| "Poison" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 48, | |
| "evos": [ | |
| "Venomoth" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Venomoth", | |
| "hp": 70, | |
| "atk": 65, | |
| "def": 60, | |
| "spa": 90, | |
| "spd": 90, | |
| "spe": 90, | |
| "weight": 12.5, | |
| "height": 1.5, | |
| "types": [ | |
| "Bug", | |
| "Poison" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "NU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 49, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Charmeleon", | |
| "hp": 58, | |
| "atk": 64, | |
| "def": 58, | |
| "spa": 65, | |
| "spd": 65, | |
| "spe": 80, | |
| "weight": 19, | |
| "height": 1.1, | |
| "types": [ | |
| "Fire" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "NFE" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 5, | |
| "evos": [ | |
| "Charizard" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Diglett", | |
| "hp": 10, | |
| "atk": 55, | |
| "def": 25, | |
| "spa": 45, | |
| "spd": 45, | |
| "spe": 95, | |
| "weight": 0.8, | |
| "height": 0.2, | |
| "types": [ | |
| "Ground" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 50, | |
| "evos": [ | |
| "Dugtrio" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Dugtrio", | |
| "hp": 35, | |
| "atk": 80, | |
| "def": 50, | |
| "spa": 70, | |
| "spd": 70, | |
| "spe": 120, | |
| "weight": 33.3, | |
| "height": 0.7, | |
| "types": [ | |
| "Ground" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "UU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 51, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Meowth", | |
| "hp": 40, | |
| "atk": 45, | |
| "def": 35, | |
| "spa": 40, | |
| "spd": 40, | |
| "spe": 90, | |
| "weight": 4.2, | |
| "height": 0.4, | |
| "types": [ | |
| "Normal" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 52, | |
| "evos": [ | |
| "Persian" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Persian", | |
| "hp": 65, | |
| "atk": 70, | |
| "def": 60, | |
| "spa": 65, | |
| "spd": 65, | |
| "spe": 115, | |
| "weight": 32, | |
| "height": 1, | |
| "types": [ | |
| "Normal" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "UU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 53, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Psyduck", | |
| "hp": 50, | |
| "atk": 52, | |
| "def": 48, | |
| "spa": 50, | |
| "spd": 50, | |
| "spe": 55, | |
| "weight": 19.6, | |
| "height": 0.8, | |
| "types": [ | |
| "Water" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 54, | |
| "evos": [ | |
| "Golduck" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Golduck", | |
| "hp": 80, | |
| "atk": 82, | |
| "def": 78, | |
| "spa": 80, | |
| "spd": 80, | |
| "spe": 85, | |
| "weight": 76.6, | |
| "height": 1.7, | |
| "types": [ | |
| "Water" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "NUBL" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 55, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Mankey", | |
| "hp": 40, | |
| "atk": 80, | |
| "def": 35, | |
| "spa": 35, | |
| "spd": 35, | |
| "spe": 70, | |
| "weight": 28, | |
| "height": 0.5, | |
| "types": [ | |
| "Fighting" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 56, | |
| "evos": [ | |
| "Primeape" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Primeape", | |
| "hp": 65, | |
| "atk": 105, | |
| "def": 60, | |
| "spa": 60, | |
| "spd": 60, | |
| "spe": 95, | |
| "weight": 32, | |
| "height": 1, | |
| "types": [ | |
| "Fighting" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "PU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 57, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Growlithe", | |
| "hp": 55, | |
| "atk": 70, | |
| "def": 45, | |
| "spa": 50, | |
| "spd": 50, | |
| "spe": 60, | |
| "weight": 19, | |
| "height": 0.7, | |
| "types": [ | |
| "Fire" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 58, | |
| "evos": [ | |
| "Arcanine" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Arcanine", | |
| "hp": 90, | |
| "atk": 110, | |
| "def": 80, | |
| "spa": 80, | |
| "spd": 80, | |
| "spe": 95, | |
| "weight": 155, | |
| "height": 1.9, | |
| "types": [ | |
| "Fire" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "PU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 59, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Charizard", | |
| "hp": 78, | |
| "atk": 84, | |
| "def": 78, | |
| "spa": 85, | |
| "spd": 85, | |
| "spe": 100, | |
| "weight": 90.5, | |
| "height": 1.7, | |
| "types": [ | |
| "Fire", | |
| "Flying" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "NU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 6, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Poliwag", | |
| "hp": 40, | |
| "atk": 50, | |
| "def": 40, | |
| "spa": 40, | |
| "spd": 40, | |
| "spe": 90, | |
| "weight": 12.4, | |
| "height": 0.6, | |
| "types": [ | |
| "Water" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 60, | |
| "evos": [ | |
| "Poliwhirl" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Poliwhirl", | |
| "hp": 65, | |
| "atk": 65, | |
| "def": 65, | |
| "spa": 50, | |
| "spd": 50, | |
| "spe": 90, | |
| "weight": 20, | |
| "height": 1, | |
| "types": [ | |
| "Water" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "NUBL" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 61, | |
| "evos": [ | |
| "Poliwrath" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Poliwrath", | |
| "hp": 90, | |
| "atk": 85, | |
| "def": 95, | |
| "spa": 70, | |
| "spd": 70, | |
| "spe": 70, | |
| "weight": 54, | |
| "height": 1.3, | |
| "types": [ | |
| "Water", | |
| "Fighting" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "NUBL" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 62, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Abra", | |
| "hp": 25, | |
| "atk": 20, | |
| "def": 15, | |
| "spa": 105, | |
| "spd": 105, | |
| "spe": 90, | |
| "weight": 19.5, | |
| "height": 0.9, | |
| "types": [ | |
| "Psychic" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "PU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 63, | |
| "evos": [ | |
| "Kadabra" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Kadabra", | |
| "hp": 40, | |
| "atk": 35, | |
| "def": 30, | |
| "spa": 120, | |
| "spd": 120, | |
| "spe": 105, | |
| "weight": 56.5, | |
| "height": 1.3, | |
| "types": [ | |
| "Psychic" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "UU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 64, | |
| "evos": [ | |
| "Alakazam" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Alakazam", | |
| "hp": 55, | |
| "atk": 50, | |
| "def": 45, | |
| "spa": 135, | |
| "spd": 135, | |
| "spe": 120, | |
| "weight": 48, | |
| "height": 1.5, | |
| "types": [ | |
| "Psychic" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "OU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 65, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Machop", | |
| "hp": 70, | |
| "atk": 80, | |
| "def": 50, | |
| "spa": 35, | |
| "spd": 35, | |
| "spe": 35, | |
| "weight": 19.5, | |
| "height": 0.8, | |
| "types": [ | |
| "Fighting" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 66, | |
| "evos": [ | |
| "Machoke" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Machoke", | |
| "hp": 80, | |
| "atk": 100, | |
| "def": 70, | |
| "spa": 50, | |
| "spd": 50, | |
| "spe": 45, | |
| "weight": 70.5, | |
| "height": 1.5, | |
| "types": [ | |
| "Fighting" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "NFE" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 67, | |
| "evos": [ | |
| "Machamp" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Machamp", | |
| "hp": 90, | |
| "atk": 130, | |
| "def": 80, | |
| "spa": 65, | |
| "spd": 65, | |
| "spe": 55, | |
| "weight": 130, | |
| "height": 1.6, | |
| "types": [ | |
| "Fighting" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "PU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 68, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Bellsprout", | |
| "hp": 50, | |
| "atk": 75, | |
| "def": 35, | |
| "spa": 70, | |
| "spd": 70, | |
| "spe": 40, | |
| "weight": 4, | |
| "height": 0.7, | |
| "types": [ | |
| "Grass", | |
| "Poison" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 69, | |
| "evos": [ | |
| "Weepinbell" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Squirtle", | |
| "hp": 44, | |
| "atk": 48, | |
| "def": 65, | |
| "spa": 50, | |
| "spd": 50, | |
| "spe": 43, | |
| "weight": 9, | |
| "height": 0.5, | |
| "types": [ | |
| "Water" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 7, | |
| "evos": [ | |
| "Wartortle" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Weepinbell", | |
| "hp": 65, | |
| "atk": 90, | |
| "def": 50, | |
| "spa": 85, | |
| "spd": 85, | |
| "spe": 55, | |
| "weight": 6.4, | |
| "height": 1, | |
| "types": [ | |
| "Grass", | |
| "Poison" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "NFE" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 70, | |
| "evos": [ | |
| "Victreebel" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Victreebel", | |
| "hp": 80, | |
| "atk": 105, | |
| "def": 65, | |
| "spa": 100, | |
| "spd": 100, | |
| "spe": 70, | |
| "weight": 15.5, | |
| "height": 1.7, | |
| "types": [ | |
| "Grass", | |
| "Poison" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "UU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 71, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Tentacool", | |
| "hp": 40, | |
| "atk": 40, | |
| "def": 35, | |
| "spa": 100, | |
| "spd": 100, | |
| "spe": 70, | |
| "weight": 45.5, | |
| "height": 0.9, | |
| "types": [ | |
| "Water", | |
| "Poison" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 72, | |
| "evos": [ | |
| "Tentacruel" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Tentacruel", | |
| "hp": 80, | |
| "atk": 70, | |
| "def": 65, | |
| "spa": 120, | |
| "spd": 120, | |
| "spe": 100, | |
| "weight": 55, | |
| "height": 1.6, | |
| "types": [ | |
| "Water", | |
| "Poison" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "UU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 73, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Geodude", | |
| "hp": 40, | |
| "atk": 80, | |
| "def": 100, | |
| "spa": 30, | |
| "spd": 30, | |
| "spe": 20, | |
| "weight": 20, | |
| "height": 0.4, | |
| "types": [ | |
| "Rock", | |
| "Ground" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 74, | |
| "evos": [ | |
| "Graveler" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Graveler", | |
| "hp": 55, | |
| "atk": 95, | |
| "def": 115, | |
| "spa": 45, | |
| "spd": 45, | |
| "spe": 35, | |
| "weight": 105, | |
| "height": 1, | |
| "types": [ | |
| "Rock", | |
| "Ground" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "PU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 75, | |
| "evos": [ | |
| "Golem" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Golem", | |
| "hp": 80, | |
| "atk": 110, | |
| "def": 130, | |
| "spa": 55, | |
| "spd": 55, | |
| "spe": 45, | |
| "weight": 300, | |
| "height": 1.4, | |
| "types": [ | |
| "Rock", | |
| "Ground" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "NU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 76, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Ponyta", | |
| "hp": 50, | |
| "atk": 85, | |
| "def": 55, | |
| "spa": 65, | |
| "spd": 65, | |
| "spe": 90, | |
| "weight": 30, | |
| "height": 1, | |
| "types": [ | |
| "Fire" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 77, | |
| "evos": [ | |
| "Rapidash" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Rapidash", | |
| "hp": 65, | |
| "atk": 100, | |
| "def": 70, | |
| "spa": 80, | |
| "spd": 80, | |
| "spe": 105, | |
| "weight": 95, | |
| "height": 1.7, | |
| "types": [ | |
| "Fire" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "PU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 78, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Slowpoke", | |
| "hp": 90, | |
| "atk": 65, | |
| "def": 65, | |
| "spa": 40, | |
| "spd": 40, | |
| "spe": 15, | |
| "weight": 36, | |
| "height": 1.2, | |
| "types": [ | |
| "Water", | |
| "Psychic" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 79, | |
| "evos": [ | |
| "Slowbro" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Wartortle", | |
| "hp": 59, | |
| "atk": 63, | |
| "def": 80, | |
| "spa": 65, | |
| "spd": 65, | |
| "spe": 58, | |
| "weight": 22.5, | |
| "height": 1, | |
| "types": [ | |
| "Water" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "NFE" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 8, | |
| "evos": [ | |
| "Blastoise" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Slowbro", | |
| "hp": 95, | |
| "atk": 75, | |
| "def": 110, | |
| "spa": 80, | |
| "spd": 80, | |
| "spe": 30, | |
| "weight": 78.5, | |
| "height": 1.6, | |
| "types": [ | |
| "Water", | |
| "Psychic" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "OU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 80, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Magnemite", | |
| "hp": 25, | |
| "atk": 35, | |
| "def": 70, | |
| "spa": 95, | |
| "spd": 95, | |
| "spe": 45, | |
| "weight": 6, | |
| "height": 0.3, | |
| "types": [ | |
| "Electric" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 81, | |
| "evos": [ | |
| "Magneton" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Magneton", | |
| "hp": 50, | |
| "atk": 60, | |
| "def": 95, | |
| "spa": 120, | |
| "spd": 120, | |
| "spe": 70, | |
| "weight": 60, | |
| "height": 1, | |
| "types": [ | |
| "Electric" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "PU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 82, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Farfetch'd", | |
| "hp": 52, | |
| "atk": 65, | |
| "def": 55, | |
| "spa": 58, | |
| "spd": 58, | |
| "spe": 60, | |
| "weight": 15, | |
| "height": 0.8, | |
| "types": [ | |
| "Normal", | |
| "Flying" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "PU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 83, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Doduo", | |
| "hp": 35, | |
| "atk": 85, | |
| "def": 45, | |
| "spa": 35, | |
| "spd": 35, | |
| "spe": 75, | |
| "weight": 39.2, | |
| "height": 1.4, | |
| "types": [ | |
| "Normal", | |
| "Flying" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 84, | |
| "evos": [ | |
| "Dodrio" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Dodrio", | |
| "hp": 60, | |
| "atk": 110, | |
| "def": 70, | |
| "spa": 60, | |
| "spd": 60, | |
| "spe": 100, | |
| "weight": 85.2, | |
| "height": 1.8, | |
| "types": [ | |
| "Normal", | |
| "Flying" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "UU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 85, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Seel", | |
| "hp": 65, | |
| "atk": 45, | |
| "def": 55, | |
| "spa": 70, | |
| "spd": 70, | |
| "spe": 45, | |
| "weight": 90, | |
| "height": 1.1, | |
| "types": [ | |
| "Water" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 86, | |
| "evos": [ | |
| "Dewgong" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Dewgong", | |
| "hp": 90, | |
| "atk": 70, | |
| "def": 80, | |
| "spa": 95, | |
| "spd": 95, | |
| "spe": 70, | |
| "weight": 120, | |
| "height": 1.7, | |
| "types": [ | |
| "Water", | |
| "Ice" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "UU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 87, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Grimer", | |
| "hp": 80, | |
| "atk": 80, | |
| "def": 50, | |
| "spa": 40, | |
| "spd": 40, | |
| "spe": 25, | |
| "weight": 30, | |
| "height": 0.9, | |
| "types": [ | |
| "Poison" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 88, | |
| "evos": [ | |
| "Muk" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Muk", | |
| "hp": 105, | |
| "atk": 105, | |
| "def": 75, | |
| "spa": 65, | |
| "spd": 65, | |
| "spe": 50, | |
| "weight": 30, | |
| "height": 1.2, | |
| "types": [ | |
| "Poison" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "PU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 89, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Blastoise", | |
| "hp": 79, | |
| "atk": 83, | |
| "def": 100, | |
| "spa": 85, | |
| "spd": 85, | |
| "spe": 78, | |
| "weight": 85.5, | |
| "height": 1.6, | |
| "types": [ | |
| "Water" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "NU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 9, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Shellder", | |
| "hp": 30, | |
| "atk": 65, | |
| "def": 100, | |
| "spa": 45, | |
| "spd": 45, | |
| "spe": 40, | |
| "weight": 4, | |
| "height": 0.3, | |
| "types": [ | |
| "Water" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 90, | |
| "evos": [ | |
| "Cloyster" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Cloyster", | |
| "hp": 50, | |
| "atk": 95, | |
| "def": 180, | |
| "spa": 85, | |
| "spd": 85, | |
| "spe": 70, | |
| "weight": 132.5, | |
| "height": 1.5, | |
| "types": [ | |
| "Water", | |
| "Ice" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "OU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 91, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Gastly", | |
| "hp": 30, | |
| "atk": 35, | |
| "def": 30, | |
| "spa": 100, | |
| "spd": 100, | |
| "spe": 80, | |
| "weight": 0.1, | |
| "height": 1.3, | |
| "types": [ | |
| "Ghost", | |
| "Poison" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "PU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 92, | |
| "evos": [ | |
| "Haunter" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Haunter", | |
| "hp": 45, | |
| "atk": 50, | |
| "def": 45, | |
| "spa": 115, | |
| "spd": 115, | |
| "spe": 95, | |
| "weight": 0.1, | |
| "height": 1.6, | |
| "types": [ | |
| "Ghost", | |
| "Poison" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "UU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 93, | |
| "evos": [ | |
| "Gengar" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Gengar", | |
| "hp": 60, | |
| "atk": 65, | |
| "def": 60, | |
| "spa": 130, | |
| "spd": 130, | |
| "spe": 110, | |
| "weight": 40.5, | |
| "height": 1.5, | |
| "types": [ | |
| "Ghost", | |
| "Poison" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "OU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 94, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Onix", | |
| "hp": 35, | |
| "atk": 45, | |
| "def": 160, | |
| "spa": 30, | |
| "spd": 30, | |
| "spe": 70, | |
| "weight": 210, | |
| "height": 8.8, | |
| "types": [ | |
| "Rock", | |
| "Ground" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "PU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 95, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Drowzee", | |
| "hp": 60, | |
| "atk": 48, | |
| "def": 45, | |
| "spa": 90, | |
| "spd": 90, | |
| "spe": 42, | |
| "weight": 32.4, | |
| "height": 1, | |
| "types": [ | |
| "Psychic" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "PU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 96, | |
| "evos": [ | |
| "Hypno" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Hypno", | |
| "hp": 85, | |
| "atk": 73, | |
| "def": 70, | |
| "spa": 115, | |
| "spd": 115, | |
| "spe": 67, | |
| "weight": 75.6, | |
| "height": 1.6, | |
| "types": [ | |
| "Psychic" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "UUBL" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 97, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Krabby", | |
| "hp": 30, | |
| "atk": 105, | |
| "def": 90, | |
| "spa": 25, | |
| "spd": 25, | |
| "spe": 50, | |
| "weight": 6.5, | |
| "height": 0.4, | |
| "types": [ | |
| "Water" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "LC" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 98, | |
| "evos": [ | |
| "Kingler" | |
| ], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Kingler", | |
| "hp": 55, | |
| "atk": 130, | |
| "def": 115, | |
| "spa": 50, | |
| "spd": 50, | |
| "spe": 75, | |
| "weight": 60, | |
| "height": 1.3, | |
| "types": [ | |
| "Water" | |
| ], | |
| "abilities": [], | |
| "formats": [ | |
| "NU" | |
| ], | |
| "isNonstandard": "Standard", | |
| "oob": { | |
| "dex_number": 99, | |
| "evos": [], | |
| "alts": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| } | |
| ], | |
| "formats": [ | |
| { | |
| "name": "1v1", | |
| "shorthand": "1v1", | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Little Cup", | |
| "shorthand": "LC", | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "LC Level 100", | |
| "shorthand": "LC Level 100", | |
| "genfamily": [ | |
| "RB" | |
| ] | |
| }, | |
| { | |
| "name": "Limbo", | |
| "shorthand": "Limbo", | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Middle Cup", | |
| "shorthand": "Middle Cup", | |
| "genfamily": [ | |
| "RB", | |
| "XY" | |
| ] | |
| }, | |
| { | |
| "name": "Monotype", | |
| "shorthand": "Monotype", | |
| "genfamily": [ | |
| "RB", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Nintendo Cup 97 Rentals", | |
| "shorthand": "NC 97 Rentals", | |
| "genfamily": [ | |
| "RB" | |
| ] | |
| }, | |
| { | |
| "name": "Nintendo Cup 98 Rentals", | |
| "shorthand": "NC 98 Rentals", | |
| "genfamily": [ | |
| "RB" | |
| ] | |
| }, | |
| { | |
| "name": "Nintendo Cup 99 Rentals", | |
| "shorthand": "NC 99 Rentals", | |
| "genfamily": [ | |
| "RB" | |
| ] | |
| }, | |
| { | |
| "name": "NFE", | |
| "shorthand": "NFE", | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Nintendo Cup 1997", | |
| "shorthand": "Nintendo Cup 1997", | |
| "genfamily": [ | |
| "RB" | |
| ] | |
| }, | |
| { | |
| "name": "Nintendo Cup 1998", | |
| "shorthand": "Nintendo Cup 1998", | |
| "genfamily": [ | |
| "RB" | |
| ] | |
| }, | |
| { | |
| "name": "Nintendo Cup 1999", | |
| "shorthand": "Nintendo Cup 1999", | |
| "genfamily": [ | |
| "RB" | |
| ] | |
| }, | |
| { | |
| "name": "NeverUsed", | |
| "shorthand": "NU", | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "NUBL", | |
| "shorthand": "NUBL", | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "OverUsed", | |
| "shorthand": "OU", | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Petit Cup", | |
| "shorthand": "Petit Cup", | |
| "genfamily": [ | |
| "RB" | |
| ] | |
| }, | |
| { | |
| "name": "Petit Cup Rentals", | |
| "shorthand": "Petit Cup Rentals", | |
| "genfamily": [ | |
| "RB" | |
| ] | |
| }, | |
| { | |
| "name": "Pika Cup", | |
| "shorthand": "Pika Cup", | |
| "genfamily": [ | |
| "RB" | |
| ] | |
| }, | |
| { | |
| "name": "Pika Cup Rentals", | |
| "shorthand": "Pika Cup Rentals", | |
| "genfamily": [ | |
| "RB" | |
| ] | |
| }, | |
| { | |
| "name": "Poke Cup", | |
| "shorthand": "Poke Cup", | |
| "genfamily": [ | |
| "RB" | |
| ] | |
| }, | |
| { | |
| "name": "Poke Cup Rentals", | |
| "shorthand": "Poke Cup Rentals", | |
| "genfamily": [ | |
| "RB" | |
| ] | |
| }, | |
| { | |
| "name": "Prime Cup", | |
| "shorthand": "Prime Cup", | |
| "genfamily": [ | |
| "RB", | |
| "GS" | |
| ] | |
| }, | |
| { | |
| "name": "Prime Cup Rentals", | |
| "shorthand": "Prime Cup Rentals", | |
| "genfamily": [ | |
| "RB" | |
| ] | |
| }, | |
| { | |
| "name": "PU", | |
| "shorthand": "PU", | |
| "genfamily": [ | |
| "RB", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "STABmons", | |
| "shorthand": "STABmons", | |
| "genfamily": [ | |
| "RB", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Stadium OU", | |
| "shorthand": "Stadium OU", | |
| "genfamily": [ | |
| "RB" | |
| ] | |
| }, | |
| { | |
| "name": "Tradebacks OU", | |
| "shorthand": "Tradebacks OU", | |
| "genfamily": [ | |
| "RB" | |
| ] | |
| }, | |
| { | |
| "name": "Uber", | |
| "shorthand": "Uber", | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "UnderUsed", | |
| "shorthand": "UU", | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "UUBL", | |
| "shorthand": "UUBL", | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "ZeroUsed", | |
| "shorthand": "ZU", | |
| "genfamily": [ | |
| "RB", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| ], | |
| "natures": [], | |
| "abilities": [], | |
| "moveflags": [], | |
| "moves": [ | |
| { | |
| "name": "Acid Armor", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 0, | |
| "priority": 0, | |
| "pp": 40, | |
| "description": "Raises the user's Defense by 2.", | |
| "type": "Poison", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Agility", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 0, | |
| "priority": 0, | |
| "pp": 30, | |
| "description": "Raises the user's Speed by 2.", | |
| "type": "Psychic", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Amnesia", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 0, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "Raises the user's Special by 2.", | |
| "type": "Psychic", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Barrier", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 0, | |
| "priority": 0, | |
| "pp": 30, | |
| "description": "Raises the user's Defense by 2.", | |
| "type": "Psychic", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Bide", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 0, | |
| "accuracy": 0, | |
| "priority": 0, | |
| "pp": 10, | |
| "description": "Waits 2-3 turns; deals double the damage taken.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Conversion", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 0, | |
| "priority": 0, | |
| "pp": 30, | |
| "description": "User becomes the same type as the target.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Defense Curl", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 0, | |
| "priority": 0, | |
| "pp": 40, | |
| "description": "Raises the user's Defense by 1.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Double Team", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 0, | |
| "priority": 0, | |
| "pp": 15, | |
| "description": "Raises the user's evasiveness by 1.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Focus Energy", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 0, | |
| "priority": 0, | |
| "pp": 30, | |
| "description": "Quarters the user's chance for a critical hit.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Growth", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 0, | |
| "priority": 0, | |
| "pp": 40, | |
| "description": "Raises the user's Special by 1.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Harden", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 0, | |
| "priority": 0, | |
| "pp": 30, | |
| "description": "Raises the user's Defense by 1.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Haze", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 0, | |
| "priority": 0, | |
| "pp": 30, | |
| "description": "Resets all stat changes. Removes foe's status.", | |
| "type": "Ice", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Light Screen", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 0, | |
| "priority": 0, | |
| "pp": 30, | |
| "description": "While active, user's Special is 2x when damaged.", | |
| "type": "Psychic", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Meditate", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 0, | |
| "priority": 0, | |
| "pp": 40, | |
| "description": "Raises the user's Attack by 1.", | |
| "type": "Psychic", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Metronome", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 0, | |
| "priority": 0, | |
| "pp": 10, | |
| "description": "Picks a random move.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Minimize", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 0, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "Raises the user's evasiveness by 1.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Mirror Move", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 0, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "User uses the target's last used move against it.", | |
| "type": "Flying", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Mist", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 0, | |
| "priority": 0, | |
| "pp": 30, | |
| "description": "While active, user is protected from stat drops.", | |
| "type": "Ice", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Recover", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 0, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "Heals the user by 50% of its max HP.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Reflect", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 0, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "While active, the user's Defense is doubled.", | |
| "type": "Psychic", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Rest", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 0, | |
| "priority": 0, | |
| "pp": 10, | |
| "description": "User sleeps 2 turns and restores HP and status.", | |
| "type": "Psychic", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Sharpen", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 0, | |
| "priority": 0, | |
| "pp": 30, | |
| "description": "Raises the user's Attack by 1.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Soft-Boiled", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 0, | |
| "priority": 0, | |
| "pp": 10, | |
| "description": "Heals the user by 50% of its max HP.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Splash", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 0, | |
| "priority": 0, | |
| "pp": 40, | |
| "description": "No competitive use.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Substitute", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 0, | |
| "priority": 0, | |
| "pp": 10, | |
| "description": "User takes 1/4 its max HP to put in a Substitute.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Swift", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 60, | |
| "accuracy": 0, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "Never misses, even against Dig and Fly.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Swords Dance", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 0, | |
| "priority": 0, | |
| "pp": 30, | |
| "description": "Raises the user's Attack by 2.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Teleport", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 0, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "Fails when used.", | |
| "type": "Psychic", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Transform", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 0, | |
| "priority": 0, | |
| "pp": 10, | |
| "description": "Copies target's stats, moves, types, and species.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Withdraw", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 0, | |
| "priority": 0, | |
| "pp": 40, | |
| "description": "Raises the user's Defense by 1.", | |
| "type": "Water", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Absorb", | |
| "isNonstandard": "Standard", | |
| "category": "Special", | |
| "power": 20, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "User recovers 50% of the damage dealt.", | |
| "type": "Grass", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Acid", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 40, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 30, | |
| "description": "33% chance to lower the target's Defense by 1.", | |
| "type": "Poison", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Aurora Beam", | |
| "isNonstandard": "Standard", | |
| "category": "Special", | |
| "power": 65, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "33% chance to lower the target's Attack by 1.", | |
| "type": "Ice", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Bite", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 60, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 25, | |
| "description": "10% chance to make the target flinch.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Body Slam", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 85, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 15, | |
| "description": "30% chance to paralyze the target.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Bubble", | |
| "isNonstandard": "Standard", | |
| "category": "Special", | |
| "power": 20, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 30, | |
| "description": "33% chance to lower the target's Speed by 1.", | |
| "type": "Water", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Bubble Beam", | |
| "isNonstandard": "Standard", | |
| "category": "Special", | |
| "power": 65, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "33% chance to lower the target's Speed by 1.", | |
| "type": "Water", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Confuse Ray", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 10, | |
| "description": "Confuses the target.", | |
| "type": "Ghost", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Confusion", | |
| "isNonstandard": "Standard", | |
| "category": "Special", | |
| "power": 50, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 25, | |
| "description": "10% chance to confuse the target.", | |
| "type": "Psychic", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Constrict", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 10, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 35, | |
| "description": "33% chance to lower the target's Speed by 1.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Counter", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 1, | |
| "accuracy": 100, | |
| "priority": -1, | |
| "pp": 20, | |
| "description": "If hit by Normal/Fighting move, deals 2x damage.", | |
| "type": "Fighting", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Dig", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 100, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 10, | |
| "description": "Digs underground turn 1, strikes turn 2.", | |
| "type": "Ground", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Dizzy Punch", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 70, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 10, | |
| "description": "No additional effect.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Double-Edge", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 100, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 15, | |
| "description": "Has 1/4 recoil.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Double Kick", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 30, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 30, | |
| "description": "Hits 2 times in one turn.", | |
| "type": "Fighting", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Dragon Rage", | |
| "isNonstandard": "Standard", | |
| "category": "Special", | |
| "power": 1, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 10, | |
| "description": "Deals 40 HP of damage to the target.", | |
| "type": "Dragon", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Dream Eater", | |
| "isNonstandard": "Standard", | |
| "category": "Special", | |
| "power": 100, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 15, | |
| "description": "User gains 1/2 HP inflicted. Sleeping target only.", | |
| "type": "Psychic", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Drill Peck", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 80, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "No additional effect.", | |
| "type": "Flying", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Earthquake", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 100, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 10, | |
| "description": "No additional effect.", | |
| "type": "Ground", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Ember", | |
| "isNonstandard": "Standard", | |
| "category": "Special", | |
| "power": 40, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 25, | |
| "description": "10% chance to burn the target.", | |
| "type": "Fire", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Explosion", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 170, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 5, | |
| "description": "Target's Def halved during damage. User faints.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Fire Punch", | |
| "isNonstandard": "Standard", | |
| "category": "Special", | |
| "power": 75, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 15, | |
| "description": "10% chance to burn the target.", | |
| "type": "Fire", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Flamethrower", | |
| "isNonstandard": "Standard", | |
| "category": "Special", | |
| "power": 95, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 15, | |
| "description": "10% chance to burn the target.", | |
| "type": "Fire", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Growl", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 40, | |
| "description": "Lowers the target's Attack by 1.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Gust", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 40, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 35, | |
| "description": "No additional effect.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Headbutt", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 70, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 15, | |
| "description": "30% chance to make the target flinch.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Horn Attack", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 65, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 25, | |
| "description": "No additional effect.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Ice Beam", | |
| "isNonstandard": "Standard", | |
| "category": "Special", | |
| "power": 95, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 10, | |
| "description": "10% chance to freeze the target.", | |
| "type": "Ice", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Ice Punch", | |
| "isNonstandard": "Standard", | |
| "category": "Special", | |
| "power": 75, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 15, | |
| "description": "10% chance to freeze the target.", | |
| "type": "Ice", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Karate Chop", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 50, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 25, | |
| "description": "High critical hit ratio.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Leech Life", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 20, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 15, | |
| "description": "User recovers 50% of the damage dealt.", | |
| "type": "Bug", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Leer", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 30, | |
| "description": "Lowers the target's Defense by 1.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Lick", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 20, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 30, | |
| "description": "30% chance to paralyze the target.", | |
| "type": "Ghost", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Mega Drain", | |
| "isNonstandard": "Standard", | |
| "category": "Special", | |
| "power": 40, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 10, | |
| "description": "User recovers 50% of the damage dealt.", | |
| "type": "Grass", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Mimic", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 10, | |
| "description": "Random move known by the target replaces this.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Night Shade", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 1, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 15, | |
| "description": "Damage = user's level. Can hit Normal types.", | |
| "type": "Ghost", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Pay Day", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 40, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "Scatters coins.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Peck", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 35, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 35, | |
| "description": "No additional effect.", | |
| "type": "Flying", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Petal Dance", | |
| "isNonstandard": "Standard", | |
| "category": "Special", | |
| "power": 70, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "Lasts 3-4 turns. Confuses the user afterwards.", | |
| "type": "Grass", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Poison Sting", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 15, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 35, | |
| "description": "20% chance to poison the target.", | |
| "type": "Poison", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Pound", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 40, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 35, | |
| "description": "No additional effect.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Psybeam", | |
| "isNonstandard": "Standard", | |
| "category": "Special", | |
| "power": 65, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "10% chance to confuse the target.", | |
| "type": "Psychic", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Psychic", | |
| "isNonstandard": "Standard", | |
| "category": "Special", | |
| "power": 90, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 10, | |
| "description": "33% chance to lower the target's Special by 1.", | |
| "type": "Psychic", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Quick Attack", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 40, | |
| "accuracy": 100, | |
| "priority": 1, | |
| "pp": 30, | |
| "description": "Usually goes first.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Rage", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 20, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "Lasts forever. Raises user's Attack by 1 when hit.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Roar", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "No competitive use.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Sand Attack", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 15, | |
| "description": "Lowers the target's accuracy by 1.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Scratch", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 40, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 35, | |
| "description": "No additional effect.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Seismic Toss", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 1, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "Damage = user's level. Can hit Ghost types.", | |
| "type": "Fighting", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Self-Destruct", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 130, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 5, | |
| "description": "Target's Def halved during damage. User faints.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Skull Bash", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 100, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 15, | |
| "description": "Charges turn 1. Hits turn 2.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Slash", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 70, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "High critical hit ratio.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Sludge", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 65, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "40% chance to poison the target.", | |
| "type": "Poison", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Smokescreen", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "Lowers the target's accuracy by 1.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Solar Beam", | |
| "isNonstandard": "Standard", | |
| "category": "Special", | |
| "power": 120, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 10, | |
| "description": "Charges turn 1. Hits turn 2.", | |
| "type": "Grass", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Spike Cannon", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 20, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 15, | |
| "description": "Hits 2-5 times in one turn.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Spore", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 15, | |
| "description": "Causes the target to fall asleep.", | |
| "type": "Grass", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Stomp", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 65, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "30% chance to make the target flinch.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Strength", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 80, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 15, | |
| "description": "No additional effect.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Struggle", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 50, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 10, | |
| "description": "User loses 1/2 the HP lost by the target.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Surf", | |
| "isNonstandard": "Standard", | |
| "category": "Special", | |
| "power": 95, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 15, | |
| "description": "No additional effect.", | |
| "type": "Water", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Tail Whip", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 30, | |
| "description": "Lowers the target's Defense by 1.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Thrash", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 90, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "Lasts 3-4 turns. Confuses the user afterwards.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Thunder Punch", | |
| "isNonstandard": "Standard", | |
| "category": "Special", | |
| "power": 75, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 15, | |
| "description": "10% chance to paralyze the target.", | |
| "type": "Electric", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Thunder Shock", | |
| "isNonstandard": "Standard", | |
| "category": "Special", | |
| "power": 40, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 30, | |
| "description": "10% chance to paralyze the target.", | |
| "type": "Electric", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Thunder Wave", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "Paralyzes the target.", | |
| "type": "Electric", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Thunderbolt", | |
| "isNonstandard": "Standard", | |
| "category": "Special", | |
| "power": 95, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 15, | |
| "description": "10% chance to paralyze the target.", | |
| "type": "Electric", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Tri Attack", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 80, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 10, | |
| "description": "No additional effect.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Twineedle", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 25, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "Hits 2 times. Last hit has 20% chance to poison.", | |
| "type": "Bug", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Vice Grip", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 55, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 30, | |
| "description": "No additional effect.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Vine Whip", | |
| "isNonstandard": "Standard", | |
| "category": "Special", | |
| "power": 35, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 10, | |
| "description": "No additional effect.", | |
| "type": "Grass", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Water Gun", | |
| "isNonstandard": "Standard", | |
| "category": "Special", | |
| "power": 40, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 25, | |
| "description": "No additional effect.", | |
| "type": "Water", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Waterfall", | |
| "isNonstandard": "Standard", | |
| "category": "Special", | |
| "power": 80, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 15, | |
| "description": "No additional effect.", | |
| "type": "Water", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Wing Attack", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 35, | |
| "accuracy": 100, | |
| "priority": 0, | |
| "pp": 35, | |
| "description": "No additional effect.", | |
| "type": "Flying", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Fissure", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 0, | |
| "accuracy": 30, | |
| "priority": 0, | |
| "pp": 5, | |
| "description": "Deals 65535 damage. Fails if target is faster.", | |
| "type": "Ground", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Guillotine", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 0, | |
| "accuracy": 30, | |
| "priority": 0, | |
| "pp": 5, | |
| "description": "Deals 65535 damage. Fails if target is faster.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Horn Drill", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 0, | |
| "accuracy": 30, | |
| "priority": 0, | |
| "pp": 5, | |
| "description": "Deals 65535 damage. Fails if target is faster.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Disable", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 55, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "For 0-7 turns, disables one of the target's moves.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Poison Gas", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 55, | |
| "priority": 0, | |
| "pp": 40, | |
| "description": "Poisons the target.", | |
| "type": "Poison", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Sing", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 55, | |
| "priority": 0, | |
| "pp": 15, | |
| "description": "Causes the target to fall asleep.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Supersonic", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 55, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "Causes the target to become confused.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Hypnosis", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 60, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "Causes the target to fall asleep.", | |
| "type": "Psychic", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Rock Throw", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 50, | |
| "accuracy": 65, | |
| "priority": 0, | |
| "pp": 15, | |
| "description": "No additional effect.", | |
| "type": "Rock", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Fire Spin", | |
| "isNonstandard": "Standard", | |
| "category": "Special", | |
| "power": 15, | |
| "accuracy": 70, | |
| "priority": 0, | |
| "pp": 15, | |
| "description": "Prevents the target from moving for 2-5 turns.", | |
| "type": "Fire", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Flash", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 70, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "Lowers the target's accuracy by 1.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Smog", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 20, | |
| "accuracy": 70, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "40% chance to poison the target.", | |
| "type": "Poison", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Thunder", | |
| "isNonstandard": "Standard", | |
| "category": "Special", | |
| "power": 120, | |
| "accuracy": 70, | |
| "priority": 0, | |
| "pp": 10, | |
| "description": "10% chance to paralyze the target.", | |
| "type": "Electric", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Bind", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 15, | |
| "accuracy": 75, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "Prevents the target from moving for 2-5 turns.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Clamp", | |
| "isNonstandard": "Standard", | |
| "category": "Special", | |
| "power": 35, | |
| "accuracy": 75, | |
| "priority": 0, | |
| "pp": 10, | |
| "description": "Prevents the target from moving for 2-5 turns.", | |
| "type": "Water", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Egg Bomb", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 100, | |
| "accuracy": 75, | |
| "priority": 0, | |
| "pp": 10, | |
| "description": "No additional effect.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Glare", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 75, | |
| "priority": 0, | |
| "pp": 30, | |
| "description": "Paralyzes the target.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Lovely Kiss", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 75, | |
| "priority": 0, | |
| "pp": 10, | |
| "description": "Causes the target to fall asleep.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Mega Kick", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 120, | |
| "accuracy": 75, | |
| "priority": 0, | |
| "pp": 5, | |
| "description": "No additional effect.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Poison Powder", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 75, | |
| "priority": 0, | |
| "pp": 35, | |
| "description": "Poisons the target.", | |
| "type": "Poison", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Razor Wind", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 80, | |
| "accuracy": 75, | |
| "priority": 0, | |
| "pp": 10, | |
| "description": "Charges turn 1. Hits turn 2.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Slam", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 80, | |
| "accuracy": 75, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "No additional effect.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Sleep Powder", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 75, | |
| "priority": 0, | |
| "pp": 15, | |
| "description": "Causes the target to fall asleep.", | |
| "type": "Grass", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Stun Spore", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 75, | |
| "priority": 0, | |
| "pp": 30, | |
| "description": "Paralyzes the target.", | |
| "type": "Grass", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Fury Swipes", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 18, | |
| "accuracy": 80, | |
| "priority": 0, | |
| "pp": 15, | |
| "description": "Hits 2-5 times in one turn.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Hydro Pump", | |
| "isNonstandard": "Standard", | |
| "category": "Special", | |
| "power": 120, | |
| "accuracy": 80, | |
| "priority": 0, | |
| "pp": 5, | |
| "description": "No additional effect.", | |
| "type": "Water", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Kinesis", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 80, | |
| "priority": 0, | |
| "pp": 15, | |
| "description": "Lowers the target's accuracy by 1.", | |
| "type": "Psychic", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Psywave", | |
| "isNonstandard": "Standard", | |
| "category": "Special", | |
| "power": 1, | |
| "accuracy": 80, | |
| "priority": 0, | |
| "pp": 15, | |
| "description": "Random damage from 1 to (user's level*1.5 - 1).", | |
| "type": "Psychic", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Submission", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 80, | |
| "accuracy": 80, | |
| "priority": 0, | |
| "pp": 25, | |
| "description": "Has 1/4 recoil.", | |
| "type": "Fighting", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Barrage", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 15, | |
| "accuracy": 85, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "Hits 2-5 times in one turn.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Bone Club", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 65, | |
| "accuracy": 85, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "10% chance to make the target flinch.", | |
| "type": "Ground", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Comet Punch", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 18, | |
| "accuracy": 85, | |
| "priority": 0, | |
| "pp": 15, | |
| "description": "Hits 2-5 times in one turn.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Crabhammer", | |
| "isNonstandard": "Standard", | |
| "category": "Special", | |
| "power": 90, | |
| "accuracy": 85, | |
| "priority": 0, | |
| "pp": 10, | |
| "description": "High critical hit ratio.", | |
| "type": "Water", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Double Slap", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 15, | |
| "accuracy": 85, | |
| "priority": 0, | |
| "pp": 10, | |
| "description": "Hits 2-5 times in one turn.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Fire Blast", | |
| "isNonstandard": "Standard", | |
| "category": "Special", | |
| "power": 120, | |
| "accuracy": 85, | |
| "priority": 0, | |
| "pp": 5, | |
| "description": "30% chance to burn the target.", | |
| "type": "Fire", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Fury Attack", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 15, | |
| "accuracy": 85, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "Hits 2-5 times in one turn.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Mega Punch", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 80, | |
| "accuracy": 85, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "No additional effect.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Pin Missile", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 14, | |
| "accuracy": 85, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "Hits 2-5 times in one turn.", | |
| "type": "Bug", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Rolling Kick", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 60, | |
| "accuracy": 85, | |
| "priority": 0, | |
| "pp": 15, | |
| "description": "30% chance to make the target flinch.", | |
| "type": "Fighting", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Screech", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 85, | |
| "priority": 0, | |
| "pp": 40, | |
| "description": "Lowers the target's Defense by 2.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Take Down", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 90, | |
| "accuracy": 85, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "Has 1/4 recoil.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Toxic", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 85, | |
| "priority": 0, | |
| "pp": 10, | |
| "description": "Badly poisons the target.", | |
| "type": "Poison", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Whirlwind", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 85, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "No competitive use.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Wrap", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 15, | |
| "accuracy": 85, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "Prevents the target from moving for 2-5 turns.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Blizzard", | |
| "isNonstandard": "Standard", | |
| "category": "Special", | |
| "power": 120, | |
| "accuracy": 90, | |
| "priority": 0, | |
| "pp": 5, | |
| "description": "10% chance to freeze the target.", | |
| "type": "Ice", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Bonemerang", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 50, | |
| "accuracy": 90, | |
| "priority": 0, | |
| "pp": 10, | |
| "description": "Hits 2 times in one turn.", | |
| "type": "Ground", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "High Jump Kick", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 85, | |
| "accuracy": 90, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "User takes 1 HP of damage if it misses.", | |
| "type": "Fighting", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Hyper Beam", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 150, | |
| "accuracy": 90, | |
| "priority": 0, | |
| "pp": 5, | |
| "description": "Can't move next turn if target or sub is not KOed.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Hyper Fang", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 80, | |
| "accuracy": 90, | |
| "priority": 0, | |
| "pp": 15, | |
| "description": "10% chance to make the target flinch.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Leech Seed", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 90, | |
| "priority": 0, | |
| "pp": 10, | |
| "description": "1/8 of target's HP is restored to user every turn.", | |
| "type": "Grass", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Low Kick", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 50, | |
| "accuracy": 90, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "30% chance to make the target flinch.", | |
| "type": "Fighting", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Rock Slide", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 75, | |
| "accuracy": 90, | |
| "priority": 0, | |
| "pp": 10, | |
| "description": "No additional effect.", | |
| "type": "Rock", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Sky Attack", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 140, | |
| "accuracy": 90, | |
| "priority": 0, | |
| "pp": 5, | |
| "description": "Charges turn 1. Hits turn 2.", | |
| "type": "Flying", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Sonic Boom", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 1, | |
| "accuracy": 90, | |
| "priority": 0, | |
| "pp": 20, | |
| "description": "Always does 20 HP of damage.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Super Fang", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 1, | |
| "accuracy": 90, | |
| "priority": 0, | |
| "pp": 10, | |
| "description": "Damage = 1/2 target's current HP. Hits Ghosts.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Cut", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 50, | |
| "accuracy": 95, | |
| "priority": 0, | |
| "pp": 30, | |
| "description": "No additional effect.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Fly", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 70, | |
| "accuracy": 95, | |
| "priority": 0, | |
| "pp": 15, | |
| "description": "Flies up on first turn, then strikes the next turn.", | |
| "type": "Flying", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Jump Kick", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 70, | |
| "accuracy": 95, | |
| "priority": 0, | |
| "pp": 25, | |
| "description": "User takes 1 HP of damage if it misses.", | |
| "type": "Fighting", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Razor Leaf", | |
| "isNonstandard": "Standard", | |
| "category": "Special", | |
| "power": 55, | |
| "accuracy": 95, | |
| "priority": 0, | |
| "pp": 25, | |
| "description": "High critical hit ratio.", | |
| "type": "Grass", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "String Shot", | |
| "isNonstandard": "Standard", | |
| "category": "Non-Damaging", | |
| "power": 0, | |
| "accuracy": 95, | |
| "priority": 0, | |
| "pp": 40, | |
| "description": "Lowers the target's Speed by 1.", | |
| "type": "Bug", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Tackle", | |
| "isNonstandard": "Standard", | |
| "category": "Physical", | |
| "power": 35, | |
| "accuracy": 95, | |
| "priority": 0, | |
| "pp": 35, | |
| "description": "No additional effect.", | |
| "type": "Normal", | |
| "flags": [], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| ], | |
| "types": [ | |
| { | |
| "name": "Bug", | |
| "atk_effectives": [ | |
| [ | |
| "Bug", | |
| 1 | |
| ], | |
| [ | |
| "Dragon", | |
| 1 | |
| ], | |
| [ | |
| "Electric", | |
| 1 | |
| ], | |
| [ | |
| "Fighting", | |
| 0.5 | |
| ], | |
| [ | |
| "Fire", | |
| 0.5 | |
| ], | |
| [ | |
| "Flying", | |
| 0.5 | |
| ], | |
| [ | |
| "Ghost", | |
| 0.5 | |
| ], | |
| [ | |
| "Grass", | |
| 2 | |
| ], | |
| [ | |
| "Ground", | |
| 1 | |
| ], | |
| [ | |
| "Ice", | |
| 1 | |
| ], | |
| [ | |
| "Normal", | |
| 1 | |
| ], | |
| [ | |
| "Poison", | |
| 2 | |
| ], | |
| [ | |
| "Psychic", | |
| 2 | |
| ], | |
| [ | |
| "Rock", | |
| 1 | |
| ], | |
| [ | |
| "Water", | |
| 1 | |
| ] | |
| ], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ], | |
| "description": "" | |
| }, | |
| { | |
| "name": "Dragon", | |
| "atk_effectives": [ | |
| [ | |
| "Bug", | |
| 1 | |
| ], | |
| [ | |
| "Dragon", | |
| 2 | |
| ], | |
| [ | |
| "Electric", | |
| 1 | |
| ], | |
| [ | |
| "Fighting", | |
| 1 | |
| ], | |
| [ | |
| "Fire", | |
| 1 | |
| ], | |
| [ | |
| "Flying", | |
| 1 | |
| ], | |
| [ | |
| "Ghost", | |
| 1 | |
| ], | |
| [ | |
| "Grass", | |
| 1 | |
| ], | |
| [ | |
| "Ground", | |
| 1 | |
| ], | |
| [ | |
| "Ice", | |
| 1 | |
| ], | |
| [ | |
| "Normal", | |
| 1 | |
| ], | |
| [ | |
| "Poison", | |
| 1 | |
| ], | |
| [ | |
| "Psychic", | |
| 1 | |
| ], | |
| [ | |
| "Rock", | |
| 1 | |
| ], | |
| [ | |
| "Water", | |
| 1 | |
| ] | |
| ], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ], | |
| "description": "" | |
| }, | |
| { | |
| "name": "Electric", | |
| "atk_effectives": [ | |
| [ | |
| "Bug", | |
| 1 | |
| ], | |
| [ | |
| "Dragon", | |
| 0.5 | |
| ], | |
| [ | |
| "Electric", | |
| 0.5 | |
| ], | |
| [ | |
| "Fighting", | |
| 1 | |
| ], | |
| [ | |
| "Fire", | |
| 1 | |
| ], | |
| [ | |
| "Flying", | |
| 2 | |
| ], | |
| [ | |
| "Ghost", | |
| 1 | |
| ], | |
| [ | |
| "Grass", | |
| 0.5 | |
| ], | |
| [ | |
| "Ground", | |
| 0 | |
| ], | |
| [ | |
| "Ice", | |
| 1 | |
| ], | |
| [ | |
| "Normal", | |
| 1 | |
| ], | |
| [ | |
| "Poison", | |
| 1 | |
| ], | |
| [ | |
| "Psychic", | |
| 1 | |
| ], | |
| [ | |
| "Rock", | |
| 1 | |
| ], | |
| [ | |
| "Water", | |
| 2 | |
| ] | |
| ], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ], | |
| "description": "Pokemon of this type cannot become paralyzed by the secondary effect of Electric-type moves." | |
| }, | |
| { | |
| "name": "Fighting", | |
| "atk_effectives": [ | |
| [ | |
| "Bug", | |
| 0.5 | |
| ], | |
| [ | |
| "Dragon", | |
| 1 | |
| ], | |
| [ | |
| "Electric", | |
| 1 | |
| ], | |
| [ | |
| "Fighting", | |
| 1 | |
| ], | |
| [ | |
| "Fire", | |
| 1 | |
| ], | |
| [ | |
| "Flying", | |
| 0.5 | |
| ], | |
| [ | |
| "Ghost", | |
| 0 | |
| ], | |
| [ | |
| "Grass", | |
| 1 | |
| ], | |
| [ | |
| "Ground", | |
| 1 | |
| ], | |
| [ | |
| "Ice", | |
| 2 | |
| ], | |
| [ | |
| "Normal", | |
| 2 | |
| ], | |
| [ | |
| "Poison", | |
| 0.5 | |
| ], | |
| [ | |
| "Psychic", | |
| 0.5 | |
| ], | |
| [ | |
| "Rock", | |
| 2 | |
| ], | |
| [ | |
| "Water", | |
| 1 | |
| ] | |
| ], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ], | |
| "description": "" | |
| }, | |
| { | |
| "name": "Fire", | |
| "atk_effectives": [ | |
| [ | |
| "Bug", | |
| 2 | |
| ], | |
| [ | |
| "Dragon", | |
| 0.5 | |
| ], | |
| [ | |
| "Electric", | |
| 1 | |
| ], | |
| [ | |
| "Fighting", | |
| 1 | |
| ], | |
| [ | |
| "Fire", | |
| 0.5 | |
| ], | |
| [ | |
| "Flying", | |
| 1 | |
| ], | |
| [ | |
| "Ghost", | |
| 1 | |
| ], | |
| [ | |
| "Grass", | |
| 2 | |
| ], | |
| [ | |
| "Ground", | |
| 1 | |
| ], | |
| [ | |
| "Ice", | |
| 2 | |
| ], | |
| [ | |
| "Normal", | |
| 1 | |
| ], | |
| [ | |
| "Poison", | |
| 1 | |
| ], | |
| [ | |
| "Psychic", | |
| 1 | |
| ], | |
| [ | |
| "Rock", | |
| 0.5 | |
| ], | |
| [ | |
| "Water", | |
| 0.5 | |
| ] | |
| ], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ], | |
| "description": "Pokemon of this type cannot become burned by Fire-type moves." | |
| }, | |
| { | |
| "name": "Flying", | |
| "atk_effectives": [ | |
| [ | |
| "Bug", | |
| 2 | |
| ], | |
| [ | |
| "Dragon", | |
| 1 | |
| ], | |
| [ | |
| "Electric", | |
| 0.5 | |
| ], | |
| [ | |
| "Fighting", | |
| 2 | |
| ], | |
| [ | |
| "Fire", | |
| 1 | |
| ], | |
| [ | |
| "Flying", | |
| 1 | |
| ], | |
| [ | |
| "Ghost", | |
| 1 | |
| ], | |
| [ | |
| "Grass", | |
| 2 | |
| ], | |
| [ | |
| "Ground", | |
| 1 | |
| ], | |
| [ | |
| "Ice", | |
| 1 | |
| ], | |
| [ | |
| "Normal", | |
| 1 | |
| ], | |
| [ | |
| "Poison", | |
| 1 | |
| ], | |
| [ | |
| "Psychic", | |
| 1 | |
| ], | |
| [ | |
| "Rock", | |
| 0.5 | |
| ], | |
| [ | |
| "Water", | |
| 1 | |
| ] | |
| ], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ], | |
| "description": "" | |
| }, | |
| { | |
| "name": "Normal", | |
| "atk_effectives": [ | |
| [ | |
| "Bug", | |
| 1 | |
| ], | |
| [ | |
| "Dragon", | |
| 1 | |
| ], | |
| [ | |
| "Electric", | |
| 1 | |
| ], | |
| [ | |
| "Fighting", | |
| 1 | |
| ], | |
| [ | |
| "Fire", | |
| 1 | |
| ], | |
| [ | |
| "Flying", | |
| 1 | |
| ], | |
| [ | |
| "Ghost", | |
| 0 | |
| ], | |
| [ | |
| "Grass", | |
| 1 | |
| ], | |
| [ | |
| "Ground", | |
| 1 | |
| ], | |
| [ | |
| "Ice", | |
| 1 | |
| ], | |
| [ | |
| "Normal", | |
| 1 | |
| ], | |
| [ | |
| "Poison", | |
| 1 | |
| ], | |
| [ | |
| "Psychic", | |
| 1 | |
| ], | |
| [ | |
| "Rock", | |
| 0.5 | |
| ], | |
| [ | |
| "Water", | |
| 1 | |
| ] | |
| ], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ], | |
| "description": "Pokemon of this type cannot become paralyzed by Body Slam." | |
| }, | |
| { | |
| "name": "Ghost", | |
| "atk_effectives": [ | |
| [ | |
| "Bug", | |
| 1 | |
| ], | |
| [ | |
| "Dragon", | |
| 1 | |
| ], | |
| [ | |
| "Electric", | |
| 1 | |
| ], | |
| [ | |
| "Fighting", | |
| 1 | |
| ], | |
| [ | |
| "Fire", | |
| 1 | |
| ], | |
| [ | |
| "Flying", | |
| 1 | |
| ], | |
| [ | |
| "Ghost", | |
| 2 | |
| ], | |
| [ | |
| "Grass", | |
| 1 | |
| ], | |
| [ | |
| "Ground", | |
| 1 | |
| ], | |
| [ | |
| "Ice", | |
| 1 | |
| ], | |
| [ | |
| "Normal", | |
| 0 | |
| ], | |
| [ | |
| "Poison", | |
| 1 | |
| ], | |
| [ | |
| "Psychic", | |
| 0 | |
| ], | |
| [ | |
| "Rock", | |
| 1 | |
| ], | |
| [ | |
| "Water", | |
| 1 | |
| ] | |
| ], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ], | |
| "description": "Pokemon of this type cannot become paralyzed by Lick." | |
| }, | |
| { | |
| "name": "Grass", | |
| "atk_effectives": [ | |
| [ | |
| "Bug", | |
| 0.5 | |
| ], | |
| [ | |
| "Dragon", | |
| 0.5 | |
| ], | |
| [ | |
| "Electric", | |
| 1 | |
| ], | |
| [ | |
| "Fighting", | |
| 1 | |
| ], | |
| [ | |
| "Fire", | |
| 0.5 | |
| ], | |
| [ | |
| "Flying", | |
| 0.5 | |
| ], | |
| [ | |
| "Ghost", | |
| 1 | |
| ], | |
| [ | |
| "Grass", | |
| 0.5 | |
| ], | |
| [ | |
| "Ground", | |
| 2 | |
| ], | |
| [ | |
| "Ice", | |
| 1 | |
| ], | |
| [ | |
| "Normal", | |
| 1 | |
| ], | |
| [ | |
| "Poison", | |
| 0.5 | |
| ], | |
| [ | |
| "Psychic", | |
| 1 | |
| ], | |
| [ | |
| "Rock", | |
| 2 | |
| ], | |
| [ | |
| "Water", | |
| 2 | |
| ] | |
| ], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ], | |
| "description": "Pokemon of this type cannot become affected by Leech Seed." | |
| }, | |
| { | |
| "name": "Ground", | |
| "atk_effectives": [ | |
| [ | |
| "Bug", | |
| 0.5 | |
| ], | |
| [ | |
| "Dragon", | |
| 1 | |
| ], | |
| [ | |
| "Electric", | |
| 2 | |
| ], | |
| [ | |
| "Fighting", | |
| 1 | |
| ], | |
| [ | |
| "Fire", | |
| 2 | |
| ], | |
| [ | |
| "Flying", | |
| 0 | |
| ], | |
| [ | |
| "Ghost", | |
| 1 | |
| ], | |
| [ | |
| "Grass", | |
| 0.5 | |
| ], | |
| [ | |
| "Ground", | |
| 1 | |
| ], | |
| [ | |
| "Ice", | |
| 1 | |
| ], | |
| [ | |
| "Normal", | |
| 1 | |
| ], | |
| [ | |
| "Poison", | |
| 2 | |
| ], | |
| [ | |
| "Psychic", | |
| 1 | |
| ], | |
| [ | |
| "Rock", | |
| 2 | |
| ], | |
| [ | |
| "Water", | |
| 1 | |
| ] | |
| ], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ], | |
| "description": "" | |
| }, | |
| { | |
| "name": "Ice", | |
| "atk_effectives": [ | |
| [ | |
| "Bug", | |
| 1 | |
| ], | |
| [ | |
| "Dragon", | |
| 2 | |
| ], | |
| [ | |
| "Electric", | |
| 1 | |
| ], | |
| [ | |
| "Fighting", | |
| 1 | |
| ], | |
| [ | |
| "Fire", | |
| 1 | |
| ], | |
| [ | |
| "Flying", | |
| 2 | |
| ], | |
| [ | |
| "Ghost", | |
| 1 | |
| ], | |
| [ | |
| "Grass", | |
| 2 | |
| ], | |
| [ | |
| "Ground", | |
| 2 | |
| ], | |
| [ | |
| "Ice", | |
| 0.5 | |
| ], | |
| [ | |
| "Normal", | |
| 1 | |
| ], | |
| [ | |
| "Poison", | |
| 1 | |
| ], | |
| [ | |
| "Psychic", | |
| 1 | |
| ], | |
| [ | |
| "Rock", | |
| 1 | |
| ], | |
| [ | |
| "Water", | |
| 0.5 | |
| ] | |
| ], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ], | |
| "description": "Pokemon of this type cannot become frozen by Ice-type moves." | |
| }, | |
| { | |
| "name": "Poison", | |
| "atk_effectives": [ | |
| [ | |
| "Bug", | |
| 2 | |
| ], | |
| [ | |
| "Dragon", | |
| 1 | |
| ], | |
| [ | |
| "Electric", | |
| 1 | |
| ], | |
| [ | |
| "Fighting", | |
| 1 | |
| ], | |
| [ | |
| "Fire", | |
| 1 | |
| ], | |
| [ | |
| "Flying", | |
| 1 | |
| ], | |
| [ | |
| "Ghost", | |
| 0.5 | |
| ], | |
| [ | |
| "Grass", | |
| 2 | |
| ], | |
| [ | |
| "Ground", | |
| 0.5 | |
| ], | |
| [ | |
| "Ice", | |
| 1 | |
| ], | |
| [ | |
| "Normal", | |
| 1 | |
| ], | |
| [ | |
| "Poison", | |
| 0.5 | |
| ], | |
| [ | |
| "Psychic", | |
| 1 | |
| ], | |
| [ | |
| "Rock", | |
| 0.5 | |
| ], | |
| [ | |
| "Water", | |
| 1 | |
| ] | |
| ], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ], | |
| "description": "Pokemon of this type cannot become poisoned." | |
| }, | |
| { | |
| "name": "Psychic", | |
| "atk_effectives": [ | |
| [ | |
| "Bug", | |
| 1 | |
| ], | |
| [ | |
| "Dragon", | |
| 1 | |
| ], | |
| [ | |
| "Electric", | |
| 1 | |
| ], | |
| [ | |
| "Fighting", | |
| 2 | |
| ], | |
| [ | |
| "Fire", | |
| 1 | |
| ], | |
| [ | |
| "Flying", | |
| 1 | |
| ], | |
| [ | |
| "Ghost", | |
| 1 | |
| ], | |
| [ | |
| "Grass", | |
| 1 | |
| ], | |
| [ | |
| "Ground", | |
| 1 | |
| ], | |
| [ | |
| "Ice", | |
| 1 | |
| ], | |
| [ | |
| "Normal", | |
| 1 | |
| ], | |
| [ | |
| "Poison", | |
| 2 | |
| ], | |
| [ | |
| "Psychic", | |
| 0.5 | |
| ], | |
| [ | |
| "Rock", | |
| 1 | |
| ], | |
| [ | |
| "Water", | |
| 1 | |
| ] | |
| ], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ], | |
| "description": "" | |
| }, | |
| { | |
| "name": "Rock", | |
| "atk_effectives": [ | |
| [ | |
| "Bug", | |
| 2 | |
| ], | |
| [ | |
| "Dragon", | |
| 1 | |
| ], | |
| [ | |
| "Electric", | |
| 1 | |
| ], | |
| [ | |
| "Fighting", | |
| 0.5 | |
| ], | |
| [ | |
| "Fire", | |
| 2 | |
| ], | |
| [ | |
| "Flying", | |
| 2 | |
| ], | |
| [ | |
| "Ghost", | |
| 1 | |
| ], | |
| [ | |
| "Grass", | |
| 1 | |
| ], | |
| [ | |
| "Ground", | |
| 0.5 | |
| ], | |
| [ | |
| "Ice", | |
| 2 | |
| ], | |
| [ | |
| "Normal", | |
| 1 | |
| ], | |
| [ | |
| "Poison", | |
| 1 | |
| ], | |
| [ | |
| "Psychic", | |
| 1 | |
| ], | |
| [ | |
| "Rock", | |
| 1 | |
| ], | |
| [ | |
| "Water", | |
| 1 | |
| ] | |
| ], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ], | |
| "description": "" | |
| }, | |
| { | |
| "name": "Water", | |
| "atk_effectives": [ | |
| [ | |
| "Bug", | |
| 1 | |
| ], | |
| [ | |
| "Dragon", | |
| 0.5 | |
| ], | |
| [ | |
| "Electric", | |
| 1 | |
| ], | |
| [ | |
| "Fighting", | |
| 1 | |
| ], | |
| [ | |
| "Fire", | |
| 2 | |
| ], | |
| [ | |
| "Flying", | |
| 1 | |
| ], | |
| [ | |
| "Ghost", | |
| 1 | |
| ], | |
| [ | |
| "Grass", | |
| 0.5 | |
| ], | |
| [ | |
| "Ground", | |
| 2 | |
| ], | |
| [ | |
| "Ice", | |
| 1 | |
| ], | |
| [ | |
| "Normal", | |
| 1 | |
| ], | |
| [ | |
| "Poison", | |
| 1 | |
| ], | |
| [ | |
| "Psychic", | |
| 1 | |
| ], | |
| [ | |
| "Rock", | |
| 2 | |
| ], | |
| [ | |
| "Water", | |
| 0.5 | |
| ] | |
| ], | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ], | |
| "description": "" | |
| } | |
| ], | |
| "items": [ | |
| { | |
| "name": "Fire Stone", | |
| "description": "Evolves certain species of Pokemon when used.", | |
| "isNonstandard": "Standard", | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Great Ball", | |
| "description": "A high-performance Ball that provides a higher catch rate than a Poke Ball.", | |
| "isNonstandard": "Standard", | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Leaf Stone", | |
| "description": "Evolves certain species of Pokemon when used.", | |
| "isNonstandard": "Standard", | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Master Ball", | |
| "description": "The best Ball with the ultimate performance. It will catch any wild Pokemon.", | |
| "isNonstandard": "Standard", | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Moon Stone", | |
| "description": "Evolves certain species of Pokemon when used.", | |
| "isNonstandard": "Standard", | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Poke Ball", | |
| "description": "A device for catching wild Pokemon. It is designed as a capsule system.", | |
| "isNonstandard": "Standard", | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Safari Ball", | |
| "description": "A special Poke Ball that is used only in the Safari Zone and Great Marsh.", | |
| "isNonstandard": "Standard", | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Thunder Stone", | |
| "description": "Evolves certain species of Pokemon when used.", | |
| "isNonstandard": "Standard", | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Ultra Ball", | |
| "description": "An ultra-performance Ball that provides a higher catch rate than a Great Ball.", | |
| "isNonstandard": "Standard", | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| }, | |
| { | |
| "name": "Water Stone", | |
| "description": "Evolves certain species of Pokemon when used.", | |
| "isNonstandard": "Standard", | |
| "genfamily": [ | |
| "RB", | |
| "GS", | |
| "RS", | |
| "DP", | |
| "BW", | |
| "XY", | |
| "SM", | |
| "SS", | |
| "SV" | |
| ] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment